
@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&family=Mukta:wght@200;300;400;500;600;700;800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{

    --gold:#b15a0c;
    --clr-bg-header: #3D8361;
    --clr-btn: #3D8361;
    --clr-dropdown: #1C6758;
    --clr-nav-hover: #1E6F5C;
    --clr-dropdown-hov: #289672;
    --clr-dropdown-link-hov: #29BB89;
    --clr-light: #FAFAFA;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
h1,h2,h3,h4,h5{
    font-family: "Oswald", sans-serif !important;
    text-transform: capitalize;
}
a{
    text-decoration: none !important;
    text-transform: capitalize;
}
p{
    font-family: "Poppins", sans-serif;
}
body{
    font-family: "Mukta", sans-serif !important;  
    /* position: relative; */
  
    transition: .8s;
}
body.scroll-down{
    background: #fefaf3 !important;
}
/* body::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: var(--gold);
    z-index: -1;
} */
@media (max-width:765px){
    .sm_hide{
        display: none !important;
    }
    section{
        padding: 10px 0;
    }
    p{
        font-size: 13px;
    }
}
@media (min-width:765px){
    .lg_hide{
        display: none !important;
    }
    section{
        padding: 50px 0;
    }
    p{
        font-size: 14px;
    }
}
/* @media(max-width:1400px){
    section{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
} */
section{
    overflow: hidden;
}
/* ==============================header=========================== */


/* -------------mob_services-------------------- */

.mob_services,.mob_products{
    i{
        padding-left: 2rem;
        color: black;  
    }

    height: 100%;
    background: white;
    position: fixed;
    z-index: 999;
    top: 10%;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    width: 0;
  
    transition: 0.5s;
    .menu{
        display: flex;
        flex-direction: column;
        padding-left: 2rem;
        a{
            color: black;
            padding: 5px 0;
            text-transform: uppercase;
        }
    }
}

/* --------------mobile navbar------------------ */

.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    .mob_drp{
        padding-left: 10px;
        a{
            font-size: 16px;
        }
    }
  }
  
  
  .sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    transition: 0.3s;
    z-index: 1000;
  
    letter-spacing: 1px;

    i{
        font-size: 15px;
        transform: translateY(-5px);
    }
  }
  
  
  .sidenav a:hover {
  color: #535252;
  }
  
  
  .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 55px;
  margin-left: 50px;
  }
  
  
  #main {
  transition: margin-left .5s;
  padding: 20px;
  }
  #mob_services.sidenav .close{
  position: absolute;
    top: 0;
    left: -2px;
    font-size: 25px;
  }
  #mob_services.sidenav{
    top: 64px;
    box-shadow: 3px 3px 10px -1px rgb(129 129 129), -1px 1px 10px -1px rgba(255, 255, 255, 0.7);
         
  
  }
  @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  }
  .mob_menu{
    margin-top: 4rem;
  }
  #mob_services .card{
    display: flex;
      align-items: center;
      border: none;
      padding: .5rem;
  }
  #mob_services .card .mob_menu_img{
    width: 130px;
     
  }
  #mob_services .card .mob_menu_img img{
    border-radius: 10px;
  }
  .menu_item{
    text-align: center;
    margin-top: .5rem;
   
  }
  .menu_item h5 a{
    padding: 0 !important;
    font-size: unset;
    color: black;
    font-size: 14px;
    color: var(--green);
  }
  
  /* -------------------mobile navbar-------------- */

  @media (max-width:765px){

    .nav_logo{
        width: 120px !important;
        padding: 10px;
    }
  }

header{
    .navbar-toggler{

        border: none;
    }
    .navbar.scrolled{
        position: fixed;
        width: 100%;
        background: white;
        z-index: 995;
        box-shadow: 25px 7px 39px -18px rgba(0,0,0,.5);
    }

    .nav_logo{
        width: 150px;
    }
    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }
    }
    nav{
        .dropdown-item{
            text-transform: uppercase;
        }
        background: white;

        .nav-link{
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 500;
            color: black;
            font-family: "Oswald", sans-serif !important;
            letter-spacing: 1px;
        }
        .nav-item{
            margin: 0 12px;
        }
    }
 
}


/* ==============================header END=========================== */

