* {
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;

background: linear-gradient(90deg, #00197E 0%, #00BBE4 100%);
    color: #fff;
    margin-top: 1px;
}

.container {
    max-width: 1043px;
    margin: 0 auto;
}

.header {
    /* background: #fff; */
   
    margin-top: 23px;
    margin-bottom: 24px;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    color: #fff;
}

.nav-links {
    display: flex;
    gap: 57px;
}

.nav-link {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    color: #fff;
    text-transform: uppercase;
}

.hero-section {
    background-image: url('../img/p3.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 126px;
    padding-bottom: 160px;
}

.hero-content {
    max-width: 565px;
    text-align: center;
    margin: 0 auto;
    color: black;
}

.heading-primary {
    text-transform: uppercase;
    margin-bottom: 23px;
    font-size: 42px;
    font-weight: 700;
    line-height: 43.71px;
       
}

.subheading {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
    text-transform: uppercase;
    margin-bottom: 23px;
    
}

.text {
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
}

section {
    margin-bottom: 80px;
}

img {
    max-width: 100%;
}

.heading-secondary {
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 700;
    line-height: 67.42px;
    margin-bottom: 10px;
}

.section-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    justify-content: space-between;
}

.list {
    list-style: disc;
    padding-left: 16px;
}

.why-section .list {
    max-width: 350px;
    margin-bottom: 54px;
    margin-top: 45px;
}

.why-section .container {
    max-width: 1200px;
    padding-left: 78px;
}

.why-2 .list {
    max-width: 492px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: #fff;
    margin-bottom: 43px;
  
}

.footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    color: #282828;
}

.footer-nav {
    display: flex;
    gap: 10px;
    padding: 8px;
}

.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #282828;
}

.widget-section .container {
    display: flex;
    gap: 20px;
}

.widget-container {
    width: 100%;
    height: 350px;
    background: #fff;
    padding: 20px;
}

.about-section .hero-content {
    max-width: 750px;
}

.who-section .container {
    display: flex;
    gap: 50px;
}

.mission-content {
    max-width: 851px;
}

.mission-text {
    margin-top: 109px;
}

.hotel-section .container {
    display: flex;
    align-items: flex-start;
    gap: 70px;
}

.hotel-section .text {
    font-weight: 400;
}

.text span {
    font-size: 20px;
}

.heading-tertiary {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.32px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.btn-primary {
    background: #65dbff;
    border-radius: 15px;
    display: inline-block;
    margin-top: 47px;
    padding: 16px 47px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    color: #000;
}

.casino-list {
    display: flex;
    flex-direction: column;
    gap: 38px;
}


.casino-list .subheading {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.78px;
}

.contact-section .heading-primary {
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 357px;
    margin: 0 auto;
    margin-top: 70px;
}

.contact-input {
    border: none;
    color: #fff;
    background: #FFFFFF1A;
    padding: 10px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
}

.contact-input::placeholder {
    color: #fff;
}

.contact-btn {
    border: none;
    cursor: pointer;
    background: #65dbff;
    border-radius: 20px;
    padding: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-align: center;
    color: #2F2F2F;
}

.main-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.2px;
}

.main-section .container {
    max-width: 763px;
}

.main-section .heading-primary {
    text-align: center;
}

@media(max-width: 1200px) {
    .header .nav-links {
       flex-direction: column;
       align-items: center;
       gap: 20px;
    }

    .header {
        border-radius: 0px;
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        justify-content: center;
    }

    section .container {
        padding: 0px 16px;
    }

    .hero-section {
        padding: 100px 0px;
    }

    .why-section .container  {
        padding-left: 16px;
    }

    .heading-secondary {
        font-size: 32px;
        font-weight: 700;
        line-height: 43.71px;
    }

    .section-container {
        flex-direction: column;
        gap: 20px;
    }

    .widget-section .container {
        flex-direction: column;
        gap: 20px;
    }

    .footer {
        margin-bottom: 0px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 40px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 40px;
        padding: 0px;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .who-section .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hotel-section .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .casino-list {
        padding: 0px 30px;
    }
}