@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Overall */
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
}
a:hover{
    text-decoration: unset;
}
:root{
    --primary-color: #00aff0;
    --tfont: "Amaranth", sans-serif;
    --sec-padding-y: 8rem;
}

@media(max-width:1200px){
    :root{
        --sec-padding-y: 5rem;
    }
}

@media(min-width:576px) {
  .container,
  .container-sm {
    max-width:540px
  }
}
@media(min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width:720px
  }
}
@media(min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width:960px
  }
}
@media(min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width:1140px
  }
}
@media(min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width:1300px
  }
}

/* Btn */
.main-btn{
    display: flex;
    align-items: center;
    background: var(--primary-color);
    border-style: none;    
    padding: 0;
}
.main-btn span{
    color: #fff;
    font-family: var(--tfont);
    font-size: clamp(.9rem, 1.05vw, 1.05vw);
    font-weight: 400;
    padding: clamp(.65rem, .85vw, .85vw) clamp(1rem, 1.5vw, 1.5vw);
    border-right: 1px solid rgba(255, 255, 255);
}
.main-btn .btn-icon{        
    padding: clamp(.65rem, .85vw, .85vw) clamp(.9rem, 1.2vw, 1.2vw);
    overflow: hidden;
    
    img{
        max-width: clamp(1rem, 1.35vw, 1.35vw);    
    }
}

.main-btn:hover{
    background: #1a3b5a;    
    
    .btn-icon img{
        animation: fadeInLeft 1s infinite alternate;        
    }
}
.main-btn:focus{
    outline: none;
}

/* Title */
.title-style{
    color: #1a1a1a;
    font-family: var(--tfont);
    font-style: italic;
    font-weight: 600;
    font-size: clamp(1.6rem, 2.5vw, 2.5vw);
    margin: 0;
    
    &.enlarged{
        font-size: clamp(1.85rem, 3.15vw, 3.15vw);
    }
}
.content{
    font-size: clamp(.85rem, .95vw, .95vw);
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
}

/* Nav */
.navbar_type8{
    height: 120px;
    background: #fff;
    padding: 0;
}
.navbar_type8 .logo{
    margin-left: 6rem;  
    flex: unset;
    min-width: 30%;    
}
.navbar_type8 .logo img{
    padding: 0px;
    width: 100%;
    padding-right: 5rem;
    border-right: 1px solid rgb(0, 0, 0, .15);
}

.navbar_type8 .nav_tab{
    flex: unset;
    width: 100%;
    padding-right: 8rem;
    gap: 4vw;  
}
.navbar_type8 .nav_tab .nav_item:before{
    border-color: var(--primary-color);
    border-width: 2px;
    width: 0;
    transition: all .3s linear;    
    top: 90%;
}
.navbar_type8 .nav_tab .nav_item a{
    color: #1a1a1a;
    padding: 0;
    font-family: var(--tfont);
    font-size: clamp(1rem, 1.4vw, 1.4vw);
    font-weight: 500;
    text-transform: capitalize;    
    position: relative;        
}
.navbar_type8 .nav_tab .nav_item:not(:last-child) a:after{
    position: absolute;
    content: "";
    width: 0px;
    height: 70%;
    background: #1a1a1a;
    border-right: 2px solid #000;
    right: -2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: var(--primary-color);
}
.navbar_type8 .nav_tab .nav_item:hover:before{
    width: 100%;
}

.dark_nav{
background: rgba(255, 255, 255, 0.9) !important;
}

.navbar_mobile{
    background: #fff;
}

@media(max-width:1200px){
    .navbar_type8 {
        height: 100px;        
    }
    .navbar_type8 .logo{
        margin-left: 3rem;
    }
    .navbar_type8 .logo img{        
        padding-right: 3rem;
        border-right: 1px solid rgb(0, 0, 0, .15);
    }
    .navbar_type8 .nav_tab{
        padding-right: 5rem;
    }
}

/* Banner */
.hp_banner{
    height: 100%;
    position: relative;
}

.hp_banner h2{
    color: #fff;
    font-family: var(--tfont);
    font-size: clamp(3rem, 5vw, 5vw);
    font-weight: 700;
    font-style: italic;
    line-height: .95;
}
.bl-content{
    position: absolute;
    top: 22%;    
    left: 15%;    
}
.br-content{
    position: absolute;
    top: 22%;
    right: 15%;
}

