@media screen and (max-width: 1300px) {
 
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 980px) {

}
@media (min-width: 768px) and (max-width: 768px) {

}
@media (min-width: 1024px) and (max-width: 1024px) {

}



/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
        gap: 1rem;
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 3rem 20px;
        max-height: max-content;
        height: auto;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .hero-image img {
        height: 300px;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .about-image img {
        height: 300px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .masters-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    section {
        padding: 3rem 0;
    }

    .hero-content {
        padding-left: 0;
    }
    .services-about{
        display: block;
    }
    .slider-items{
        display: block !important;
    }
    .service-card-title h3{
        width: 100%;
        font-size: 18px;
        padding-left: 20px;
    }
    .hero-preference {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        position: static;
        bottom: 50px;
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .masters-all{
        display: none;
    }
    .hero .hero-title {
        font-weight: 700;
        font-size: 30px;
        color: #f2f2f2;
        margin-bottom: 30px;
    }
    .hero-content .btn {
        padding: 10px 10px;
        font-size: 16px;
        width: 100%;
        height: auto;
        line-height: 16px;
    }
    .hero-content .btn-primary:after{
        display: none;
    }
    .form-header-block{
        display: block;
    }

    .stars-header {
        margin-bottom: 15px;
        padding-top: 70px;
    }
    .contact-hero {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
    }
    .contact-hero .telega{
        margin-right: 20px;
    }
    .contact-hero .phone img {
        margin-top: -3px;
    }
    .hero-item-preference span {
        font-weight: 600;
        font-size: 30px;
    }
    .hero-item-preference {
        font-size: 16px;
        width: 50%;
        margin-bottom: 25px;
    }
    .preference-items {
        width: 100%;;
        padding-left: 0;
        order: 2;
    }
    .preference-description{
        width: 100%;
        order: 1;
        padding-right: 0;
        margin-top: 20px;
    }
    .preference{
        flex-wrap: wrap;
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
       background-position: right;
    }
    .preference-description-title {
        font-size: 24px;
    }
    .preference-description-title span {
        margin-bottom: 0;
        font-size: 30px;
    }
    .preference-item:nth-child(2) {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px;
        height: auto;  
        width: calc((100% - 10px) / 2);              
    }
    .preference-item:nth-child(4) {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px; 
        height: auto;    
        width: calc((100% - 10px) / 2);                  
    }
    .preference-item:nth-child(1) {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px;  
        height: auto;  
        width: calc((100% - 10px) / 2);        
    } 
    .preference-item:nth-child(3) {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px;
        height: auto;
        width: calc((100% - 10px) / 2);    
    }   
    .preference-item-text {
        font-size: 12px;
    }  
    .choice{
        padding: 20px;
        padding-top: 40px;        
    } 
    .choice-header {
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        color: #cbcbcb;
        margin-bottom: 60px;
    }  
    .choice-header span {
        color: #f18311;
        display: block;
        text-transform: uppercase;
    } 
    .choice-items{
        display: block;
        width: 100%;
        max-width: 300px;
        margin: auto;
        text-align: center;
    }
    .choice-item {
        width: 100%;
        max-width: max-content;
        position: relative;
    }
    .choice-item-header {
        font-size: 18px;
    }
    .choice-item-text {
        font-size: 18px;
    }  
    .choice-item:first-child {
        margin-bottom: 80px;
    }   
    .choice-item {
        max-width: 400px;
        margin: auto;
        margin-bottom: 80px;
    }   
    .choice-item:nth-child(1)::after {
        bottom: 80px;
        left: 0;
        width: 100px;
        height: 100px;
    }  
    .choice-item:nth-child(2)::after {
        bottom: 60px;
        left: 0;
        width: 100px;
        height: 100px;
    } 
    .choice-item:nth-child(3)::after {
        bottom: 120px;
        left: 0;
        width: 100px;
        height: 100px;
    } 
    .choice-item:nth-child(4)::after {
        bottom: 80px;
        left: 0;
        width: 100px;
        height: 100px;
    }  
    .portfolio-more {
        position: relative;
        top: 0;
        right: 0;
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.6);
        display: inline-block;
    }     
    .portfolio-more::after {
        content: '';
        width: 60px;
        height: 10px;
        position: absolute;
        right: -70px;
        bottom: 7px;
        background-image: url(../images/sourse/arrow.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }   
    .slider-container {
        padding: 0;
    }  
    .section-title {
        margin-bottom: 40px;
        font-size: 30px;
    }    
    .dots{
        display: none;
    }   
    .portfolio-preview {
        padding-bottom: 40px;
    }
    .services-descriptions {
        width: 100%;
    }
    .masters-slider-text {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        padding-top: 40px;
    }
    .masters-slider {
        width: 100%;
        max-height: 400px;
    }
    .masters .slider-items{
        display: flex !important;
        flex-wrap: wrap;
    }
    .masters-slider{
        order:1;
    }    
    .masters-slider-text{
        order:2;
    }
    .master-card-description h3 {
        margin-bottom: 22px;
        font-size: 30px;
    }
    .master-specialty {
        color: #f18311;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .testimonials .container{
        display: block;
    }
    .testimonials-header-block {
        width: 100%;
        padding-top: 35px;
    }   
    .testimonials-grid-slider {
        width: 100%;
    } 
    .portfolio-preview .section-title span {
        font-size: 24px;
    }  
    .service-card-description{
        display: none;
    }  
    .mob_description{
        display: block;
    } 
    .mob_description .service-card-description{
        display: block;
        margin-top: -12px;
    }
    .service-card-more {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100%;
        padding: 0 20px;
        width: 100%;
    }   
    .service-card-header {
        font-weight: 600;
        font-size: 20px;
        color: #000;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .service-link {
        margin-right: 40px;
        margin-bottom: 20px;
    }
    .service-card-image {
        border-radius: 0;
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-height: 400px;
        height: 100vh;
        width: 100%;
        margin: auto;
    } 
    .active-description {
        padding: 0;
        box-shadow: none;
    }    
    .active-card h3 {
        height: auto;
        border-radius: 0;
        line-height: 25px;
        padding: 25px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }    
    .master-bio-description {
        margin-bottom: 40px;
    } 
    .masters .container {
        background-image: url(../images/sourse/back-master.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 45px;
    }
    .testimonials {
        background: #1e1e1f;
        padding-top: 60px;
        position: relative;
    }
    .testimonials .container {
        background-size: 70%;
        padding-top: 0;
    }
    .dots-testimonials {
        padding-left: 0;
        position: absolute;
        bottom: 30px;
        right: 30px;
    }  
    .testimonials-grid-slider{
        margin-bottom: 40px;
    } 
    .testimonials-grid-slider .slick-list{padding:0 20% 0 0 !important;}
    .faq-item {
        box-shadow: 0 -4px 0 0 rgba(255, 130, 0, 0.4);
        border-radius: 20px;
        padding: 20px;
        font-weight: 600;
        font-size: 20px;
        color: #000;
    }
    .faq-question span{
        max-width: 200px;
    }
    .faq-question {
        padding: 0;
        font-size: 14px;
    }
    .section-form .form-header-block {
        padding-right: 0;
    }
    .form-header span {
        color: #f18311;
        font-size: 21px;
    }
    .section-form .btn-primary {
        padding: 0;
        width: 70%;
    }
    .sticky-cta {
        bottom: 20px;
        right: 20px;
    }
    .all-styles {
        height: 400px;
        background-image: url(../images/sourse/back-styles.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        border-bottom: 1px solid #f18311;
    }
    .faq-answer p {
        padding: 20px 0;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        margin: 0;
        width: 100%;
    }
    .faq-answer {
        padding: 0;
        font-size: 13px;
    }
    .logo img {
        max-width: 60%;
        height: auto;
        display: block;
    }
    .form-header {
        font-weight: 700;
        font-size: 30px;
        color: #000;
        font-family: 'Playfair Display', serif;
    }
    .slide-content img {
        height: 400px;
    }
    .master-card-image {
        border-radius: 30px 0 0 30px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-height: 400px;
        height: 100vh !important;
        margin-right: 20px;
    }
    .services-titles {
        margin-right: 0;
    }
    .master-cta .btn-large {
        padding: 0;
    }
    .master-cta .btn-primary:after{
        display: none;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .container {
        padding: 0 15px;
    }

    .navbar-container {
        padding: 1rem 15px;
    }

    .nav-menu {
        top: 60px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }

    .btn-large {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .sticky-cta-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}