.content{
    width: 92%;
    float: right;
}

.menu-items i{
    display: none;
}

a{
    text-decoration: none;
}

.container{
    width: 100%;
    background-color: #fcdcdc;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

input[type="submit"]{
    cursor: pointer;
}

.title-container, 
.intro-container,
.special-container,
.services-container,
.courses-container,
.testimonials-container,
.blog-container
.newsletter-container,
.sub-header-container
.about-container,
.sub-blog-title-container{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.intro-container{
    padding: 50px;
}

.intro{
    background-color: #fef5f5;
}

.container-item{
    width: 48%;
}

.title-container .main-title{
    background-color: #450818;
    color: rgb(255, 255, 255);
    padding: 20px;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.title-container .main-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-left:0px;

}

.main-img img,
.intro-img-mask img{
    border-radius: 5% 20% 40%;
    width: 80%;
}

.title-container .main-title h1{
    width: 100%;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 30px;
}

.title-container .main-title h4{
    width: 100%;
    font-size: 25px;
    color: #F8DCE0;
    margin-bottom: 80px;
}

.title-container .main-title span{
    width: 100%;
    color: #F8DCE0;
    font-size: 25px;
}

.title-container .text p,
.title-container .text h2
{
padding: 20px 40px;
}

.title-container .text h2{
    color:white;
    font-size: 60px;
    font-weight: lighter;
}

.title-container .text-1 p{
    color: #22050c;
    font-size: 18px;
    font-weight: bolder;
}

.title-container .text-2{
    text-align: center;
    background-color: #450818;
    color: white;
}

.title-container .text-1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-makeup{
    width: 100%;
    background-color: white;
    margin-bottom: -7%;
    padding: 30px;
 
}

.book-makeup h2{
    color:#BE8790;
    margin-bottom: 20px;
    font-size: 34px;
}

.book-makeup form{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.book-makeup form input{
    border-radius: 5px;
    color: #b1524d;
    border: 1px solid rgb(189, 187, 187);
    font-size: 20px;
    width: 20%;
    margin: 0 10px;
    padding: 20px;
}

.book-makeup form input:placeholder-shown{
    color: rgb(189, 187, 187);
    opacity: 0.5;
}

.book-makeup form input[type="submit"]{
    background-color: #450818;
    color: white;
}

.intro-img,
.intro-text{
    color: #b9435f;
}

.intro-img h4{
    margin-top: 30px;
    font-size: 40px;
}

.intro-img p{
    margin-top: 10px;
    font-size: 25px;
}

.intro-text{
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
}

.intro-text h3{
    font-size: 30px;
    margin-bottom: 10px;
}

.serif-font{
    font-family: Sans-serif;
    font-weight: 100;
}

.paragraph{
      font-size: 22px;
    font-family: Sans-serif;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: 1px;
    color: #BE8790;
}

.light{
    font-weight: lighter;
}

.intro-text h2{
    font-size: 65px;
    color: black;
    margin-bottom: 20px;
    font-weight: 400;
}

.intro-text p{
    font-size: 15px;
    font-weight: lighter;
}

.btn-learn-more{
    background-color: #ff517a;
    color: white;
    margin-top: 5px;
    font-size: 10px;
    font-weight: bold;
}

.btn-learn-more:hover{
    /* color: #d85171; */
    color: black;
    background-color: #FEF5F5;
    border: 1px solid #ff517a;
}


.button{
    cursor: pointer;
    height: fit-content;
    padding: 10px 40px;
    text-align: center;
    transition: all 300ms;
    border-radius: 10px;
}

.img-special-mask-1,
.img-special-mask-2{
    width: 50%;
    height: 100%;
    float: left;
    padding: 10px;
}

.special-text{
    width: 40%;
}

.special-img img{
    width: 100%;
}

.special-img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
}

.special-container{
    padding: 0px 0px;
}

.services{
    background-color: #FEF5F5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.services-title{
    padding: 10px 70px;
    width: 100%;
}

.services-title span,
.services-title p{
    color: #b9435f;
    font-size: 16px;
}

.services-title h2{
    font-size: 65px;
    font-weight: 400;
    margin: 20px 0;
}

.service-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 6%;
}

.service-item{
    width: 33%;
    text-align: left;
    padding-right: 110px;
    padding-right: 120px;
}

.service-item .button{
    width: fit-content;
}

.service-img-mask{
    /*background-color: #450818;*/
    height: 340px;
    margin-bottom: 20px;
}

.service-item h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.service-item p{
    font-size: 13px;
    width: 125%;
    color: #b9435f;
    margin-left: 0px;
    color: #b9435f;
    font-weight: lighter;
}

.courses{
    background-color: #FEF5F5;
}

.course-img-container{
    width: 50%;
    padding-right: 45px;
    background-color: white;
    padding-left: 4%;
}

.course-img{
    width: 100%;
    margin-bottom: 0;
    height: 320px;
}

.course-img img{
    width: 100%;
    width: 100%;
}

.course-text{
    width: 50%;
    background-color:white;
}

.course-line{
    width: 100%;
    /* display: flex; */
    align-items: center;
    font-size: 12px;
    margin: 15px 0;
    font-family: Sans-serif;
    font-weight: 100;
}

.course-logo{
    width: 15px;
    height: 15px;
    background-color: #b9435f;
    float: left;
    margin-right: 20px;
    border-radius: 5% 20% 40%;
}

.testimonials-title{
    width: 100%;
    text-align: left;
}

.testimonials-title h2{
    font-size: 70px;
    margin-top: 10px;
}

.testimonials-title span{
    font-size: 45px;
    margin-top: 9px;
    font-weight: lighter;
}

.testimonial-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.testimonial-item{
    width: 50%;
    padding-right: 100px;
}

.testimonial-item .item-description{
    margin: 40px 0;
    font-size: 30px;
    line-height: 26px;
    line-height: 40px;
    color:#BE8892;
}

.item-name-logo{
    width: 60px;
    height: 60px;
    background-color: #450818;
    float: left;
    border-radius: 5% 20% 40%;
    margin-right: 15px;
}

.item-name .name h5{
    font-size: 28px;
    font-weight: lighter;
    color: #450818;
}

.item-name .name span{
    font-size: 25px;
    margin-top: 10px;
    color: #BE8892;
}

.blog-container{
    text-align: center;
    background-color: #f5eef3;
}

.blog{
    flex-wrap: wrap;
   background-color: #fef5f5;
}

.blog-item{
    text-align: center;
}

.blog-item .service-img-mask{
    border-radius: unset;
    height: 176px;
}

.newsletter{
    text-align: center;
    width: 100%;
    background-color: white;
}

.newsletter-container{
    width: 85%;
}

.newsletter-container .book-makeup{
    width: 100%;
    height: fit-content;
}

.newsletter-div{
        width: 100%;
    padding: 40px 0;
    height: fit-content;
    background-color: #fcdcdc;
    margin-bottom: 50px;
}

.newsletter-div span{
    color: #BE8892;
    font-size: 26px;
}

.newsletter-div h2{
        color: #450818;
    font-size: 55px;
    font-weight: lighter;
    margin: 20px 0;
}

.newsletter-div p{
    font-size: 15px;
    margin-bottom: 20px;
    color: #76404d;
    padding: 0 80px;

}
.newsletter-div form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
}