.hp_banner h3{
    color: #fff;
    font-family: var(--tfont);
    font-size: clamp(1.15rem, 1.65vw, 1.65vw);
    font-weight: 500;
    line-height: 1;
}
.b-deco .arrow{
    max-width: 60px;
    animation: swing 3s linear infinite;
}
.b-deco{    
    position: absolute;
    display: flex;
    top: 50%;
    left: 6%;
}

@media(max-width:991px){
    .bl-content,
    .br-content{
        top: 15%;
    }
    
    .b-deco .arrow{
        max-width: 50px;
    }    
    .b-deco{
        top: 48%;
    }
}

@media(max-width:768px){
    .slider_banner .item > img{
        min-height: 80vw;
        object-fit: cover;
    }
    
    .bl-content,
    .br-content{
        top: 10%;
    }
    .b-deco{
        top: 35%;
    }
}

@media(max-width:576px){
    .slider_banner .item > img{
        min-height: 70vw;
        object-position: 58%;
    }
    .hp_banner h2{
        font-size: 200%;
    }
    .hp_banner h3{
        font-size: 100%;
    }
    .b-deco .arrow{
        max-width: 20px;
    }
    
    .bl-content{
        left: 20%;
    }
    .br-content{
        right: 20%;
    }
}

/* About */
.hp_about{
    padding: calc(var(--sec-padding-y) * 1.5) 0 var(--sec-padding-y);
}

.abt-wrapper{
    display: flex;   
}


.abt-frame{
    position: relative;
    min-width: 38%;
    margin-left: -8%;
}
.abt-frame img.front-layer{
    position: absolute;
    width: clamp(5rem, 7.5vw, 7.5vw);
    height: clamp(5rem, 7.5vw, 7.5vw);   
    top: -17%;
    right: -15%;
    animation: swing 3s linear infinite;
    transform-origin: bottom right;
}


.abt-left-box .content{
    width: 61%;
}


.a-cont{
    padding-top: 6rem;
    padding-left: 6.7rem;
}

@media(max-width:1200px){
    .a-cont{
        padding-left: 3rem;
        padding-top: 3rem;
    }
}

@media(max-width:991px){
    .abt-wrapper{
        flex-direction: column;
    }
    
    .abt-frame{
        order: 1;
        width: 65%;
        margin-bottom: 2rem;
        margin-left: 0;
    }
    
    .abt-left-box{
        order: 2;        
    }    
    .abt-left-box h1{
        margin-bottom: 1.5rem !important;
    }
    .abt-left-box h1 br{
        display: none;        
    }
    .abt-left-box .content{
        width: 100%;
    }
    
    .abt-right-box{
        order: 3;
    }
    .a-cont{
        padding-top: 1rem;        
        padding-left: 0;
    }
    .a-cont .content{
        margin-bottom: 1.5rem !important;
    }
}

@media(max-width:576px){
    .abt-frame{
        width: 85%;
    }
}

