@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@font-face {
    font-family: aghaFont-Bold;
    src: url("../font/BLMelody-Bold.otf");
}

@font-face {
    font-family: aghaFont-Medium;
    src: url("../font/BLMelody-Medium.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000000;
    font-family: 'Inter', sans-serif;
    background-color: #f5f5f5;
}

p {
    color: #808080;
    margin: 0;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* ::selection {
    color: #f8c136;
    background-color: transparent;
} */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #d4f65a;
}

.btn,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    outline: 0;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    outline: 0;
}

h1 {
    font-size: 55px;
    font-family: aghaFont-Bold;
}

h2 {
    font-size: 40px;
    font-family: aghaFont-Bold;
}

h3 {
    font-size: 35px;
    font-family: aghaFont-Bold;
}

h4 {
    font-size: 25px;
    font-family: aghaFont-Medium;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
}

.scroll_block {
    overflow: auto;
    padding-right: 10px
}

.scroll_block::-webkit-scrollbar {
    width: 1px
}

.scroll_block::-webkit-scrollbar-track {
    background: transparent;
    /* background-image: -moz-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -webkit-linear-gradient(-129deg, #14288d 0, #072cc8 100%);
    background-image: -ms-linear-gradient(-129deg, #14288d 0, #072cc8 100%) */
}

.scroll_block::-webkit-scrollbar-thumb {
    background: transparent
}

.combo_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.btn_1 {
    width: 120px;
    height: 120px;
    background: #0000005b;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .3s cubic-bezier(.2, 1, .3, 1), background-color .3s cubic-bezier(.2, 1, .3, 1);
    transition: border-color .3s cubic-bezier(.2, 1, .3, 1), background-color .3s cubic-bezier(.2, 1, .3, 1);
    color: #fff;
    z-index: 1;
}

.btn_1:hover {
    border: 1px solid #000000;
}

.btn_1 span {
    color: #fff;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2, 1, .3, 1), opacity .3s cubic-bezier(.2, 1, .3, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 1;
}

.btn_1:hover span {
    color: #000000;
}

.btn_1::after,
.btn_2::after,
.section6 .sec_content .tabs li::after,
.section10 .sec_content .tabs li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transition: clip-path .4s ease-out;
    clip-path: circle(0rem at 94.9% 15%);
    z-index: -1;
}

.btn_1::after {
    background: #d4f65a;
}

.btn_1:hover::after,
.btn_2:hover::after,
.section6 .sec_content .tabs li:hover::after,
.section6 .sec_content .tabs li.current::after,
.section10 .sec_content .tabs li:hover::after,
.section10 .sec_content .tabs li.current::after {
    width: 100%;
    height: 100%;
    clip-path: circle(133% at 94.9% 15%);
}

.btn_2 {
    background: #d4f65a;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2, 1, .3, 1), opacity .3s cubic-bezier(.2, 1, .3, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn_2:hover {
    border: 1px solid #fff;
    color: #fff;
}

.btn_2::after {
    background: #000000;
    right: 0;
}

.sec_padding {
    padding: 80px 0;
}

.no_border {
    border: none !important;
}

.primary_clr {
    color: #d4f65a;
}

.primary_bg {
    background: #d4f65a;
    padding: 10px 20px 5px;
    border-radius: 50px;
    color: #000000;
}

.break_line {
    display: block;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

header .container {
    border-bottom: 1px solid #ffffff1f;
}

header nav {
    position: relative;
    line-height: 70px;
    display: flex;
    align-items: center;
}

header nav.logo a {
    text-decoration: none;
}

header nav .logo {
    width: 170px;
    position: absolute;
}

header nav .nav-links {
    display: inline-flex;
    margin-left: auto;
}

header nav .nav-links li a {
    display: block;
    color: #fff;
    padding: 9px 15px;
    transition: all 0.3s ease;
}

header nav .nav-links li a:hover {
    background: #d4f65a;
    color: #000;
}

header nav .nav-links .mobile-item {
    display: none;
}

header nav .nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

header nav .nav-links li:hover .drop-menu,
header nav .nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 71px;
    opacity: 1;
    visibility: visible;
}

header nav .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

header nav .mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

