* {
    -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;

}

/* --------------animations------------------- */
@font-face {
    font-family: Maginia;
    src: url(../assets/img/font-family/Maginia.otf);

}

@font-face {
    font-family: Poppins-light;
    src: url(../assets/img/font-family/Poppins-Light.ttf);

}

@font-face {
    font-family: Poppins-regular;
    src: url(../assets/img/font-family/Poppins-Regular.ttf);

}

.slick-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    background-color: #b3b3b3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 5px;
    cursor: pointer;
    list-style: none;
}



.slick-dots .slick-active {
    background-color: white;
    width: 22px;
    border-radius: 50px;
}


.slick-dots li button {
    display: none !important;
}

.scroll-top {

    transform: translateY(50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-top--visible {
    transform: translateY(0px);
    opacity: 1;
}

.scroll-bottom {
    transform: translateY(-50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-bottom--visible {
    transform: translateY(0px);
    opacity: 1;
}

.scroll-left {
    transform: translateX(50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-left--visible {
    transform: translateX(0px);
    opacity: 1;
}

.scroll-right {
    transform: translateX(-50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-right--visible {
    transform: translateX(0px);
    opacity: 1;
}

.fd-in {
    opacity: 0;
    transition: 2s;
}

.fade-in {
    animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h1,
h2,
h3 {
    font-family: Maginia;
    font-weight: 100;
}

p {
    font-family: Poppins-light;
    line-height: 28px;
    font-size: 16px;
}

.fr-anm {
    overflow: hidden;
}

a {
    text-decoration: none;

}

.scroll-top {

    transform: translateY(50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-top--visible {
    transform: translateY(0px);
    opacity: 1;
}

.scroll-bottom {
    transform: translateY(-50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-bottom--visible {
    transform: translateY(0px);
    opacity: 1;
}

.scroll-left {
    transform: translateX(50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-left--visible {
    transform: translateX(0px);
    opacity: 1;
}

.scroll-right {
    transform: translateX(-50px);
    opacity: 0;
    transition: 1s ease;
    position: relative;
}

.scroll-right--visible {
    transform: translateX(0px);
    opacity: 1;
}

.fd-in {
    opacity: 0;
    transition: 2s;
}

.fade-in {
    animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ---------icon animation---------------------- */

.srv-img-an {
    transform: translatey(0px);
    -webkit-animation: float 2s ease-in-out infinite;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translate(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}



header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 0;
    z-index: 1;
}

/* HEADER */

.hed-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative !important;
}

.hed-icons img {
    height: 40px;
    width: 40px;

}

.ic-nm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ic-nm p {
    color: white;
}

.ic-nms {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nm-ico img {
    width: 150px !important;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.hed-icons ul {
    display: flex;
    align-items: center;
}

.hed-icons ul li {
    list-style: none;
    margin: 10px 15px;
}

.hed-icons ul li a {
    color: white;
    font-size: 16px;
    font-family: Poppins-light;
    transition: 0.3s;
}

.fr-und-ln {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.fr-und-ln.active::after {
    width: 60%;
}

.fr-und-ln::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
}

.fr-und-ln:hover::after {
    width: 60%;

}

.main .mn-bg {
    background-image: url(../assets/img/mnbg.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-position: 100%;
}

.mn-text {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.mn-text h1 {
    font-size: 90px;
    color: white;
    font-weight: 100;
    text-align: center;
    line-height: 100px;
}

.mn-text p {
    color: white;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.mn-text button {
    padding: 20px 30px;
    background-color: transparent;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 50px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(to right, #3e22a1, #581b63);
    cursor: pointer;
}

.mn-btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* index */

.sec2-bx {
    height: 100%;
    width: 100%;
    background-color: #4C3B71;
    display: flex;
}

.sec2-text {
    height: 100%;
    align-items: center;
    display: flex;
}

.sec2-text.frabt h1 {
    font-size: 40px;

}

.sec2-text h1 {
    font-size: 47px;
    line-height: 60px;
}

.sec2-text p {
    margin-top: 20px;
}

.sec2-text button {
    margin-top: 20px;
    padding: 19px 25px;
    background: linear-gradient(to right, #3e22a1, #581b63);
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin-top: 50px;
    border-radius: 10px;

}

.sec2 {
    margin-top: 100px;
    margin-bottom: 80px;
}

.sec2-img {
    margin-bottom: 10px;
    transition: all 0.3s;
    height: 600px;
    width: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;

}

.sec2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.img-txt .p1 {
    font-size: 20px;

}

.img-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(5%, -34%);
    text-align: left;
    color: white;
}

.sec3-bg {
    background-image: url(../assets/img/sec3-img.jpg);
    height: 100% !important;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    margin: 100px 0;
    padding: 100px 20px;
    padding-bottom: 138px;
    position: relative;

}

.sec3-bg button {
    /* float: right; */
    padding: 15px 35px;
    margin-top: 40px;
    background: linear-gradient(to right, #3e22a1, #581b63);
    color: #ffffff;
    border: none;
    /* margin-right: 19px; */
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
}
.view-btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sub-h1{
    font-size: 20px;
}

.sec3-img {
    max-width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;

}

.sec3-txt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin-bottom: 50px;
}

.sec3-txt h3 {
    font-size: 47px;
}

.sec3-txt p {
    max-width: 700px;
}

.sec3-bx {
    height: 350px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.3s;
    border-radius: 20px;
    padding: 15px 15px 50px 15px;
    margin-top: 30px;

}

.sec3-bx2 {
    height: 100%;
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid rgb(196, 196, 196);
    margin-bottom: 10px;
    transition: all 0.3s;
    border-radius: 20px;
    padding: 15px 15px 20px 15px;
    margin: 0 15px;
    color: black !important;

}

.row.frmrgn {
    padding: 15px 0;
}

.sec3-bx .fa-brands {
    font-size: 50px;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;

}

.sec3-bx2 .fa-brands {
    font-size: 50px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    text-align: center;

}

.bx-inr h2 {
    font-family: Poppins-regular;
    margin-top: 20px;
    margin-bottom: 15px;
}

.bx-inr {
    text-align: center;
    color: rgb(0, 0, 0);
}

.bx-inr2 {
    text-align: center;
    color: rgb(0, 0, 0);
}

.sec4-bg {
    background-image: url(../assets/img/mnbg.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 100px;
    padding: 80px 0;
    position: relative;

}

.inr-btns h3 {
    font-family: Poppins-regular;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
}

.inr-btns h4 {
    font-family: Poppins-regular;
    font-weight: 100;
    margin-bottom: 8px;
    margin-top: 15px;
    font-size: 19px;
}

.sec4-txt h2 {
    font-size: 47px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    line-height: 55px;
    margin-top: 70px;
}

.sec4-txt h3 {
    font-size: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    line-height: 55px;
    font-family: Poppins-regular;
    position: relative;

}

.sec4-txt span {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    width: 80px;
    background-color: white;

}

.sec4-txt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin-bottom: 30px;

}

.sec4-txt p {
    max-width: 900px;
    margin-top: 30px;
}

.sec5-txt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;

}

.sec5-txt h2 {
    font-size: 47px;
}

.sec5-txt p {
    max-width: 800px;
}

.sec5 {
    width: 100%;
}

.ytb-vd-Sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 85px;
}

.ytb-vd-Sec iframe {
    max-width: 800px;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: none;
}

.fr-bg {
    background-image: url(../assets/img/sec6-img.jpg);
    height: 550px;
    width: 100%;
    background-size: cover;
    background-position: 63%;

}

.sec6-txt h1 {
    font-size: 47px;
    max-width: 700px;
    line-height: 60px;
}

.sec6-txt {
    display: flex;
    align-items: center;
    height: 550px;
    width: 100%;
}

.sec6-txt button {
    padding: 15px 25px;
    background-color: transparent;
    border: 2px solid #4C3B71;
    color: #4C3B71;
    font-size: 15px;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.sec6-txt button:hover {
    background: linear-gradient(to right, #3e22a1, #581b63);
    color: #ffffff;
}

.abt-sec2 {
    margin: 100px 0;
}

.sr-img {
    width: 100%;
    height: 170px;
}

.sr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.sec3-bx3 a {
    margin: 0 15px;
}

.abt-bg {
    background-image: url(../assets/img/abt-mn.jpg);
    height: 450px;
    width: 100%;
    background-size: cover;
}

.abt-bg .abt-text {
    position: absolute;
    top: 200px;
    height: 100%;
    width: 100%;
}

.abt-bg .abt-cont {
    position: relative !important;
    height: 100%;
    width: 100%;
    color: white;
    height: 100%;
    width: 100%;
}

.abt-bg h1 {
    font-size: 40px;
    line-height: 60px;

}

.abt-bg h2 {
    line-height: 85px;
    font-family: Poppins-regular;
}

.abt-sec3-bg {
    background-image: url(../assets//img/abt-bt-bg.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    margin-top: 100px;
    padding: 150px 0;
    background-position: 75%;
}

.abt-sec3-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 700px;
}

.abt-sec3-txt h1 {
    text-align: center;
    font-size: 50px;
    color: white;
    line-height: 20px;
    padding-bottom: 40px;
}

.abt-vid-fl {
    display: flex !important;
    margin-top: 50px;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px;
}

.sec3-bx {
    margin: 0 20px;
}

.sec3-bx1 {
    position: relative;
}

.sec3-bx1 .prev_button {
    padding: 12px 16px;
    border-radius: 50%;
    border: none;
    position: absolute;
    bottom: 0%;
    left: 44%;
    transform: translate(10%, 150%);
}

.sec3-bx1 .next_button {
    padding: 12px 16px;
    border-radius: 50%;
    border: none;
    position: absolute;
    bottom: 0%;
    right: 44%;
    transform: translate(-10%, 150%);
}

.abt-vid {
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.abt-vidonly {
    width: 100%;
    display: flex;
    justify-content: center;
}

.abt-vid-txts {
    max-width: 400px;
}

.abt-vid p {
    max-width: 900px;
}

.abt-vid video {
    border-radius: 10px;
    height: 300px;
    width: 400px;
}



footer {
    padding: 100px 0;
    background-color: #fafafa;
}

footer button {

    padding: 5px 50px;
    background-color: #4C3B71;
    border: none;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

footer button h1 {
    font-size: 25px;
    line-height: 50px;

}

footer p {
    font-size: 18px;
    max-width: 300px;
    margin-top: 20px;
}

footer li {
    list-style: none;
    margin-top: 20px;
}

footer li a {
    color: rgb(0, 0, 0);
}

footer .ftr4 {
    display: flex;
    justify-content: center;
}

footer h2 {
    font-family: Poppins-regular;
}


/* ----------------header---------------- */

.navs {
    position: fixed;
    top: 0;
    background-color: #000000;
    background-image: url(../asset/images/collections/nav-bg.jpg);
    /* background-image: url(../asset/images/collections/nav-img2.jpg); */
    width: 100%;
    left: 0;
    height: 100vh;
    z-index: 1;
    display: grid;
    /* justify-items: center; */
    align-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    background-size: cover;
    background-position: 50% 83%;

}



.navs_open {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.navs ul {
    display: block;
    gap: 20px;
    margin-bottom: 0;
    line-height: 1.8;
    padding: 0;
    font-size: 18px;
    /* margin-left: 200px; */
}

.nav-logo img {
    width: 150px;
    height: auto;
    margin-bottom: 100px;
    position: absolute;
    top: 26px;
    z-index: 11;
    display: none;
}

.nsv-scl {
    display: flex;
    align-items: center;
    /* margin-left: 200px; */
    margin-top: 50px;
    gap: 70px;
    color: #54adaa;
    width: max-content;
}

.nsv-scl i {
    rotate: -50deg;
    transition: 0.3s;
    margin-left: 5px;
}

.nsv-scl h5 {
    transition: 0.2s;
}

.nsv-scl h5:hover {
    color: #1ceee7;

}

.nsv-scl h5:hover i {
    rotate: 0deg;
}

.nav-conts {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 auto;

}

.hdr-img-cont img {
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: -70px; */
    right: 0;
    object-fit: cover;
    object-position: 76% 50%;
    padding: 0 57px;
}

.nav-con {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hdr-img-cont {
    position: relative;
    max-height: 500px;
    height: 100%;
    /* top: -96px; */
    right: 0;
    width: 100%;
    background-position: 50% 50%;

    /* display: none; */
}

.hdr-clr.active {
    color: #549896 !important;
    padding-left: 15px;
}




/* ==================================================== */

.nav-rt {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-rt h5 {
    font-size: 15px;
    padding: 14px 23px;
    background-color: #67bfc0;
    color: white;
    border-radius: 22px;
    margin-bottom: 0;
    cursor: pointer;
}

.header_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}

.video-sec {
    height: 100vh;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    margin-top: -80px;
}

.video-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.logo img {
    width: 201px;
}

.navs ul {
    /* display: inline-flex; */
    gap: 70px;
    margin-bottom: 0;
}

.navs ul li a {
    color: rgb(182, 182, 182) !important;
    font-size: 44px;
    font-weight: 600px;
    font-family: ClashGrotesk-medium !important;
    transition: 0.2s;
}

.navs ul li a:hover {
    color: rgb(255, 255, 255) !important;
    /* background-color: #494949; */
    /* padding-left: 15px; */

}

.navs ul li a:hover.active {
    color: #549896 !important;

}


.toggle_icon {
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: none;
    display: block;
    z-index: 11;
    display: none;
}

.toggle_icon span {
    display: block;
    margin: 7px 0;
    height: 3px;
}

.toggle_icon span:nth-child(1) {
    background-color: #ffffff;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.toggle_icon span:nth-child(2) {
    background-color: #ffffff;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.toggle_icon span:nth-child(3) {
    background-color: #ffffff;
    width: 36px;
    transition: 0.4s ease-in-out;
}

.is-active span:nth-child(1) {
    background-color: #ffffff;
    width: 36px;
    transition: 0.4s ease-in-out;
    transform: rotateZ(45deg);
    position: absolute;
    top: 2px;
    opacity: 0;
}

.is-active span:nth-child(2) {
    transition: 0.4s ease-in-out;
    transform: rotateZ(180deg);
    background-color: #ffffff;
    top: 8px;
    position: relative;
}

.is-active span:nth-child(3) {
    background-color: #ffffff;
    width: 36px;
    transition: 0.4s ease-in-out;
    transform: rotateZ(135deg);
    position: absolute;
    top: 2px;
    opacity: 0;
}

/* --------------contact--------------- */
.ctpg h1 {
    font-size: 40px;
    line-height: 55px;

}

.ct-sec-2 {
    padding: 100px 0;
}

.ct-img {
    width: 100%;
    height: 500px;
    background-color: #9e9e9e;
}

.ctpg ul {
    margin-top: 40px;
}

.ctpg ul li img {
    width: 35px;
    height: 40px;
    object-fit: contain;
    margin-right: 20px;
}

.ctpg li {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 40px 0;
}

.ctpg li a {
    color: #000000;
    text-decoration: none;
}

.ctpg li p {
    font-size: 20px;
}

.ct-imgfl iframe {
    border-radius: 10px;
}

/* --------------------inner page---------------- */

.sec-img {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
    height: 500px;
}

.sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.inr-btns {
    margin-bottom: 100px;
}

.inr-btns2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.inr-btns button {
    padding: 20px 28px;
    background-color: #FDDEA2;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}

.inr-btns h1 {
    font-family: Poppins-regular;
    font-weight: 600;
}

/* porutham page */

.nxt-srv {
    cursor: pointer;
    width: max-content;
}
/* 
.nxt-srv-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4c3b71b4;
    display: none;
} */

.nxt-srv:hover .nxt-srv-img::after {
    display: block;

}

/* .nxt-srv-img {
    height: 70px;
    width: 100px;
    position: relative;
    margin-bottom: 10px;
} */

.nxt-srv-img  {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 50px;

}

.nxt-srv p {
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;

}

.nxt-srv a {
    color: #000000;
}

.fr-flx {
    display: flex;
    justify-content: left;
    gap: 50px;
}