@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

/* fonts  */
@font-face {
    font-family:"Raleway-regular";
    src:url(../fonts/Raleway-Regular.ttf)
}
@font-face {
    font-family:"Raleway-medium";
    src:url(../fonts/Raleway-Medium.ttf)
}
@font-face {
    font-family:"Raleway-bold";
    src:url(../fonts/Raleway-Bold.ttf)
}
@font-face {
    font-family:"Raleway-extrabold";
    src:url(../fonts/Raleway-ExtraBold.ttf)
}
@font-face {
    font-family:"Raleway-semibold";
    src:url(../fonts/Raleway-SemiBold.ttf)
}
@font-face {
    font-family:"Raleway-black";
    src:url(../fonts/Raleway-Black.ttf)
}


/*********************** colors  **************************/

:root {
    --primary:#045395;
    --secondary:#232B38;
    --nature: #045395;
    --darkgreen: #00A300;
    --ternary:#6C6C6C;
    --danger:#FE4545;
    --pure:#FEFEFE;
    --light:#F0F0F0;
    --heaven:#FFFFFF;
    --footer:#045395;
}

/******************** Reset ****************************/


html,body{
    scroll-behavior: smooth;
    padding:0;
    margin:0;
    -webkit-font-smoothing: antialiased;
    /* font-family: "Raleway-regular"; */
    font-family: 'Lato', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}
.container {
    width:100%;
    padding:0 15px;
    margin:0 auto;
}

@media (min-width:576px){
    .container{
        max-width:540px;
    }

}
@media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1152px;
    }


  }



  .main-wrapper{
      position:relative;
      width:100%;
      height:100vh;
      overflow:hidden;
  }

  .nav-background{
      width:100%;
      height:100%;
      background:var(--light);
      position: absolute;
      top:0;
      left:0;
      padding:0;
      z-index:1;
  }

  .main-wrapper .nav-background .mobile-logo img{
      height:5rem;
      margin-left: 1rem; 
  }

  .nav-trigger{
      position: absolute;
      top:0;
      left:0;
      z-index:1;
      padding:15px;
      display:none;
  }

  .nav-trigger svg{
      transform:rotate(90deg) scaleX(-1);
      -webkit-transform:rotate(90deg) scaleX(-1);
      -moz-transform:rotate(90deg) scaleX(-1);
      -ms-transform:rotate(90deg) scaleX(-1);
      -o-transform:rotate(90deg) scaleX(-1);
      width:40px;
      height:40px;
}

 
.site-content-wrapper{
    width:100%;
    height:100%;
    position:absolute;
    background:var(--heaven);
    z-index:2;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
}

.site-content-wrapper.scaled{
    transform:scale(0.9) translateX(90%);
    -webkit-transform:scale(0.9) translateX(90%);
    -moz-transform:scale(0.9) translateX(90%);
    -ms-transform:scale(0.9) translateX(90%);
    -o-transform:scale(0.9) translateX(90%);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    box-shadow:0 3px 10px 0 var(--secondary);
}

.site-content{
    width:100%;
    height:100%;
    overflow-x:auto;
}



 

/*********************topbar********************************/



header.topbar{
      background:var(--primary);
      color:var(--pure);
      font-family:"Raleway-semibold";
      padding:0.5rem 0;
  }
  header.topbar .auth > div a{
      color:var(--pure);
      text-decoration: none;
      font-size: 0.75rem;
  }
  header.topbar .icons a{
    margin-right: 1rem;
    height: 20%;
    width: 20%
  }
  header.topbar .auth .divider{
      padding:0 1rem;
  }
  header.topbar .auth > div img{
      margin-right:0.35rem;
  }
  .flex{
    display:flex;
  }
  .justify-between{
    justify-content: space-between;
  }
  .items-center{
      align-items: center;
  }


  /***********************************Navbar***********************************/
 

  nav .top{
      padding:2rem 0;
  }
  nav .top .contact h5,  nav .top .time h5{
      font-family:"Raleway-black";
      font-size:1rem;
      margin-bottom:0.25rem;
  }
  nav .top .contact h6, nav .top .time h6{
    font-family:"Raleway-medium";
    letter-spacing: 0.055rem;
    font-size:0.75rem;
    color:var(--ternary);
}
nav .top .contact img, nav .top .time img{
    margin-right: 1rem;
}

