@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}

.section-one {
    width: 1400px;
    height: 422px;
    background-color: #902C8E;
    display: flex;
    justify-content: flex-start; 
    align-items: center; 
    font-family: Oswald;
}

.image-one {
    padding-left: 110px;
}

.text-one {
    color: white;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    max-height: 309px;
    margin: 0;
}

.text-one h1 {
    font-size: 36px;
    font-weight: 200;
    margin: 0;
    line-height: 1.3;
}

.text-one h2 {
    font-size: 67px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.text-one h3 {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    line-height: 0.9;
}

.section-two {
    width: 1400px;
    height: 400px;
    background-color: #ffffff;
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-family: Roboto;
}

.text-two {
    color: #000;
    display: flex;
    padding-left: 10px;
    max-width: 388px;
    margin: 0;
    font-size: 24px;
    padding-left: 15px;
}

.section-three {
    width: 1400px;
    height: 845px;
 background-image: url("../images/sunset.jpg");
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
}

.container-three {
    width: 488px;
    height: 845px;
    background-color: #000;
    opacity: 80%;
    display:flex;
    margin-left: 100px;
}

.text-three {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    padding: 65px;
}

.section-four {
    max-width: 1400px;
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.section-five{
    max-width: 1400px;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.right-text {
    font-family: Roboto;
    font-size: 24px;
    max-width:400px;
    text-align: right;
}

.left-text {
    font-family: Roboto;
    font-size: 24px;
    max-width:400px;
    text-align: left;
}

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

* {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section-one {
    width: 800px;
    height: 288px;
    display: flex;
    flex-direction:row;
    padding-top: 15px;
}
    
.image-one img{
    width: 75%;
    height: auto;
}

.text-one h1 {
    font-size: 15px;
}

.text-one h2 {
    font-size: 25px;
}

.text-one h3 {
    font-size: 35px;
} 

.section-two {
    width: 100%;
    height: 241px;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
}

.image-two img{
    width: 100%;
    height: auto;
}
    
.text-two {
    color: #000;
    font-size: 12px;
}
 
.section-three {
    width: 800px;
    height: 470px;
}

.container-three {
    width: 288px;
    height: 470px;
    display:flex;
}

.text-three {
    font-size: 12px;
    padding: 50px;
} 

     
.section-four {
    max-width: 800px;
    display: flex;
    justify-content: space-around;
    padding-top: 25px;
}

.img-a img, .img-b img, .img-c img, .img-d img{
    width: 133px;
    height: 190px;
}

.section-five{
    max-width: 800px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.right-text {
    max-width: 200px;
    font-size: 12px;
    text-align: right;
}

.image-three img{
    width: 85%;
    height: auto;
}

.left-text {
    max-width: 200px;
    font-size: 12px;
    text-align: left;
}
}
