* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6C4E95;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            rgba(0, 0, 0, 0.4) 50%,
            transparent,
            transparent)
}

@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Amaranth-Regular;
    src: url(../assets/fonts/Amaranth/Amaranth-Regular.ttf);
}

@font-face {
    font-family: Changa-Regular;
    src: url(../assets/fonts/changa/Changa-Regular.ttf);
}


::-moz-selection { 
    color: rgb(255, 255, 255);
    background: #6C4E95;
  }
  
  ::selection {
    color: rgb(255, 255, 255);
    background: #6C4E95;
  }


.row {
    margin: 0 !important;
}

.col-md-9 {
    padding: 0 !important;
}

.col-md-3 {
    padding: 0 !important;
}

li {
    list-style: none;
}

h3,
h4,
p,
a {
    text-decoration: none;
    font-family: Inter-Regular;

}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
}

h1 {
    font-family: Amaranth-Regular;
    font-size: 72px;
    font-weight: 100;
}

h2 {
    font-family: Amaranth-Regular;
    font-size: 40px;
    font-weight: 100;
}
.fr-up{
    overflow: hidden;
    height: max-content;
}
.fr-up2{
    overflow: hidden;
    height: max-content;
    padding: 25px;
}


h5,
h6 {
    font-family: Inter-Regular;
}

h3 {
    font-size: 19px;
    position: relative;
    width: max-content;
}

h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #F48124;
    position: absolute;
    right: -50px;
    bottom: 8px;
}

.sec-4 h3 {
    color: #F48124;
    margin-bottom: 20px;
}

.col-md-6.pdg-lft {
    padding-left: 50px;
}
.pdg-lft h2{
    margin-bottom: 10px;
}

/* header  */

header {
    padding-top: 27px;
    width: 100%;
    position: absolute;
    z-index: 2;

}

header .logo img {
    width: 140px;
}

header a {
    font-size: 16px;
}

.hd-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hdrbtn a p  {
    color: #ffffff;
}

.hdrbtn p {
    padding: 11px 25px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.hdrbtn p:hover {
    background-color: #6C4E95;
    border: 2px solid #6C4E95;
    color: #fafafa;
   
}


.fr-und-ln::after {
    content: "";
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}

.fr-und-ln {
    position: relative;
    transition: all 0.3s ease-in-out;

}

.fr-und-ln.active {
    color: #F48124 !important;
    position: relative;
}

.fr-und-ln.active::after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 5px;
    background-color: #F48124;

}

.fr-und-ln:hover::after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    border-radius: 5px;
    background-color: #F48124;
    transition: all 0.3s ease-in-out;

}

.nav-flx {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: -1;

}

.nav-flx ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 37px;
    background-color: #ffffff36;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.nav-flx ul:hover{
    box-shadow:  0px 0px 8px 0px #d8d8d8;

}

.nav-flx ul li a {
    color: #ffffff;
}

/* nav */

/* HELPER CLASSES */
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/***********************/
/* NAVIGATION MENU */
/***********************/