/* ====================banner================================ */
.banner.scroll-down{

    h2{
        background: linear-gradient(to bottom, #a65419, #e49733, #a65419);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    /* .card{

        video{
            border-color: var(--gold);
        }
    }
    p{
        color: black;
    } */
}
.banner.scroll-down::before{
    background: #00000000;
}

@media (max-width:765px){
.banner{
    height: 80vh !important;
    h2{
        font-size: 2rem;
        text-align: center;
        line-height: 1.2 !important;
      
    }
    p{
        text-align: center;
    }
    .card{
        padding: 1rem !important;
        height: 300px !important;
    }
}
}

@media (min-width:765px){
 .banner{

    h2{
        font-size: 3rem;
    }
    .card{
        height: 500px;
    }
}   
}
.banner::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000008a;
}
.banner{
    position: relative;
    background-image: url(../img/bg/bg1.jpg);
    .col-lg-5{

        display: flex;
        flex-direction: column;
     
        justify-content: center;
    
    }
    /* .bnr_img{

        img{
            filter: invert(63%) sepia(50%) saturate(5686%) hue-rotate(354deg) brightness(88%) contrast(83%);
        }
    } */

.card{
 
    padding: 2rem;
    border: none;
    background: transparent;

    video{
        border-radius: 5px;
        border: 3px solid ;
        border-color: #b5b5b5ad;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

    height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

    h2{
      
        line-height: 1.3;
        color: white;
        word-spacing: 2px;
        position: relative;
        text-align: center;
     
        font-family: "Mukta", sans-serif !important;  
    }
    p{
        color: white;
        position: relative;
        text-align: center;
    }
  

}
/* =======================banner============================== */

/* ====================home about======================================= */

.sec_1.scroll-down{

    h2{
        color: black;
    }
    h2::before{
        background: black;
    }
    p{
        color: black;
    }
  
}

@media (max-width:765px){
    .sec_1{
        h2{
            font-size: 2rem;
            span{
                font-size: 2.5rem;
        
            }
        
        }
        a{
            margin: auto;
            margin-bottom: 2rem;
        }
    }

}
@media (min-width:765px){
   .sec_1{
    h2{
        font-size: 2.5rem;
      span{
          font-size: 3rem;  
        }
    
       } 
   }
}
.sec_1{

    h2{
        position: relative;
        /* color: white; */
      
        span{
            background:linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text; /* For WebKit browsers */
            -webkit-text-fill-color: transparent; /* For WebKit browsers */
            letter-spacing: 2px;
          

        }
    }
    h2::before{
        content: "";
        position: absolute;
        left: 21%;
        top: 19%;
        width: 59%;
        height: 8px;
        background: black;
    }
    p{
        padding-top: 3rem;
        /* color: white; */
        font-size: 16px;
        padding-bottom: 1rem;
    }
    a{
        position: relative;
        color: white;
        width: 150px;
       
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
      background: var(--gold);
        transition: .6s;
        border-radius: 22px;
    }
    /* a::before{
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        width: 100%;
        height: 100%;
        background: var(--gold);
        z-index: -1;
        transition: .6s;
    } */
    /* a:hover::before{
        top: 0;
        left: 0;
        transition: .6s;
    } */
}

/* ====================home about======================================= */

/* ===========================sec_2====================================== */
.sec_2.scroll-down{

    h2{
        color: black;

    }
    h2::before{
        background: black;
    }
  
}
@media (max-width:765px){
    .sec_2{
        .tab{
            overflow-x: scroll !important;
        }
        h2{
            font-size: 2rem;
            span{
                font-size: 2.5rem;
        
            }
        
        }
        .tabcontent{
            padding: 0 !important;
            /* .card{
                height: 190px;
            } */
        }
        h2::before{
            right: 45% !important;
        }
        .col-md-4{
            margin-bottom: 2rem;
        }
      
    }

}
@media (min-width:765px){
   .sec_2{
    h2{
        font-size: 2.5rem;
      span{
          font-size: 3rem;  
        }
    
       } 
   }
}
.sec_2{

    h2{
        position: relative;
        /* color: white; */
      
        text-align: right;
        margin-bottom: 3rem;
        span{
            background:linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text; /* For WebKit browsers */
            -webkit-text-fill-color: transparent; /* For WebKit browsers */
            letter-spacing: 2px;
           

        }
    }
    h2::before{
        content: "";
        position: absolute;
        right: 15%;
        top: 22%;
        width: 25%;
        height: 8px;
        background: black;
       
    }
    p{
        font-size: 14px;
    }

    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        display: flex;
     
        border-radius: 8px;
      }
      
      /* Style the buttons that are used to open the tab content */
      .tab button {
        background: #212121;
        color: white;
       
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        width: 100%;
        text-transform: capitalize;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color:#212121e0;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        /* background-color: #ccc; */
      }
      
      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 6px 12px;
       
        border-top: none;

        .card{
            border: none;
    border-radius: 10px;
    overflow: hidden;
        }
      }
      .tabcontent {
        animation: fadeEffect 1s; /* Fading effect takes 1 second */
      }
      
      /* Go from zero to full opacity */
      @keyframes fadeEffect {
        from {opacity: 0;}
        to {opacity: 1;}
      }
    
  
    }


