* {
    outline: none;
}

a {
    text-decoration: none;
}

p {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
}

.primaryBtn {
    background-color: #A14C8F;
    color: #FFF;
    border-radius: 4px;
    font-size: 35px;
    line-height: 42px;
    border: none;
    padding: 34px 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
}

.primaryBtn:hover {
    background-color: #0A3757;
}

.primaryBtn svg {
    margin-right: 20px;
}

.secondaryBtn {
    background-color: #A1A17E;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 4px;
    border: 1px solid #A1A17E;
}

.secondaryBtn:hover {
    background-color: #FFF;
    color: #A1A17E;
}

.txtBtn {
    background-color: transparent;
    border:none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #D1D1C0
}

.outlinedBtn {
    background-color: transparent;
    border:none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #a1a17e;
    border: 1px solid #a1a17e;
    padding: 9px 20px;
    border-radius: 4px;
    width: 109px;
    text-align: center;
}

.outlinedBtn:hover {
    background-color: #a1a17e;
    color: #FFF
}

.txtBtn:hover {
    color: #0A3757;
}

h1, h2 {
    font-family: "Montserrat", sans-serif!important;
}

h1 {
    color: #0A3757;
    font-size: 60px;
    line-height: 80px;
    font-weight: 900;
}

h2 {
    color: #0A3757;
    font-size: 60px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
}

.ref-mark {
    font-size: 24px;
    vertical-align: super;
}

.video-section {
    background-color: #EBEBEB;
}

.poster {
    height: 688px;
    max-height: 688px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: relative;
}
/* .poster img {
    position: absolute;
    object-fit: cover;
} */

.play-button {
    border: none;
    background-color: transparent;
    outline: none;
    z-index: 9;
    position: absolute
}

.play-button circle {
    fill: #466B84;
}

.play-button:hover circle {
    fill: #F7AD31;
}

.play-button:hover .play {
    display: none
}

.play-button .hover {
    display: none
}

.play-button:hover .hover {
    display: block
}

.modal .overlay {
    background-color: #333333;
    opacity: 90%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal video {
    position: relative;
    z-index: 1001;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.body1 {
    font-size: 24px;
    line-height: 33px;
    color: #5B7E96;
    font-weight: 300;
}

.boxedText {
    border: 2px solid #466B84;
    padding: 30px 35px;
    border-radius: 2px;
}

.boxedText p {
    color: #466B84;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.37px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}

.body3 {
    font-size: 22px;
    line-height: 30px;
    color: #466B84;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 300;
}

footer {
    background-color: #0A3757;
    color: #FFF;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

footer p {
    font-size: 19px;
}

.container-fluid {
    max-width: 1320px!important;
}

@media (max-width: 767px) {
    .container-fluid {
        max-width: 90%!important;
    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .sm-p-0 {
        padding: 0!important;
    }
    .sm-pe-0 {
        padding-left: 0!important;
    }
    .sm-ps-0 {
        padding-right: 0!important;
    }
    .justify-content-small-center {
        justify-content: center!important;
    }
    .sm-mt-5 {
        margin-top: 3rem!important;
    }
    .poster {
        height: 200px
    }

    .poster img {
        height: 190px;
    }

    .play-button svg {
        width: 60px!important;
        height: 60px!important;
    }

    .play-button .play, .play-button .hover {
        width: 60px!important;
        height: 60px!important;
    }

    .primaryBtn {
        font-size: 20px;
        line-height: 28px;
        padding: 20px 40px;
    }
    .body1, .boxedText p {
        font-size: 18px;
        line-height: 22px;
    }

    .sm-mb-2 {
        margin-bottom: 1rem!important;
    }

    .modal video {
        aspect-ratio: 16 / 9;
    }

    .body3 {
        font-size: 16px;
        line-height: 22px;
    }

    .small-info {
        font-size: 14px!important;
        line-height: 20px;
    }

    footer p {
        font-size: 16px;
    }

    .logo-container {
        text-align: center;
    }

    .logo-container img {
        width: 80%!important;
    }

    .gentili {
        text-align: center;
    }

    .sm-mt-4 {
        margin-top: 2rem!important;
    }
    
    .ref-mark {
        font-size: 12px!important;
    }
}
