* {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
}

.registration-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.registration-form h2 {
    color: #333;
    margin-bottom: 20px;
}

.registration-form input[type="text"],
.registration-form input[type="email"] {
    width: 93%;
    max-width: 380px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.registration-form img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 3%;
}


input#phone-2 {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input#phone-2::placeholder {
    padding-left: 50px;
}

.banner-block p {
    font-size: 30px;
    margin-top: 4%;
}

.registration-form button {
    background-color: #499ad3;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    margin-top: 5%;
    cursor: pointer;
}

.registration-form button:hover {
    background-color: #499ad3;
}

.hdr-hat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: #fff 1px solid;
    padding-bottom: 14px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.hdr-hat .logo-container {
    display: flex;
    align-items: center;
}

.hdr-hat img {
    max-height: 42px
}

.form-block .hdr-hat .buttons-container {
    display: flex;
    gap: 10px;
    width: 90%;
    justify-content: right;
    margin-right: 2%;
}

.btn-book {
    background-color: #499ad3;

    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-earn {
    background-color: white;
    color: #499ad3;
    border: 2px solid #499ad3;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-earn-2 {
    background-color: white;
    color: #499ad3;
    border: 2px solid #499ad3;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}


@media (max-width: 768px) {
    .hdr-hat {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-book,
    .btn-earn {
        padding: 8px 16px;
    }

    .hdr-hat .buttons-container {
        flex-direction: column;
        width: 100%;
        margin-top: 3%;
        margin-right: 0;
    }

    .hdr-hat {
        padding-bottom: 0;
    }

    .hdr-hat .buttons-container button {
        width: 90%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.buttons-container {
    margin-right: 2%;
}

input#phone-1 {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input#phone-1::placeholder {
    padding-left: 50px;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.modal-content input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.modal-content button {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #499ad3;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-close {
    background-color: #ff5b5b;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.hdr-main {
    position: relative;
    height: 90vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}


.slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    animation: slider 18s infinite;

}

@keyframes slider {
    0% {
        background-image: url('./img/1_resize_w_1500_h_-photoaidcom-darken.jpg');

    }

    33.33% {
        

    }

    66.66% {
        

    }

    100% {
        background-image: url('./img/1_resize_w_1500_h_-photoaidcom-darken.jpg');
    }
}


.hdr-main h1 {
    font-size: 5rem;
    font-weight: 700;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

.hdr-main h2 {
    font-size: 3rem;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content {
    width: 100%;
    padding-left: 5%;
    
}

.hdr-main p {
    font-size: 1.7rem;
    max-width: 850px;
    text-align: left;
    font-weight: 600;
    margin-top: 2%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


@media (max-width: 768px) {
    .hdr-main h1 {
        font-size: 42px;
    }

    .hdr-main h2 {
        font-size: 32px;
    }

    .hdr-main p {
        font-size: 20px;
        width: 96%;
        font-weight: 600;
        margin-top: 10%;
    }

    .content {
        margin-top: 30%;
    }
}

.slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slider-bg img.active {
    opacity: 1;
}


.dashboard {
    text-align: center;
    padding: 40px 20px;
    background-color: #f7f7f7;
}

.dashboard p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #666;
    margin: 10px 0;
}


.dashboard-cards {
    display: flex;
    margin-top: 3%;
    margin-bottom: 3%;
    justify-content: space-around;
    align-items: center;
}

.dashboard-card {
    display: flex;
    flex-direction: row;
    max-width: 300px;
    text-align: left;
}

.dashboard-card img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.dashboard-stat h2 {
    font-size: 2rem;
    color: #002B70;
    margin: 0;
}

.dashboard-stat p {
    font-size: 20px;
    color: #666;
}


.cta-button {
    padding: 14px 36px;
    background-color: #499ad3;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    margin-top: 1%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #499ad3;
}


@media (max-width: 768px) {
    .dashboard-cards {
        flex-direction: column;
        align-items: center;
    }

    .dashboard-card {
        margin-bottom: 20px;
    }

    .dashboard-stat h2 {
        font-size: 1.5rem;
    }

    .dashboard-stat p {
        font-size: 0.9rem;
    }
}

.video-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 3%;
    height: 100%;
    width: 100%;
}



.banner-block {
    text-align: center;
    padding-bottom: 3%;
}

.banner img {
    max-width: 100%;
    height: auto;
}



.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.investment-range {

    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#investmentSlider {
    width: 300px;
}

#investmentValue {
    font-weight: bold;
    margin-left: 15px;
    font-size: 18px;
    color: #499ad3;
}

.profit {
    margin-bottom: 20px;
}

#profitValue {
    font-size: 24px;
    font-weight: bold;
    color: #499ad3;
}

.submit-btn {
    background-color: #499ad3;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #499ad3;
}

.bg-block {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2d344e;
}


.company-head {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 800px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.company-info {
    margin-bottom: 20px;
}

.photo-01 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.company-head h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.company-head p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.earn-btn {
    background-color: #499ad3;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.earn-btn:hover {
    background-color: #499ad3;
}

.opinion-block {
    padding: 50px 0;
    background-color: #f7f7f7;
    text-align: center;
}


.famousPeopleSinglePerson {
    display: flex;

    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 10%;
}

.img-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.person-text {
    text-align: left;
}

.famousPerson--name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #499ad3;
}

.famousPerson--quote {
    font-size: 16px;
    max-width: 500px;
    line-height: 1.6;
    color: #333;
}

.earn-btn {
    background-color: #499ad3;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.earn-btn:hover {
    background-color: #499ad3;
}

.button-container {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .famousPeopleSinglePerson {
        flex-direction: column;
        text-align: center;
    }

    .container {
        width: 80%;
    }

    .registration-form {
        width: 80%;
    }

    .img-circle {
        margin-bottom: 15px;
    }

    .person-text {
        text-align: center;
    }
}

.row {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: 90%;
    gap: 50px;
}

.footer {
    background-color: #140900;
    padding: 45px 0;
    color: #969696;
    line-height: 30px;
    position: relative;
    font-size: .8em;
}

.container-ftr {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center !important;
}

.footer .footer-logo {
    margin: 0 auto;
}

.footer .img-responsive {
    width: auto;
    height: 30px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer .footer-ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

a {
    color: #499ad3;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}



a.submit-bnb {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    display: block;
    width: 100% !important;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.registration-form {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
}



.iti.iti--allow-dropdown {
    width: 100% !important;
}

input#phone {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.iti__flag-container {
    margin-right: 20%;
}


.registration-form.submit-bnb {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
}

.registration-form.submit-bnb:hover {
    background-color: #45a049;
}

.video {
    width: 50%;
}



@media (max-width: 600px) {
    .registration-form {
        padding: 20px;
        width: 80%;
        margin-top: 20%;
        margin-bottom: 20%;
    }

    .footer .img-responsive {
        margin-top: 4%;
    }

    .cta-button {
        margin-top: 6%;
    }

    .open-modal-btn {
        font-size: 16px;
        padding: 8px 16px;
    }

    .dashboard p {
        font-size: 18px;
        text-align: left;
    }

    .mob-br {
        display: none;
    }

    .dashboard-cards {
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin-top: 16%;
        margin-bottom: 16%;
    }

    .dashboard-card {
        width: 100%;
    }

    .video-block {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .video {
        width: 90% !important;
        height: 100%;
    }

    .banner-block p {
        font-size: 20px;
        margin-top: 10%;
    }

    .banner-block {
        padding-bottom: 10%;
    }

    .company-head p {
        text-align: left;
    }

    .row {
        display: block;
    }

    .famousPeopleSinglePerson {
        margin-left: 0;
    }
}

@media (max-width: 440px) {
    .license-button {
        margin-left: 20%;
    }
}

@media (max-width: 435px) {
    .license-button {
        margin-left: 18%;
    }
}


@media (max-width: 430px) {
    .license-button {
        margin-left: 16.5%;
    }
}

@media (max-width: 425px) {
    .license-button {
        margin-left: 14%;
    }
}

@media (max-width: 420px) {
    .license-button {
        margin-left: 14%;
    }
}

@media (max-width: 415px) {
    .license-button {
        margin-left: 13%;
    }
}

@media (max-width: 410px) {
    .license-button {
        margin-left: 11%;
    }
}

@media (max-width: 405px) {
    .license-button {
        margin-left: 10%;
    }
}

@media (max-width: 400px) {
    .license-button {
        margin-left: 9%;
    }
}

@media (max-width: 395px) {
    .license-button {
        margin-left: 7%;
    }
}

@media (max-width: 390px) {
    .license-button {
        margin-left: 7%;
    }
}

@media (max-width: 385px) {
    .license-button {
        margin-left: 5%;
    }
}

@media (max-width: 380px) {
    .license-button {
        margin-left: 4%;
    }
}



.license-button {
    display: none;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #499ad3;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.license-image {
    max-width: 90%;
    max-height: 90%;
    border: 5px solid white;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

@media (max-width: 768px) {
    .license-button {
        display: block;
        padding: 8px 20px;
    }
}