@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Anybody:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manjari:wght@100;400;700&display=swap");

@font-face {
    font-family: "Optima";
    font-style: normal;
    font-weight: normal;
    src: local("Optima"), url("fonts/OPTIMA.woff") format("woff");
}

@font-face {
    font-family: "Optima Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Optima Italic"), url("fonts/Optima_Italic.woff") format("woff");
}

@font-face {
    font-family: "Optima Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Optima Medium"), url("fonts/Optima Medium.woff") format("woff");
}

@font-face {
    font-family: "Optima Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Optima Bold"), url("fonts/OPTIMA_B.woff") format("woff");
}

@font-face {
    font-family: "ManegeDemo";
    font-style: normal;
    font-weight: normal;
    src: local("Optima Bold"), url("fonts/ManegeDemo-Light.ttf") format("woff");
}

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

/*==BASIC-SETUP==*/
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row > div {
    padding-right: 15px;
    padding-left: 15px;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 100px 100px 0 0;
    background: #333333;
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 8px;
    bottom: 10px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    color: #fff;
    background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/

section {
    max-width: 1440px;
    margin: 0 auto;
}

.sec_1 {
    padding: 35px 25px 50px;
    position: relative;
}

.logo {
    position: absolute;
    left: 40px;
    top: 0;
}

.banner {
    background-image: url("images/banner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-size: cover; */
    height: 940px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner_cnt {
    background: #00000026;
    backdrop-filter: blur(40px);
    border-radius: 60px;
    max-width: 810px;
    padding: 55px 45px;
    margin-left: 15px;
}

.banner_cnt h1 {
    font-family: "Optima Bold";
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    color: #ffffffe5;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.banner_cnt1 h1 {
    font-family: "Inter", sans-serif;
    font-size: 64px;
    line-height: 75px;
    font-weight: 600;
    margin: 0 0 30px;
}

.banner_cnt h1 span {
    font-style: italic;
}

.banner_cnt h3 {
    font-family: "ManegeDemo";
    font-size: 50px;
    font-weight: 300;
    line-height: 45px;
    color: #ffffff;
    margin: 0;
}

.banner_cnt1 h3 {
    font-size: 40px;
    line-height: 40px;
}

.sec_2 {
    padding: 25px 25px;
    position: relative;
}

.sec_2_r_img {
    position: absolute;
    right: 25px;
    top: 38px;
}

.sec_2_r_img img {
    width: 100%;
}

.sec_2_left_top {
    background: #eeeeeeb2;
    border-radius: 60px 60px 0 0;
    width: 43%;
    padding: 50px 50px 72px;
}

.sec_2_left_top2 {
    width: 64%;
    border-radius: 0 60px 60px 60px;
}

.sec_2_left_top ul li {
    font-family: "Manjari", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    color: #494949;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 0 25px;
}

.sec_2_left_top11 ul li {
    font-size: 25px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 25px;
}

.sec_2_left_top h3 span {
    font-family: "Afacad", sans-serif;
    background: linear-gradient(90deg, #e0a8cc 0%, #a7bee2 100%);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    margin: 0 auto 45px;
    border-radius: 60px;
    padding: 3px 19px;
    max-width: auto;
    display: block;
}

.sec_2_left_top2 h3 span {
    max-width: initial;
    margin: 0;
}

.sec_2_left_top2 h3 {
    color: #767676;
    font-family: "Afacad", sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

.sec_2_left_top11 h3 {
    font-family: "Inter", sans-serif;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.sec_2_left_top11 h3 span {
    font-family: "Inter", sans-serif;
    font-size: 34px;
    max-width: 440px;
    display: block;
    margin: 0;
}

.sec_2_btm {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 5px 0 0;
}

.sec_2_btm_img img {
    max-width: 268px;
}

.sec_2_left_top2 ul li {
    padding: 0 0 30px;
}

.sec_2_left_top2 {
    padding-bottom: 20px;
}

.sec_2_left_top1 {
    position: relative;
}

/* .sec_2_left_top1::after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #EEEEEEB2;
  background-color: red;
  right:0;
  bottom:0;
  z-index: 999;
  right: -32px;
  bottom: -6px;
  border-radius: 0px;
} */

.shape {
    position: absolute;
    right: -56px;
    bottom: -11px;
}

.sec_3 {
    padding: 0 25px;
    display: none;
}

.sec03 {
    padding: 50px 25px 20px;
}

.sec_03_img img {
    width: 100%;
    margin-top: -80px;
}

.sec_3 img {
    width: 100%;
}

.sec_4 {
    padding: 20px 25px;
    display: flex;
    /* align-items: center; */
    gap: 20px;
}

.sec_4_1 {
    width: 28%;
    background-image: url(images/sec_4_1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 60px;
    padding: 45px 40px;
}

.sec4_p {
    font-family: "Manjari", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.sec_4_2 {
    width: 43%;
    background-image: url(images/sec_4_2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 60px;
    padding: 45px 40px;
}

.sec_4_2 p {
    text-align: center;
}

.sec_4_3 {
    width: 26%;
    background-image: url(images/sec_4_3.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 60px;
    padding: 45px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    hyphens: auto;
}

.sec_5 {
    background-image: url(images/sec_5.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 25px;
    border-radius: 60px;
}

.sec_5_cnt {
    max-width: 585px;
    margin: 0 auto;
    border: 2px solid #ffffff;
    backdrop-filter: blur(40px);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.07) 0%,
        rgba(255, 255, 255, 0.1) 67%
    );
    border-radius: 0 90px 0 90px;
    padding: 35px 45px;
}

.sec_5_cnt h3 {
    font-family: "Afacad", sans-serif;
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.sec_5_cnt p {
    font-family: "Manjari", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.sec_6 {
    padding: 80px 25px 0;
}

.sec_6_title h3 span {
    font-family: "Afacad", sans-serif;
    background: linear-gradient(90deg, #e0a8cc 0%, #a7bee2 100%);
    text-transform: uppercase;
    font-size: 45px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 60px;
    padding: 3px 19px;
}

.sec_6_title h3 {
    color: #767676;
    font-family: "Afacad", sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 40px;
}

.s6_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 70px;
    padding: 80px 0;
}

.s6_icon1 img {
    animation: rotate-animation 10s infinite linear;
}

.s6_icon img {
    animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.s6_icon img:hover {
    animation-play-state: paused;
}

.sec_7 {
    padding: 0 25px;
}

.sec_7 h3 {
    text-align: center;
}

.s7_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    padding-top: 60px;
}

.s7_cnt {
    background: #f3f3f3;
    border-radius: 60px;
    padding: 25px 25px;
    text-align: center;
    height: 390px;
    transition: 0.2s;
}

.s7_cnt:hover {
    transform: translateY(-10px);
}

.s7_cnt img {
    width: 100%;
}

.s7_cnt p {
    color: #b9b9b7;
    font-family: "Manjari", sans-serif;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    color: #b9b9b7;
    margin: 20px 0 0;
    hyphens: auto;
}

.s7_2 {
    margin-top: 200px;
}

.sec_8 {
    background-image: url(images/sec_8.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 170px 25px;
    border-radius: 60px;
    margin-top: 50px;
    margin-bottom: 0;
}

.sec_8_cnt {
    background: #8d8d8d40;
    border: 1px solid #ffffff;
    backdrop-filter: blur(26px);
    box-shadow: 0px 0px 25px 6px #ffffff;
    box-shadow: 0px 4px 20px 0px #00000026 inset;
    padding: 45px 45px;
    border-radius: 60px;
    max-width: 560px;
    margin: 0 auto;
}

.sec_8_cnt h3 {
    font-family: "Afacad", sans-serif;
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.sec_8_cnt_1 h2 {
    font-family: "Afacad", sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.sec_8_cnt_1 {
    backdrop-filter: blur(26px);
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 20px 0px #00000026 inset;
    padding: 65px 45px;
    border-radius: 60px;
    max-width: 730px;
    margin: 0 auto 55px;
    background: #8d8d8d40;
}

.more_btn {
    position: absolute;
    right: 50px;
    bottom: 70px;
}

.more_btn a:hover {
    opacity: 0.8;
}

.sec_9 img {
    width: 100%;
}

.s6_icon img {
    width: 100%;
}

.sec_10 {
    padding: 80px 25px 0;
}

.sec_10_main {
    height: 780px;
    position: relative;
    z-index: 9;
}

.sec_10_main::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(images/sec_10_border.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: -76px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sec_10_main_img {
    text-align: center;
    z-index: 99;
}

.step_cnt p {
    color: #c7c7c7;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
}

.step_cnt1 {
    position: absolute;
    left: 31%;
    top: 23%;
    transform: translate(-50%, -38%);
}

.step_cnt2 {
    position: absolute;
    left: 25%;
    top: 53%;
    transform: translate(-50%, -38%);
}

.step_cnt3 {
    position: absolute;
    right: -7%;
    top: 29%;
    transform: translate(-50%, -38%);
}

.step_cnt4 {
    position: absolute;
    right: -1%;
    top: 62%;
    z-index: 1;
    transform: translate(-50%, -38%);
}

.sec_10 {
    position: relative;
}

.sec_10_btn {
    position: absolute;
    right: 35px;
    z-index: 9999;
    bottom: 80px;
}

.sec_10_btn a {
    /* background: linear-gradient(90deg, rgba(224, 169, 205, 0.9) 0%, rgba(199, 180, 227, 0.9) 49.76%, rgba(158, 204, 254, 0.9) 100%); */
    border: 3px solid rgba(223, 169, 206, 0.9);
    font-size: 12px;
    line-height: 40px;
    font-weight: 900;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 60px;
    transform: 0.2s;
    /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    text-transform: uppercase;
    color: rgba(224, 169, 205, 0.9);
}

.sec_10_btn a:hover {
    color: #ffffff;
    background: linear-gradient(
        90deg,
        #d965b1 0%,
        #a370e1 47.12%,
        #4c8fe3 98.56%
    );
    border: 3px solid transparent;
}

.sec_9 {
    padding: 60px 0;
}

.sec_6_title {
    z-index: 999;
    position: relative;
}

.sec_9_text {
    position: relative;
}

.sec_9_text h3 {
    font-size: 150px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    background: -webkit-linear-gradient(
        90deg,
        rgba(173, 193, 228, 0.8) 0%,
        rgba(204, 197, 243, 0.8) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.loc_box {
    backdrop-filter: blur(30px);
    box-shadow: 0px 0px 22px 4px #ffffff;
    border: 1px solid;
    text-align: center;
    background: #ffffff80;
    border: 1px solid #b7a8fa;
    cursor: pointer;
    border-radius: 40px;
    padding: 20px 20px;
    margin: 30px auto 0;
    max-width: 250px;
}
.loc_box img {
    width: 30px;
}

.loc_box p {
    font-family: "Manjari", sans-serif;
    margin: 10px 0 0;
    color: #8b8b8b;
    font-size: 23px;
    line-height: 27px;
}

.typing-demo {
    width: 22ch;
    width: 100%;
    animation: typing 8s steps(22), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
}
.typing-demo2 {
    width: 22ch;
    width: 100%;
    animation: typing 3s steps(22), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
}
.typing-demo3 {
    width: 22ch;
    width: 100%;
    animation: typing 4s steps(22), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
}
.typing-demo4 {
    width: 22ch;
    width: 100%;
    animation: typing 4s steps(22), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.sec_1 {
    position: relative;
}

.lan_btn {
    z-index: 9999;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 20px;
    padding-right: 80px;
}

.lan_btn a {
    border: 2px solid #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 60px;
    transform: 0.2s;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0 0 10px;
    background: #00000026;
    backdrop-filter: blur(40px);
}

.lan_btn a:hover {
    color: #ffffff;
    background: linear-gradient(
        90deg,
        #d965b1 0%,
        #a370e1 47.12%,
        #4c8fe3 98.56%
    );
    border: 2px solid transparent;
}

.sec_2_left_top22 h3 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.sec_2_left_top22 h3 span {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    max-width: 440px;
    display: block;
    margin: 0;
}

.sec_2_left_top22 .sec_2_btm {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 5px 0 0;
}

.sec_2_left_top12 {
    background: #eeeeeeb2;
    border-radius: 60px 60px 0 0;
    width: 43%;
    padding: 10px 50px 0 !important;
}

.sec_22 {
    padding-bottom: 45px;
}

.sec4_pp {
    font-family: "Inter", sans-serif;
    font-size: 29px;
    line-height: 40px;
    text-align: left !important;
}

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

.sec_5_cnt2 h3 {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}

.sec_5_cnt2 p {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}

.sec_6_title2 h3 {
    color: #767676;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
}

.sec_6_title2 h3 span {
    background: linear-gradient(90deg, #e0a8cc 0%, #a7bee2 100%);
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 60px;
    padding: 3px 19px;
    margin: 0 5px;
}

.sec_6_title22 {
}

.step_cnt33 {
    position: absolute;
    right: 0%;
    top: 29%;
    transform: translate(-50%, -38%);
}

.step_cnt44 {
    position: absolute;
    right: 10%;
    top: 62%;
    z-index: 1;
    transform: translate(-50%, -38%);
}

.step_cnt11 p {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    line-height: 35px;
}

.sec_10_btn2 a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 3px 10px;
}

.sec_10_btn2 {
    position: absolute;
    right: 25px;
    z-index: 9999;
    bottom: 88px;
}

.s7_cnt2 p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
}

.sec_8_cnt_11 h2 {
    font-family: "Inter", sans-serif;
    font-size: 88px;
}

.sec_8_cnt2 h3 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
}

#animated-list li {
    white-space: pre-wrap;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 2.5em;
    position: relative;
    padding-left: 45px;
    font-family: "Manjari", sans-serif;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #494949;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0 25px;
    padding-left: 45px;
}

#animated-list li.visible {
    opacity: 1;
    transform: translateY(0);
}

#animated-list li::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("images/check.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    top: 10px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-right: 20px;
}

#animated-list li.visible::before {
    opacity: 1;
    transform: scale(1);
}

.sec_22 #animated-list li {
    font-size: 27px;
    min-height: 3em;
}

.sec_2_r_img2 img {
    width: 90%;
    width: 100%;
}

.sec_2_left_top2 {
    padding-bottom: 20px;
}

.sec_2_r_img2 {
    top: 0px;
}

.sec_22 .sec_2_left_top11 h3 {
    margin-bottom: 35px;
}

.sec_2222 .sec_2_left_top {
    height: 510px;
}

.sec_2222 .sec_2_left_top2 {
    height: 510px;
}
.sec_2222 .sec_2_r_img img {
    width: 100%;
}

.sec_2222 .sec_2_r_img {
    position: absolute;
    right: 25px;
    top: 41px;
}

.sec_22 #animated-list li {
    font-size: 22px;
    min-height: 3em;
}

.sec_22 .sec_2_r_img {
    position: absolute;
    right: 25px;
    top: 14px;
}

.sec_22 .sec_2_left_top2 {
    height: 479px;
}

.sec_2_sm {
    display: none;
}
