@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,800;1,400;1,800&display=swap');

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.no-transition *{
    transition: none !important;
}

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


/* SECTION 1 */

.nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 27px !important;
    font-weight: bold !important;
    font-size: 1.3rem;
    font-family: Rajdhani, sans-serif;
}

li .nav-link:hover {
    color: #000000 !important;
    background-color: #faf8f8;
}


#section4{
    background-color: #181D20;
    height: 60vh;
    padding-bottom: 20px;
    background-image: url('../images/slider/hero-banner.png');
    background-size: cover;
    background-position: right bottom;
    color: white;
}

#section4 h1{
    font-size: 75px;
    margin: 0;
}

#section1{
    background-color: #181D20;
    height: 90vh;
    padding-bottom: 20px;
    background-image: url('../images/slider/hero-image.png');
    background-size: cover;
    background-position: right bottom;
    color: white;
}

#section1 h1{
    font-size: 75px;
    margin: 0;
}

.headTitle{
    font-size: 53px !important;
}

.fit-image {
    object-fit: cover;
    height: 370px;
    /*width: 520px !important;*/
}

.icon{
    height: 100px;
}

#section1 h2{
    font-size: 20px;
    text-align: justify !important;
}

#section1 a{
    font-size:  16px;
}

#section1 .container{
    height: 100%;
    display: flex;
    flex-direction: column;
}

#section1 .container > div{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#section1 small{
    text-align: center;
    max-width: 70%;
    align-self: center;
    line-height: 1.4em;
}

#section1 small a{
    font-size: inherit;
    color: inherit;
}



#section4 h2{
    font-size: 20px;
    text-align: justify !important;
}

#section4 a{
    font-size:  16px;
}

#section4 .container{
    height: 100%;
    display: flex;
    flex-direction: column;
}

#section4 .container > div{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#section4 small{
    text-align: center;
    max-width: 70%;
    align-self: center;
    line-height: 1.4em;
}

#section4 small a{
    font-size: inherit;
    color: inherit;
}


.cta-button{
    padding: 1em 3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #181D20;
    text-decoration: none;
    display: block;
    border-radius: 500px;
    transition: background-color 0.3s;
    /*letter-spacing: 0.05em;*/
    text-align: center;
}

.cta-button--blue{
    background-color: #1E3264;
}

.cta-button--blue:hover{
    background-color: #181D20;
}

.cta-button--green{
    background-color: #ffffff;
}

.cta-button--green:hover{
    color: #181D20;
}

.cta-button--white{
    background-color: white;
    color: #181D20;
    border: solid thin #181D20;
}

.cta-button--white:hover{
    color: #181D20;
}

#section1 .cta-button{
    animation: fadeIn 1s;
}



/* SECTION 2 */

#section2{
    background-color: white;
    color: black;
    padding: 40px 0;
}

#section2 .container{
    display: flex;
    flex-direction: column;
}

#section2 .container > h1{
    text-align: center;
    font-size: 48px;
}

.benefit-container{
    display: flex;
}

.benefit-container article{
    flex: 1;
    text-align: center;
    padding: 30px;
}

.benefit-container article h1{
    font-size: 20px;
}

.benefit-container article h2{
    font-size: 14px;
    font-weight: normal;
}


/* SECTION 3 */

#section3{
    background-color: #F8F8F8;
    padding: 40px 0;
}

#section3 .container{
    display: flex;
    flex-direction: column;
}

#section3 .container > h1{
    text-align: center;
    font-size: 30px;
}




.offers-container{
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
}

.offers-container article{
    flex-basis: 48%;
    background-color: #181D20;
    border-radius: 10px;
    padding: 30px;
    transition: all 0.5s;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}

.offers-container article:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.2);
}

.offers-container article h1{
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.offers-container article h2{
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.offers-container article h2 small{
    font-weight: normal;
    font-size: 60%;
}


.offers-container article ul{
    border-top: thin solid lightgrey;
    border-bottom: thin solid lightgrey;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    list-style-image: url(../images/checklist.svg);
}

.offers-container article li{
    line-height: 2em;
}

.offers-container article li.disabled{
    opacity: 0.5;
}

#section3 small{
    text-align: center;
    width: 100%;
    align-self: center;
    line-height: 1.4em;
}


footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


footer nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}



footer nav a{
    display: block;
    padding: 1em;
    color: white;
    text-decoration: none;
}


footer{
    padding: 10px 0;
    background-color: black;
    color: lightgrey;
    font-size: 13px;
}


#menu-button{
    display: none;
    z-index: 20;
}

@media screen and (max-width: 1500px){
    .nav-link {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 1200px){

    .container{
        margin: 0 30px;
    }

    #menu-button{
        display: block;
    }


    .offers-container{
        width: 70%;
    }

    #section1 h1{
        font-size: 60px;
    }

    #section1 .container *{
        align-self: center;
        text-align: center;
    }

    #section4 h1{
        font-size: 60px;
    }

    .headTitle{
        font-size: 30px !important;
    }

    #section4 .container *{
        align-self: center;
        text-align: center;
    }

    .benefit-container{
        flex-wrap: wrap;
    }

    .offers-container{
        flex-wrap: wrap;
    }
    .offers-container article{
        flex: 1;
        margin-bottom: 30px;
        flex-shrink: 0;
        flex-basis: auto;
    }
}

@media screen and (max-width: 1000px){
    .nav-link {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 800px){
    .offers-container{
        width: 90%;
    }
}

@media screen and (max-width: 500px){
    #section1 h1{
        font-size:  40px;
    }

    #section4 h1{
        font-size:  40px;
    }
}

@media screen and (max-width: 500px){
    #section1 h1{
        font-size:  40px;
    }

    #section4 h1{
        font-size:  40px;
    }

    #section1 h2{
        font-size: 16px;
    }

    #section4 h2{
        font-size: 16px;
    }
}

@media screen and (max-width: 450px){
    #section1 h1{
        font-size:  25px;
    }

    #section4 h1{
        font-size:  25px;
    }

    #section1 h2{
        font-size: 12px;
    }

    #section4 h2{
        font-size: 12px;
    }
}













