*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

.container{
    width: auto;
    background-color: #CA0E6B;
    background-position: center;
    background-size: cover;
}

.nav_bar{
    flex: 1;
    background-color: #aa0c5b;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8%;
    padding-right: 8%;
}

.nav_bar nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 70px;
}

.nav_bar nav ul li a{
    color: white;
    text-decoration: none;
    font-size: max(1em, 18px);
}

.nav_bar img{
    max-width: 30px;
}

.row{
    display: flex;
    height: 88%;
    align-items: center;
    margin-left: 8%;
    margin-right: 2%;
    margin-top: 2%;
}

.col{
    margin-left: 10%;
}

.col h1{
    color: white;
    font-size: max(1em 62px);
}

.col h3{
    color: #ffc1e0;
    font-size: max(1em 42px);

}


.get{
    max-width: 150px;
    min-width: 100px;
    margin-top: 45px;
    margin-left: -18px;
}

.phone{
    padding-top: 4%;
    padding-bottom: 4%;
    min-width: 150px;
    width: 225px;
}



.row a{
    margin-left: 20px;
}

.about{
    width: 100%;
    background-color: white;
    background-position: center;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 25px;
    padding-bottom: 4%;
    box-sizing: border-box;
}

.about_desc{
    align-items: center;
    display: flex;
}

.about img{
    margin-top: 80px;
    height: 350px;
    min-height: 250px;
}

.about h1{
    text-align: center;
    margin-top: 40px;
    color: #CA0E6B;  
}

.about h4{
    color: #CA0E6B;
}

.about_desc h3{
    margin-left: 20px;
    margin-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #CA0E6B; 
}








.data{
    background-color: grey;
    text-align: start;
    padding-top: 30px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 30px;
}

.data h2{
    color: white;
}

.data h5{
    margin-top: 20px;
    color: white;
}





.five_languages{
    width: auto;
    height: auto;
    background-color: #CA0E6B;
    background-size: cover;
    background-position: center;
    box-sizing: content-box;
    text-align: left;
    color: white;
    font-size: 21px;
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}

.five_languages p{
    color: #ffc1e0;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 21px;
}

.five_languages li{
    color: #ffc1e0;
    font-size: 18px;
    margin-top: 15px;
}

.five_languages h2{
    font-size: 24px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.five_languages a{
    color: white;
}

.book{
    background-color: white;
    background-position: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    color: #CA0E6B;
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 8%;
}

.img_book{
    width: 250px;
    min-width: 200px;
    margin-bottom: 25px;
    margin-left: 8%;
    margin-right: 8%;
}

.book h1{
    font-size: max(1em, 31px);
}

.book h3{
    
    color: rgb(230, 44, 137);
    font-size: max(1em, 21px);
}