/* OVERLAY */
.overlay {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-slide-right {
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
}

.overlay-slide-left {
    transition: all 0.8s ease-in-out;
    transform: translateX(-100%);
}

/* NAV MENU ITEMS */
nav ul {
    height: 100vh;
    height: 100svh;
    list-style: none;
}

nav ul li {
    height: 17%;
}

nav li:nth-of-type(1) {
    background-color: #000000;
}

nav li:nth-of-type(2) {
    background-color: #000000;
}

nav li:nth-of-type(3) {
    background-color: #000000;
}

nav li:nth-of-type(4) {
    background-color: #000000;
}

nav li:nth-of-type(5) {
    background-color: #000000;
}

nav li:nth-of-type(6) {
    background-color: #000000;
}



nav li a {
    letter-spacing: 0.4rem;
    font-size: 27px;
    color: rgb(255, 255, 255);
}

nav li a:hover,
nav li a:active {
    transform: scale(1.2);
}

/***********************/
/* NAV SLIDE IN ANIMATION */
/***********************/

.slide-in-1 {
    animation: slide-in 0.3s linear 0.2s both;
}

.slide-in-2 {
    animation: slide-in 0.3s linear 0.4s both;
}

.slide-in-3 {
    animation: slide-in 0.3s linear 0.6s both;
}

.slide-in-4 {
    animation: slide-in 0.3s linear 0.8s both;
}

.slide-in-5 {
    animation: slide-in 0.3s linear 1s both;
}

.slide-in-6 {
    animation: slide-in 0.3s linear 1.2s both;
}




@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

/***********************/
/* NAV SLIDE OUT ANIMATION */
/***********************/

.slide-out-1 {
    animation: slide-out 0.3s linear 0.6s both;
}

.slide-out-2 {
    animation: slide-out 0.3s linear 0.5s both;
}

.slide-out-3 {
    animation: slide-out 0.3s linear 0.4s both;
}

.slide-out-4 {
    animation: slide-out 0.3s linear 0.3s both;
}

.slide-out-5 {
    animation: slide-out 0.3s linear 0.2s both;
}

.slide-out-6 {
    animation: slide-out 0.3s linear 0.1s both;
}



@keyframes slide-out {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/***********************/
/* HAMBURGER MENU ANIMATION */
/***********************/

.hamburger-menu {
    /* position: fixed; */
    position: relative;
    z-index: 11;
    cursor: pointer;
    display: none;
}

.hdr-wht .hamburger-menu .menu-bar1,
.hdr-wht .hamburger-menu .menu-bar2,
.hdr-wht .hamburger-menu .menu-bar3 {
    width: 34px;
    height: 3px;
    background-color: #000000;
    margin: 10.5px 0;
    transition: 0.4s;
}

.hdr-wht .hamburger-menu.active .menu-bar1 {
    background-color: #ffffff;
}

.hdr-wht .hamburger-menu.active .menu-bar3 {
    background-color: #ffffff;
}


/* ROTATE FIRST BAR */
.active .menu-bar1 {
    transform: rotate(-45deg) translate(-0.6rem, 0.6rem);
}

.menu-bar1,
.menu-bar2,
.menu-bar3 {
    width: 34px;
    height: 3px;
    background-color: #ffffff;
    margin: 10.5px 0;
    transition: 0.4s;
}

.menu-bar2 {
    width: 1.5rem;
    margin-left: auto;
}

/* ROTATE FIRST BAR */
.active .menu-bar1 {
    transform: rotate(-45deg) translate(-0.6rem, 0.6rem);
}

/* FADE OUT SECOND BAR */
.active .menu-bar2 {
    opacity: 0;
}

/* ROTATE LAST BAR */
.active .menu-bar3 {
    transform: rotate(45deg) translate(-0.6rem, -0.6rem);
}

.humb {
    display: flex;
    align-items: center;
}

.hdrbtn {
    margin-right: 20px;
}

/* nav close  */

/* header close  */

/* index  */
.bg-img {
    background-image: url(../assets/imgs/mn-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 108%;
    min-height: 100%;
    height: 108vh;
    width: 100%;
    display: flex;
    align-items: end;
    position: relative;

}

.mn-conts {
    margin-bottom: 140px;
}

.bg-img h1 {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 80px;
}

.bg-img h1 span {
    color: #6C4E95;
}

.bg-img p {
    max-width: 650px;
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
}

.flt-rt {
    display: flex;
    justify-content: end;
    width: 100%;
}

.flt-rt-cnt {
    text-align: end;
    font-size: 16px;
    max-width: 400px !important;
}

.sec-2 {
    background-image: url(../assets/imgs/3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: -1;
    padding-bottom: 10px;
}

.sec-2-cont {
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
}

.sec-2-cont h2 {
    max-width: 450px;
    margin-bottom: 20px;
}

.sec-2-cont p {
    max-width: 700px;
}

.sec-2-cont .flt-rt-cnt {
    margin-top: 50px;
}

.img2 {
    width: 100%;
    position: relative;
    top: 98px;
}

.fetr-bx {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
    padding: 30px;
}

.sec-3 {
    margin-top: 200px;
}

.fetr-hd {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px !important;
}

.fetr-bx p {
    font-size: 16px;
}

.ic-bx {
    border: 1px solid #adadad;
    border-radius: 5px;
    height: 50px;
    width: 70px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.ic-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec-3 {
    margin-bottom: 100px;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 200px;
    padding-top: 10px;
}

.sec-4 {
    background-image: url(../assets/imgs/bg-ptnr.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -192px;
    display: flex;
    align-items: center;
    padding: 80px 0;
    z-index: -2;
    position: relative;
}

.abs-img {
    position: absolute;
    right: -97px;
    top: 0;
    height: 410px;
    z-index: -1;
}

.img1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pdg-lft a {
    color: #000000;
}

.pdg-lft a p {
    padding: 8px 25px;
    border: 1px solid #000000;
    border-radius: 8px;
    width: max-content;
    margin-top: 30px;
    position: relative;
    z-index: 11 !important;
}

.frptrn {
    background-image: url(../assets/imgs/bg-ptnr.png);

    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.fr-cntr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec-5 h3 {
    margin-bottom: 10px;
    color: #F48124;
}

.sec-5 h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.sec-5 .col-md-6 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    max-height: 500px !important;
    overflow: hidden;
    height: 500px;
}

.frpdng {
    padding: 0 30px;
}

.btn-in5 {
    padding: 5px 30px;
    border: 1px solid #F48124;
    color: #F48124;
    border-radius: 8px;
    width: max-content;
}
.btn-in5:hover{
    background-color: #6C4E95;
    border: 1px solid #6C4E95;
    color: #ffffff;
}
.act:hover{
    border-radius: 10px;

}


.btn-flx {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.img4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-5 h4 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #ffffff;
}

.sec-5 .flt-rt-p {
    font-size: 16px;
    max-width: 500px;
    color: #ffffff;
}




#img_place img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#img_place {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}

#img_place section {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#img_place section.opaque {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

#tabs div:hover {
    cursor: pointer;
}

#tabs div.act .btn-in5 {
    color: #ffffff;
    background: #F48124;
}

.sec-6 h4 {
    font-size: 19px;
    color: #F48124;
}

.txt-cntr {
    text-align: center;
    margin-bottom: 100px;
}

.sec-6 {
    margin-bottom: 80px;
}

.sec-6 p {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}

.grn2 {
    width: 400px;
    position: absolute;
    left: -85px;
    margin-top: -150px;
}

.img6 {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
    scale: 1.1;
    transition: all 0.4s ease-in-out;
}

.sec-6 .row {
    margin-bottom: 10px !important;
}

.hvr-txt3 {
    position: absolute;
    top: 214px;
    left: 10px;
    color: #ffffff;
    z-index: 3;
}

.hvrim3 {
    border-radius: 10px;
}
.hvr-sec3:hover .img6{
    scale: 1;
    transition-duration: 0.4s;
    margin-bottom: -4px;

}

.hvr-sec3 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;


}

.hvr-sec3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;

}

.hvr-sec3:hover .hvr-txt3 p {
    top: -20px;
    padding-right: 11px;
}


.hvr-sec3:hover .hvr-txt3 h2 {
    top: -20px;

}
/* .hvr-sec3:hover .hvr-txt3.frmr2 h2 {
    top: -20px ;

} */


/* .hvr-sec3.frlow:hover::after {
    content: "";
    position: absolute;
    bottom: 0%;
    transition-duration: 0.4s;
} */
.hvr-sec3:hover::after {
    content: "";
    position: absolute;
    bottom: 0%;
    transition-duration: 0.4s;
}

.hvr-sec3::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #f48224d3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 2;

}
/* .hvr-sec3.frlow::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #f48224d3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 2;

} */

.sec-6 .col-md-3 {
    padding: 10px !important;
}

.sec-6 .col-md-6 {
    padding: 10px !important;
}
.sec-6 .col-lg-6 {
    padding: 10px !important;
}

/* .hvr-txt3.frmr2 h2 {
    position: relative;
    font-size: 20px;
    bottom: -22px;
    transition: all 0.4s ease-in-out;
} */
.hvr-txt3 h2 {
    position: relative;
    font-size: 20px;
    top: 30px;
    transition: all 0.4s ease-in-out;
}

.hvr-txt3 p {
    position: relative;
    top: 65px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 15px;
    max-width: 400px;
    transition: all 0.4s ease-in-out;
}




.lns {
    margin-top: 80px;
}

.line {
    height: 1px;
    width: 97%;
    background-color: #cccccc;
    margin: 0 auto;
}

.line2 {
    margin-top: 10px;
    width: 50%;
}

.line3 {
    margin-top: 10px;
    width: 10%;
}
.line4 .frmob{
    display: block;
}
.line4.frdsk{
    display: none;
}
.sec-7 .txt-cntr p {
    margin-top: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.prdct-bx:hover .img12{
    scale: 1.1;
    transition-duration: 0.4s;

}

.frscl{
    width: 95%;
    height: 450px;
    object-fit: cover;
    overflow: hidden;
}
.img12 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.4s;
}

.clk-hvr2:hover:after{
    height: 80%;
    transition: all 0.4s ease-in-out;
    
}

.clk-hvr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000c4 100%);
    transition-duration: 0.4s;
}