nav .top .branding img{
    height: auto;
    width: 15rem;
}

.justify-center{
    justify-content:center;
}
nav .navbar a{
    text-decoration:none;
    color:var(--secondary);
    font-family:"Raleway-semibold";
    font-size:1rem;
    padding:1rem 1.5rem;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
}
nav .navbar a.active{
    background:var(--primary);
    color:var(--pure);
}
nav .navbar a:hover{
    background:var(--primary);
    color:var(--pure); 
}
.magic-shadow{
    position: relative;
    background:var(--heaven);
}
.magic-shadow:after{
    content:'';
    display:block;
    width:100%;
    height:69px;
    background-image:url(../icons/shadow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom:-22px;
    z-index:-1;
    
}
.magic-shadow-sm{
    position: relative;
    background:var(--heaven);
}
.magic-shadow-sm:after{
    content:'';
    display:block;
    width:100%;
    height:69px;
    background-image:url(../icons/shadow-sm.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom:-20px;
    left:50%;
    transform:translateX(-50%);
    z-index:-1;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
}


/************************Welcome Page********************************************/

header.home{
    width: 100%;
    height:750px;
    margin-top: 2rem;
    background-image:url(../images/cntct.jpg);
    background-size: cover;
    opacity: 20;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    overflow:hidden;
}
header.home .container{
    position: relative;
    margin-bottom: 3rem;
}
header.home .welcome{
    color: var(--pure);
    margin-bottom:0.25rem;
}
header.home .welcome span{
    font-family:"Raleway-bold";
    
    margin-right:0.75rem;

}
header.home h1{
    font-family:"Raleway-extrabold";
    color: var(--pure);
    font-size: 2.5rem;
    margin-bottom:0.75rem;
}
header.home h1 span{
    color: var(--primary);
    background-color: var(--pure);
}
header.home p{
    font-family: "Raleway-medium";
    width:50%;
    line-height:1.5;
    margin-bottom:1rem;
    color: #fff;
}
.btn{
    padding:0.75rem 0.75rem;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    line-height:0.8;
    font-size:1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border:1px solid transparent;
}

.btn-primary {
    background:var(--primary);
    color:var(--heaven);
}
.btn-primary:hover{
    background:var(--heaven);
    color:var(--primary); 
    border:1px solid var(--primary);
}
.btn-secondary{
    background:var(--nature);
    color:var(--heaven);
    border: none;
}
.btn-secondary:hover{
    background:var(--heaven);
    color:var(--nature);
    border: none;
}

.btn-white{
    background:var(--heaven);
    color:var(--nature);
    border:none; 
}

.btn-white:hover{
    background:var(--primary);
    color:var(--pure);
    border: none;
}

header.home button:first-child{
    margin-right:0.50rem;
}

header.home .home-image{
    position:absolute;
    top:-40px;
    right:40px;
}

section{
    padding:4rem 0;
}
section.top-products{
    background:var(--light);
}

.section-heading{
    font-family:"Raleway-bold";
    text-align:center;
    Position:relative;
    margin-bottom:6rem;
}
.section-heading:after{
    content:'';
    display:block;
    width: 100%;
    height:30px;
    background-image:url(../icons/hr.svg);
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    bottom:-40px;
}



/********************Contact us********************************/

.wrapper{
    max-width: 500px;
    width: 100%;
    background: #fff;
    margin: auto;
    box-shadow: -7px -7px 17px rgba(255,255,255,0.6),
    7px 7px 17px rgba(70,70,70,0.15);
    padding: 30px;
  }
  
  .wrapper .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
  }
  
  .wrapper .form{
    width: 100%;
  }
  
  .wrapper .form .inputfield{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  
  .wrapper .form .inputfield label{
     width: 200px;
     color: #353535;
     margin-right: 10px;
    font-size: 16px;
  }
  
  .wrapper .form .inputfield .input,
  .wrapper .form .inputfield .textarea{
    width: 100%;
    outline: none;
    border: 1px solid #d5dbd9;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  
  .wrapper .form .inputfield .textarea{
    width: 100%;
    height: 125px;
    resize: none;
  }
  
  .wrapper .form .inputfield .custom_select{
    position: relative;
    width: 100%;
    height: 37px;
  }
  
  .wrapper .form .inputfield .custom_select:before{
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    border: 8px solid;
    border-color: #d5dbd9 transparent transparent transparent;
    pointer-events: none;
  }
  
  .wrapper .form .inputfield .custom_select select{
    -webkit-appearance: none;
    -moz-appearance:   none;
    appearance:        none;
    outline: none;
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #d5dbd9;
    border-radius: 3px;
  }
  
  
  .wrapper .form .inputfield .input:focus,
  .wrapper .form .inputfield .textarea:focus,
  .wrapper .form .inputfield .custom_select select:focus{
    border: 1px solid var(--primary);
  }
  
  
  .wrapper .form .inputfield .btn{
    width: 100%;
    padding: 8px 10px;
    font-size: 15px; 
    background: var(--primary);
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    background-color: var(--primary);

  
  }
  
  .wrapper .form .inputfield .btn:hover{
    background: var(--pure);
    color: var(--primary);
    border-color: var(--primary);
  }
  
  .wrapper .form .inputfield:last-child{
    margin-bottom: 0;
  }

  .about-companies img{
      height: 620px;
  }
  
  @media (max-width: 560px) {
    .wrapper .title{
        font-size: 15px;
    }
  
    .wrapper .form .inputfield{
      height: 55px;
      flex-direction: column;
      align-items: flex-start;
    }
    .wrapper .form .inputfield label{
      margin-bottom: 1px;
    }
    .wrapper .form .inputfield.terms{
      flex-direction: row;
    }
    .wrapper .form .inputfield .textarea{
      width: 100%;
      height: 100%;
      resize: none;
    }
    .flex-1 {
      border: 1px solid #f7f7f7;
      box-shadow: -7px -7px 17px rgba(255,255,255,0.6),
      7px 7px 17px rgba(70,70,70,0.15);
    }
  
  }
  
  
  .flex-1 {
      margin: 3rem auto;
      border: 1px solid #f7f7f7;
      box-shadow: -7px -7px 17px rgba(255,255,255,0.6),
      7px 7px 17px rgba(70,70,70,0.15);
  }

  

/************************Footer***************************/





footer{
    background-color: #002d52;
    padding:4rem 0;
}
footer .container{
    display:flex;
    color:var(--pure);
}

footer .box{
    flex:1;
    width: 10vw;
    margin-right: 4rem;
    text-align:justify;
}
#h{
    margin-right: 13rem;
}



footer .box ul{
    list-style-type: none;
}

#links {
    list-style-type: circle;
} 

footer .box ul li a{
    color:var(--pure);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
footer .box ul li a:hover{
    color:var(--pure);
}
footer .box h3{
    border-bottom:1px solid var(--primary);
    padding-bottom:1rem;
    margin-bottom:1rem;
    justify-content:space-between;
}

footer .box .Serv{
    margin-left: 0.5rem;
}

footer .box .Quick{
    margin-right: 3.6rem;
}

footer .box p{
    line-height: 1.6;
    margin-bottom:1rem;
}
footer .box ul li{
    margin-bottom:1rem;
}
footer .box:nth-child(3) > div {
    display:flex;
    justify-content: center;
}
footer .box:nth-child(3){
    text-align: left;
}
footer .box:nth-child(3) h3{
    text-align: center;
}
footer .box:nth-child(3) > div img{
    margin-right:1rem;
}
footer .box:nth-child(3) ul li{
    margin-bottom:1.5rem;
}



footer.copyright{
    padding:1rem 0;
    background: var(--primary);
    color:var(--pure);
    text-align: center;
    font-size: 0.75rem;
}
footer.copyright a{
    color:var(--pure);
    text-decoration: none;
}

.nav-background .mobile-logo{
    padding:1rem;
}
.nav-background .mobile-nav{
    padding:1rem;
}
.nav-background .mobile-nav ul{
    list-style-type: none;
}
.nav-background .mobile-nav ul li{
    margin-bottom:1rem;
}
.nav-background .mobile-nav ul li a{
    text-decoration: none;
    color:var(--secondary);
    font-family: "Raleway-medium";
}
.nav-background .mobile-nav ul li a:hover{
    color:var(--primary);
}
.nav-background .contact, .nav-background .time{
    padding:1rem;
    padding-left:0;
}
.nav-background .contact img, .nav-background .time img{
    margin-right:1rem;
}
.nav-background .contact h5,.nav-background .time h5{
    font-family:"Raleway-bold";
    margin-bottom:0.25rem;
    font-size:1rem;
}
.nav-background .contact h6, .nav-background .contact h6{
    font-size: 0.75rem;
}
.nav-background .cart{
    margin-bottom:2rem;
}
.nav-background .cart a{
    color:var(--secondary);
    text-decoration: none;
    font-family: "Raleway-bold";
}
.nav-background .cart img{
    margin-right:0.75rem;
    width:20px;
    height:20px;
}
@media (max-width:1024px){
    .nav-trigger{
        display:block;
    }
    header.topbar, nav{
        display:none;
    }

    header.home {
        margin-top:-4rem;
    }
    header.home .home-image{
        right:-160px;
        top:100px;
    }
    
}

@media (max-width:992px){
    .nav-trigger{
        display:block;
    }
    header.topbar, nav{
        display:none;
    }

    header.home {
        margin-top:-4rem;
    }
    header.home .home-image{
        right:-160px;
        top:100px;
    }

    .our-vision .card-wrap{
        flex-direction: column;
        align-items:center;
        margin-bottom: -2rem;
    }



    .about-companies .about-companies-wrap{
        flex-direction: column;
        padding: 0.5rem;
        margin-top: -5rem;
        margin-bottom: -2rem;
        height: fit-content;
    }

    .about-companies .about-companies-wrap .flex1{
        flex-direction:column;
    }
    


    .about-companies .about-companies-wrap img{
        width:315px;
    }
    .about-companies .about-companies-wrap h1{
        margin-left: 8px;
        font-size: 1.3em;
    }
   

    .about-companies .about-companies-wrap p{
        width: 300px;
        font-size: 1.1em;
    }

    footer .container{
        flex-direction: column;
        width: 328px;
    }
    footer .container .box{
        flex-direction: column;
        width: 300px;
    }
    footer .container .box p{
        flex-direction: column;
        width: 300px;
        text-align: justify;
    }
}

@media (max-width:768px){
    .about-companies .about-companies-wrap{
        flex-direction: column;
        
    }
    .about-companies .about-companies-wrap img{
        width:100%;
        margin-bottom: 2rem;
    }

    section.our-services .card-wrapper{
        flex-direction:column;
    }
    section.our-services .card-wrapper .service-card{
        margin-bottom:6rem;
    }
    .about-companies .about-companies-wrap img{
        width:315px;
    }
    .about-companies .about-companies-wrap h1{
        margin-left: 8px;
        font-size: 1.3em;
    }
   

    .about-companies .about-companies-wrap p{
        width: 300px;
        font-size: 1.1em;
    }

    footer .container{
        flex-direction: column;
        width: 328px;
    }
    footer .container .box{
        flex-direction: column;
        width: 300px;
    }
    footer .container .box p{
        flex-direction: column;
        width: 300px;
        text-align: justify;
    }


    footer .container{
        flex-direction: column;
    }
    footer .box{
        text-align: left;
        margin-right:0;
        margin-bottom:3rem;
    }
    footer .box:nth-child(3) h3{
        text-align:left;
    }
    footer .box:nth-child(3) > div{
        display:block;
    }
}

@media( max-width:576px){
    header.home .home-image{
        top:150px;
    }
    header.home .container{
        padding-left:1rem;
    }
    header.home{
        margin-top:-0.5rem;
    }
    
    .our-vision .card-wrap{
        flex-direction: column;
        align-items:center;
        margin-bottom: -2rem;
    }



    .about-companies .about-companies-wrap{
        flex-direction: column;
        padding: 0.5rem;
        margin-top: -5rem;
        margin-bottom: -2rem;
        height: fit-content;
    }

    .about-companies .about-companies-wrap .flex1{
        flex-direction:column;
    }
    


    .about-companies .about-companies-wrap img{
        width:315px;
    }
    .about-companies .about-companies-wrap h1{
        margin-left: 8px;
        font-size: 1.3em;
    }
   

    .about-companies .about-companies-wrap p{
        width: 300px;
        font-size: 1.1em;
    }

    footer .container{
        flex-direction: column;
        width: 328px;
    }
    footer .container .box{
        flex-direction: column;
        width: 300px;
    }
    footer .container .box p{
        flex-direction: column;
        width: 300px;
        text-align: justify;
    }
   
}






