@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Inter-Regular';
    font-size: 16px;
    overflow-x: hidden;
}

@font-face {
    font-family: "MuseoSans_700";
    src: url("../fonts/MuseoSans_700.otf");
}

@font-face {
    font-family: "MuseoSans_500";
    src: url("../fonts/MuseoSans_500.otf");
}

@font-face {
    font-family: "MuseoSans_300";
    src: url("../fonts/MuseoSans_500.otf");
}

img,
object {
    max-width: 100%;
}

a {
    outline: 0 !important;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #1A355E;
    text-decoration: none;
}

.border {
    border: 0px solid red !important;
}

.clr {
    clear: both;
}

.none {
    display: none;
}

.block {
    display: block;
}

p.text {
    font-size: 21px !important;
    line-height: 27px;
    color: #262728;
    font-family: 'MuseoSans_500' !important;
    margin-bottom: 20px;
    padding: 0 90px 0 0;
}

.clr {
    clear: both;
}

.line-bar {
    background: #1A355E;
    height: 10px;
    margin-bottom: 18px;
}

/* Button Styling for Get Started and Sign In */
.btn-sign a {
    padding: 10px 25px;
    margin: 2px 5px; /* Adjusted margin for spacing between buttons */
    background-color: #90CC85;
    font-family: 'MuseoSans_700' !important;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.btn-sign a:hover {
    background-color: #A1B0C0;
    color: #fff;
}

/* Specific styling for Sign In button */
#signInBtn {
    margin-left: 10px; /* Spacing between Get Started and Sign In */
}

/* Styling for Flags */
.flags-container {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 1rem;
    margin-right: 18px;
}

.lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    color: #333;
    font-size: 16px;
    border: 1px solid #333;
    padding: 4px 8px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.flag {
    width: 24px; /* Consistent width for flags */
    height: auto; /* Maintain aspect ratio */
    display: inline-block; /* Prevent block-level behavior */
}

.flag-text {
    display: none;
    transition: all .5s ease-in-out;
}

.lang-button:hover .flag-text {
    display: block;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 468px) {
    .flags-container {
        gap: 4px !important;
    }

    .lang-button {
        border: none;
        padding: 2px;
    }

    .lang-button:hover .flag-text {
        display: none;
    }
}

/* Hero Section Styling */
.hero-right {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 20px;
    padding: 0; /* Ensure no padding */
    margin: 0; /* Ensure no margin */
}

.hero-right img {
    display: block; /* Remove default inline spacing */
    width: 100%; /* Ensure it spans the container (optional) */
    margin: 0; /* Remove any margin */
    padding: 0; /* Remove any padding */
    vertical-align: bottom; /* Align the image's bottom edge with the parent */
}

.bg {
    position: relative;
    top: 0; /* Ensure no vertical offset */
    margin: 0; /* Remove extra space */
    padding: 0;
}

.heading {
    padding: 0px 0px 0px 0px;
    margin: 100px 0px 30px 0px;
    font-family: 'MuseoSans_500' !important;
    font-size: 44px;
    line-height: 45px;
    text-align: left;
    color: #294076;
}

.p-left {
    text-align: left;
}

/* SIGNUP SECTION START */
.signup-section {
    background: #71B6E2;
    padding-top: 100px;
}

.signup-section .couple-bg {
    margin-top: -200px;
}

.signup-section .couple-bg img {
    width: 100%;
}

.title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.title h4 {
    font-family: "MuseoSans_700";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.signup-section .signup-point {
    background: #A1B0C0;
    margin-top: 20px;
    border: 0;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 40%;
    margin: 0 auto;
}

.signup-section .signup-point p {
    font-family: "MuseoSans_500";
    font-size: 22px;
    margin: 0;
    margin: 20px 0px;
    padding-left: 70px;
    position: relative;
    color: #fff;
}

.signup-section .signup-point p span.circle {
    font-family: "MuseoSans_700";
    height: 45px;
    width: 45px;
    color: #005eaa;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -8px;
}

.signup-section .signup-text {
    font-family: "MuseoSans_500";
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    position: relative;
}

.signup-section .signup-text .tc {
    font-family: "MuseoSans_500";
    margin-top: 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.btn2-theme {
    background-color: #90CC85;
    color: #fff;
    border-radius: 4px;
    padding: 15px 35px;
    margin-top: 15px;
}

.btn2-theme img {
    margin-right: 5px;
}

.btn2-theme:hover {
    background-color: #A1B0C0;
    color: #fff;
}

/* FOOTER START */
footer {
    font-family: "MuseoSans_500";
    padding: 10px 0px;
    font-size: 14px;
}

.bottom-link p {
    margin: 0;
}

footer .bottom-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #424A55;
    padding: 10px 0;
}

footer .bottom-link .terms a {
    color: #424A55;
    text-decoration: none;
}

/* MEDIA QUERIES */
@media(max-width:991px) {
    .signup-section {
        padding-top: 70px;
    }

    .signup-section .signup-point {
        width: 60%;
    }
}

@media(max-width:768px) {
    footer .bottom-link {
        display: block;
        text-align: center;
    }

    .signup-section .signup-point p {
        font-size: 18px;
    }
}

@media(max-width:552px) {
    .signup-section .signup-point {
        width: 90%;
    }
}