@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 ****************************/
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    
}

html,body{
    scroll-behavior: smooth;
    -webkit-font-smoothing:antialiased;
    /* font-family: "Raleway-regular"; */
    font-family: 'Lato', sans-serif;
    width: 100%;
    /* width: 100vw;
    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:730px;
    margin-top: 1.5rem;
    background-image:linear-gradient(45deg,
    rgba(0, 98, 255, 0.5),
    rgba(27, 111, 236, 0.1)
),url(../images/home.jpg);
    background-size: cover;
    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(--pure);
    background-color: var(--primary);
}
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-color: var(--nature);
}
.btn-secondary:hover{
    background:var(--heaven);
    color:var(--nature);
    border-color: var(--nature);
}

.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;
}


/*****************************Vision********************************************/

section.our-vision{
    width: 100%;
    background:var(--pure);
    position:relative;
    z-index:0;
}


section.our-vision .card-wrap{
    /* margin-right:-2rem; */
    margin-top:10rem;
    margin-bottom: 10rem;
}

section.our-vision .vision-card{
    max-width: 340px;
    width: 80rem;
    background:var(--heaven);
    text-align: center;
    padding:2rem;
    padding-top:2rem;
    margin-bottom: 5rem;
    margin-right:2rem;
    position: relative;
	box-shadow:inset 2px 2px 5px rgba(163,177,198,.6),
			inset	-2px -2px 5px rgba(255,255,255,.5);
    
}

section.our-vision .vision-card:hover{
    max-width: 340px;
    width: 80rem;
    background:var(--heaven);
    text-align: center;
    padding:2rem;
    padding-top:2rem;
    margin-bottom: 5rem;
    margin-right:2rem;
    position: relative;
	box-shadow: 2px 2px 5px rgba(163,177,198,.6),
				-2px -2px 5px rgba(255,255,255,.5);
}
 
section.our-vision .vision-card h2{
    font-family: "Raleway-bold";
    padding: 10px;
    color: var(--nature);
	text-transform: uppercase;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
}
section.our-vision .vision-card p{
    color: #696969;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1.5rem;
}
.text-primary{
    color: var(--secondary);
}

/*****************************Services********************************************/

section.our-services{
    width: 100%;
    margin-top: 10rem;
    margin-bottom: 10rem;
    background:var(--pure);
    position:relative;
    z-index:0;
    text-align: center;
}

#service-id{
    /* margin-left: 32rem; */
    color: var(--nature);
}

section.our-services .card-wrapper{
    /* margin-right:-2rem; */
    margin-top:5rem;
}

section.our-services .service-card{
    max-width: 340px;
    width: 80rem;
    background:var(--heaven);
    text-align: center;
    padding:2rem;
    padding-top:4rem;
    margin-right:2rem;
    position: relative;
	box-shadow: 9px 9px 16px rgba(163,177,198,.6),
				-9px -9px 16px rgba(255,255,255,.5);
}



