@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');     
*{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar-brand img{
    width: 130px;
}
.dropdown-item{
font-size: 13px !important;
padding:  8px 20px !important;
}
#myVideo{
    width: 100%;
    height: calc( 100vh - 100px );
    object-fit: cover;
}
.containt-area-banner{
    height: 100%;
 background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 42%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.grad{
    background-image: url(./background.png);
    background-color: cover;
}

.header-stripe{
    padding: 10px;
   background: #262626;
background: linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(46, 46, 59, 1) 35%, rgba(18, 18, 18, 1) 100%);
}

.ban-grad{

height: 100%;
}


.contact-us{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 7px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
}

.contact-us2{
    background-color: #b38206;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 7px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    width: 200px;
    margin: auto;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
   background: #262626;
background: linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(46, 46, 59, 1) 35%, rgba(18, 18, 18, 1) 100%);  
}
.nav-pills .nav-link{
    text-align: left;
    color: #627084;
    margin-top: 10px;
}


.quote{
    background: #262626;
background: linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(46, 46, 59, 1) 35%, rgba(18, 18, 18, 1) 100%);
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 7px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    margin: auto;
}
.trusts_svg svg{
    width: 30px;
    height: 30px;

}

.navbar{
    border-radius: 10px;
}
.nav-link{
    font-size: 15px;
    margin: 0 10px;
}

