body {
    background: linear-gradient(#506988,#F8ece5,#506988);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-family: "Montserrat Alternates", serif;
}
body::-webkit-scrollbar{
    display: none;
}
header {
    width: 1117px;
    height: 181px;
    display: flex;
    margin-left: 161px;
    justify-content: space-between;
    align-items: center;   
}
a {
    font-weight: 500;
    height: 23px;
    width: 150px;
    padding: 20px;
    text-decoration: none;
    border-radius: 36px;
    font-size: 20px;
    border: 3px solid;
    background: transparent;
    border-color: #F8ECE5;
    color:#F8ECE5;
    cursor: pointer;
    text-align: center;
}
a {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  a:hover {
    transform: scale(1.2);
  }
.record:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.card {
    height: 846px;
    display: flex;
    flex: 1;
}
.left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right{
    width: 50%;
}
.text_card{
    width: 558px;
    padding-left: 161px;
    color: #4A4A4A;
    font-size: 35px;
    flex-direction: column;
}
img {
    width: 558px;
    height: 841px;
    border-radius: 30px;
    border: 3px solid;
    border-color: #F8ECE5;
}
.record{
    width: 383px;
    height: 89px;
    color: #F8ECE5;
    font-family: "Montserrat Alternates", serif;
    font-size: 40px;
    background-color: #506988;
    border-radius: 36px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}
.mission{
    height: 827px;
    margin-top: 60px;
}
.mission_one{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.mission_one h1{
   color: #506988; 
   font-size: 120px;
}
.mission_one p{
    color: #4A4A4A; 
    font-size: 30px; 
    align-items: center;
}
.mission_one ul{
   color: #4A4A4A; 
   font-size: 30px;
}
.mission_two{
    display: flex;
    justify-content: space-around
}
.problem{
    height: 3569px;
    margin-top: 197px;
    margin-left: 161px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.problem div{
    width: 1106px;
    color: #4A4A4A;
    border: 5px solid #506988;
    border-radius: 50px;
    padding: 20px;
    margin-top: 30px;
}
.problem h3{
    color: #506988;
    font-size: 60px; 
    font-weight: 600; 
}
.problem h1{
    font-size: 40px;
    text-align: left;
    font-weight: 600;
}
.problem p{
    padding-top: 0;
    font-size: 27px;
    font-weight: 400;
}
.problem ul{
    padding-top: 0;
    font-size: 27px;
    font-weight: 400;
}
.education{
    height: 518px;
    margin-top: 60px;
    margin-left: 161px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.education h3{
    font-size: 120px;
    color: #506988;
    font-weight: 600;
    text-align: lefts;
}
.education span{
    color: #4A4A4A;
    font-size: 30px;
    font-weight: 400;
    padding: 10px;
}
.education div{
    display: flex;
    flex-direction: column;
}
.price{
    height: 1689px;
    margin-top: 60px;
    margin-left: 161px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.price h3{
    color: #506988;
    font-size: 120px;
    font-weight: 600;
    width: 1116px;
}
.price div{
    width: 1111px;
    color: #4A4A4A;
    border: 5px solid #506988;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price h1{
    font-size: 40px;
    font-weight: 600;
}
.price ul{
    font-size: 27px;
    font-weight: 400;
}
.price button{
    font-family: "Montserrat Alternates", serif;
    margin-right:20px;
    border: none;
    background-color: #506988;
    border-radius: 25px;
    color: #F8ECE5;
    font-weight: 600;
    font-size: 40px;
    padding: 10px;
}
.final{
    height: 1034px;
    margin-top: 60px;
    margin-left: 161px;
    color: #F8ECE5;
    display: flex;
    flex-direction: column;
}
.final h3{
    font-size: 100px;
    font-weight: 600;
}
.final span{
    font-size: 32px;
    font-size: 400;
    padding-top: 10px;
}
.record_2{
    width: 383px;
    height: 89px;
    color: #F8ECE5;
    font-family: "Montserrat Alternates", serif;
    font-size: 40px;
    background-color: #506988;
    border-radius: 36px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}
.record_2:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.final button{
    color: #506988;
    background-color: #F8ECE5;
    width: 429px;
    margin-top: 90px;
    margin-left: 750px;
}
footer{
    height: 900px;
    margin-left: 161px;
    margin-top: 60px;
    display: flex;
    flex: 1;
}
.footer_left{
    width: 50%;
}
footer img{
    width: 59px;
    height: 59px;
    border: none;
    vertical-align: middle;
}
.png{
    font-size: 27px;
    font-weight: 500;
    color: #C0B9B4;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 720px) {
    header {
      visibility: hidden;
      display: none;
    }
    .card{
    width: 400px;
    margin-top: 30px;
    margin-left: 30px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    }
    .left{
       height: 300px;
       position: absolute;
       z-index: 2;
    }
    .right{
        width: 100%;
        height: 500px;
        margin-top: 220px;
        margin-left: 120px;
        background: url("foto2.png") no-repeat center center/ cover;
        background-size: contain;
        position: absolute;
        z-index: 1;
    }
    .text_card{
        color: #F8ECE5;
        font-size: 20px;
        font-weight: 400;
    }
    .hello{
        font-size: 36px;
    }
    .foto{
        visibility: hidden;
        display: none;
    }
    .record{
        position: absolute;
        z-index: 2;
        margin-left: 40px;
        top: 650px;
        width: 219px;
        height: 51px;
        font-size: 28px;
    }
    .mission{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-items: center;
        height: 300px;
        margin-top: 1000px;
    }
    .mission h1{
        font-size: 80px;
    }
    .mission_one p{
        font-size: 15px;
    }
    .mission_one ul{
        font-size: 15px;
    }
    .mission_two{
        visibility: hidden;
    }
    .problem {
      width: 600px;
      height: 900px;
      margin-top: 30px;
      margin-left: 30px;
      display: flex;
      justify-content: center;
    }
    .carousel{
        width: 100%;
    }
    .problem h3{
        margin-left: 0px;
        font-size: 36px;
    }
    .problem p{
        font-size: 15px;
    }
    .problem h1{
        font-size: 20px;
    }
    .carousel div{
        height: auto;
        text-align: center;
        min-width: 300px;
        border-radius: 15px;
    }
    .problem div.none{
       width: 400px;
        border: 0;
    }
    .problem ul{
        font-size: 15px;
    }
    .carousel{
        display: flex;
        gap: 20px;
        will-change: transform;
        animation: scrolling 10s linear infinite;
    }
    .problem:hover .carousel {
        animation-play-state: paused;
    }
    .price:hover .carousel{
        animation-play-state: paused;
    }
    .education{
        width: 600px;
        margin-top: 30px;
        margin-left: 30px;
        height: 670px;
    }
    .education h3{
        font-size: 36px;
    }
    .education span{
        font-size: 15px;
        border: 3px solid;
        border-color: #506988;
        border-radius: 15px;
        padding: 20px;
        margin-top: 20px;
    }
    .price{
        height: 400px;
        margin-top: 30px;
        margin-left: 30px;
    }
    .price container{ 
      width: 100%;
      margin-top: 30px;
      display: flex;
    }
    .price div{
        display: flex;
        flex-direction: column;
        width: 600px;
        min-width: 300px;
        text-align: left;
    }
    .price h3{
        font-size: 80px;
    }
    .price h1{
        font-size: 20px;
    }
    .price li{
       font-size: 15px;
    }
    .price button{
        font-size: 20px;
        background: transparent;
        margin-top: 30px;
        color: #4A4A4A;
    }
    .final{
        height: 450px;
        margin-top: 80px;
        margin-left: 30px;
        display: flex;
    }
    .final h3{ 
        font-size: 36px;
    }
    .final span{
        font-size: 15px;
    }
    .final button{
        width: 219px;
        height: 51px;
        
        margin-left: 230px;
        font-size: 28px;
    }
    footer{
        height: 200px;
        margin-left: 50px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
       
    }
    footer img{
        width: 30px;
        height: 30px;
    }
    .png{
        font-size: 15px;
    }
    footer div{
        font-size: 15px;
    }

    }

    @keyframes scrolling{
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
  