section.our-services .service-card .icon{
    position: absolute;
    top:-45px;
    left:50%;
    background: var(--heaven);
    border-radius: 50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    box-shadow:  -3px -3px 7px #ffffff73,
    3px 3px 5px rgba(94, 104, 102, 0.288);
} 
section.our-services .service-card h2{
    /* font-family: "Raleway-bold"; */
    padding: 10px;
    color: var(--nature);
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
section.our-services .service-card p{
    color: #696969;
	font-size: 1rem;
	font-weight: bold;
	padding: 10px 0;
	line-height: 1.5rem;
}
.text-primary{
    color: var(--secondary);
}




/********************About Companies********************************/
.about-companies {
    height: 720px;
    background:linear-gradient(45deg,
    rgba(0, 98, 255, 0.5),
    rgba(255, 0, 34, 0.1)
), url(../images/shipppp.jpg);
    background-size: cover;
    /* margin: 10rem auto; */
    /* padding: 10rem */
    margin-bottom: 10rem;
    
}

.about-companies .about-companies-wrap .flex-1{
    margin: 5rem auto;
}

.flex-1 h1{
    /* font-family: "Raleway-bold"; */
    text-align: left;
    color: var(--pure);
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: bold;
}

.flex-1 p{
    color: var(--pure);
    text-align: justify;
	font-size: 1.4em;
	line-height: 1.5rem;
}

/* .flex-1 img{
    margin-top: 2rem;
    background-size: cover;

} */

.about-companies .about-companies-wrap{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.about-companies .about-companies-wrap .btn{
    color: var(--primary);
    background-color: var(--pure);
    cursor:pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.about-companies .about-companies-wrap .btn:hover{
    color: var(--pure);
    background-color: #002341;
    border-color:#fff;
}



/*****************Group Companies*******************************/


section.group-companies {
    background: linear-gradient(45deg,
        rgba(0, 98, 255, 1),
        rgba(255, 0, 34, 0.5)
    ), url(../images/s4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}


.group-companies .container h1{
    color: var(--pure);
    margin: 20rem auto;
    
}








/*******************Track**************************/

section.track .container{
    padding-bottom: 10rem;
}

section.track{
    background:var(--pure);
}
section.track .container > div:first-child img{
    width:100%;
}
section.track .container div:first-child{
    flex:1;
}
section.track .container div:last-child{
    flex:1;
}

section.track h1{
    /* font-family:"Raleway-bold"; */
    font-size: 1.5rem;
    color:var(--primary);
    margin-bottom:1.5rem;
}
section.track p{
    /* font-family:"Raleway-medium";  */
    font-size: 1rem;
    margin-bottom:1.5rem;
    line-height: 1.5;
}
section.track label{
    padding: 14px 0;
    margin-left: 2px;
    color: var(--primary);
}
section.track .input-wrap{
    background:var(--heaven);
    display:flex;
    padding:0.2rem;
    margin-right: 2rem;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border: 1px solid #f7f7f7;
       box-shadow: -7px -7px 17px rgba(255,255,255,0.6),
                7px 7px 17px rgba(70,70,70,0.15);
}
section.track .input-wrap input{
    width:100%;
    border:none;
    padding: 0 0.5rem;
    font-size:1rem;
}
section.track .input-wrap input:focus{
    outline:none;
}
section.track .input-wrap button{
    padding:0.8rem 2rem;
    border: var(--primary);
    background:var(--primary);
    color:var(--pure);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size:1rem;
    cursor:pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.track .input-wrap button:hover{
    background: var(--light);
    color: var(--nature);
    border-color: var(--primary);
}




/*****************Contact us****************************/

section.contact-us{
    padding-top:0;
    padding-bottom: 0;
}
section.contact-us .contact-info-wrapper {
    padding:4rem 0;
    flex:1;
}
section.contact-us .contact-info-wrapper h1{
    margin-left: 55rem;
    margin-bottom: 1rem;
}

section.contact-us .map{
    flex:1;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    margin:0 5rem;
    height: 50%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,1);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,1);
}
section.contact-us .contact-info{
    display:flex;
    justify-content: center;
}
section.contact-us .contact-info > div > div {
    display:flex;
    align-items: center;
    margin-bottom:2rem;
}
section.contact-us .contact-info > div > div img{
    margin-right: 1rem;
}
section.contact-us .contact-info > div > div > div{
    display:flex;
    flex-direction: column;
}
section.contact-us .contact-info > div > div > div span:first-child{
    font-family: "Raleway-bold";
    margin-bottom:0.25rem;
}
footer{
    background-color: #002d52;
    padding:4rem 0;
}
footer .container{
    display:flex;
    color:var(--pure);
}

footer .box{
    flex:1;
    width: 10vw;
    margin-right: 4.1rem;
    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 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:992px){
    .nav-trigger{
        display:block;
    }
    header.topbar, nav{
        display:none;
    }

    header.home {
        margin-top:-4rem;
    }
    header.home .home-image{
        right:-160px;
        top:100px;
    }
    .top-products .slider-btn{
        display:none!important;
    }
    .latest-news .article-wrapper{
        flex-direction:column;
    }
    .latest-news .article-wrapper .card{
        margin-right:0;
        margin-bottom:4rem;
    }

    footer .gallary .post-wrap > div{
        width:calc(1/2*100% - (1 - 1/3)*10px);
    }
}

@media (max-width:768px){
    .about-companies .about-companies-wrap{
        flex-direction: column;
        text-align: justify;
        
    }
    .about-companies .about-companies-wrap img{
        width:100vw;
        margin-bottom: 2rem;
    }

    section.our-services .card-wrapper{
        flex-direction:column;
    }
    section.our-services .card-wrapper .service-card{
        margin-bottom:6rem;
    }
    section.group-companies .wrapper{
        display:none;

    }
   
    section.track{
        flex-direction:column;
        margin-bottom: 1rem;
    }

    section.track .input-wrap{
        margin-bottom: 2rem;
    }
    section.track .input-wrap img{
        margin-left: 1rem;
    }

    .contact-us .contact-info-wrapper h1{
        margin-right: 5rem;
    }

    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:-3rem;
    }

    .about-companies .about-companies-wrap{
        flex-direction: column;
        width:100%;
        padding: auto;
        text-align: justify;
        
    }
    .about-companies .about-companies-wrap img{
        flex-direction: column;
        text-align: justify;
        
    }
    .our-vision .card-wrap{
        flex-direction: column;
        align-items:center;
    }
    


    section.track .container{
        flex-direction: column;
        padding:1rem;
    }

    section.track .input-wrap{
        margin-bottom: 1rem;
    }
    section.track .input-wrap img{
        margin-left: 1rem;
    }


    .contact-info-wrapper{
        flex-direction:column;
    }

    .contact-us .contact-info-wrapper .contact-heading{
        margin: 0 2rem;
        margin-bottom: 2rem;

    }


    #service-id{
        align-items: center;
        
    }
    section.group-companies .wrapper{
        display:none;

    }

    .map{
        margin: 1rem 1rem;
    }


    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;
    }
   
}

/*

#slider {
    overflow:hidden;

}
#slider figure{
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 10s slider infinite;
}

#slider figure .container {
   width: 20%;
   float: left;
}

@keyframes slider {
    0%{
        left: 0;
    }
    20%{
        left: 0;
    }
    25%{
        left: -100%;
    }
    45%{
        left: -100%;
    }
    50%{
        left: -200%;
    }
    70%{
        left: -200%;
    }
    75%{
        left: -300%;
    }
    95%{
        left: -300%;
    }
    100%{
        left: -400%;
    }
}
*/



