@media only screen and (max-width: 1232px){
    .main_banner .container h1{
        margin-left: 40px;
    }
    .main_banner .container p{
        margin-left: 40px;
    }
    .main_banner .container a{
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1181px){
    .main_banner .container h1{
        font-size: 45px;
        max-width: 400px;
        margin-bottom: 30px;
    }
    .main_banner .container p{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1100px){
    header .nav ul{
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1094px){
    .guide{
        margin-left: 20px;
    }
    .people_society_img{
        margin-left: 30px;
    }
    .left_logo{
        margin-left: 20px;
    }
    .right_sub-menu{
        margin-right: 30px;
    }
}
@media only screen and (max-width: 999px){
    .guide{
        margin-left: 90px;
    }
    .people_society article h2{
        font-size: 30px;
    }
    .people_society article p{
        font-size: 25px;
        line-height: 30px;
    }
    .people_container article h2{
        font-size: 30px;
    }
    .people_container article p{
        font-size: 25px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 964px){
    .main_banner .container h1{
        font-size: 35px;
        margin-bottom: 30px;
        line-height: 50px;
    }
    .main_banner .container p{
        font-size: 18px;
    }
    .main_banner .container a{
        font-size: 14px;
        padding: 6px 15px;
    }
    header .nav ul li a{
        font-size: 13px;
        margin-right: 18px;
    }
    .container_img{
        max-width: 600px;
    }
    .main_img{
        width: 95%;
    }
    .main_banner .container{
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 854px){
    .main_banner .container h1{
        font-size: 30px;
        line-height: 40px;
    }
    .main_banner .container p{
        font-size: 15px;
    }
    .people_society article h2{
        font-size: 25px;
    }
    .people_society article p{
        font-size: 20px;
        line-height: 30px;
    }
    .people_container article h2{
        font-size: 25px;
    }
    .people_container article p{
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 849px){
    .guide{
        margin-left: 50px;
    }
}
@media only screen and (max-width: 841px){
    .guides_unique h2{
        font-size: 25px;
    }
    .guides_unique h3{
        font-size: 25px;
    }
    .voices_guides .voices_people {
        position: relative;
        transform: none;
    }
    .voices_guides .container {
        display: block;
        justify-content: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .voices_guides {
        max-height: none;
    }
    .voices_guides .voices_people h3 {
        text-align: center;
        margin: auto;
        margin-top: 30px;
    }
    .voices_people .people_img{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 785px){
    .main_banner .container h1{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .main_banner .container p{
        font-size: 13px;
        line-height: 20px;
    }
    .main_banner .container a{
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px){
    .people_society_img{
        max-width: 300px;
    }
    .society_img{
        width: 90%;
    }
    .people_container article h2{
        font-size: 20px;
    }
    .people_container article p{
        font-size: 15px;
        line-height: 30px;
    }
    .people_container article a{
        font-size: 13px;
    }
    .people_society article h2{
        font-size: 20px;
    }
    .people_society article p{
        font-size: 15px;
        line-height: 30px;
    }
    .people_society article a{
        font-size: 13px;
    }
    .nav-but-wrap{
        display: inline-block;
        margin-left: 10px;
        position: fixed;
    }
    .nav {
        position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
    }
    .nav:before, .nav:after {
        content: "";
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: #8167a9;
        border-bottom-left-radius: 200%;
        z-index: -1;
        -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
        transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
        -webkit-transform: translateX(100%) translateY(-100%);
        transform: translateX(100%) translateY(-100%);
    }
    .nav:after {
        background: #F0EFEB;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav:before {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    .nav__content {
        position: fixed;
        visibility: hidden;
        top: 50%;
        margin-top: 20px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 100%;
        text-align: center;

    }
    .nav__list {
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 2;
    }
    .nav__list-item {
        position: relative;
        display: block;
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
        opacity: 0;
        text-align: center;
        -webkit-transform: translate(100px, 0%);
        transform: translate(100px, 0%);
        -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
        transition: opacity .2s ease, -webkit-transform .3s ease;
        transition: opacity .2s ease, transform .3s ease;
        transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
        margin-top: 0;
        margin-bottom: 0;
    }
    .nav__list-item a{
        position: relative;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
        z-index: 2;
        display: inline-block;
        text-transform: uppercase;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .nav__list-item a:after{
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -2px;
        left: 50%;
        width: 0;
        height: 0;
        opacity: 0;
        background-color: #8167a9;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .nav__list-item a:hover:after{
        height: 4px;
        opacity: 1;
        left: 0;
        width: 100%;
    }
    .nav__list-item a:hover{
        color: #7b7182;
    }
    .nav__list-item.active-nav a{
        color: #7b7182;
    }
    .nav__list-item.active-nav a:after{
        height: 4px;
        opacity: 1;
        left: 0;
        width: 100%;
    }
    header .nav ul{
        display: block;
    }
    header .nav ul li a{
        margin: 15px 0;
    }
    body.nav-active{
        overflow: hidden;
    }

}
@media only screen and (max-width: 720px) {
    .best_sellers .container h2{
        font-size: 30px;
    }
    .best_sellers .container p{
        font-size: 15px;
        margin-left: 20px;
    }
    .guide{
        margin-right: 30px;
    }
}
@media only screen and (max-width: 701px) {
    .main_banner .container{
        display: block;
        padding-top: 40px;
    }
    .container_img{
        max-width: 600px;
        margin-left: 40px;
        margin-top: 20px;
    }
    .main_img{
        width: 95%;
    }
    .main_banner .container h1{
        max-width: 400px;
        font-size: 30px;
        line-height: 40px;
        margin-top: auto;
    }
    .main_banner .container p{
        font-size: 20px;
        line-height: 20px;
        max-width: 450px;
    }
    .main_banner .container a{
        font-size: 15px;
        padding: 8px 10px;
    }

}
@media only screen and (max-width: 642px) {
    .container_img{
        margin-left: 20px;
    }
    .best_sellers .container h2{
        font-size: 25px;
    }
}
@media only screen and (max-width: 620px) {
    .guides_unique .circles .circles_container{
        width: 50%;
    }
    .guides_unique .circles .circles_container p{
        font-size: 25px;
        line-height: 30px;
        max-width: 180px;
    }
}
@media only screen and (max-width: 580px) {
    .container_img{
        margin-left: 0;
    }
    footer .right_sub-menu{
        font-size: 12px;
    }
    footer .right_sub-menu ul li a{
        font-size: 11px;
    }
    footer p{
        font-size: 12px;
    }
    .people_society .container{
        display: block;
    }
    .people_container .container{
        display: block;
    }
    .people_container .container .people_society_img{
        margin-left: 10px;
    }
    .people_society_img{
        max-width: 200px;
    }
    .society_img{
        width: 90%;
    }
    .people_container article h2{
        font-size: 18px;
        text-align: start;
        margin-left: 30px;
    }
    .people_container article p{
        font-size: 12px;
        line-height: 25px;
        text-align: start;
        margin-left: 30px;
    }
    .people_container article a{
        font-size: 13px;
        align-items: flex-start;
        display: block;
        margin-right: 370px;
        margin-bottom: 20px;
    }
    .people_society article h2{
        font-size: 18px;
        margin-left: 30px;
    }
    .people_society article p{
        font-size: 12px;
        line-height: 25px;
        margin-left: 30px;
    }
    .people_society article a{
        font-size: 13px;
        margin-left: 30px;
    }
}
@media only screen and (max-width: 567px) {
    .container_img{
        margin-left: 0;
    }
    .people_container article p{
        max-width: 450px;
    }
}
@media only screen and (max-width: 544px) {
    .people_container article a{
        margin-right: 350px;
    }
    .logo_img{
        max-width: 100px;
    }
    .logo_white{
        width: 70%;
    }
    .left_logo{
        display: block;
    }
    .social{
        width: 20%;
    }
    footer .logo {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 522px) {
    .people_container article a{
        margin-right: 330px;
    }
}
@media only screen and (max-width: 510px) {
    .main_banner .container{
        padding-bottom: 40px;
    }
    .logo_1{
        display: none;
    }
    .logo_2{
        display: none;
    }
    .logo_3{
        display: none;
    }
    header{
        padding: 35px 0;
    }
    .nav-but-wrap{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .best_sellers .container h2{
        font-size: 20px;
    }
    .best_sellers .container p{
        font-size: 13px;
    }
    .keep_touch h2{
        font-size: 25px;
    }
    .keep_touch h3{
        font-size: 13px;
    }
}
@media only screen and (max-width: 496px) {
    .people_container article a{
        margin-right: 310px;
    }
}
@media only screen and (max-width: 476px) {
    .people_container article a{
        margin-right: 290px;
    }
}
@media only screen and (max-width: 466px) {
    .guide .guide_text h4{
        font-size: 13px;
    }
    .guide .guide_text p{
        font-size: 13px;
    }
    .guide .guide_text a{
        font-size: 13px;
    }
    .right_sub-menu{
        display: flex;
        flex-direction: column;
    }
    footer .right_sub-menu ul li:first-of-type {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 458px) {
    .people_container article a{
        margin-right: 270px;
    }
    input[id="fname"], select {
        margin: auto;
    }
}
@media only screen and (max-width: 436px) {
    .people_container article a{
        margin-right: 250px;
    }
    .guides_unique .container h2{
        font-size: 20px;
        line-height: 30px;
    }
    .guides_unique .container h3{
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 414px) {
    .people_container article a{
        margin-right: 230px;
    }
}
@media only screen and (max-width: 403px) {
    input[id="fname"], select {
        margin: auto;
        margin-bottom: 18px;
        margin-left: 0;
    }
    input[id="email"], select{
        width: 200px;
    }
}
@media only screen and (max-width: 401px) {
    .keep_touch .input_1 input[id="fname"]{
        margin-right: 0px;
        margin-bottom: 18px;
    }
    .keep_touch input[id="email"]{
        width: 330px;
    }
    .keep_touch h3{
        font-size: 11px;
    }
}
@media only screen and (max-width: 400px) {
    .best_sellers .container h2{
        font-size: 15px;
    }
    .best_sellers .container p{
        font-size: 12px;
    }
    .main_banner .container h1{
        font-size: 20px;
        line-height: 30px;
    }
    .main_banner .container p{
        font-size: 13px;
        line-height: 20px;
    }
    .main_banner .container a{
        font-size: 13px;
        padding: 6px 10px;
    }
}
@media only screen and (max-width: 394px) {
    .guide .guide_text h4{
        font-size: 10px;
    }
    .guide .guide_text p{
        font-size: 10px;
    }
    .guide .guide_text a{
        font-size: 10px;
    }
    .people_container article a{
        margin-right: 210px;
    }
}
@media only screen and (max-width: 380px) {
    .people_container article a{
        margin-right: 190px;
    }
}
@media only screen and (max-width: 370px) {
    .guides_unique .container h3{
        font-size: 16px;
        line-height: 20px;
    }
    .guides_unique .circles .circles_container p{
        font-size: 20px;
        line-height: 25px;
        max-width: 140px;
    }
}
@media only screen and (max-width: 352px) {
    .people_container article a{
        margin-right: 170px;
    }
    .left_logo{
        margin-top: 3px;
    }
}
@media only screen and (max-width: 341px) {
    .keep_touch input[id="email"]{
        width: 300px;
    }
}
@media only screen and (max-width: 334px) {
    .people_container article a{
        margin-right: 150px;
    }
    footer .right_sub-menu{
        font-size: 11px;
    }
    footer .right_sub-menu ul li a{
        font-size: 10px;
    }
    footer p{
        font-size: 11px;
    }
    .left_logo{
        margin-left: 10px;
    }
}
@media only screen and (max-width: 300px) {
    .guides_unique .circles .circles_container p{
        font-size: 15px;
        line-height: 20px;
        max-width: 110px;
    }
}