.glass {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.glass3 {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.contact-us svg{
    width: 16px;
}
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}

.tag_top{
    font-size: 13px;
    padding: 5px 10px;
}
.tag_top svg{
    width: 16px;
}   

.btn-fil{
    font-size: 15px;
    border: 1px solid #ce8c28;
    background-color: #ce8c28;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 500;
}
.btn-out{
    font-size: 15px;        
    border: 1px solid #161616;
    background-color: transparent;
    color: #161616;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 500;
}
h1{
    font-size: 45px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #252525;
    line-height: 65px;
}
.banner{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
h1+p{line-height: 35px;font-size: 18px;}
.ban_img{
    width: 100%;
    border-radius: 5px;
}

.iso span{
    background-color: rgba(222, 160, 16, 0.3);  
    border-radius: 10px ;
    display: flex;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.iso span svg{
    width: 16px;
    color: #6b4b00;
}
.iso p{
    font-size: 12px;
}
.iso b{
    font-size: 12px;
}

.sub_heading_tag{
    font-size: 14px;
    color: #ce8c28;
    font-weight: 500;
    border: 1px solid #ce8c28;
    border-radius: 100px;
    padding: 5px 20px;
}

h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
     font-family: "Funnel Display", sans-serif;
    margin-bottom: 15px;
    color: #161616;
}
h2+p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #454545;
}
.products{
    background-color: rgb(250, 252, 255);
}

.product_card{
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgb(237, 237, 237);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img_wrapper_prd{
height: 310px;
    object-fit: cover;

}

.bg-ship{
    background-image: url(/ship2.jpg);
    background-size: cover;
}
.bg-ship2{
    background-image: url(/ships.jpg);
    background-size: cover;
}


.img_wrapper_prd img{
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
}

.product_card h5{
    font-size: 18px;
    font-weight: 600;
    color: #1d2530;
}
.product_card h6{
    font-size: 24px;
    font-weight: 600;
    color: #1d2530;
}


.quote3{
    border-bottom: 1px solid #252525;
    font-size: 12px;
    color: #252525;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    width: 100px;
}
.quote3 svg{
    width: 18px;
}


.product_card p{
    font-size: 13px;
    color: #627084;
    line-height: 22px;
}
.product_card span{
    font-size: 12px;
    color: #b38206;
    line-height: 22px;
    text-transform: uppercase;
}

.pr_tgs span{
    text-transform: capitalize;
    color: #1d2530;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #eef5ff;
}

.viewall{
    border: 1px solid #1d2530;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 13px 30px;
    background-color: #1d2530;
}
.stats{
    background-color: #1d2530;
    color: #ffffff;
    text-align: center;
}

.darkkbg{
   background-color: #1d2530; 
}



.stats h3{
    font-size: 36px;
    font-weight: 700;
     font-family: "Funnel Display", sans-serif;
}

.iconss{
    width: 60px;
    height: 60px;
    background-color: #ffebb7;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconss4{
width: 40px;
    height: 40px;
    background-color: #e1ffe1;
    display: inline-block;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconss4 svg{
    width:18px;
    color: green;
}
.iconss4 + h5 {
    font-size: 16px;
}


.ftsec{
background: #262626;
background: linear-gradient(90deg, rgba(38, 38, 38, 1) 0%, rgba(46, 46, 59, 1) 35%, rgba(18, 18, 18, 1) 100%);
    padding: 30px;
    background-size: cover;
}
.ftsec h4{
    font-size:40px;
    font-weight: 700;
     font-family: "Funnel Display", sans-serif;
    color: #ffffff;
    margin-bottom: 15px;    
}
.ftsec p{
        color: #ffffff;
}


footer{
    background-color: #f6f9ff;
}


.flogos img{
    width: 120px;
}
.flogos p{
    font-size: 13px;
}
.ftl b{
    font-size: 14px;
    color: #161616;
}
.footer_links{
    padding: 0;
    margin: 0;
}
.footer_links li a{
    text-decoration: none;
    font-size: 13px;
    color: #161616;
    margin-top: 10px;
    font-weight: 500;
    display: block;
}
.footer_links li{
   list-style-type: none;
   font-size: 13px;
    color: #161616;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    font-weight: 500;

}
.footer_links li svg{
    width: 16px;
    min-width: 16px;
    color: #ce8c28;
}
.font-12{
    font-size: 12px;
}
.text-right{
    text-align: right;
}
.text-white{
    color: #ffffff;
}

.header-stripe svg{
    width: 16px;
}
.bg-image{
    background-image: url(../ban.png);
    background-position: left;
    background-size: cover;
    height: auto;
    padding: 100px 10px;
}
.cnt-btn{
    font-size: 15px;
    border: none;
    border-radius:5px;
    background-color: #ce8c28;
    color: #ffffff;
    padding: 14px 30px;
}
.bg-light2{
    background-color: rgba(255, 255, 255, 0.3) !important;
}



.sub_pages{
   background-image: url(.//background.png);
}


.abutsec h1{
    font-size: 30px;
    font-weight: 700;   
    font-family: "Funnel Display", sans-serif;
    color: #161616;
    line-height: 40px !important;
}
.abutsec p{
    font-size: 14px;
    line-height: 28px;
    color: #454545;
}
.abutsec span{
    color: #b38206;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
}

label{
    font-size: 12px;
    color: #454545;
    font-weight: 500;
    padding-bottom: 8px;
}
input,textarea{
    border: 1px solid #d1d9e6;
    border-radius: 7px;
    padding: 10px;
    font-size: 12px;
    color: #161616;
    width: 100%;
}   
input::placeholder, textarea::placeholder{
    font-size: 12px;
    color: #a0a0a0;
}   
.font-14{
    font-size: 14px !important  ;
}
.font-18 {
    font-size: 18px !important  ;   
}

.cs-navs{
    min-width: 250px;
}


.swiper-button-next, .swiper-button-prev{
    color: #ffffff !important;
    height: 30px;
    width: 50px;
    border-radius: 5px;
    background-color: #252525;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px !important;
}


@media (max-width: 576px) { 
    .bg-image , .bg-ship{
        background-position: center;    
    }
.header{
    height: auto;
}
h1{
    font-size: 25px;
    line-height: 37px;
}
h1+p{
    line-height: 28px;
}
h2+p br{
    display: none;
}
h2{
    font-size: 28px;
    line-height: 35px;  
    
}
.accordion-button {
font-size: 14px;
}
.accordion-body{
    font-size: 12px;
    line-height: 24px;   
}
.ftl b{
    display: block;
    margin-top: 15px;
}
 }

a{
    text-decoration: none;
}
.brd-rds{
    border-radius: 15px;
}

.product_det h2{
    font-size: 16px;
    font-weight: 600;
}
.product_det h4{
    font-size: 16px;
    font-weight: 600;
}
.product_det ul li{
    font-size: 16px;
    line-height: 30px;
}
 
.footer_links .dropdown-item{
    padding: 0 !important;
}