@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@1&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

:root {
    color-scheme: light only;
  }

.background {
    background-image: url(images/background.jpg);
    height: 1000px;
    width: auto;
    background-size: 1920px;
}

.text-box {
    width: 450px;
    height: 600px;
    border: 0px solid;
    margin-left: 70%;
    background-color: #3b3939d3;
    padding-bottom: 50px;
    border-radius: 20px;
    margin-top: 260px;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s {
    font-family: 'Oregano', cursive, Arial, Helvetica, sans-serif;
    font-size: 190%;
    font-weight: light;
}

.space {
    font-size: 10px;
}

#h1 {
    color: #ffffff;
    height: 120px;
    width: auto;
    border: 0px solid;
    position: absolute;
    margin-top: -350px;
    font-family: 'Holtwood One SC', Arial, Helvetica, sans-serif;
}

.h1 {
    height: 140px;
    width: auto;
}

#p1 {
    color: #ffffff;
    font-size: 120%;
    border: 0px solid;
    position: absolute;
    margin-top: 230px;
    width: 430px
}

button {
    border-radius: 15px;
    background-color: white;
    font-size: 90%;
    height: 50px;
    width: 180px;
    text-align: center;
    margin: 12px;
    cursor: pointer;
    color: black;
}

@media only screen and (max-width: 1600px) {
    .background {
        background-image: url(images/background.jpg);
        height: 1000px;
        width: auto;
        background-size: 1920px;
        display: flex;
        justify-content: center;
    }
    
    .text-box {
        width: 450px;
        height: 600px;
        border: 0px solid;
        margin-left: 55%;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        margin-top: 260px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .s {
        font-family: 'Yellowtail', Arial, Helvetica, sans-serif;
        font-size: 170%;
        font-weight: bold;
    }
    
    .space {
        font-size: 20px;
    }
        
    #h1 {
        color: #ffffff;
        font-size: 270%;
        border: 0px solid;
        position: absolute;
        margin-top: -360px;
    }
    
    #p1 {
        color: #ffffff;
        font-size: 120%;
        border: 0px solid;
        position: absolute;
        margin-top: 180px;
        width: 430px
    }
    
    button {
        border-radius: 15px;
        background-color: white;
        font-size: 90%;
        height: 50px;
        width: 180px;
        text-align: center;
        margin: 12px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1000px) {
    .background {
        background-image: url(images/background.jpg);
        height: 1000px;
        width: auto;
        background-size: cover;
        display: flex;
        justify-content: center;
    }
    
    .text-box {
        width: 450px;
        height: 600px;
        border: 0px solid;
        margin-left: auto;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        margin-top: 260px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .s {
        font-family: 'Yellowtail', Arial, Helvetica, sans-serif;
        font-size: 170%;
        font-weight: bold;
    }
    
    .space {
        font-size: 20px;
    }
        
    #h1 {
        color: #ffffff;
        font-size: 270%;
        border: 0px solid;
        position: absolute;
        margin-top: -360px;
    }
    
    #p1 {
        color: #ffffff;
        font-size: 120%;
        border: 0px solid;
        position: absolute;
        margin-top: 180px;
        width: 430px
    }
    
    button {
        border-radius: 15px;
        background-color: white;
        font-size: 90%;
        height: 50px;
        width: 180px;
        text-align: center;
        margin: 12px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 500px) {
    .text-box {
        width: 350px;
        height: 700px;
        border: 0px solid;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 210px;
    }
    
    .s {
        font-family: 'Yellowtail', Arial, Helvetica, sans-serif;
        font-size: 160%;
        font-weight: bold;
    }
    
    .space {
        font-size: 20px;
    }

    #h1 {
        color: #ffffff;
        font-size: 240%;
        border: 0px solid;
        position: absolute;
        margin-top: -430px;
    }

    .h1 {
        height: 120px;
        width: auto;
    }
    
    #p1 {
        color: #ffffff;
        font-size: 120%;
        border: 0px solid;
        position: absolute;
        margin-top: 200px;
        width: 330px
    }
    
    button {
        border-radius: 15px;
        background-color: white;
        color: black;
        font-size: 90%;
        height: 50px;
        width: 180px;
        text-align: center;
        margin: 12px;
        cursor: pointer;
    }
}

