*{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    font-family: Freude, 'Franklin Gothic Medium', Arial, sans-serif ;
}


body.active{
    transition: 0.6s;
    background: rgb(7, 7, 7);
    color:white;
  }
  
   body.active .sv:hover    {
      box-shadow: 0px 1px 5px 0px rgba(255, 255, 255, 0.3) ;
   }
  
   body.active .region .btn button{
     box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.6);
   }
  
   body.active #about img{
       box-shadow: 0 2px 7px 0 rgb(209, 198, 198);
   }

   
    body.active #about img:hover{
        border-radius: 7px;
        width: 354px;
        transition: 0.6s;
    }

    body.active div.container {
        background-color: rgb(17, 17, 17);
    }

  /*Dark theme button*/
  #toggle{
    display: block;
    float: right;
  }
  
  .fas{
    font-size: 17px;
    padding-top: 1px;
    padding-right: 35px;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .fas:hover{
    transition: 0.6s;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
  }
  
  #toggle.active .indicator{
    color: black;
  }

/*Navigation*/
/*Sidenav*/
#triple-button{
    display: none;
}

.sidenav {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 30px;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: rgba(0,0,0, 0.9);
}

.sidenav a {
    margin: 0 0 0 0;
    padding: 9px 6px 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.0em;
    color: #d4d4d4;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ffffff;
}

.closebtn{
    margin-left: -50px!important;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 2.2em;
    margin-left: 50px;
}

#nav-bar{
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5%;
    background: #222;
    overflow: hidden;
    min-height: 60px;
    color: #fff;
}

#nav-bar {
    padding: 0 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

#nav-bar h4 a{
    text-decoration: none;
    color: white;
}

#nav-bar p{
    display: none;
}

nav{
    float: right;
    margin: -10px 20px 0 0px;
}

nav ul li{
    list-style-type: none;
    float: left;
    padding: 0 15px 0 20px;
    font-family: Bahnschrift, Geneva, sans-serif;
    font-weight: light;
    font-size: 1em;
    text-transform: uppercase;
}

nav ul li a{
    text-decoration: none;
    color: #fff;
}

#hd{
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 690px;
    background-image:  linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url('./Background/Image/peaky-blinders5.jpg');
    /*filter: brightness(50%);*/
    background-size: cover;
    animation: image-slide 15s infinite linear;
}

@keyframes image-slide{
    0%{background-image: url(./Background/Animation/peaky-blinders5.jpg);}
    25%{background-image: url(./Background/Animation/Artboard\ 4-100.jpg);}
    50%{background-image: url(./Background/Animation/Artboard\ 3-100.jpg);}
    75%{background-image: url(./Background/Animation/Artboard\ 1-100.jpg);}
    100%{background-image: url(./Background/Animation/Artboard\ 2-100.jpg);}
}


.hder{
    text-align: center;
    padding-top: 320px;
    font-size: 1em;
    color: white;
}

.hder p:first-of-type{
    letter-spacing: 9px;
    margin-bottom: -20px;
    font-size: 1.02em;
    font-weight: light;
}

.hder h1{
    font-size: 4em;
}

.hder p{
    margin-top: -30px;
    width: 100%;
    /*padding-bottom: 100px;*/
    letter-spacing: 12px;
    font-size: 1em;
}

/*Full Body*/
#about{
    display: block;
    width: 100%;
    height: 35%;
    min-height: 150px;
}

/*About*/
.my-container{
    margin: auto;
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

.about-us{
    margin: 80px;
    display: block;
    width: 35%;
    float: left;
}

.about-us h2{
    width: 25%;
    text-transform: uppercase;
    font-weight: 800;
}

.about-us p{
    text-indent: 30px;
    width: 110%;
}

.about-us h2,p{font-family: Montserrat, Helvetica, sans-serif;}

#about img{
    margin: 100px;   
    float: left;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.01);
}

#Services{
    display: block;
    width: 100%;
    height: 5%;
    min-height: 100px;   
    padding-top: 450px;
    font-family: 'Poppins', sans-serif;
}

span h2{
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 800;
    text-align: center;
}

.Our-sv{
    margin: 8px 15px;
}

.Our-sv::after{
    content: "";
    clear: both;
    display: table;
}

.Our-sv,
.Our-sv > .column {
    padding: 28px 28px 28px 28px;
}

.column {
    float: left;
    width: 25%;
}

.sv-box{
    border-radius: 6px;
}

.sv-box:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.6s;
    cursor: pointer;
}

.sv .icon{
    text-align: center;
  } 

.sv .icon img:hover{
    width: 90px; 
    transition: 0.6s;
}

.sv h3{
    text-align: center;
    font-weight: 500;
  }

.sv-box p{
        line-height: 17px;
        text-align: center;
        font-size: 0.9em;
        padding: 0px;
}


/*Quotes*/
.region{
    width: 70%;
    margin: auto;
    margin-top: 550px;
    padding-bottom: 120px;
  }

#hd-q h2{
    font-family: Montserrat, Helvetica, sans-serif;
    font-size: 2.1em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}

/*.text{
  padding: 50px 20px;
  width: 50%;
}*/


/*.middle-txt{
  padding-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  float: none;
}

.middle-txt .side-txt{
  width: 0%;
}

.middle-txt .image{
  width:50%;
}

.middle-txt .image img{
  width:100%;
}*/