.newsletter-div form input{
    width: 45%;
    padding: 15px;
    margin: 4px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    color: #b1524d;
    border: 1px solid rgb(189, 187, 187);
    font-weight: bold;
}

.newsletter-div form input[type="submit"]{
    background-color: #450818;
    color: white;
}

.newsletter-div form input:placeholder-shown{
    color: rgb(189, 187, 187);
    opacity: 0.5;
}

.newsletter .book-makeup{
    text-align: left;
}

footer{
        width: 92%;
    margin-left: 8%;
    background-color: #353132;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    height: 480px;
}

.footer-div{
    width: 33%;
    color: white;
    padding: 20px 30px;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .links div{
    width: 100%;
}

footer .links h2{
    margin-bottom: 10px;
    width:100%;
    height: fit-content;
}

footer .links span{
    font-family: sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
    display: inline-block;
    width: 50%;
    font-size: 15px;
}

.links-container{
    display: flex;
    flex-wrap: wrap;
}
.infomail{
    margin-top: -60px;
}
.infolocation{
    margin-top: -70px;
}

.footer-div .logo{
    transform: translateY(-30%);
    background-color: #450818;
    min-height: fit-content;
        height: 380px;

}

.footer-div .logo p{
    color: #F6DDDC;
    font-size: 12px;
    text-align: center;
    margin-bottom: 50px;
}

.logo .logo-footer-mask{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.social-logos{
    width: 100%;
    display: flex;
    justify-content: center;
}

.media-logo{
    cursor: pointer;
    border: 2px solid white;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    transition: all 300ms;
}

.media-logo:hover{
    background-color: #FEF5F5;
}

.media-logo:hover svg{
    fill: black;
}

.media-logo svg{
    transition: all 300ms;
    height: 45px;
    fill: white;
}


.links .info span{
    width: 100%;
}

.sub-header{
    height: 50vh;
    position: relative;
    overflow: hidden;
}

.sub-header-container{
    display: flex;
    width: 85%;
    justify-content: flex-start;
    align-items: center;
}

.sub-header h1{
    font-size: 60px;
    font-weight: lighter;
}

.sub-header-img{
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    
    
    
    background: linear-gradient(to left, #dc556200, #F6DDDC 90%), url(../images/img1.png) no-repeat;
    background-size: cover;
    background-position:center;

    box-shadow: inset 50px 0 9px -7px #F6DDDC;
    
}

.container-item p,
.new-container-item p{
    line-height: 28px;
    font-size: 18px;
    color: #b9435f;
    font-family: sans-serif;
}

.new-container-item{
    margin-top: 40px;
    width: 100%;
}

.about{
    width: 100%;
    min-height: 100vh;
    background-color: white;
}

.about-container{
    padding: 20px;
}

.about-banner{
    width: 100%;
}

.about-banner img{
    /*border-radius: 20px 60px 100px;*/
    /*width: 100%;*/
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.sub-about{
    width: 50%;
    float: left;
}

.sub-about span{
    font-size: 16px;
}

.sub-about h1{
    font-size: 40px;
    margin: 20px 0;
}

.sub-about p{
    font-size: 15px;
    line-height: 25px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.about-container{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}

.about-text{
    margin: 60px 0;
    margin-bottom: -8%;
}

.about-text .text-features p{
    display: inline-block;
}

.about-text .text-features{
    margin-top: 10%;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
    /* padding: 0; */
    height: 100%;
}

.service-page{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.service-popup{
    width: 92%;
    height: 100vh;
    background-color: #450818;
    position: fixed;
    top:-200%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 600ms;
    z-index: 1000;
}

.activepop{
    top:0;
}

.service-pop{
    margin: auto 0px;
    width: 65%;
    min-height: 80vh;
    background-color: #FEF5F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-about i{
    font-weight: 900;
    color: #834f61;
    font-size: 25px;
}

.pop-text-container{
    width: 100%;
}

.pop-content{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pop-content h1{
    text-align: left;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: lighter;
}

.pop-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn-closepop{
    font-size: 50px;
    cursor: pointer;
}

.btn-learn-more p{
    font-size: 20px;
    color: white;
}

.pop-content .pop-img{
    height: 285px;
    width: 36%;
    border-radius: 5% 20% 30%;
    background-color: #450818;
    padding-right: 20px;
    margin-bottom: 4%;
}

.pop-content p{
    font-size: 14px;
    line-height: 28px;
}

.pop-img,
.pop-text{
    float: left;
    width: 50%
}

.pop-text{
    padding-left: 30px;
}

.pop-text p{
    margin-bottom: 20px;
}

.blog-posts-title {
    width: 100%;
    margin-top: 40px;
}

.blog-posts-title h1{
    font-size: 70px;
    width: 100%;
}

.blog-subcontainer{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.blog-subcontainer .sub-blog{
    text-align: left;
    width: 50%;
}

.blog-subcontainer-text h2{
        font-size: 35px;
    
}

.btn-blog{
    margin-top: 30px;
    border-radius: 20px;
    background-color: #ff5a78;
    width: 20%;
    padding: 20px 30px;
    text-align: center;
    color: white;
    font-size: 30px;
}

.blog-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    background-color:#fef5f5;
}

.img-blog-mask{
        width: 100%;
    min-height: 320px;
    height: 50%;
    background-color: #450818;
    margin-left: -13%;

}

.blog-subcontainer-text{
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}


.blog-subcontainer-text .btn-blog{
    width: 200px;
    height: fit-content;
    transition: all 500ms;
    cursor: pointer;
   
}

.blog-subcontainer-text .btn-blog:hover{
    box-shadow:inset 0px 0px 0px 4px #450818;
    color: #450818;
    background-color: #fcf5f6;
}

.contact-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
}

.info-contact,
.map-contact{
    width: 50%;
}


.info-contact{
        width: 40%;
    padding-right: 50px;
}

.info-contact div{
    margin-bottom: 50px;
}

.info-contact h2{
    font-size: 20px;
    margin-bottom: 2px;
}

.info-contact span{
    font-size: 22px;
}

.map-mask{
    width: 100%;
    background-color: #000000;
}

.btn-newcourse p{
    font-size: 10px;
    font-family: Sans-serif;
}

.btn-newcourse{
    height: fit-content;
    padding: 15px 20px;
    background-color: #450818;
    border-radius: 10px;
    color: white;
    transition: all 300ms;
    cursor: pointer;
    margin-top: 1%;
    font-size: 10px;
}

.btn-newcourse i{
    margin-right: 10px;
    margin-top: 20px;
}

.btn-newcourse:hover{
    color: #450818;
    background-color: #fef5f5;
    box-shadow:inset 0px 0px 0px 5px #450818;
}

.upcoming-courses-title{
    margin-top: 100px;
    width: 100%;
    text-align: left;
}

.upcoming-courses-title h2{
    font-size: 60px;
    font-weight: lighter;

}

.course-box{
    width: 100%;
   margin: 50px 0;
}

.course-box-img-mask{
    background-color: #450818;
    width: 100%;
    margin-bottom: 30px;
}

.course-box .img-buttons,
.course-box .course-box-text{
    width: 50%;
    float: left;
}

.course-box .img-buttons{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

.course-box .course-box-text{
    padding: 0 50px;
}

.course-btn-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.btn-course-slots{
    width: 185px;
    text-align: center;
    background-color: #b9435f;
}

.btn-course-slots:hover{
    color: #b9435f;
    background-color: #fef5f5;
    box-shadow:inset 0px 0px 0px 3px #b9435f;
}

.btn-course-download{
    width: fit-content
}

.course-box-text p,
.course-box-text span,
.sub-feature{
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.course-box-text .dot{
    width: 20px;
    height: 20px;
    background-color: #BE8790;
    border-radius: 5% 20% 40%;
    margin-right: 10px;
}

.sub-feature{
    font-weight: 500;
    margin: 20px;
}

.sub-line{
    display: flex;
    align-items: center;
}

.last-adv{
    margin-top: 50px;
}

.course-box-text p{
      margin: 13px 0;
}

.course-box-text h2{
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: lighter;
}

.courses-container hr{
    width: 100%;
    border: 1px solid #450818;
}

.principal-title{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.principal-title-container{
    width: 85%;
}

.principal-title span{
    width: 100%;
    font-size: 22px;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #BE8790;
    font-weight: bold;
}

.principal-title h2{
    color: #450818;
    margin-top: 50px;
    width: 100%;
    font-size: 55px;
    font-weight: lighter;
    margin: 50px 0;
}

.color-gap{
    background-color: #450818;
    height: 50vh;
}

.container-text{
    background-color: #fef5f5;
}

.sub-container{
    width: 85%;
    margin-bottom: 80px;
}

.container-text{
    width: 100%;
    flex-wrap: wrap;
    padding: 150px 0;
}

.sub-container h3{
    font-size: 40px;
}

.sub-container p{
    margin-top: 10px;
    font-size: 18px;
    color: #b1524d;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1px;
}

.container-text hr{
    width: 85%;
    border: 1px solid #b9435f;
}

.tag{
    background-color: #fef5f5;
}

.tag-container{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tag-container i{
    color: #450818;
    margin: 0 5px;
}

.individual-title{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.individual-title h1{
    margin-top: 30px;
    font-size: 90px;
    font-weight: lighter;
}

.sub-header-text{
    z-index: 1;
}

@media screen and (max-width:1200px){
    .menu{
        width: 15%;
    }
    
    .content{
        width: 85%;
    }

    .container-item{
        width: 100%;
    }

    .book-makeup form input{
        font-size: 15px;
    }

    .intro-img-mask img{
        width: 65%;
    }

    .intro-img{
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .intro-img-mask{
        display: flex;
        justify-content: center;
    }

    .intro-text{
        text-align: center;
        justify-content: center;
        margin-top: 40px;
        padding: 0;
    }

    .img-special-mask-1,
    .img-special-mask-2{
        display: flex;
        justify-content: center;
    }

    .menu-items a {
        display: block;
        color: #af8790;
        transition: all 300ms;
        font-size: 19px;
    }

    .services-title h2 {
        font-size: 46px;
    }

    .services-title p{
        font-size: 20px;
    }

    .services-title{
        margin-bottom: 30px;
    }

    .info-contact, .map-contact {
        width: 100%;
    }

    .map-contact{
        height: 300px;
    }

    .info-contact h2 {
        font-size: 26px;
    }

    .info-contact span {
        font-size: 19px;
        font-weight: bold;
    }

    .info-contact {
        padding-right: 20px;
    }

    .principal-title h2 {
        font-size: 45px;
    }

    .principal-title span {
        font-size: 19px;
    }

    .container-text {
        padding: 70px 0;
    }

    .sub-container h3 {
        font-size: 30px;
    }

    .sub-container p {
        font-size: 19px;
        line-height: 25px;
    }

    .tag-container {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .individual-title {
        margin-bottom: 40px;
    }

    .service-item h3 {
        font-size: 25px;
        width: 100%;
    }

    .service-item p {
        font-size: 20px;
    }

    .blog-subcontainer .sub-blog {
        display: flex;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .blog-subcontainer-text {
        padding: 0px;
    }

    .blog-posts-title h1 {
        font-size: 50px;
        width: 100%;
    }

    .service-item {
        padding: 0px;
        margin-top: 20px;
    }

    .special-img img{
        width: 80%;
    }

    .service-item{
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 9%;
    }

    .service-img-mask{
        width: 80%;
    }

    .course-img-container{
        width: 100%;
        padding: 0;
    }
    
    .course-text{
        width: 85%;
        margin-top: 40px;
    }

    .testimonial-item{
        width: 100%;
        padding: 0;
    }

    .pop-title h1{
        font-size: 40px;
        align-items: center;
        height: fit-content;
    }

    .pop-img,
    .pop-text{
        width: 100%;
    }

    .pop-content .pop-img{
        height: 400px;
        padding: 0;
    }

    .pop-text{
        padding: 0;
    }

    .pop-text p{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .blog-subcontainer .sub-blog h2{
        margin-bottom: 20px;
    }

    .blog-subcontainer .sub-blog span{
        margin-bottom: 20px;
    }
    
    .course-img-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .service-img-mask {
        width: 50%;
    }

    .course-box {
        width: 100%;
        margin: 50px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .course-box .img-buttons, 
    .course-box .course-box-text {
        width: 100%;
        float: left;
    }

    .course-box .img-buttons {
        height: unset;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: 20px;
        order: 2;
    }

    .course-box .course-box-text {
        padding: 0;
        order: 1;
        text-align: center;
    }

    .course-box .course-box-text h2{
        text-align: center;
        font-size: 40px;
    }

    .course-box-text p, .course-box-text span, .sub-feature {
        font-family: sans-serif;
        font-size:14px;
        font-weight: bold;
    }

    .course-btn-box{
        flex-wrap: wrap;
        justify-content: center;
    }

    .upcoming-courses-title {
        margin-top: 100px;
        width: 100%;
        text-align: center;
    }

    .btn-newcourse{
        margin-bottom: 20px;
    }

    .intro-text h3 {
        font-size: 20px;
    }

    .intro-text h2 {
        font-size: 45px;  
    }

    .intro-text p {
        font-size: 20px;
    }

    .intro-text h2 {
        width: 100%;
    }

    .btn-newcourse{
        margin-top: 20px;
    }

    .course-btn-box {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pop-content h1 {
      margin-bottom: 0px;
    }

    .pop-title {
       margin-bottom: 10px;
    }

}

@media screen and (max-width:1200px){

    .footer-div{
        width: 100%;
    }

    footer .links{
        order:2
    }

}

@media screen and (max-width:780px){

    footer{
      margin-left: 0%;
      width: 100%;
      height:1%;
    }
    .media-logo svg{
        transition: all 300ms;
        height: 30px;
        fill: white;
    }
    .social-logos{
        margin-top: -40px;
    }

    .footer-div .logo p {
        font-size: 13px;
        line-height:20px;
    }

    .links-container h2{
        font-size: 20px;
    }

    .links-container span{
        font-size: 15px;
    }

    .footer-div .media-logo{
        width: 40px;
        height: 40px;
    }

    .service-pop {
        width: 90%;
    }

    .pop-content .pop-img {
        height: 135px;
        padding: 0;
    }

    .newsletter-div h2 {
        color: #450818;
       font-size: 35px;
        font-weight: lighter;
        margin: 50px 0;
    }

    .newsletter-div p {
        font-size: 18px;
        margin-bottom: 20px;
        color: #BE8892;
        padding: 0px;
    }

    .menu{
        width: 100%;
        min-height: unset;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
            z-index: 1000;
    }

    .menu .logo-mask{
        width: 100%;
        display:flex;
        justify-content: center;
        margin-bottom: 10px;
        background-color: #450818;
    }

    .vineta{
        display: none;
    }

    .menu .logo-mask img{
        width: 150px;
    }

    .active-menu-item a::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #450818;
    }

    .active-menu-item a{
        transform: scale(1.15);
    }

    .menu-items{
        width: 100%;
        margin: 0;
        flex-direction: row;
        height: fit-content;
        justify-content: space-around;
    }

    .content{
       width: 95%;
    margin-top: 199px;
    margin-right: 3%;
    }

    .book-makeup form{
        flex-wrap: wrap;
    }

    .book-makeup form input{
        width: 80%;
        margin-bottom: 20px;
    }
    .select-class{
        width:80%;
        margin-bottom:20px;
    }

    .newsletter-container{
        height: fit-content;
    }

    .book-makeup{
        text-align: center;
    }

    .sub-header-text{
        z-index: 1;
    }
    
    .service-popup{
        top: -300%;
    }

    .activepop{
        top:0;
    }

    .sub-about{
        width: 100%;
    }

    .about-text{
        margin: 20px 0;
    }

    .about-text .text-features{
        display: block;
    }

    .about-text .text-features p{
            margin: 20px 0;
            font-size: 12px;
            width: 100%;
            padding: 0px;
    }

    .newsletter-div form{
        flex-wrap: wrap;
        justify-content: center;
    }

    .pop-text p{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .book-makeup h2{
        text-align: center;
    }

    .newsletter-div form input {
        width: 80%;
    }

    .services-title{
        padding: 0px;
    }

    .course-btn-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-img-mask {
        width: 100%;
        height: 400px;
    }
    .infolocation {
         margin-top: 0px;
    }
    .infomail{
        margin-top:0px;
    }

   
    .title-container .text h2 {
        color: white;
        font-size: 40px;
    }

    .title-container .text-1 p {
        color: #450818;
        font-size: 19px;
    }

    .title-container .main-title h1 {
        font-size: 45px;
        margin-top: 10px;
    }

    .title-container .main-title h4 {
        font-size: 22px;
    }

    .title-container .main-title span {
        font-size: 19px;
    }

}

@media screen and (max-width:480px){

    .menu-bar{
        display: block;
    }
    
    .btn-closemenu{
        display: block;
    }

    .menu .logo-mask{
        margin: 0;
        height: 152px;
    }

    .btn-closemenu{
        color:#450818;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 35px;
    }

    .btn-closemenu i{
        font-size: 30px;
    }

    .blog-subcontainer-text h2 {
        font-size: 40px;
    }

    .img-blog-mask {
        width: 100%;
    }

    .paragraph {
        font-size: 19px;
        
    }

    .newsletter-div form input {
        font-size: 15px;
    }

    .newsletter-div form input[type="submit"] {
        background-color: #450818;
        color: white;
        font-size: 15px;
    }

    .course-box-img-mask {
        width: unset;
        height: 300px;
    }

    .btn-newcourse p {
        font-size: 14px;
        text-align: center;
        font-family: Sans-serif;
    }

    .menu-items{
        height: calc(100vh - 225px);
        top: -300%;
        position: absolute;
        z-index: 1000000;
        width: 100%;
        background-color: #fdf5f6;
        flex-direction: column;
        padding-left: 20px;
        transition: all 600ms;
    }

    .active-menu{
        top: 152px;
    }

   

    .title-container, .intro-container, .special-container, .services-container, .courses-container, .testimonials-container, .blog-container
.newsletter-container, .sub-header-container
.about-container, .sub-blog-title-container {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    justify-content: center;
}

    .intro-img-mask img {
        width: 90%;
    }

    .menu-bar{
        width: 100%;
        text-align: center; 
        color:#450818;
        font-size: 35px;
    }

    .btn-menu{
        cursor: pointer;
    }

    .menu-items i{
        display: block;
    }
    

    .footer-div .logo {
        /*height: unset;*/
    }

}
.btn-learn-more p:hover{
    color:black;
}