@import url(./moduls/variables.css);
@import url(./moduls/reset.css);
@import url(./moduls/defaults.css);
@import url(./moduls/grid.css);
@import url(./moduls/helper-classes.css);
@import url(./moduls/nav-bar.css);
@import url(./moduls/footer.css);

.nav{
    border-bottom: .5rem solid var(--secondry-color);
    padding-bottom: 5rem;
}

ol, ul {
	list-style: disc;
}
.main{
    color: var(--primary-color);
}
.container1{
    width:80%;
    padding:5rem;
    margin:auto;
}
.post__title{
    font-size:6rem;
    font-weight:900;
    text-align:center;
}
.post__subtitle{
    font-size:2rem;
    font-weight:bold;
    margin:3rem 0;
    text-align:justify;
}
.banner-wrapper{
    width:100%;
    display:block;
    margin:5rem auto;
}
.box__banner{
    width:100%;
    height:100vh;
    border-radius:10px;
}
.container2 {
    overflow: visible;
    width:100%;
    margin-top:10rem;
}
.main-content{
    z-index: 1;
}

.main-content__item{
    color: #22577A;
    border-left: .5rem solid #64CCC5;
    border-right: .5rem solid #64CCC5;
    padding: 0 5rem 8rem 5rem;
    font-family: var(--primary-font-light);
    font-size: 2.5rem;
    text-align: justify;
}
.main__top{
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    padding: 0 5rem 5rem;
    width:100%;
}

.widget{
    width:100%;
    padding: 1rem 2rem;
    display: flex;
    color: var(--primary-color);
    border: .2rem solid var(--primary-color);
    border-radius: 10rem;
    font-weight: 900;
    gap: 2rem;
}

.widget__item{
    transition: all ease-in-out .2s;
    cursor: pointer;
    text-align: center;
}

.widget__title,
.widget__item{
    padding: .5rem 0;
}


.widget__item--active{
    border-bottom: .3rem solid var(--primary-color);
}
.main__video video{
    width:80%;
    height:400px;
    margin:20px auto;
}
.main__video video{
    width:100%;
}
.contact {
    text-align: center;
    color: var(--primary-color);
    padding: 5rem 0 35rem;

}
.contact__text {
    font-family: var(--primary-font-light);
    font-size: 3rem;
    font-weight:bold;
    text-align:center;
}
.form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-left: .5rem solid #64CCC5;
    border-right: .5rem solid #64CCC5;
    padding: 5rem 6rem 0 6rem;
}

.form__input,
.form__text-area {
    border-radius: 4rem;
    outline: none;
    border: .3rem solid var(--secondry-color);
    font-size: 1.8rem;
    padding: 1.5rem;
    font-family: var(--primary-font);
}

.form__input::placeholder,
.form__text-area::placeholder{
    color: rgba(34, 87, 122, .2);
    font-family: var(--primary-font-bold);
    font-size: 2rem;
}

.form__text-area {
    resize: none;
    height: 14rem;
}

.form__submit{
    padding: 1rem 3rem;
    background-color: var(--secondry-color);
    color: var(--white-color);
    align-self: center;
    border: none;
    font-family: var(--primary-font);
    border-radius: 3rem;
    font-size: 2rem;
    cursor:pointer;
}



/*
    ----- responsive ------
*/

@media screen and (max-width:1400px) {

    .main-header{
        padding-top: 30rem;
        height: 110rem;
    }

    .main-header__circle--small {
        right: 25rem;
    }

    .main-header__circle--medium {
        right: 35rem;
    }

    .main-header__circle--large {
        top: -25rem;
    }

    .main-header__circle--second-small {
        right: auto;
        left: 25rem;
    }

    .main-header__circle--second-medium {
        right: auto;
        left: 35rem;
    }

    .main-content{
        padding: 0;
    }
}

@media screen and (max-width:1200px) {
    .main-header{
        height: 100rem;
    }

    .main-header__circle--small {
        right: 20rem;
    }

    .main-header__circle--medium {
        right: 30rem;
    }

    .main-header__circle--large {
        top: -29rem;
    }

    .main-header__circle--second-small {
        right: auto;
        left: 20rem;
    }

    .main-header__circle--second-medium {
        right: auto;
        left: 30rem;
    }
}

@media screen and (max-width:992px) {
    .main-header{
        padding-top: 20rem;
        height: 80rem;
    }

    .main-header__circle--small {
        right: 0;
        top: 0;
    }

    .main-header__circle--medium {
        right: 10rem;
    }

    .main-header__circle--large {
        top: -19rem;
    }

    .main-header__circle--second-small {
        right: auto;
        left: 0;
    }

    .main-header__circle--second-medium {
        right: auto;
        left: 10rem;
    }
}

@media screen and (max-width:768px) {

    .container1 {
        width: 100%;
        padding: 1rem;
    }
    .post__title{
        font-size:5rem;
    }
    .post__subtitle{
        font-size:1.8rem;
        padding:1rem;
    }
    .main-content__item{
        padding: 0 2rem 8rem 2rem;
        font-size: 2.2rem
    }
    .box__banner{
        width:100%;
        height:fit-content;
        border-radius:10px;
    }
    .form {
        padding: 5rem 3rem 0 3rem;
    }
    .contact {
        padding: 5rem 0 20rem;
    }
    .main {
        padding: 10rem 0;
    }

    .main-header{
        /*padding-top: 10rem;*/
        height: 70rem;
    }

    .main-header__circle--small {
        right: 0;
        top: 0;
    }

    .main-header__circle--medium {
        right: 5rem;
    }

    .main-header__circle--large {
        top: -18rem;
    }

    .main-header__circle--second-small {
        right: auto;
        left: 0;
    }

    .main-header__circle--second-medium {
        right: auto;
        left: 5rem;
    }
}

@media screen and (max-width:576px) {
    .main-header{
        background: linear-gradient(to left, #33BEB4, #64CCC5);
        height: 30rem;
        padding: 20rem 0;
    }
    .main-content{
        margin-top: 5rem;
    }
    .main-header::before,
    .main-header::after {
        content: none;
    }

    .footer{
        margin-top: 0;
    }
}

@media screen and (max-width:480px) {
    .main-header__circle--medium {
        right: 0;
        width: 10rem;
        height: 10rem;
        top: auto;
        bottom: -10rem;
    }

    .main-header__circle--small {
        top: -10rem;
    }

    .main-header__circle--large {
        width: 13rem;
        height: 13rem;
    }

    .main-header__circle--second-medium {
        right: auto;
        left: 0;
    }
}
.swiper {
    width: 100%;
    height: 350px;
    margin-bottom:3rem;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide {
    width: 95%;
    height:25rem;
    color: var(--primary-color);
    background-color: var(--white-color);
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .4);
    padding: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    font-family: var(--primary-font-bold);
}
.comment_create{
    text-align:center;
    padding:1rem;
    color:var(--secondry-color);
    height:60px;
}
.comment__text {
    font-family: var(--primary-font-light);
    font-size: 3rem;
    font-weight:bold;
    text-align:center;
    padding-top:3rem;
}
.comment_text{
    text-align:justify;
    padding-bottom:0.5rem;

}