/* HEADER */
.kc-header{

    position: fixed;
    width: 100%;
    padding: 16px 0;
    z-index: 222;
    transition: all 0.3s;
}

.mainMenu ul{
    display: flex;
    align-items: center;
    gap: 48px;
}

.kc-header .mainMenu a{

    color: #fff;
    position: relative;
}

.kc-header .mainMenu a::before{

    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -10px;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.kc-header .mainMenu a:hover::before{

    opacity: 1;
    visibility: visible;
}
.kc-header .mainMenu .active::before{

    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -10px;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.navMenu{

    margin-left: auto;
}

.nav-logo{

    background-color: #fff;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* HERO */

.kc-hero{

    background-image: url(../assets/img/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.kc-hero::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #0000002f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hero-cont{

    text-align: center;
    color: #fff;
    max-width:500px;
    line-height: 1.2;
    margin: auto;
    position: relative;z-index: 2;
}

.hero-cont h1{

    font-size: 70px;
    font-weight: 500;
}

.kc-btn a{

    display: block;
    padding: 16px 30px;
    color: #fff;
    background-color: #000000;
    margin: auto;
    width: fit-content;
}

.kc-hero .kc-btn{

    margin-top: 40px;
}

/* ABOUT */
.abt-img img{

    width: 100%;
}
.kc-about{


    background-color: var(--primary-color);
    color: #fff;
}

.kc-about-hd{

    display: flex;
    align-items: center;
}

.secTitle{

    text-align: center;
    margin-bottom: 30px;
}
.secTitle h2{

    font-size: 45px;
    font-weight: 500;
}

.kc-about .secTitle{

    text-align: left;
}
.kc-about .secTitle{
    margin-bottom: 0;
}
.abt-cont{

    margin-bottom: 20px;
}

.kc-abt-cont-blk ul li{

    margin-bottom: 26px;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
}

.kc-abt-cont-blk ul li:last-child{

    margin-bottom: 0;
}

.kc-abt-cont-blk ul li::before{

    content: "";
    display: block;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
}
.kc-abt-cont-blk{
    padding-right: 6em;
}
/* PRODUCT */

.product-img{

    position: relative;
    overflow: hidden;
}

.product-img::after{
    
    content: "";
    display: block;
    padding-top: 90%;
}
.product-img img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.3s;
}

.product-blk{

    padding: 14px;
    background-color: var(--secondary-color);
    margin-bottom: 24px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.product-blk:hover .product-img img{

    transform: scale(1.1);
}

.product-blk:hover h3{
    color: var(--primary-color);
}
.product-blk h3{

    font-size: 18px;
    font-family: var(--txt-font);
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    transition: all 0.3s;
}

.gal-lg-img{
    position: relative;
}

.gal-lg-img::after{

    content: "";
    padding-top: 180%;
    display: block;
}
.gal-lg-img img{

    width: 100%;height: 100%;
    object-fit: cover;
    position: absolute;
}

/*  */
.gal-md-img{
    position: relative;
    margin-bottom: 10px;
}

.gal-md-img::after{

    content: "";
    padding-top: 77%;
    display: block;
}
.gal-md-img img{

    width: 100%;height: 100%;
    object-fit: cover;
    position: absolute;
}

.gal-sm-img{
    position: relative;
    margin-bottom: 10px;
}

.gal-sm-img::after{

    content: "";
    padding-top: 77%;
    display: block;
}
.gal-sm-img img{

    width: 100%;height: 100%;
    object-fit: cover;
    position: absolute;
}
.kc-gallery img{
    width: 100%;
    height: 100%;
}
.gallery-blk{
display: flex;

}
.kc-gallery img{
    height: 100%;
    object-fit: cover;
}
.gallery-blk-sub{

    display: flex;
    width: 100%;

flex-wrap: wrap;
}
.gallery-blk .gal-lg{

    width: 50%;
}
.gallery-blk > div{

padding: 6px;
}
.gal-lg{
    width: 50%;
}
.gallery-blk-sub .gal-sm,
.gallery-blk-sub .gal-md{
    padding: 6px;
}

.gallery-blk-sub .gal-md{
    max-width: 60%;
}
.gallery-blk-sub .gal-sm{
    max-width: 40%;
}

.gallery-blk-sub .col-md-6{
    padding: 0;
}
/*  */

.gal-img{
    position: relative;
    margin-bottom: 10px;    
}

.gal-img::after{

    content: "";
    padding-top: 82%;
    display: block;
}
.gal-img img{

    width: 100%;height: 100%;
    object-fit: cover;
    position: absolute;
}

/*  */
.gal-fr-img{
    position: relative;
    margin-bottom: 10px;
}

.gal-fr-img::after{

    content: "";
    padding-top: 57%;
    display: block;
}
.gal-fr-img img{

    width: 100%;height: 100%;
    object-fit: cover;
    position: absolute;
}
/*  */
.gal-sn-img{
    position: relative;
    margin-bottom: 10px;
}

.gal-sn-img::after{

    content: "";
    padding-top: 110%;
    display: block;
}
.gal-sn-img img{

    width: 100%;height: 100%;
    object-fit: cover;
    position: absolute;
}


/* FOOTER */

footer{

    background-image: url(../assets/img/banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 3em 0;
    padding-bottom: 0;
    text-align: center;
    color:#fff
}

footer::after{
    content: "";
    display: block;
    background: rgba(67, 108, 76, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ftr-contain{

    position: relative;
    z-index: 222;
}

.ftr-link h4,
.ftr-contact h4{

    font-weight: 500;
    font-size: 24px;
    margin-bottom: 12px;
}
.ftr-link,
.ftr-contact{

    width: fit-content;
    margin: auto;
    text-align: left;

}

.ftr-link ul li,
.ftr-contact li    {
    margin-bottom: 12px;
    position: relative;
}
.ftr-contact li{

    padding-left: 25px;
    margin-bottom: 20px;
}
.ftr-contact li i{

    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
}

.ftr-link ul li:last-child{
    margin-bottom: 0;
}

.ftr-link ul li a,
.ftr-contact ul li a{
    color: #fff;
}

.ft-logo{

    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: auto;
}
.ft-logo img{
    width: 100%;
    
}

.copyright p{

    color: #f2ffed;
    font-size: 13px;
}

.copyright{

    position: relative;z-index: 22;
    padding-top: 4em;
    padding-bottom: 12px;
}

/* ABOU PAGE */

.abt-pg{

    background-image: url(../assets/img/about-banner.jpg);
    background-position:right;

}

.pageheader{

    position: relative;
    display: flex;
    align-items: center;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

.pageheader::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003b;
}
.pge-title{

    text-align: center;
    position: relative;
    z-index: 22;
}

.pge-title h1{
    color: #fff;
font-size:60px;
font-weight: 500;
}

.abt-in-con h2{

    font-size: 50px;
    font-weight: 600;
}
.abt-in-con{
    padding-right: 2em;
}
.abt-in-img img{

    width: 100%;
}

.abt-in-con p{
    margin-bottom: 10px;
}
.vm-blk{

    padding: 4em;
    text-align: center;
    position: relative;
    z-index: 22;
    color: #fff;
    background-color: var(--primary-color);
    
}

.vm-ico svg{
    width: 50px;
    height: 50px;
}

.vm-ico{

    background-color: #f2ffed;
    display: block;width: fit-content;border-radius: 50%;
    padding: 16px;
    margin: auto;
    margin-bottom: 12px;
}
.vm-blk h2{

    font-size: 28px;
    font-weight: 500;
}

.respons-blk{
    text-align: center;
}
.respons-blk h2{

    font-size: 35px;
    font-weight: 500;
    margin-bottom: 12px;
}
.respons-blk p{
    line-height: 1.7;
}

.kc-vm{
    background-image: url(../assets/img/vison-mision-img.jpg);
    position: relative;
    height: 768px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
}

.kc-vm::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a91;
}

.kc-res{
    padding: 8em 0;
}

/* CONTACT PAGE */

.contact-pg{

    background-image: url(../assets/img/contact-banner.jpg);
    background-position: bottom;
}
.contact-info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}

.contact-info .ct-inf{
    width: calc(100% - 80px);
}
.contact-map{
    margin-top: 3em;
}

.mob-ftr{

    display: none;
}
.ct-inf a{

    display: block;
    margin-bottom: 6px;
}

/* GALLERT PAGE */

.gallery-pg{
    background-image: url(../assets/img/gallery.jpg);
    background-position: center;
}

.gallery-in-sec .gal-img{
    margin-bottom: 24px;
}

/* PRODUCT PAGE */

.product-pg{

    background-image: url(../assets/img/product.jpg);
}
.obj-cont h2{
    font-size: 32px;
    margin-bottom: 8px;
}
.obj-cont p{
    padding-bottom: 10px;
}

.obj-cont{
    padding-left: 1em;
}