.clk-hvr {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fr-anm1{
    width: 100%;
    height: 100%;
}

.clk-hvr:hover .clk-hvr-txt p {
    bottom: 0px;
}

.clk-hvr:hover .clk-hvr-txt h4 {
    bottom: 0px;
}

.clk-hvr-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    color: #ffffff;
    z-index: 2;
}

.clk-hvr-txt p {
    max-width: 500px;
    position: relative;
    bottom: -80px;
    transition-duration: 0.3s;
}
.clk-hvr-txt.frmr p {
    max-width: 500px;
    position: relative;
    bottom: -280px;
    transition-duration: 0.5s;
}

.clk-hvr-txt h4 {
    position: relative;
    bottom: -40px;
    transition-duration: 0.3s;
}
.clk-hvr-txt.frmr h4 {
    position: relative;
    bottom: -172px;
    transition-duration: 0.5s;
}
.clk-hvr-txt li p span{
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.clk-hvr-txt li p span i{
    font-size: 7px;
    margin-top: 9px;

}
.intop.ind{
    position: absolute;
    right: 20px;
    top: 42px;
}

.img13 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition-duration: 0.3s;
}

.imsd-bx {
    position: absolute;
    right: 0px;
    top: 14px;
    z-index: -1;
    width: 95%;
    height: 290px;
    border: 5px solid #E7E7E7;
}