/* ==================================sec_2================================ */


/* ====================================sec_3=============================== */

@media (max-width:765px){
    .sec_3{
        h2{
            font-size: 2rem;
            span{
                font-size: 2.5rem;
        
            }
        
        }
      
      
    }

}
@media (min-width:765px){
   .sec_3{
    h2{
        font-size: 2.5rem;
      span{
          font-size: 3rem;  
        }
    
       } 
   }
}

.sec_3::before{
    position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000008c;

}
.sec_3{
    background-image: url(../img/about/a4.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;

    h2{
        position: relative;
        color: white;
      
        span{
            background:linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text; /* For WebKit browsers */
            -webkit-text-fill-color: transparent; /* For WebKit browsers */
            letter-spacing: 2px;
           

        }
    }
    h2::before{
        content: "";
        position: absolute;
        left: 16%;
        top: 26%;
        width: 59%;
        height: 8px;
        background: white;
    }
    .cards{

        display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 7px;
        .card{
            display: flex;
            align-items: center;
            background: transparent;
            color: white;
            height: 150px;
            justify-content: center;
            border-color: #e49733;

            h4{
                font-weight: 100;
                letter-spacing: 2px;
            }
        }
    }
    p{
        color: white;
        position: relative;
        padding-top: 2rem;
    }
}

/* ====================================sec_3=============================== */

/* =================footer=============================================== */
footer.scroll-down{

    background: #534439;

    /* .ft_logo_white{
        display: block;
    }

    .ft_logo_dark{
        display: none;
    } */
    /* ul{
        li{
            a{
                color: black;
            }
        }
    }
    h4{
        color: var(--gold);
    } */
}
footer{
    @media (max-width:991px){
        .ft_logo{
            width: 160px;
            padding: 1rem;
            
        }
       
    }
    @media (min-width:991px){
        .ft_logo{
            width: 200px;
            padding: 1rem;
            
        } 
    }
    @media (max-width:765px){
        .ft_col{
            text-align: center;
        }
        .col-md-3:nth-child(1){
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .col-md-3{
            margin-bottom: 2rem;
        }
        .adres{
            text-align: center;
        }
    }
    .ft_col{

    }
    .ft_link{
        width: 100%;
        color: white;
        text-align: center;
        display: block;
    }
    .ft_link:hover{
        text-decoration: underline !important;
    }
    background: black;
   padding: 50px 0;
   .col-md-6:nth-child(1){
    display: flex;
  
    align-items: center;
    flex-direction: column;
   }
   /* .ft_logo_white{
    display: none;
   } */


ul{
    padding-left: 0;
  li{
    list-style: none;
    padding: 6px 0;
    a{
        color: #ffffffc2;
        text-transform: uppercase;
    }
  }
}
h4{
    color: white;
}
.social_icons{
display: flex;
    a{
        color: white;
        margin: 0 5px;
        background: #474444;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.adres{
    p{
        color: white;
    font-size: 18px;
    }
}

}
/* ==============================footer====================================== */


/* ============================sec_4================================== */

.sec_4.scroll-down{

    h2{

        color: black;
    }
    h2::before{
        background: black;
    }
    .card{
        border: none;

        .img_div{
            img{
                filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
            }
        }
        background: linear-gradient(45deg, #a65419, #e49733);
        box-shadow: 0px 0px 5px 0px rgb(122 122 122 / 52%);
        .card-body{
           
        }
    }
}

@media (max-width:765px){
    .sec_4{
        h2{
            font-size: 2rem;
            span{
                font-size: 2.5rem;
        
            }
        
        }
        h2::before{
            right: 19% !important;
        }
        .card{
            .img_div{
                width: 55px !important;
            }
        }
      
      
    }

}
@media (min-width:765px){
   .sec_4{
    h2{
        font-size: 2.5rem;
      span{
          font-size: 3rem;  
        }
    
       } 
   }
}

.sec_4{

    h2{
        position: relative;
        /* color: white; */
       
        text-align: right;
        margin-bottom: 3rem;
        span{
            background:linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text; /* For WebKit browsers */
            -webkit-text-fill-color: transparent; /* For WebKit browsers */
            letter-spacing: 2px;
           

        }
    }
    h2::before{
        content: "";
        position: absolute;
        right: 8%;
        top: 18%;
        width: 25%;
        height: 5px;
        background: black;
       
    }
    .card{
        background: #ffffff17;
      
        display: flex;
        align-items: center;
        text-align: center;
        padding-top: 1rem;
        width: 200px;
        
        .img_div{
            width: 70px;
            margin: auto;
            img{
                filter: invert(29%) sepia(89%) saturate(1338%) hue-rotate(13deg) brightness(98%) contrast(91%);
            }
        }


        .card-body{
            span{
                text-transform: capitalize;
                /* color: white; */
                font-size: 18px;

            }
        }
    }
    .col-md-4{
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
}

/* ============================sec_4================================== */

/* ==============================products======================================== */

@media (max-width:765px){

.products{

    h2{

        font-size: 2rem;
        span{

            font-size: 2.5rem;
        }
    }
    h2::before {
        content: "";
        position: absolute;
        left: 16%;
        top: 30%;
        width: 35%;
        height: 8px;
        background: white;
    }
}

}
@media (min-width:765px){
    .products{
        h2{
            font-size: 2.5rem;
            span{
    
                font-size: 3rem;
            }
        }
        h2::before{
            content: "";
            position: absolute;
            left: 6%;
            top: 24%;
            width: 17%;
            height: 8px;
            background: white;
        }
    }

   

}

.products.scroll-down{
    h2{
        color: black;
    }
    h2::before{
        background: black;
    }
    h3{
        color: black;
    }
    button{
      a{
        color: black;
      }


    }
}
.products{
    h2{
        position: relative;
        color: white;
        margin-bottom: 2rem;
      
        span{
            background:linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text; /* For WebKit browsers */
            -webkit-text-fill-color: transparent; /* For WebKit browsers */
            letter-spacing: 2px;
          

        }
    }
  

    .slick-arrow{
        display: none !important;
    }
    .slide{
        padding: 10px;
    }

    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        /* font-family: Poppins; */
        color: white;
    }
    
    body{
        background: #131313;
        display: flex;
    }
    
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: grayscale(70%);
        border-radius: 7px;
    }
    
    h3{
        font-weight: 500;
        font-size: 1.5rem;
        text-align: center;
    }
    
    p{
        font-style: italic;
        color: rgb(217, 217, 217);
    }
    
    button{
        display: inline-block;
        width: auto; 
        padding: 0.6rem 1.5rem;
        border: 1px solid #606060;
        background: none;
        font-weight: 400;
        border-radius: 50px;
        cursor: pointer;
        a{
            color: white;
        }
    }
    
    .container{
        margin: 0 auto 50px auto;
        width: 90%;
    }
    
    .input{
        display: flex;
        justify-content: center;
        margin-block: 20px 50px;
    }
    
    /* .product-list{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        gap: 20px;
    } */
    
    .product-list:has(.product:hover) .product:not(:hover){
        filter: blur(5px);
        opacity: 0.7;
    }
    
    .product{
        border: 1px solid #606060;
        /* height: 300px; */
        padding: 10px 10px 20px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        transition: filter 0.1s ease-in-out, opacity 0.1s ease-in-out;
    }
    
    .img{
        height: 100%;
        width: 100%;
        background-image: url(../img/bg/bg.jpg);
    }
    
    .info{
        /* display: flex;
        justify-content: space-between;
        align-items: center; */
        width: 100%;
        margin: 10px 0;
    }
    
}
/* ====================products================================= */


/* =========================pr_banner============================== */
@media (max-width:765px){
    .pr_banner{
        .bnr_tlt{
            span{
                font-size: 2rem !important;
            }
        }
        .col-md-4{
            padding: 2rem;
        }
    }
}
.pr_banner{
    .bnr_tlt{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* text-align: center; */
    
    
        span{
            font-size: 3rem;
            background: linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase; 
        }
        h1{
            /* color: white; */
        }
        p{
            a{
                color: black;
            }
        }
    }
    
}


/* =========================pr_banner============================== */

/* ===================product_card================================ */
.product_card{

    h2{
        position: relative;
        margin-bottom: 2rem;
        padding-bottom: 10px;

    }
    h2::before{
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 10%;
        height: 3px;
        background: var(--gold);
    }
    h6{
        font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 1rem;
    background: #de842c;
    width: max-content;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    }
   
    .hd_pts{
        margin-bottom: 1rem;
    }
    .hd_point{
        display: flex;
        align-items: center;

        .img_div{
            width: 30px;
        }
    }
    h5:nth-child(1){
        position: relative;
        padding-bottom: 10px;
        /* margin-bottom: 3rem; */
    }
    h5::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20%;
        height: 3px;
        background: var(--gold);
    }
    h4{
       
        padding: 5px 10px;
        border-radius: 8px;
        color: #c55402;
        letter-spacing: 2px;
       
    }
    .col-md-4{
        margin-bottom: 2rem;
    }

    .card{

        background: #dde3e936;
        box-shadow: 0px 0px 5px 2px rgb(199 199 199 / 52%);
        border: none;
        height: 100%;

        .img_div{
          display: flex;
          justify-content: center;
        
          /* background-image: url(../img/bg/bg.jpg); */
          border-radius: 10px;

          img{
            width: 75%;
          }
          
        }
        .card-body{
            .prize{
                color: var(--gold);
                display: none;
               
            }
            h5{
                position: relative;
                padding-bottom: 10px;
            }
            h5::before{
                content: "";
                position: absolute;
                height: 2px;
                width: 20%;
                left: 0;
                bottom: 0;
                background: var(--gold);
            }
            span{
               
    text-align: center;
    color: gray;
            }
        }
    }
}
/* ==========================product_card======================= */

/* =======================service banner========================== */

@media (max-width:765px){

}
@media (min-width:765px){
    
}

.ser_banner{
    position: relative;
    h1{
        background: linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 2rem;
    }
    .col-md-6:nth-child(1){
        display: flex;
    flex-direction: column;
    justify-content: center;
        
    }
.ser_tlt{
    a{
        color: black;
    }
    
}
}
/*  

}

/* =======================service banner========================== */


/* =============================s1================================ */

@media (max-width:765px){
    .s1{
        .row{
            flex-direction: column-reverse;
        }
    }

}
@media (min-width:765px){
    
}

.s1{

    .col-md-6:nth-child(2){
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    h2{
        padding-bottom: 10px;
        position: relative;
    }
    h2::before{
        content: "";
                position: absolute;
                height: 3px;
                width: 20%;
                left: 0;
                bottom: 0;
                background: var(--gold);  
    }
}


/* =============================s1================================ */

/* ==========================s2=================================== */
@media (max-width:765px){

}
@media (min-width:765px){
    
}


.s2{
    h2{
        padding-bottom: 10px;
        position: relative;
    }
    h2::before{
        content: "";
                position: absolute;
                height: 3px;
                width: 20%;
                left: 0;
                bottom: 0;
                background: var(--gold);  
    }

}
/* ==========================s2=================================== */

/* ==============================s3============================= */
@media (max-width:765px){
    .s3{
        .row{
            flex-direction: column-reverse;
        }
    }

}
@media (min-width:765px){
    
}

.s3{

    h2{
        padding-bottom: 10px;
        position: relative;
    }
    h2::before{
        content: "";
                position: absolute;
                height: 3px;
                width: 20%;
                left: 0;
                bottom: 0;
                background: var(--gold);  
    }
    .col-md-6:nth-child(2){
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


}

/* ==============================s3============================= */

/* ============================contact_us========================== */

.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: black;
padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
color: #071c34;
text-transform: capitalize;
font-size: 22px;
font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}
.contact-info-icon i {
font-size: 48px;
color: #e69e35;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #fff;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
color: #999999;
font-size: 16px;

display: inline-block;
width: 99%;
}

.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
width: 100%;
height: 120px;
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
background: #a65419 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: 600;
padding: 10px 0;
text-transform: capitalize;
width: 150px;
margin-top: 20px;
font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #464646;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
display: inline-block;
width: 100%;
margin-top: 30px;
}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {
padding: 20px 15px 0;
}


  .map_inner{
        h4{
            text-align: center;
            margin-bottom: 2rem;
        }
      }

/* =====================contact_us================================= */


/* =============================abt_banner=========================== */
@media (max-width:765px){
    .abt_banner{
        height: 300px;
          h2{
        width: 100%;
        background: #000000ab;
        padding: 10px 2rem !important;
    }
    }
  

}
@media (min-width:765px){
    .abt_banner{
        h2{
            font-size: 3rem;
            span{
                font-size: 3.5rem;
            }
        }
    }
    
}
.abt_banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}

.abt_banner{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;

   h2{
    position: absolute;
    color: white;
    padding-left: 2rem;
   

    span{

        background: linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
          
    }
   }
}

/* ===========================abt_banner============================== */


/* ==========================abt1============================= */
@media (max-width:765px){

    
}
@media (min-width:765px){
    .abt1{
        .col-md-6:nth-child(2){
            padding-left: 2rem;
        }
        .abt_img1{
            width: 280px;
            height: 300px;
        }
    }
    
}

.abt1{
    .col-md-6:nth-child(2){
     

        p{
            padding: 1rem 0;
        }
        a{
            position: relative;
        color: white;
        width: 150px;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #e3d9b7;
        transition: .6s;
        margin-top: 2rem;
        }
        a::before {
            content: "";
            position: absolute;
            top: -8px;
            left: -8px;
            width: 100%;
            height: 100%;
            background: var(--gold);
            z-index: -1;
            transition: .6s;
        }
        a:hover::before{
            top: 0;
            left: 0;
            transition: .6s;
        }
    }
    h3{
        padding-bottom: 10px;
        position: relative;
    }
    h3::before{
        content: "";
        position: absolute;
        height: 3px;
        width: 20%;
        left: 0;
        bottom: 0;
        background: var(--gold); 
    }

 
    .col-md-6:nth-child(1){
       p{
        padding: 1rem 0;
       }
    }
}

/* ==========================abt1============================== */

/* =======================gallery================== */
.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
   .gallery ul li img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  
   .gallery ul {
    columns: 12rem;
    column-gap: 1rem;
  }
   .gallery ul li {
    break-inside: avoid;
      margin: 0 0 1rem;
      border-radius: 10px;
      overflow: hidden;
  }
/* ====================gallery====================== */

/* ====================call_action======================== */

/* .buttoncontainer {
    position: fixed;
    bottom: 150px;
    left: 0px;
    display: none;
}

.phoicon, .mesicon, .maincontainer {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 15px;
    height: 48px;
    width: 48px;
    background-color: #E71E63;
    border-radius: 50%;
    border: 3px solid #ffffff;
    
}

.maincontainer {
    z-index: 99999;
}

.phoicon:after, .mesicon:after {
    font-family: FontAwesome;
    position: absolute;
    color: white;
    vertical-align: middle;
}

.phoicon {
    z-index: 999;
    animation: phoanim 5s cubic-bezier(1, 0, 0, 1) infinite alternate; 
}
.phoicon:after {
    content: '\f095';
    left: 8px;
    line-height: 42px;
    font-size: 20px;
    animation: phojump 5s ease-in-out infinite normal;
}

.mesicon {
    z-index: 99;
    animation: mesanim 5s cubic-bezier(1, 0, 0, 1) infinite alternate;
}

.mesicon:after {
    content: '\f0e0';
    left: 8px;
    line-height: 47px;
    font-size: 32px;
  
}

@keyframes phojump {
    0% {
        
    }
    2% {
        transform: translateY(-3px)
    }
    4% {
        transform: translateY(0px)
    }
    6% {
        transform: translateY(-3px)
    }
    8% {
        transform: translateY(0px)
    }
    10% {
        transform: translateY(-3px)
    }
    12% {
        transform: translateY(0px)
    }
}

@keyframes phoanim {
    0% {}
    
    70%{
        transform: rotateY(0deg);
        opacity: 1;
    }
    90% {
        transform: rotateY(90deg);
        opacity: .1;
    }
    100% {
        transform: rotateY(180deg);
        opacity: 0;
    }
}

@keyframes mesanim {
    0% {}
    
    70%{
        transform: rotateY(0deg);
        opacity: 0;
    }
    90% {
        transform: rotateY(90deg);
        opacity: 0;
    }
    95% {
        opacity: .7
    }    
    100% {
        transform: rotateY(180deg);
        opacity: 1;
    }
}

.messagenowbutton, .callnowbutton {
    display: block;
    position: fixed;
    width: 103px;
    height: 32px;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 15px;
    text-align: left;
    padding-left: 12px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff;
    left: 20px;
}

.callnowbutton {
    background-color: #15a027;
    bottom: 130px;
    animation: callslide .2s ease-in-out .3s 1;
    animation-fill-mode: forwards;
}
.messagenowbutton {
    background-color: #FD9202;
    bottom: 80px;
    animation: messlide .2s ease-in-out .2s 1;
    animation-fill-mode: forwards;
}

.callnowbutton i::before {
    font-size: 23px;
    line-height: inherit;
    vertical-align: middle; 
}



@keyframes messlide {
    from {}
    to {transform: translateX(15px)}
}

@keyframes callslide {
    from {}
    to {transform: translateX(25px)}
}

.closephomes {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 15px;
    height: 54px;
    width: 54px;
    display: none;
}

.closephomes:before {
    display: block;
    font-family: fontawesome;
    content: '\f00d';
    font-size: 28px;
    text-align: center;
    color: white;
    padding-top: 5px;
}

.closephomes:after {
    display: block;
    font-family: sans-serif;
    content: 'close';
    font-size: 11px;
    text-align: center;
    color: white;
} */
/* ======================call_action========================= */


/* =====================product view page=================== */

.pr_view{
    .tab {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
       
      
      
      }
      
      /* Style the buttons that are used to open the tab content */
      .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
      }
      
      /* Change background color of buttons on hover */
      .tab button:hover {
        background-color: #ddd;
      }
      
      /* Create an active/current tablink class */
      .tab button.active {
        background-color: #ccc;
      }
      
      /* Style the tab content */
      .tabcontent {
        /* display: none; */
        padding: 6px 12px;
     
        border-top: none;
      }

      .img_div{

      }
      @media (min-width:765px){
        .p_img{
            width: 100px;
            height: 160px;
            img{
                object-fit: contain;
            }
          }
      }
      @media (max-width:765px){
        .p_img{
            width: 75px;
          
            img{
                object-fit: contain;
            }
          }
      }
      
     
      .product-info{
          h4{
              display:none;
          }
        margin-top: 5rem;
        h5{
            font-size: 2rem;
        }
        h6{
            background: linear-gradient(to bottom, #a65419, #e49733, #a65419);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 1.5rem;
            font-weight: 500;
            text-transform: capitalize;
        }
        button{
            background: #de9332;
            border: none;
            padding: 5px 15px;
            border-radius: 5px;
    a{
        color: white;
    }
        }
       
      }

      .img_div {
        position: relative;
     
        height: auto;
        overflow: hidden;
        width: 400px; /* Hide overflow to create a zoom-in effect */
    }
    
    #myImage {
        width: 100%;
        height: auto;
        transition: transform 0.5s ease; /* Smooth zoom effect */
    }
   
    
    
}
  
/* =====================product view page=================== */

/* ============product title============================== */
.prdt_title{
    h4{
        position: relative;
        margin-bottom: 2rem;
        padding-bottom: 10px;

    }
    h4::before{
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 10%;
        height: 3px;
        background: var(--gold);
    } 
}
/* =====================prdt_title=========================== */