/* Product */
.index_wrapper_4{
    background: url(https://cdn1.npcdn.net/images/c_bg_yv3ix2_1779679132.jpg?md5id=06bd2df0534a430a7ee6a006a5dfd218&new_width=1600&new_height=1250&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: var(--sec-padding-y) 0;
}

.product_cat-10 .col-12{
    padding: 0 .6rem;
}
.product_cat-10 .wrapper_product_category{
    position: relative;
    margin-bottom: 1.2rem;    
    text-align: unset;        
}
.product_cat-10 .wrapper_product_category .product_img{
    border-radius: 0;
    padding-top: 130%;
    position: relative;
    
    &:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    &:after{
        position: absolute;
        content:"";
        width: 10vw;
        height: 10vw;
        background: var(--primary-color);
        bottom: 0;
        left: 0;
        z-index: 1;
        border-radius: 50%;
        transform: scale(0) translate(0px, 0px);
        opacity: 0;
        transition: all .3s linear;
    }
}

.product_cat-10 .wrapper_product_category:hover .product_img:after{            
    opacity: 1;    
    transform: scale(2) translate(10px, 10px);
}

.product_cat-10 .wrapper_product_category .content-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    padding: 2rem;
    z-index: 1;
}
.product_cat-10 .wrapper_product_category .content-box h3{
    color: #fff;
    font-family: var(--tfont);
    font-weight: 700;
    font-style: italic;
    font-size: clamp(1.25rem, 2vw, 2vw);
    line-height: 1.05;
}
.product_cat-10 .wrapper_product_category .view-btn{
    background: none;
    color: #fff;
    border: 1px solid #fff;
    font-size: clamp(.75rem, 0.8vw, 0.8vw);
    font-family: var(--tfont);    
    display: flex;
    align-items: center;   
    position: relative;
    padding: 8px 15px;
    gap: 20px;
    transition: all .3s linear;
    
    &:after{
        display: inline-flex;
        content: "";
        width: 15px;
        height: 15px;
        background: url(https://cdn1.npcdn.net/images/b_button_ghyduk_1779675409.png?md5id=06bd2df0534a430a7ee6a006a5dfd218&new_width=65&new_height=25&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;            
    }
    
    &:before{
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        border-right: 1px solid #fff;
        right: calc(15px + 15px + 10px);
        top: 0;
    }   
    
    &:hover{
        color: #000;
        background: #e1eef7;
        border-color: #e1eef7;
        gap: 2rem;
        
        &:before{
            border-right: 1px solid rgba(0, 0, 0, .08);
        }
        
        &:after{
            filter: invert(1);
        }
    }   
}

.product_cat-10 .wrapper_product_category:hover .view-btn{
    transform: unset;
}

@media(min-width:768px) and (max-width:991px){
    .product_cat-10 .col-12{
        flex: 0 1 calc(100% /3);
        max-width: calc(100% /3);
    }
}

@media(min-width:991px){
    .product_cat-10{
        margin: 0 -0.6rem;
    }
}

@media(max-width:1200px){
    .index_wrapper_4{
        padding-top: calc(var(--sec-padding-y) * 1.5);
    }
    .product_cat-10 .wrapper_product_category .content-box{
        width: 100%;
        padding: 1.5rem;
    }
}

@media(max-width:991px){
    .product_cat-10 .wrapper_product_category:hover .product_img:after{                       
        transform: scale(2.5) translate(15px, 5px);
    }
}

@media(max-width:768px){
    .index_wrapper_4{
        padding-top: calc(var(--sec-padding-y) * 2);
    }
    .product_cat-10 .col-12{
        flex: 0 1 50%;
        max-width: 50%;
    }
}

@media(max-width:576px){    
    .product_cat-10 .col-12{
        flex: 0 1 50%;
        max-width: 50%;
    }
    .product_cat-10 .wrapper_product_category .content-box h3{
        font-size: 150%;
    }
    
    .product_cat-10 .wrapper_product_category:hover .product_img:after{                       
        transform: scale(4) translate(12px, 0px);
    }
}

/* Why */
.hp_why{
    padding: 
        calc(var(--sec-padding-y) * .4) 
        0 
        calc(var(--sec-padding-y) * .7);
}
.hp_why .title-wrapper{
    margin-bottom: 1.5rem;
}

.why-wrapper{
    display: flex;
}

.why-frame{
    animation: movingUpDown 1.5s linear infinite;
}
@keyframes movingUpDown{
    0%, 100%{
        transform: 0;
    }
    25%{
        transform: translateY(2%);
    }
    50%{
        transform: translateY(0%);
    }
    75%{
        transform: translateY(-2%);
    }
}

.why-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);    
}
.why-box{
    padding: 2rem;
}
.why-title{
    font-family: var(--tfont);
    font-style: italic;
    font-weight: 600;
    font-size: clamp(1.25rem, 1.75vw, 1.75vw);
}
.why-box .content{
    font-weight: 300;
}

.why-box:nth-child(-n + 2){
    border-bottom: 1px solid #000;
}
.why-box:nth-child(odd){
    border-right: 1px solid #000;
}

@media(min-width:991px){
    .why-wrapper{
        margin-left: -6%;
        margin-right: -3%;
    }    
}

@media(max-width:1200px){
    .why-wrapper{
        margin: 0;
        align-items: center;
        gap: 1rem;
    }
}

@media(max-width:991px){
    .hp_why{
        padding: var(--sec-padding-y) 0;
    }
}

@media(max-width:768px){
    .hp_why .title-style{
        margin-bottom: 1.5rem;
        text-align: center;
        width: 85%;
        
        br{
            display: none;
        }
    }
    
    .why-wrapper{
        flex-direction: column;
    }
    
    .why-frame{
        margin: 1.5rem 0;
    }
    
    .why-box{
        padding: 1.5rem;
    }
}

/* Google */
.hp_google{
    background: var(--primary-color);
    padding: var(--sec-padding-y) 0;
}
.hp_google .content{
    width: 50%;
    margin-left: auto;
    text-align: right;
}