.middle-txt{
    padding-top: 2.2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .middle-txt h1, .middle-txt p{
    padding: 0 0 0 30px;
    text-align: center;
  }
  
  .middle-txt p{
    width: 100%;
    line-height: 27px;
    text-align: left;
    font-style: italic;
  }
  
  .middle-txt .side-txt{
    width: 59%;
  }
  
  .middle-txt .image{
    width: 20%;
  }
  .middle-txt .image img{
    /*transform: rotate(45deg);*/
    display: block;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); 
  }
  
  .region::before{
    content: ' ';
    display: block;
    clear: both;
  }
  
  .middle-txt h1{
    font-size: 1.3em;
    font-family: 'Kristen ITC', sans-serif;
    font-weight: 900;
  }
  
  .text p{
    text-indent: 2%;
  }
  
  .region .butn {
    text-align: center;
    padding-top: 40px;
  }
  
  .region .butn button{
    width: 100px;
    padding: 4px;
    border: none;
    border-radius: 2px;
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 0.9em;
    cursor: pointer;
    background: #222;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  
  .region .btn button:hover{
    transition: 0.4s;
    background: #94D4B5;
    color: white;
  }


  Section#share{
    margin: auto;
    margin-top: 150px;
    display: flex;
    justify-content: center;
  }

  div.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 40px;
    width: 60%;
    font-family: poppins, montserrat, sans-serif;
  }

  div.container h3{
      text-align: center;
      font-weight: 500;
      font-size: 1.5em;
      color: inherit;
      margin-top: 20px;
      margin-bottom: 10px;
  }

  div.container label{
      font-weight: 500;
  }
  
  Input[type=text], Input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
 
  }

  Input[type=text]:focus, Input[type=email]:focus, textarea:focus{
    border: 1px solid rgb(165, 114, 248);
    } 
  
  textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  }

  textarea:focus{
      border: 1px solid rgb(165, 114, 248);
  }

  .btn{
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 8px 30px;
    margin: 4px 2px;
    margin: 12px;
    text-align: center;
    text-decoration: none;
    font-size: 1.0em;
    cursor: pointer;
    border-radius: 2px;
    opacity: 0.8;
    font-weight: 600;
  }
  
  .btn:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #337ab7;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24);
  }




                    /*Media Queries*/
/*Side Navigation*/
@media screen and (max-width: 800px) {
    #nav-bar nav{display: none;}
    #triple-button{
        display: block;
        font-family: Bahnschrift, Geneva, sans-serif;
        font-weight: 700;
    }
    .fas{
        margin-right: -30px;
      }  
}


/*heading, Navigation and text on heading*/
@media screen and (max-width: 800px) {
    #hd{
        background-image: url('./Background/Image/peaky-blinders5.jpg') ;
        background-size: cover;
        background-position-x: -200px;
    }
    #nav-bar p{
        display: block;
        font-size: 0.7em;
        text-transform: capitalize;
        width: 50%;
        text-align: left;
        font-size: 0.63em;
        font-style: italic;
    }
    #nav-bar p span{
        font-style: italic;
        float: right;
    }
}

@media screen and (max-width: 750px){
    /*#hd{
        min-height: 630px;
    }*/
    .hder{
        text-align: center;
        padding-top: 320px;
        font-size: 0.6em;
        color: white;
    }   
    .hder p:first-of-type{
        letter-spacing: 9px;
        margin-bottom: -20px;
        font-size: 1.5em;
    }
    .hder h1{font-size: 4.3em;}
    .hder p{
        margin-top: -30px;
        letter-spacing: 9px;
        font-size: 1.4em;
    }
}

@media screen and (max-width:450px){
    .sidenav {padding-top: 12px;}
    .sidenav a {font-size: 1.125em;}

    #nav-bar p{
        width: 55%;
        font-size: 0.53em;
        margin-left: -50px;
    }
}
@media screen and (max-width:380px){
    #nav-bar p{display: none;}

    #nav-bar{
        position: relative;
        display: block;
        height: 21%;
        min-height: 90px;
    }

    #nav-bar h4{
        margin-top: 10px;
        margin-bottom: -2px;
    }

    .closebtn{margin-left: 2px!important;}

    /*The header text*/
    #hd{min-height: 500px;}
    .hder{
        padding-top: 235px;
        font-size: 0.4em;
    }   
    .hder p:first-of-type{
        letter-spacing: 5px;
        margin-bottom: -12px;
        font-size: 1.5em;
    }
    .hder h1{font-size: 3.9em;}
    .hder p{
        margin-top: -15px;
        letter-spacing: 3px;
        font-size: 1.4em;
    }
}

/*About-us page*/
@media screen and (max-width:1400px){
    .about-us h2{
        width: 100%;
        background-color: unset;
        text-align: center;
    }
    /*#about img{width: 40%;}*/
    
}

@media screen and (max-width:960px){
    .my-container{display: block;}
    
    .about-us{
        margin: auto;
        width: 80%;
        float: none;
        text-align: center;
    }
    .about-us h2{
        width: 100%;
        background-color: unset;
        text-align: center;
    }
    #about img{
        margin: auto;
        width: 50%;
        display: block;
        float: none;
    }   
    #service span h2{
        padding-top: 120px;
    }
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
    .column {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}