.section {
    height: 1300px;
    width: auto;
    background-size: auto;
    display: flex;
    justify-content: center;
    background-color: black;
}

.text-box1 {
    width: 1050px;
    height: 450px;
    border: 0px solid;
    background-color: #3b3939d3;
    padding-bottom: 50px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
}

.h2 {
    color: #ffffff;
    font-size: 260%;
    font-weight: bold;
    border: 0px solid;
    position: absolute;
    margin-top: -280px;
}

.p2 {
    color: #ffffff;
    font-size: 105%;
    border: 0px solid;
    position: absolute;
    margin-top: 130px;
}

@media only screen and (max-width: 1100px) {
    .text-box1 {
        width: 750px;
        height: 450px;
        border: 0px solid;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 110px;
    }
    
    .h2 {
        color: #ffffff;
        font-size: 260%;
        font-weight: bold;
        border: 0px solid;
        position: absolute;
        margin-top: -310px;
    }
    
    .p2 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: 120px;
    }
}

@media only screen and (max-width: 850px) {
    .text-box1 {
        width: 550px;
        height: 650px;
        border: 0px solid;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 110px;
    }
    
    .h2 {
        color: #ffffff;
        font-size: 260%;
        font-weight: bold;
        border: 0px solid;
        position: absolute;
        margin-top: -460px;
    }
    
    .p2 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: 130px;
    }
}

@media only screen and (max-width: 600px) {
    .text-box1 {
        width: 350px;
        height: 750px;
        border: 0px solid;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 110px;
    }
    
    .h2 {
        color: #ffffff;
        font-size: 260%;
        font-weight: bold;
        border: 0px solid;
        position: absolute;
        margin-top: -560px;
    }
    
    .p2 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: 130px;
    }
}

.text-box2 {
    width: 1050px;
    height: 450px;
    border: 0px solid;
    background-color: #3b3939d3;
    padding-bottom: 50px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 610px;
}

.h3 {
    color: #ffffff;
    font-size: 260%;
    font-weight: bold;
    border: 0px solid;
    position: absolute;
    margin-top: -260px;
}

.p3 {
    color: #ffffff;
    font-size: 105%;
    border: 0px solid;
    position: absolute;
    margin-top: -160px;
}

.col1 {
    color: #ffffff;
    font-size: 105%;
    border: 0px solid;
    margin-top: 250px;
    height: 250px;
    padding: 10px;
}

.col2 {
    color: #ffffff;
    font-size: 105%;
    border: 0px solid;
    margin-top: 250px;
    height: 250px;
    padding: 10px;
}

.col3 {
    color: #ffffff;
    font-size: 105%;
    border: 0px solid;
    margin-top: 250px;
    height: 250px;
    padding: 10px;
}

@media only screen and (max-width: 1100px) {
    .text-box2 {
        width: 750px;
        height: 450px;
        border: 0px solid;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 610px;
    }
    
    .h3 {
        color: #ffffff;
        font-size: 260%;
        font-weight: bold;
        border: 0px solid;
        position: absolute;
        margin-top: -260px;
    }
    
    .p3 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: -160px;
    }
    
    .col1 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        margin-top: 250px;
        height: 250px;
        padding: 10px;
    }
    
    .col2 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        margin-top: 250px;
        height: 250px;
        padding: 10px;
    }
    
    .col3 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        margin-top: 250px;
        height: 250px;
        padding: 10px;
    }
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 850px) {
    .text-box2 {
        width: 550px;
        height: 650px;
        border: 0px solid;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 810px;
    }
    
    .h3 {
        color: #ffffff;
        font-size: 260%;
        font-weight: bold;
        border: 0px solid;
        position: absolute;
        margin-top: -480px;
    }
    
    .p3 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: -380px;
    }
    
    .col1 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: -60px;
    }
    
    .col2 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: 260px;
    }
    
    .col3 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: 560px;
    }
}

