@charset "UTF-8";
:root {
    --font12: 12px;
    --font14: 14px;
    --font16: 16px;
    --font18: 18px;
    --font20: 20px;
    --font24: 24px;
    --font25: 25px;
    --font26: 26px;
    --font28: 28px;
    --font30: 30px;
    --font32: 32px;
    --font35: 35px;
    --font45: 45px;
    --font-49: 49px;
    --font54: 54px;
    --text-color: #1C1F26;
    --orange: #f58634;
    --white: #fff;
    --border: #D1D1D1;
    --blue-bg: #DEF1FF;
    --blue: #235980;
    --gray: #727272;
    --gray1: #3F3F3F;
    --gray2: #666E7E;
    --lightblack: #1C1F26;
    --lightblack1: #1A1A1A;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    list-style: none;
}

a {
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-block;
}

html,
body {
    overflow-x: clip !important;
    width: 100%;
    margin: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--font16);
    line-height: 22px;
    color: var(--text-color);
    overflow-x: hidden;
}

.menu-open {
    overflow: hidden !important;
}

.rivet-icons--audio-solid {
    display: inline-block;
    width: 10px;
    height: 10px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%23000'%3E%3Cpath d='M10 16v-5.401A2.999 2.999 0 0 0 10 5.4V0L4.667 4H0v8h4.667z'/%3E%3Cpath d='m13.6 3.2l-.799-.6L11.6 4.199l.8.6a4 4 0 0 1 .8.802c.503.668.8 1.497.8 2.399s-.297 1.73-.8 2.4a4 4 0 0 1-.8.8l-.8.601l1.201 1.6l.8-.601a6 6 0 0 0 1.198-1.2A5.98 5.98 0 0 0 16 8c0-1.35-.447-2.598-1.2-3.6a6 6 0 0 0-1.2-1.2'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.rivet-icons--audio-off-solid {
    display: inline-block;
    width: 10px;
    height: 10px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M9 0v16l-5.333-4H0V4h3.667zm2.586 8l-1.5 1.5l1.414 1.414l1.5-1.5l1.5 1.5L15.914 9.5l-1.5-1.5l1.5-1.5L14.5 5.086l-1.5 1.5l-1.5-1.5L10.086 6.5z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.material-symbols--star {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625l7.2.625l-5.45 4.725L18.175 21L12 17.275z'/%3E%3C/svg%3E");
    background-color: #231F20;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

p {
    color: var(--text-color);
}

.img-hover {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.img-hover img {
    transition: all 0.5s ease-in-out;
}

.img-hover:hover img {
    transform: scale(1.1);
}

.absolute-box {
    position: absolute;
    top: -200px;
    width: 100%;
    height: 100px;
}

.heading-one {
    font-size: var(--font30);
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-color);
    letter-spacing: 1.62px;
}

.heading-one span {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    display: block;
    text-transform: none;
    font-size: var(--font35);
    line-height: 40px;
    font-style: italic;
    letter-spacing: normal;
}

.heading-two {
    color: var(--lightblack1);
    font-size: var(--font30);
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.24px;
    text-transform: uppercase;
}

.common-heading-box {
    max-width: 992px;
    margin: 0 auto;
}

.common-heading-box .heading {
    font-size: var(--font45);
    line-height: 50px;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 2.64px;
    text-transform: uppercase;
}

.common-heading-box p {
    font-size: var(--font24);
    line-height: 30px;
    letter-spacing: -1.68px;
}

.common-heading-box p span {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.24px;
}

.read-more-btn {
    display: inline-block;
    color: #143058;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.66px;
}

.read-more-btn:hover {
    color: var(--orange);
}

.absolute-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.expert-btn {
    border: 1px solid var(--text-color);
    text-align: center;
    font-size: var(--font16);
    line-height: 24px;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}

.expert-btn:hover {
    background: #000;
    color: var(--white);
    border: 1px solid #000;
}

.blue-btn {
    background: var(--white);
    text-align: center;
    font-size: var(--font20);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.63px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 12px 32px;
    overflow: hidden;
    position: relative;
    max-width: 400px;
}

.blue-btn.white-btn {
    background: var(--lightblack);
}

.blue-btn.white-btn span {
    color: var(--white);
}

.blue-btn span {
    position: relative;
    color: var(--lightblack);
    display: block;
    z-index: 10;
}

.blue-btn::before,
.blue-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blue-btn::before {
    content: "";
    background: var(--blue);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.blue-btn:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
    transition: transform 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}

.blue-btn::after {
    content: "";
    background: var(--blue);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.blue-btn:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.55s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.blue-btn:hover span {
    animation: MoveScaleUpInitial 0.5s forwards, MoveScaleUpEnd 0.5s forwards 0.5s;
    color: var(--white);
}

.blue-btn.transform-btn {
    background: var(--lightblack);
}

.blue-btn.transform-btn span {
    color: var(--white);
}

.blue-btn.vs-btn {
    background: var(--lightblack);
}

.blue-btn.vs-btn span {
    background: linear-gradient(90deg, #D6A5B2 0%, #E5C171 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-btn.vs-btn::before,
.blue-btn.vs-btn::after {
    background: linear-gradient(90deg, #D6A5B2 0%, #E6C26F 100%);
}

.blue-btn.vs-btn:hover span {
    background: linear-gradient(90deg, var(--lightblack1) 0%, var(--lightblack1) 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-btn.gradient-vs-btn {
    background: linear-gradient(90deg, #D6A5B2 0%, #E5C171 100%);
    max-width: 350px;
    width: 100%;
}

.blue-btn.corture-btn {
    background: linear-gradient(92deg, #B8A99C 0.88%, #8D9B9F 18.81%, #405D71 66.02%, #272A33 99.78%);
}

.blue-btn.corture-btn span {
    color: var(--white);
}

.blue-btn.corture-btn::before,
.blue-btn.corture-btn::after {
    background: var(--lightblack);
}

.blue-btn.gradient-vs-btn span {
    color: var(--lightblack);
}

.blue-btn.gradient-vs-btn::before,
.blue-btn.gradient-vs-btn::after {
    background: var(--lightblack);
}

.blue-btn.gradient-vs-btn:hover span {
    background: linear-gradient(90deg, #D6A5B2 0%, #E5C171 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.mx-250 {
    max-width: 250px;
    width: 100%;
}

.vto-common-heading-box .heading {
    color: var(--lightblack);
    font-size: var(--font30);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.93px;
    margin-bottom: 20px;
}

.vto-common-heading-box .heading .after-span {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.vto-common-heading-box .heading .after-span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 0;
    border-bottom: 1px solid var(--lightblack);
    margin: auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.vto-common-heading-box .text {
    color: var(--lightblack);
    font-size: var(--font20);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0;
}

.blue-bg {
    background: var(--blue-bg);
}

.swiper-pagination {
    width: 100%;
    bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    border: 2px solid #999;
    background: transparent;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #999;
    border: 2px solid #999;
}

.vto-banner-section {
    height: 100vh;
    overflow: hidden;
}

.vto-banner-section .video-box {
    position: relative;
    width: 100%;
    position: relative;
    height: 100vh;
}

.vto-banner-section .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: -50px;
}

.vto-banner-section .video-box .video-audio-btn {
    position: absolute;
    bottom: 80px; 
    right: 15px;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.faq-section {
    background: url("../img/faq-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-section .accordion-item {
    border: none;
    border-radius: 7px;
}

.faq-section .accordion-item .faq-btn,
.faq-section .accordion-item .accordion-body,
.faq-section .accordion-item .accordion-body p {
    font-size: var(--font12);
    line-height: 16px;
}

.faq-section .accordion-item .faq-btn {
    padding-right: 10px;
    color: var(--text-color);
}

.faq-section .accordion-item .faq-btn:focus {
    box-shadow: none;
}

.faq-section .accordion-item .accordion-body {
    border-top: 1px solid var(--border);
    color: var(--text-color);
}

.faq-section .accordion-item .accordion-button:not(.collapsed)::after {
    content: "−";
    transform: none;
}

.faq-section .accordion-item .accordion-button:not(.collapsed) {
    background: none;
}

.faq-section .accordion-item .accordion-button.collapsed::after {
    content: "+";
}

.faq-section .accordion-item .accordion-button:not(.collapsed)::after,
.faq-section .accordion-item .accordion-button.collapsed::after {
    background-image: none !important;
    text-align: center;
    font-size: 20px;
}

.faq-section.vto-faq {
    background: rgba(28, 31, 38, 0.05);
}

.faq-section.vto-faq .faq-btn,
.faq-section.vto-faq .read-more-btn,
.faq-section.vto-faq .faq-content,
.faq-section.vto-faq .faq-content p {
    color: var(--lightblack);
}

.faq-section.vto-faq .read-more-btn:hover {
    color: var(--orange);
}

.faq-section.vs-faq {
    background: linear-gradient(90deg, #D6A5B1 0%, #E6C170 100%);
}

.corture-faq {
    background: linear-gradient(92deg, #B8A99C 0.88%, #8D9B9F 18.81%, #405D71 66.02%, #272A33 99.78%);
}

.vto-main-faq {
    background: #ECF0FC;
}

.three-dev-faq {
    background: var(--gray2);
}

.faq-section.three-dev-faq .faq-btn,
.faq-section.three-dev-faq .read-more-btn,
.faq-section.three-dev-faq .faq-content,
.faq-section.three-dev-faq .faq-content p {
    color: var(--lightblack1);
}

.faq-section.vto-main-faq .faq-btn,
.faq-section.vto-main-faq .read-more-btn,
.faq-section.vto-main-faq .faq-content,
.faq-section.vto-main-faq .faq-content p {
    color: var(--text-color);
}

.faq-section.corture-faq .faq-btn,
.faq-section.corture-faq .read-more-btn,
.faq-section.corture-faq .faq-content,
.faq-section.corture-faq .faq-content p {
    color: var(--lightblack);
}

.faq-section.vs-faq .faq-btn,
.faq-section.vs-faq .read-more-btn,
.faq-section.vs-faq .faq-content,
.faq-section.vs-faq .faq-content p {
    color: var(--lightblack);
}

.faq-section.vs-faq .read-more-btn:hover {
    color: var(--orange);
}

.text-blue {
    color: var(--blue) !important;
}

.text-vs-black {
    color: var(--lightblack1) !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.text-vto-black {
    color: var(--lightblack);
}

.red {
    color: red;
    font-weight: bold;
}

.common-video-container {
    display: none;
    opacity: 0;
}

.common-video-container.fade-in {
    display: block;
    animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.loading-image {
    width: 100%;
    max-width: 720px;
    margin: auto;
    display: block;
    border-radius: 20px;
}

.absolute-box {
    position: absolute;
    top: -70;
    height: 100%;
    width: 100%;
}

.bookformmodal .modal-content .modal-header {
    background: var(--lightblack);
    color: var(--white);
}

.bookformmodal .modal-content .modal-header button {
    filter: brightness(1) invert(1);
    opacity: 1;
}

.bookformmodal .modal-content .modal-body ::placeholder,
.bookformmodal .modal-content .modal-body select {
    font-size: var(--font12);
    color: var(--lightblack1);
}

.bookformmodal .modal-content .modal-body .fs-label {
    font-size: var(--font12);
    font-weight: 700;
    color: var(--lightblack);
}

.bookformmodal .modal-content .modal-body .form-check-label {
    font-size: var(--font12);
    color: var(--lightblack1);
}

.bookformmodal .modal-content .modal-body button {
    border: none;
    font-size: var(--font14);
    line-height: 20px;
    padding: 10px 12px;
    text-transform: none;
}

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero video {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (min-width: 1440px) {
    .container,
    .container-fluid {
        max-width: 1440px;
        margin: auto;
        padding: 0 16px;
    }
}

@media only screen and (max-width: 992px) {
    .common-heading-box .heading {
        font-size: var(--font28);
        line-height: 30px;
    }
    .common-heading-box p {
        font-size: var(--font16);
        line-height: 22px;
        letter-spacing: -0.15px;
    }
    .heading-one {
        font-size: var(--font18);
        line-height: 30px;
    }
    .heading-one span {
        font-size: var(--font24);
        line-height: 30px;
    }
    .vto-common-heading-box .heading {
        font-size: var(--font20);
        line-height: normal;
        margin-bottom: 10px;
    }
    .vto-common-heading-box .text {
        font-size: var(--font14);
        line-height: 18px;
    }
    .blue-btn {
        font-size: var(--font12);
        padding: 10px 12px;
        border-radius: 7px;
    }
    .heading-two {
        font-size: var(--font24);
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .vto-banner-section .video-box .video-audio-btn {
        bottom: inherit;
        top: 100px;
        right: 15px;
    }
    .blue-btn.gradient-vs-btn {
        max-width: 200px;
    }
    .vto-banner-section {
        height: 80vh;
    }

    .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }

    .img-hover:hover img {
        transform: scale(1);
     }
}

@media only screen and (max-width: 640px) {
    body,
    .expert-btn {
        font-size: var(--font14);
        line-height: 24px;
    }
    .heading-one {
        text-align: center;
    }
}
.loading {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}
.loadimg {
    margin: 10%;
    text-align: center;
}
/*******************************/
/**For Language Selection */
.language {
    height: 30px;
    width: 120px;
    border: 1px #ababab solid;
    position: absolute;
    right: 2%;
    top: 13%;
    color: white;
    border-radius: 5px;
	background:#000;
	z-index:20;
}

.language li {
    padding: 5px 10px;
    z-index: 2;
    border-top: 0px;
    border-radius: 5px;
    text-align: left;
    line-height: 1.2;
    display: flex;
    gap: 5px;
    align-items: center;
}

.language li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    background: #3c3a3a;
    border: 1px solid #838181;
    border-radius: 1px;
    border-top: 0;
    font-size: 12px;
    text-align: left;
}
.language li.init:after {
    content: "\25BC ";
    width: 13px;
    font-size: 15px;
    text-align: center;
    color:white
}
.language li:not(.init):hover,
ul li.selected:not(.init) {
    background: #0d6efd;
}

.language li.init {
    cursor: pointer;
    border-radius: 5px;
}
.language a{
    color: #fff;
}
.language svg{
    color: #fcff07;
}

.desk{
    display: block;
}
.mobile{
    display: none;
}
/* ---------- */
@media (max-width: 767px) {
    .language li.init:after {
        content: "\25BC ";
        width: 13px;
        height: 8px;
        font-size: 12px;
        text-align: center;
        color:#fff;
    }
    .textdiv .texttitle {
        font-size: 1.5rem;
    }
    .language li:not(.init) {
        background: #000;
        border: 1px solid #dfdddd;
        border-radius: 0px;
       
    }
    .desk{
        display: none;
    }
    .mobile{
        display: block;
    }
    .language{
        /*position: relative;
        width: 100px;
        height: 28px;*/
		top:65px;
    }
    .language li.init {
        color: white;
        padding: 5px;
        line-height: 1;
    }
    .language a {
        color: white;
    }
    .language svg {
        color: #fff;
    }
   
}