@media(max-width:768px){
    .hp_google .title-style{
        margin-bottom: 1rem;
    }
    .hp_google .content{
        width: 100%;
        text-align: center;
    }
}

/* Contact */
.index_wrapper_7{
    padding: calc(var(--sec-padding-y) * .5) 0;
}
.hp_contactform_header{
    display: none;
}

.contact_us_form .form-control{
    border-radius: 0;
}
.contact_us_form .btn-primary{
    font-size: clamp(.75rem, .87vw, .87vw) !important;
    padding: 8px 30px !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
        
    i{
        display: none;        
    }
    
    &:hover{
        background: #1a3b5a !important;
        border-color: #1a3b5a !important;
    }
}

@media(min-width:991px){
    #index_7{
        flex: 0 1 45%;
        max-width: 45%;
        padding-right: 4.5rem;
    }
    #index_8{
        flex: 0 1 55%;
        max-width: 55%;
    }
}

@media(max-width:768px){
    .hp_contact .title-box{
        text-align: center;
    }
    .hp_contact .title-box .title-style br{
        display: none;
    }
    .hp_contact .title-box .title-style{
        width: 75%;
        margin: auto;
    }
}

/*footer*/
.footer_type9 {
    color: #f4f4f4;
    padding-top: 4rem;
    background: #1a3a5a;
    font-size: clamp(.85rem, .95vw, .95vw);
    line-height: 1.6;    
}

.footer_type9 .copy_right{
    font-size: clamp(.85rem, .95vw, .95vw);
}

.footer_type9 .text {
    color: #f2f2f2 !important;    
    font-size: clamp(.77rem, .85vw, .85vw);
    font-weight: 300;
}

.footer_type9 .logo {
    min-height: 130px;    
    
    img{
        max-height: 130px;        
        object-fit: contain;
        border-radius: 10px;
    }
}

.footer_type9 .icon{    
    background: transparent;
}
.footer_type9 .icon i{
    color: #fff;
    font-size: .85rem;
}

.footer_type9 .bg_dark {
    background-color: transparent;
}

.footer_type9 a:hover,
.footer_type9 a.text:hover {
    color: var(--primary-color) !important;
}

.footer_type9 a {
    color: #f2f2f2;
    font-weight: 300;             
}

.footer_type9 .nav_item li a::after {
    color: #f4f4f4;
    padding: 0 10px;
    content: "|"
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    padding-right: 5vw !important;
}

.footer_type9 .sub_title p {       
    color: #fff;
    font-family: var(--tfont);
    font-size: clamp(1.25rem, 1.3vw, 1.3vw);
    font-weight: 300;
}

.footer_type9 .info-title{
    font-weight: 700;
}

.footer_type9 .text-muted{
    color: #fff !important;
}

.footer_type9 .social_media a .icon_s{
    margin-bottom: 0 !important;
    background: #fff;    
    width: 30px;
    height: 30px;   
    
    i{
        color: var(--primary-color);
    }
}
.footer_type9 .social_media,
.footer_type9 .social_mediaImg{       
    width: fit-content;    
    margin: 0 !important;    
}
.footer_type9 .social_mediaImg a .icon_s{
    border: none;    
    padding: 0;
    background: none;
}
.footer_type9 .social_mediaImg .icon_s{
    filter: brightness(0) invert(1);            
    padding: 0;
    
    img{
        border-radius: 50%;        
        height: 30px !important;
    }
}

.footer_type9 .social_media a:hover .icon_s{
    background: #fff;
    
    i{
        color: var(--primary-color);
    }
}

.footer_type9 .social_mediaImg a:hover .icon_s{
    background: unset;
}
.footer_type9 .social_mediaImg a:hover .icon_s img{
    filter: brightness(0) invert(1) !important;
}
.footer_type9 .social_media a{
    height: 100%;
    display: flex;
    margin-right: .35rem;
}


.footer_type9 .nav_item li a {
    text-transform: unset;    
    font-size: clamp(.77rem, .85vw, .85vw);
}


@media (min-width:991px){
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (min-width: 768px) {    
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        padding-left: 4vw !important;   
    }
}

@media (min-width:768px) and (max-width:991px){
    .footer_type9 .logo img{
        width: 100%;
    }
}

@media(max-width:576px){
    .footer_type9 .logo{
        min-height: 85px;
    }
    .footer_type9 .logo img{
        height: 85px;
    }
}

/*Product Page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
}