header nav .mega-box .content {
    background: #24252600;
    backdrop-filter: blur(100px);
    padding: 25px 20px;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

header nav .mega-box .content .row {
    width: 100%;
}

header nav .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header nav .content header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

header nav .content .mega-links.bl {
    border-left: unset;
    width: 100%;
}

header nav .mega-links li {
    background: #0000000f;
    backdrop-filter: blur(100px);
    /* outline: 2px solid #ffffff14; */
    border: 2px solid #ffffff14;
    border-left: 1px solid #ffffff14;
    margin: 10px 0;
    transition: .4s linear;
}

header nav .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 20px;
}

header nav .mega-links li a img{
    width: 50px;
}

header nav .mega-links li a:hover {
    color: #000;
}

header nav .mega-links li a:hover img{
    filter: invert(1);
}

header nav .btnn {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

header nav .btnn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

header nav input {
    display: none;
}

.banner {
    padding: 200px 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner::after {
    content: "";
    width: 20%;
    height: 60%;
    box-shadow: 0 0 250px 150px #d4f65abf, inset 0 0 250px 150px #d4f65abf;
    position: absolute;
    top: 26%;
    right: 23%;
    z-index: -2;
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.banner .banner_left h4 {
    display: inline-block;
    background: #d4f65a;
    border-radius: 50px;
    color: #000000;
    padding: 8px 15px 5px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.banner .banner_left h4::before {
    content: "";
    width: 25px;
    height: 31px;
    background: url("../images/star.png");
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
}

.banner .banner_left h1 {
    color: #fff;
    margin: 30px 0;
}

.banner .banner_left h1 .transparent_font {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px white;
}

.banner .banner_left h1 .primary_clr {
    display: inline-block;
    color: #d4f65a;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    z-index: 1;
}

.banner .banner_left h1 .primary_clr::before {
    content: "";
    width: 25px;
    height: 31px;
    background: url("../images/star.png");
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: -1;

}

.banner .banner_left h1 .primary_clr::after {
    content: "";
    width: 43px;
    height: 52px;
    background: url("../images/spring.png");
    background-size: contain;
    position: absolute;
    bottom: -10px;
    right: -60px;
    z-index: -1;
}

.banner .banner_left .combo_btn {
    justify-content: space-between;
    padding-right: 90px;
}

.banner .banner_right form {
    width: 80%;
    padding: 50px 30px;
    background: #000000;
    border: 10px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.banner .banner_right form .before {
    position: absolute;
    top: -70px;
    left: -70px;
    z-index: -1;
}

.banner .banner_right form .after {
    position: absolute;
    bottom: -110px;
    right: -70px;
}

.banner .banner_right form h3,
.banner .banner_right form p {
    color: #fff;
    text-align: center;
    margin: 0;
}

.banner .banner_right form h3 span {
    color: #d4f65a;
}

.banner .banner_right form p {
    margin-bottom: 20px;
}

.banner .banner_right form input,
.banner .banner_right form textarea {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff6b;
    color: #fff;
    outline: none;
    margin-bottom: 25px;
}

.banner .banner_right form textarea {
    height: 80px;
    resize: none;
}

.section2 {
    padding: 30px 50px;
    background: #000000;
    box-shadow: inset 0 14px 55px 5px #d4f65a57;
}

.section2 .sec2_slider .box {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 {
    position: relative;
    z-index: 1;
}

.section3 .sec_after {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: -1;
}

.section3 .sec_left .combo_btn {
    margin-top: 30px;
}

.section3 .sec_right {
    text-align: center;
    position: relative;
    z-index: 1;
}

.section3 .sec_right video {
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, .065);
}

.section3 .sec_right .combo_btn {
    position: absolute;
    left: 30px;
    bottom: -40px;
    z-index: 1;
}

.section4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section4::after {
    content: "";
    width: 100%;
    height: 77%;
    background: #000000;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.section4 .sec_after {
    position: absolute;
    right: 0;
    bottom: 1px;
    z-index: -1;
}

.section4 .sec_left {
    padding-top: 130px;
}

.section4 .sec_left h2 {
    font-size: 60px;
    color: #fff;
    margin: 0;
}

.section4 .sec_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section4 .sec_right .btn_1 {
    margin-top: 100px;
    margin-left: 50px;
}

.section5 .sec_content {
    margin-top: 60px;
}

.section5 .sec_content .sec_left ul.tabs li .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 20px;
    cursor: pointer;
    transition: .2s linear;
}

.section5 .sec_content .sec_left ul.tabs li.current .box {
    background: #000000;
    border-radius: 25px;
}

.section5 .sec_content .sec_left ul.tabs li .box h3 {
    margin: 0;
    transition: .2s linear;
}

.section5 .sec_content .sec_left ul.tabs li.current .box h3 {
    color: #d4f65a;
}

.section5 .sec_content .sec_left ul.tabs li .box p {
    width: 33%;
    height: 90px;
    padding: 0;
    font-size: 14px;
    transition: .2s linear;
}

.section5 .sec_content .sec_left ul.tabs li.current .box p {
    color: #fff;
}

.section5 .sec_content .sec_left ul.tabs li .box .arrow img {
    width: 25px;
    filter: invert(1) contrast(1) brightness(0);
    transform: rotate(-45deg);
    transition: .2s linear;
}

.section5 .sec_content .sec_left ul.tabs li.current .box .arrow img {
    filter: unset;
    transform: rotate(0deg);
}

.section5 .sec_content .sec_right {
    text-align: end;
}

.section5 .sec_content .sec_right .my-tabs {
    position: relative;
    z-index: 1;
}

.section5 .sec_content .sec_right .my-tabs::before {
    content: "";
    width: 57px;
    height: 73px;
    background: url("../images/color-star.png");
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 50px;
    z-index: 2;
}

.section5 .sec_content .sec_right .my-tabs::after {
    content: "";
    width: 87px;
    height: 108px;
    background: url("../images/color-star.png");
    position: absolute;
    bottom: -45px;
    right: -70px;
    z-index: -1;
}

.section5 .sec_content .sec_right .my-tabs video {
    width: 80%;
    height: 430px;
    object-fit: cover;
    transform: rotate(-4deg);
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.section6 {
    background: url("../images/sec10-bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.section6 .sec_after {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.section6 .sec_top h2 {
    color: #fff;
    margin: 0;
}

.section6 .sec_content {
    margin-top: 60px;
}

.section6 .sec_content .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;
}

.section6 .sec_content .tabs li {
    width: 200px;
    height: 45px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2, 1, .3, 1), opacity .3s cubic-bezier(.2, 1, .3, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section6 .sec_content .tabs li:hover,
.section6 .sec_content .tabs li.current {
    color: #000;
    border: 2px solid #d4f65a;

}

.section6 .sec_content .tabs li::after {
    background: #d4f65a;
    right: 0;
}

/* .section6 .sec_content .tabs li:hover{
    background: #d4f65a;
    color: #000;
    border: 2px solid #d4f65a;
} */

.section6 .sec_content .my-tabs a {
    display: block;
    margin-top: 25px;
}

.section6 .sec_content a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section6 .combo_btn {
    justify-content: center;
    margin-top: 40px;
}

.section7 {
    background: url("../images/sec7-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

.section7 .sec_content {
    margin-top: 60px;
}

.section7 .sec_content .sec7_slider .swiper-wrapper {
    padding: 20px 0px 80px;
    align-items: center;
}

.section7 .sec_content .sec7_slider .swiper-slide .box {
    background: #fff;
    border-radius: 25px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .095); */
    padding: 20px;
    transition: .2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: -1;
}

.section7 .sec_content .sec7_slider .swiper-slide .box {
    transform: scale(.7);
}

.section7 .sec_content .sec7_slider .swiper-slide.swiper-slide-prev .box,
.section7 .sec_content .sec7_slider .swiper-slide.swiper-slide-next .box {
    transform: scale(.9);
    z-index: 1;
}

.section7 .sec_content .sec7_slider .swiper-slide.swiper-slide-active .box {
    transform: scale(1.1);
    background: #2a2a2a;
    align-items: flex-start;
}

.section7 .sec_content .sec7_slider .swiper-slide .box .box_img {
    width: 65px;
    height: 65px;
    background: #2a2a2a;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s linear;
}

.section7 .sec_content .sec7_slider .swiper-slide.swiper-slide-active .box .box_img {
    background: #d4f65a;
}

.section7 .sec_content .sec7_slider .swiper-slide .box .box_img img {
    /* filter: invert(0); */
    transition: .2s linear;
}

.section7 .sec_content .sec7_slider .swiper-slide.swiper-slide-active .box .box_img img {
    filter: invert(1);
}

.section7 .sec_content .sec7_slider .swiper-slide .box h4 {
    color: #2a2a2a;
    margin: 20px 0 10px;
    transition: .2s linear;
}

.section7 .sec_content .sec7_slider .swiper-slide.swiper-slide-active .box h4 {
    color: #fff;
}

.section7 .sec_content .sec7_slider .swiper-slide .box p {
    height: 0px;
    font-size: 14px;
    transition: .2s linear;
}

.section7 .sec_content .sec7_slider .swiper-slide.swiper-slide-active .box p {
    height: 110px;
    color: #fff;
}

.section7 .sec_content .sec7_slider .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    border-radius: 25px;
    background: #D9D9D9;
    opacity: 1;
    transition: .2s linear;
}

.section7 .sec_content .sec7_slider .swiper-pagination-bullet-active {
    width: 45px;
    background: #2a2a2a;
}

.section8 {
    background: url("../images/sec8-bg.png");
    background-size: cover;
    background-position: left center;
    z-index: 1;
}

.section8 .sec_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.section8 .sec_content h2 {
    margin: 0;
    font-size: 55px;
}

.section8 .sec_content h2 .primary_bg {
    background: #000000;
    color: #fff;
}

.section8 .btn_1 {
    border: 1px solid #fff;
}

.section8 .btn_1::after {
    background: #Fff;
}

.section9 {
    background: url("../images/sec9-bg.png");
    background-size: cover;
    background-position: top center;
    padding: 80px 0 580px;
    position: relative;
    z-index: 1;
}

.section9 .sec_top {
    padding-bottom: 40px;
    border-bottom: 1px solid #0000001a;
}

.section9 .sec_top h2 {
    margin: 0;
}

.section9 .sec_content {
    margin-top: 60px;
    width: 84%;
    position: absolute;
    right: 0;
}

.section9 .sec_content .sec9_slider .slick-list.draggable {
    padding: 20px 0 100px !important;
}

.section9 .sec_content .sec9_slider .slick-slide {
    margin: 0 10px;
}

.section9 .sec_content ul li .box {
    position: relative;
    transition: .4s linear;
    z-index: 1;
    cursor: pointer;
}

.section9 .sec_content .sec9_slider .slick-slide.slick-center .box {
    transform: scale(1.1);
}

.section9 .sec_content ul li .box img {
    width: 100%;
}

.section9 .sec_content ul li .box .combo_btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) scale(.0);
    transition: .4s linear;
    z-index: 2;
}

.section9 .sec_content .sec9_slider .slick-slide.slick-center .box .combo_btn {
    transform: translateX(-50%) scale(1);
}

.section9 .sec_content ul li .box h4 {
    text-align: center;
    margin: 0;
    transform: translateY(10px);
    transition: .4s linear;
}

.section9 .sec_content .sec9_slider .slick-slide.slick-center .box h4 {
    transform: translateY(60px);
}

.section10 {
    background: url("../images/sec10-bg.png");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.section10 .sec_before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.section10 .sec_top h2 {
    color: #fff;
}

.section10 .sec_top p {
    color: #fff;
}

.section10 .sec_content {
    margin-top: 60px;
}

.section10 .sec_content .sec10_slider .slick-prev:before,
.section10 .sec_content .sec10_slider .slick-next:before{
    color: #d4f65a;
    font-size: 35px;
}

.section10 .sec_content .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;
}

.section10 .sec_content .tabs li {
    width: 200px;
    height: 45px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2, 1, .3, 1), opacity .3s cubic-bezier(.2, 1, .3, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section10 .sec_content .tabs li:hover,
.section10 .sec_content .tabs li.current {
    color: #000;
    border: 2px solid #d4f65a;

}

.section10 .sec_content .tabs li::after {
    background: #d4f65a;
    right: 0;
}

.section10 .sec_content .sec10_slider .slick-list.draggable {
    padding: 50px 0 !important;
}

.section10 .sec_content .sec10_slider .slick-slide {
    margin: 0 15px;
}

.section10 .sec_content .box {
    background: #1f1f29;
    border: 1px solid #EAFFA0;
    padding: 80px 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: .4s linear;
}

.section10 .sec_content .box .box_img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.section10 .sec_content .box h4 {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    transition: .4s linear;
}

.section10 .sec_content .box h4~h4 {
    margin: 5px 0;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
}

.section10 .sec_content .box h4~h4 span {
    color: #F5B902;
    font-size: 14px;
    transition: .4s linear;
}

.section10 .sec_content .box p {
    color: #fff;
    font-size: 14px;
    transition: .4s linear;
}

.section10 .sec_content .box ul {
    margin: 20px 0;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    background: transparent;
    border-radius: 10px;
    transition: .4s linear;
}

.section10 .sec_content .box ul li {
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}

.section10 .sec_content .box ul li.heading {
    display: unset;
    padding: 0;
    font-size: 18px;
}

.section10 .sec_content .box ul li::before {
    content: "";
    width: 21px;
    height: 21px;
    background: url("../images/price-list.png");
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section10 .sec_content .box ul li.heading::before{
    display: none;
}

.section10 .sec_content .box .box_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section10 .sec_content .box .box_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: .4s linear;
}

.section10 .sec_content .box .box_btn a span {
    color: #d4f65a;
    transition: .4s linear;
}

.section10 .sec_content .box .combo_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100px);
    opacity: 0;
}

.section10 .sec_content .sec10_slider .box:hover {
    background: #d4f65a;
}

.section10 .sec_content .box:hover :where(h4, p) {
    color: #1f1f29;
}

.section10 .sec_content .box:hover ul {
    background: #1f1f29;
}

.section10 .sec_content .box:hover .box_btn a {
    color: #1f1f29;
}

.section10 .sec_content .box:hover .box_btn a span {
    color: #1f1f29;
}

.section10 .sec_content .sec10_slider .box:hover .combo_btn {
    transform: translate(-50%, 50px);
    opacity: 1;
}

.section11 .box {
    border-right: 1px solid #0000000a;
    text-align: center;
}

.section11 .box h3 {
    margin: 0;
    font-size: 60px;
}

.section11 .box h3 span {
    font-size: 35px;
}

.section11 .box p {
    margin: 0px 0 20px;
}

.section12 {
    background: url("../images/sec12-bg.png");
    background-size: cover;
    background-position: center;
    padding: 80px 0 120px;
    position: relative;
    z-index: 1;
}

.section12 .sec_left h2 {
    margin: 0;
    color: #fff;
}

.section12 .sec_left p {
    margin: 20px 0;
    color: #fff;
}

.section12 .sec_content {
    width: 60%;
    position: absolute;
    top: 100px;
    right: 0;
}

.section12 .sec_content .sec12_slider .slick-prev {
    left: -460px;
}

.section12 .sec_content .sec12_slider .slick-prev:before {
    content: "\f060";
    font-family: "font awesome 6 free";
    font-weight: 600;
    font-size: 30px;
}

.section12 .sec_content .sec12_slider .slick-next {
    right: unset;
    left: -375px;
}

.section12 .sec_content .sec12_slider .slick-next:before {
    content: "\f061";
    font-family: "font awesome 6 free";
    font-weight: 600;
    font-size: 30px;
}

.section12 .sec12_slider .slider__counter {
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 100px;
    color: #d4f65a;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -435px;
    bottom: 175px;
}

.section12 .sec_content .sec12_slider .slick-list.draggable {
    padding: 0 !important;
}

.section12 .sec_content .sec12_slider .slick-slide {
    margin: 0 10px;
}

.section12 .sec_content .box {
    background: #fff;
    padding: 10px 10px 20px;
    border-radius: 20px;
    border: 1px solid #d4f65a;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .085);
    transition: .4s linear;
}

.section12 .sec_content .box:hover {
    background: #d4f65a;
}

.section12 .sec_content .box .box_img {
    position: relative;
    z-index: 1;
}

.section12 .sec_content .box .box_img .quote-icon {
    width: 65px;
    height: 65px;
    background: #000000a8;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -25px;
    left: 15px;
}

.section12 .sec_content .box .box_img .main_img {
    width: 100%;
}

.section12 .sec_content .box p {
    margin: 40px 10px 20px;
    font-size: 14px;
    height: 85px;
    transition: .4s linear;
}

.section12 .sec_content .box:hover p {
    color: #000000;
}

.section12 .sec_content .box .info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 10px;
}

.section12 .sec_content .box .info .body h6 {
    margin: 0;
    font-size: 16px;
}

.section12 .sec_content .box .info .body h6 span {
    display: block;
    font-size: 12px;
}

.section_gap {
    margin: 130px;
}

.section13 {
    padding: 40px 0 100px;
    position: relative;
    z-index: 1;
}

.section13 .sec_before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.section13 .sec_after {
    position: absolute;
    top: 80px;
    right: 350px;
    z-index: -1;
}

.section13 .sec_top p {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.section13 .sec_top p::after {
    content: "";
    width: 100px;
    height: 87px;
    background: url("../images/sec13-spring.png");
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: -70px;
    z-index: -1;
}

.section13 .sec_right {
    margin-top: 60px;
}

.section13 .sec_right .accordion {
    padding: 50px;
    background: #ffff;
    border-radius: 25px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .025);
}

.section13 .sec_right .accordion-item {
    border: 0;
    border-radius: 0;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.section13 .sec_right .accordion-item .accordion-button {
    color: #000000;
    background: transparent;
    border-radius: 0;
    box-shadow: unset;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    /* font-size: 16px; */
}

.accordion-button::after {
    background-image: url("../images/plus.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/close.png");
}

.section13 .sec_right .accordion-item .accordion-body {
    padding: 0;
    font-size: 14px;
    padding-top: 15px;
}

.section14 {
    background: url("../images/sec14-bg.png");
    background-size: cover;
    background-position: center;
}

.section14 .sec_left {
    padding: 90px 0;
}

.section14 .sec_left h2 {
    color: #fff;
}

.section14 .sec_left ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.section14 .sec_left ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .4s linear;
}

.section14 .sec_left ul li a .info h6 {
    color: #fff;
    margin: 0;
    transition: .4s linear;
}

.section14 .sec_left ul li a:hover h6 {
    color: #d4f65a;
}

.section14 .sec_left ul li a .info p {
    color: #fff;
    font-size: 14px;
    transition: .4s linear;
}

.section14 .sec_left ul li a:hover p {
    color: #d4f65a;
}

.section14 .sec_right form {
    background: #fff;
    border: 1px solid #d4f65a;
    border-radius: 75px;
    padding: 80px 50px 100px;
    position: relative;
    z-index: 1;
    transform: translateY(-50px);
}

.section14 .sec_right form h5 {
    text-align: center;
    margin: 0;
}

.section14 .sec_right form h2 {
    text-align: center;
    font-size: 60px;
}

.section14 .sec_right form input,
.section14 .sec_right form textarea {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 2px solid #0000002b;
    margin-top: 30px;
    outline: unset;
    box-shadow: unset;
    color: #000000;
}

.section14 .sec_right form textarea {
    height: 80px;
    resize: none;
}

.section14 .sec_right form .btn_1 {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.section14 .sec_inner {
    border-top: 2px solid #696969;
    padding: 20px 0;
}

.section14 .sec_inner .sec14_slider .slick-slide {
    margin: 0 10px;
}

.section14 .sec_inner .sec14_slider .box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section14 .sec_inner .sec14_slider .box h3 {
    margin: 0;
    color: #fff;
}

.footer {
    padding: 80px 0 0;
    background: #d4f65a;
}

.footer .sec_top {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.footer .sec_top h2 {
    font-size: 149px;
    text-transform: uppercase;
    letter-spacing: -10px;
    margin: 0;
}

.footer .sec_top .combo_btn {
    position: relative;
    z-index: 1;
}

.footer .sec_top .combo_btn::before {
    content: "";
    width: 25px;
    height: 31px;
    background: url("../images/star.png");
    background-size: contain;
    position: absolute;
    filter: invert(1);
    top: -20px;
    left: -20px;
    z-index: -1;
}

.footer .sec_top .combo_btn::after {
    content: "";
    width: 53px;
    height: 67px;
    background: url(../images/color-star.png);
    background-size: contain;
    position: absolute;
    filter: brightness(111) invert(1);
    bottom: -30px;
    right: -30px;
    z-index: -1;
}

.footer .sec_top .combo_btn .btn_3 {
    width: 160px;
    height: 160px;
    background: transparent;
    border: 1px solid #000;
    font-weight: 600;
    color: #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer .sec_top .combo_btn .btn_3::before {
    content: "";
    width: 130px;
    height: 130px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .3s linear;
}

.footer .sec_top .combo_btn .btn_3:hover::before {
    width: 160px;
    height: 160px;
}

.footer .sec_menu {
    margin: 40px 0;
}

.footer .sec_menu .menu h5 {
    margin-bottom: 30px;
    font-weight: bold;
}

.footer .sec_menu .menu p {
    color: #000;
    font-size: 14px;
}

.footer .sec_menu .menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .sec_menu .menu ul a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    transform: scale(1) translateX(0px);
    transition: .2s linear;
}

.footer .sec_menu .menu ul a:hover {
    transform: scale(1.1) translateX(10px);
}

.footer .sec_ft {
    background: #000;
    padding: 20px 0;
}

.footer .sec_ft p {
    color: #fff;
}

.footer .sec_ft p a {
    color: #d4f65a;
}

.footer .sec_ft ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.footer .sec_ft ul li {
    color: #fff;
}

.footer .sec_ft ul li a {
    color: #fff;
}

.about-us-banner {
    background: #111111;
}

.about-us-banner::before,
.about-us-banner::after,
.about-us-banner .banner_left h1 .primary_clr::before,
.about-us-banner .banner_left h1 .primary_clr::after {
    display: none;
}

.about-us-banner .banner_right img {
    width: 100%;
}

.about-us-sec2 .sec_left .primary_bg {
    display: inline-block;
}

.about-us-sec3 {
    background: url("../images/about-us/sec3-bg.png");
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-us-sec3 .sec_left .tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-us-sec3 .sec_left .tabs .current h2 {
    transform: scale(1.2) translateX(25px);
    color: #d4f65a;
}

.about-us-sec3 .sec_left .tabs h2 {
    transform: scale(1) translateX(0);
    color: #fff;
    margin: 0;
    transition: .4s linear;
    cursor: pointer;
}

.about-us-sec3 .sec_center {
    position: relative;
    z-index: 1;
}

.about-us-sec3 .sec_center .img {
    position: relative;
    z-index: 1;
}

.about-us-sec3 .sec_center .sec_men {
    position: absolute;
    bottom: -168px;
    left: 0px;
    z-index: 2;
}

.about-us-sec3 .sec_center .img::after {
    content: "";
    width: 35px;
    height: 43px;
    background: url("../images/star.png");
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: -1;
}

.about-us-sec3 .sec_center .img img {
    width: 100%;
    transition: .2s linear;
}

.about-us-sec3 .sec_right {
    padding-top: 400px;
}

.about-us-sec3 .sec_right .box .img {
    margin-bottom: 20px;
}

.about-us-sec3 .sec_right .box p {
    color: #fff;
}

.about-us-sec3 .sec_before {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.about-us-sec3 .sec_after {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: -1;
}

.about-us-sec3 .sec_circle {
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-us-sec4 {
    background: url("../images/about-us/sec4-bg.png");
    background-size: cover;
    background-position: center top;
}

.about-us-sec4 .sec_top h2 {
    margin: 0;
}

.about-us-sec4 .sec_top p {
    color: #000;
}

.about-us-sec4 .sec_content {
    margin-top: 60px;
}

.about-us-sec4 .sec_content .box {
    padding: 30px;
    background: linear-gradient(0deg, #7d7d7d12 0%, #ffffff00);
    border-radius: 25px;
}

.about-us-sec4 .sec_content .box h5 {
    margin: 0;
    font-weight: 600;
}

.about-us-sec4 .sec_content .box .number {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.about-us-sec4 .sec_content .box .heading {
    margin: 20px 0;
}

.about-us-sec4 .sec_content .box p {
    color: #000;
    font-size: 14px;
    height: 85px;
}

.about-us-sec5 {
    background: linear-gradient(0deg, transparent, #0000000f);
    position: relative;
    z-index: 1;
}

.about-us-sec5 .sec_before {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.about-us-sec5 .sec_top h2 {
    margin: 0;
}

.about-us-sec5 .sec_top p {
    color: #000;
}

.about-us-sec5 .sec_content {
    margin-top: 60px;
}

.about-us-sec5 .sec_content .about-us-sec5_slider .slick-slide {
    margin: 0 10px;
}

.about-us-sec5 .sec_content .about-us-sec5_slider .slick-slide .box img {
    margin: 0 auto;
}

.portfolio-banner {
    background: linear-gradient(0deg, black, #111 85%);
}

.portfolio-banner::before,
.pricing-banner::before,
.contact-us-banner::before,
.portfolio-banner::after,
.pricing-banner::after,
.contact-us-banner::after,
.portfolio-banner h1 .primary_clr::before,
.pricing-banner h1 .primary_clr::before,
.contact-us-banner h1 .primary_clr::before,
.portfolio-banner h1 .primary_clr::after,
.pricing-banner h1 .primary_clr::after,
.contact-us-banner h1 .primary_clr::after {
    display: none;
}

.portfolio-banner .banner_left h1 .primary_clr {
    text-decoration: unset;
}


.portfolio-banner .banner_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.port_sec2 {
    background: #fff;
}

.port_sec2 .sec_after {
    opacity: .1;
}

.port_sec2 .sec_top h2 {
    color: #000;
}

.port_sec2 .sec_content .tabs li {
    border-color: #000;
    color: #000;
}

.pricing-banner {
    background: #000;
    padding: 200px 0 0;
    overflow: visible;
}

.pricing-banner .banner_right {
    text-align: end;
    position: relative;
    z-index: 1;
}

.pricing-banner .banner_right::after {
    content: "";
    width: 36px;
    height: 45px;
    background: url("../images/color-star.png");
    background-size: contain;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
}

.pricing-banner .banner_right img {
    transform: translateY(32px);
}

.contact-us-banner {
    background: url("../images/contact-us/banner-bg.png");
    background-size: cover;
    background-position: center;
}

.contact-us-banner .banner_left {
    text-align: center;
}

.contact-us-banner .banner_left h4::before {
    display: none;
}

.contact-us-banner .banner_left h1 {
    color: #fff;
    margin: 20px 0;
}

.contact-us-banner .banner_left p {
    color: #fff;
}

.contact-us-banner .banner_left .combo_btn {
    padding: 0;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.content-sec2 {
    background: #F5F5F5;
    padding: 80px 0 0;
}

.content-sec2 .sec_left {
    padding: 0;
}

.content-sec2 .sec_left h2 {
    color: #000;
}

.content-sec2 .sec_left ul li a .info h6 {
    color: #000;
}

.content-sec2 .sec_left ul li a .info p {
    color: #000;
}

.content-sec2 .sec_right form {
    background: radial-gradient(#34392c, #161a23);
    transform: unset;
}

.content-sec2 .sec_right form h5 {
    color: #fff;
}

.content-sec2 .sec_right form h2 {
    color: #d4f65a;
}

.content-sec2 .sec_right form input,
.content-sec2 .sec_right form textarea {
    background: transparent;
    border-color: #ffffff4d;
    color: #fff;
}

.content-sec2 .sec_inner {
    background: #000;
    margin-top: 50px;
}

.inner-services {
    background: #000;
}

.inner-services::after {
    display: none;
}

.inner-services .banner_before,
.inner-services .banner_after {
    width: 18%;
    position: absolute;
    top: 12%;
    z-index: -1;
}

.inner-services .banner_before video,
.inner-services .banner_after video {
    position: unset;
}

.inner-services .banner_before {
    left: 0;
}

.inner-services .banner_after {
    right: 0;
}

.inner-services .banner_left p {
    color: #fff;
}

.inner-services form {
    width: 80%;
    margin: 30px auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.inner-services form input {
    width: 100%;
    height: 70px;
    background: #202020;
    border: 1px solid #4c4c4c;
    border-radius: 50px;
    padding: 20px;
    color: #fff;
    outline: none;
    padding: 20px;
    overflow: hidden;
}

.inner-services form input::placeholder {
    color: #777777;
}

.inner-services form input.invalid {
    background: transparent;
}

.inner-services form input.deep_invalid {
    background: transparent;
}

.inner-services form .tab {
    display: none;
}

.inner-services form .submit_btn {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.inner-services form button {
    width: 120px;
    height: 58px;
    color: #000000;
    background: #d4f65a;
    border-radius: 50px;
    border: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.inner-services form #prevBtn {
    background: #bbbbbb;
}

.inner-services form .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.inner-services form .step.active {
    opacity: 1;
}

.inner-services form .step.finish {
    background-color: #4CAF50;
}

.inner_sec2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.inner_sec2 .sec_before,
.inner_sec2 .sec_after {
    position: absolute;
    z-index: -1;
}

.inner_sec2 .sec_before {
    top: -10px;
    left: -100px;
}

.inner_sec2 .sec_after {
    bottom: -150px;
    right: 0;
}

.inner_sec2 .sec_top p {
    color: #000;
}

.inner_sec2 .sec_content {
    margin-top: 40px;
}

.inner_sec2 .sec_content .box {
    background: transparent;
    padding: 50px;
    margin-top: 25px;
}

.inner_sec2 .sec_content .box h5 {
    margin: 20px 0 10px;
    font-family: aghaFont-Bold;
    font-weight: bold;
}

.inner_sec2 .sec_content .box p {
    font-size: 14px;
    color: #000;
    height: 65px;
}

.inner_sec2 .sec_content .box_1 {
    background: #fffbf9;
}

.inner_sec2 .sec_content .box_2 {
    background: #f9fefe;
}

.inner_sec2 .sec_content .box_3 {
    background: #f7fefa;
}

.inner_sec2 .sec_content .box_4 {
    background: #fbfdf3;
}

.inner_sec2 .sec_content .box_5 {
    background: #f7f9fe;
}

.inner_sec2 .sec_content .box_6 {
    background: #fff9f6;
}