@media screen and (max-width: 600px) {
    .text-box2 {
        width: 350px;
        height: 850px;
        border: 0px solid;
        background-color: #3b3939d3;
        padding-bottom: 50px;
        border-radius: 20px;
        text-align: center;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 910px;
    }
    
    .h3 {
        color: #ffffff;
        font-size: 260%;
        font-weight: bold;
        border: 0px solid;
        position: absolute;
        margin-top: -660px;
    }
    
    .p3 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: -550px;
    }
    
    .col1 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: -170px;
    }
    
    .col2 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: 260px;
    }
    
    .col3 {
        color: #ffffff;
        font-size: 105%;
        border: 0px solid;
        position: absolute;
        margin-top: 660px;
    }
}

.col1:after {
    content: "";
    display: table;
    clear: both;
}

.col2:after {
    content: "";
    display: table;
    clear: both;
}

.col3:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer Section */

.img1 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img2 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img3 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img4 {
    width: 40px;
    height: auto;
    margin-top: -20px;
}

.img5 {
    width: 30px;
    height: auto;
    margin-top: -20px;
}

.footer {
    width: 1050px;
    margin-top: 1110px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #3b3939d3;
    width: 1050px;
    border-radius: 20px;
    height: 125px;
}

.icon1 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: -200px;
}

.icon2 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: -100px;
}

.icon3 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 0px;
}

.icon4 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 100px;
}

.icon5 {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: -20px;
    margin-left: 200px;
}

.copyright {
    position: absolute;
    justify-content: center;
    display: flex;
    margin-top: 50px;
    color: #ffffff;
    text-align: center;
}

/* Footer Section Responsive */

@media only screen and (max-width: 1100px) {
    .footer {
        width: 750px;
        margin-top: 1110px;
        position: absolute;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: #3b3939d3;
        border-radius: 20px;
        height: 100px;
    }
    
    .icon1 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -20px;
        margin-left: -200px;
    }
    
    .icon2 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -20px;
        margin-left: -100px;
    }
    
    .icon3 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -20px;
        margin-left: 0px;
    }
    
    .icon4 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -20px;
        margin-left: 100px;
    }
    
    .icon5 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -20px;
        margin-left: 200px;
    }
    
    .copyright {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: 50px;
        color: #ffffff;
        text-align: center;
    }
}

/* Footer Section Tablet */

@media only screen and (max-width: 850px) {
    .footer {
        width: 550px;
        margin-top: 1510px;
        position: absolute;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: #3b3939d3;
        border-radius: 20px;
        height: 100px;
    }
    
    .icon1 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -30px;
        margin-left: -200px;
    }
    
    .icon2 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -30px;
        margin-left: -100px;
    }
    
    .icon3 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -30px;
        margin-left: 0px;
    }
    
    .icon4 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -30px;
        margin-left: 100px;
    }
    
    .icon5 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -30px;
        margin-left: 200px;
    }
    
    .copyright {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: 50px;
        color: #ffffff;
        text-align: center;
    }
}

/* Footer Section Mobile */

@media only screen and (max-width: 600px) {
    .footer {
        width: 350px;
        margin-top: 1810px;
        position: absolute;
        align-items: center;
        display: flex;
        justify-content: center;
        background-color: #3b3939d3;
        border-radius: 20px;
        height: 130px;
    }
    
    .icon1 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -40px;
        margin-left: -200px;
    }
    
    .icon2 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -40px;
        margin-left: -100px;
    }
    
    .icon3 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -40px;
        margin-left: 0px;
    }
    
    .icon4 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -40px;
        margin-left: 100px;
    }
    
    .icon5 {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: -40px;
        margin-left: 200px;
    }
    
    .copyright {
        position: absolute;
        justify-content: center;
        display: flex;
        margin-top: 50px;
        color: #ffffff;
        text-align: center;
    }
}

@media only screen and (max-width: 1100px) {
    .section {
        height: 1300px;
        width: auto;
        background-size: auto;
        display: flex;
        justify-content: center;
        background-color: black;
    }
}

@media only screen and (max-width: 850px) {
    .section {
        height: 1680px;
        width: auto;
        background-size: auto;
        display: flex;
        justify-content: center;
        background-color: black;
    }
}

@media only screen and (max-width: 600px) {
    .section {
        height: 2000px;
        width: auto;
        background-size: auto;
        display: flex;
        justify-content: center;
        background-color: black;
    }
}