.rows p {
    margin-top: 10px;
}

.str {
    width: 18px;
}

.str-flx {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 7px;
}

.prdct-bx {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}
.hvr-img.ind{
    height: 290px;
    width: 95%;
    background-color: #ffffff;
    border: 2px solid #E7E7E7;
}
.hvr-img{
    transition-duration: 0.3s;
}
.hvr-img:hover .img13{
    scale: 0.9;
    transition: all 0.4s ease-in-out;
}

.hvr-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.prdct-bx h4 {
    font-size: 18px;
    color: #ffffff;
    padding-right: 12px;
}

.hvr-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.col-md-3.fr-pdng {
    padding: 0 15px !important;
}

.se-btn p {
    padding: 8px 28px;
    border: 1px solid #000000;
    width: fit-content;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 8px;
    color: #000000;
}
.se-btn p:hover{
    background-color: #6C4E95;
    color: #ffffff;
    transition: all 0s ;
    border: 1px solid #6C4E95;
}


.bg2 h2 {
    font-family: Changa-Regular;
    font-weight: 100;
    font-size: 45px;
    color: #ffffff;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 51px;
}

.bg2 {
    background-image: url(../assets/imgs/16.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 550px;
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
    margin-bottom: 80px;
}

.bg2 p {
    color: #ffffff;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.bg-cont {
    margin: 0 auto;
}

.bg-btn {
    padding: 10px 30px;
    border: 2px solid #ffffff;
    margin-top: 30px !important;
    width: fit-content;
    border-radius: 30px;
    transition: 0.3s;
}
.bg-btn:hover{
    background-color: #6C4E95;
    color: #ffffff;
    border: 2px solid #6C4E95;
    
}


.sec-8 h3 {
    color: #F48124;

}

.sec-8 h2 {
    max-width: 565px;
    margin-top: 8px;

}

.sec-8 p {
    max-width: 700px;
    margin-top: 12px;

}

.hvr2 img {
    width: 96%;
    height: 100%;
}

.sldr {
    margin-top: 50px;
    margin-bottom: 80px;
}

.sldr .item {
    padding: 30px;
    max-height: 500px;
    position: relative;
}

.imsd-bx.hvr-bx3 {
    position: absolute;
    right: 0px;
    top: 7px;
    height: 430px;
    border: 8px solid #E7E7E7;
}



.prdct-bx:hover .hvr-txt2 p {
    bottom: 0;
}

.prdct-bx:hover .hvr-txt2 h4 {
    bottom: 0;
}

.hvr-txt2 p {
    color: #ffffff;
    padding-right: 30px;
    position: relative;
    bottom: -80px;
    transition-duration: 0.5s;
}

.item h4 {
    font-size: 20px;
    position: relative;
    bottom: -40px;
    transition-duration: 0.5s;
}

.slick-arrow img {
    height: 35px !important;
    cursor: pointer;
}

.prev_button {
    position: absolute;
    top: 110%;
    left: 45%;
}

.next_button {
    position: absolute;
    top: 110%;
    right: 45%;
}

.ptrn-bg {
    background-image: url(../assets/imgs/19.png);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    margin-top: 160px;
}

.ptrn-bg h2 {
    margin-bottom: 20px;
}

.inct-btn {
    padding: 10px 30px;
    background-color: #F48124;
    color: #ffffff;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}

/* index close  */

/* about  */

.bgs {
    height: 500px;
    width: 100%;
}

.abt-bg {
    background-image: url(../assets/imgs/23.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #ffffff;


}

.bg-txt1 {
    margin-top: 50px;
}

.bg-txt1 p {
    font-family: Amaranth-Regular;
    font-size: 20px;
    margin-top: 20px;
}
.bg-txt1 p a{
    color: #ffffff;
    font-family: Amaranth-Regular;
}

.bg-txt1 span {
    color: #F48124;
}
.prdct-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-19 {
    width: 850px;
    height: 200px;
    margin: 0 auto;
}

.abt-img-1 {
    width: max-content;
    height: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -50px;
}

.cunt-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}

.abt-25 {
    width: 100px;
}

.cunt-sec {
    width: 100%;
    height: 100%;
}

.cunt-txt h4 {
    font-size: 17px;
    color: #ffffff;
    text-wrap: nowrap;
}

.cunt-txt h4 span {
    font-size: 50px;

}

.abt-sec-2 {
    text-align: center;
    margin-top: 70px;
}

.abt-sec-2 p {
    margin-top: 20px;
    max-width: 1200px;
}

.abt-sec-2 p span {
    font-weight: 600;
    font-size: 20px;
}

.abt-27 {
    width: 100%;
    height: 550px;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 100px;
}

.abt-grn {
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 400px;
}

.abt-sec-3 {
    position: relative;
    overflow: hidden;
}

.abt-sec-4 {
    margin-top: 150px;
    position: relative;
    margin-bottom: 50px;
}

.abt-sec-4 h3 {
    color: #F48124;
    margin: 10px 0;
}

.abt-sec-4 p {
    margin-top: 10px;
}

.abt-sec-4 .row {
    margin-bottom: 30px !important;
}
.abt-sec-4 .col-md-4{
    margin-bottom: 30px;
}

.fdh2 {
    font-size: 140px;
    position: absolute;
    top: -110px;
    z-index: -1;
    color: #e2e2e234;
}

.abt-28 {
    width: 707px;
    position: absolute;
    left: 0;
    margin-top: -354px;
}

.sec4-ic {
    height: 40px;
    margin-bottom: 10px;
}

.abt-sec-5 {
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    padding: 90px 0;
    justify-content: center;
}

.vis-mis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mis{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 315px;
    padding: 50px;
    width: max-content;
    background-image: url(../assets/imgs/bg-ptnr.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 20px 0px #00000029;
}
.mis p{
    max-width: 500px;
}
.mis h2{
    margin-bottom: 10px;
    font-size: 35px;
}
.abt-sec-6{
    margin-top: 150px;
}
.abt-sec-6 .col-md-6{
    display: flex;
    align-items: center;
}
.abt-30{
    width: 100%;
    height: 125%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    margin-left: -40px;

}
.abt-29{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.abt-sec-6 .row{
    position: relative;
    margin-bottom: 150px !important;
}
.abt-sec-6 .row p{
    margin-top: 20px;
}
.abt-sec-btn{
    padding: 10px 45px;
    border: 2px solid #000000;
    color: #000000;
    width: max-content;
    border-radius: 8px;
    margin-top: 30px !important;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    
}
.abt-sec-btn:hover{
    background-color: #000000;
    color: #ffffff;
    transition-duration: 0.4s;
}
.frmg{
    width: max-content;
    margin: 0 auto;
}
.fr-bg .row{
    margin-bottom: 0 !important;
}
.fr-bg{
    height: 100%;
    width: 100%;
    padding: 130px 0;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
}
.abt-mb{
    display: none;
}
.fr-txt-rt{
    text-align: end;
}
.fr-txt-rt .abt-sec-btn{
    float: right;
}
.abt-sec-7 .ptrn-bg {
    margin-top: 0px;
}
.ptrn-bg p{
    max-width: 560px;
}

/* about close */

/* products  */
.prdctbg {
    height: 400px;
    width: 100%;
}
.prdctbg .bg-txt1 {
    margin-top: 151px;
    position: relative;
    z-index: 1;
}
.abt-bg {
    background-image: url(../assets/imgs/23.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: bottom;
    color: #ffffff;
}
.prdt-sec{
    margin-top: 100px;
    margin-bottom: 80px;
}
.prdct-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
.prdct-imgs{
    position: relative;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;

}
.prdct-imgs{
    padding: 10px;
    border: 1px solid black;
}
.prdct-img-bx{
    height: 350px;
    position: relative;
    transition-duration:  0.4s;

}
.prdct-img.frhvr{
     transition-duration:  0.4s;

}
.prdct-img-bx:hover .prdct-img.frhvr{
    opacity: 1;
    transition: all 0.4s ease-in-out;
    
}
.prdct-img.rmhvr{
    transition-duration:  0.4s;
    
}
.prdct-img-bx:hover .prdct-img.rmhvr{
    opacity: 0;
    transition: all 0.4s ease-in-out;
    
}

.prdct-img.frhvr{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}
.prdct-hvr-txt{
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #000000;
}
.intop{
    position: absolute;
    right: 30px;
    top: 20px;
}
.wrnty{
    width: 100px;
}

.prdct-hvr-txt h4{
    font-size: 20px;
    padding-right: 40px;
}
.line4{
    height: 1px;
    width: 80%;
    background-color: #cccccc;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 50px;
}
/* .prdct-img-bx::after{
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(0deg, #000000c4 0%, rgba(0, 0, 0, 0) 100%);

} */
/* .prdct-img-bx::after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 95%;
    margin: 0 10px;
    height: 50%;
    background-image: linear-gradient(0deg, #000000c4 0%, rgba(0, 0, 0, 0) 100%);
} */
.prdct-imgs {
    padding: 10px;
    border: 2px solid rgb(236, 236, 236);
}
.prdt-sec .row{
    display: flex;
    justify-content: left;
}
.wtsapic {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 96px solid #000000;
}
.wtsapic img {
    width: 35px;
    position: relative;
    right: 44px;
    top: 47px;
}
.ftr-lists{
    margin-top: 10px;
}
.ftr-lists ul li{
    list-style: disc;
    margin-left: 20px;
    margin-top: 3px;
}
.prdt-sec .row{
    margin-bottom: 50px !important;
}
 
/* product close  */

/* contact  */
.ct-bg {
    height: 400px;
    width: 100%;
}
.ct-bg {
    background-image: url(../assets/imgs/24.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: bottom;
    color: #ffffff;
    position: relative;
    /* z-index: -1; */
}
.ct-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    
}
.inct{
    position: relative;
    z-index: 1
}
.CT-1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-bx1{
    width: 90%;
    height: 500px;
    background-image: url(../assets/imgs/34.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 50px;
    float: right;
}
.ct-cont .ftr-ct {
    margin-bottom: 40px;
}
.ct-cont {
    margin-top: 70px;
    margin-bottom: 80px;
}
.ct-bx1 p{
    font-size: 22px;
}
.ct-bx1 p a{
    color: #ffffff;
}
.ct-bx1 i{
    color: #ffffff;
}
.ct-bx1 .scl{
    display: flex;
    gap: 20px;
}
.ct-frm form{
    width: 100%;
}
.ct-frm form button{
    padding: 8px 30px;
    border-radius: 5px;
    border: none;
    background-color: #6C4E95;
    color: #ffffff;
    float: right;
    margin-top: 30px;
    cursor: pointer;
}
.ct-frm form button p{
    margin-bottom: 0;
}
.ct-frm {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    padding: 50px 30px;
    padding-bottom: 40px;
    position: relative;
    top: -101px;
    left: -71px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px #0000001a;
}
.ct-frm input{
    padding: 10px 10px;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    background: transparent;
}
.ct-frm textarea{
    padding: 10px 10px;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    background: transparent;
    font-family:  Inter-Regular;


}
.ct-frm textarea:focus{
    outline: none;
}
.ct-frm input:focus{
    outline: none;
}
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.ct-bx2 {
    width: 90%;
}
.ct-bx2 h2{
    margin-bottom: 10px;
    color: #6C4E95;
}
.ct-bx2 p{
    margin-bottom: 20px;
}
.map{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
/* contact close  */






/* footer  */
footer {
    padding-bottom: 50px;
    background-color: #fafafa;
}

.ftr-conts {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.ftrlogo {
    width: 170px;
}

.ftr-logo p {
    margin-top: 20px;
    max-width: 300px;
}

.ftr-conts h4 {
    margin-bottom: 17px;
    font-size: 19px;
}

.ftr-conts p a {
    color: #000000;
    font-size: 17px;
    margin-top: 20px;
}

.ftr-conts p {
    margin-top: 10px;
}

.ftr-ct {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.ftr-ct p {
    margin-top: 0;
}

.ftr-ct i {
    font-size: 22px;
}

.scl img {
    width: 40px;
}

.scl {
    margin-top: 30px;
}

.cpyrt p {
    text-align: center;
}

/* footer close  */