
:root{
    --dark-color: #01050d;
    --dark-gold: #9f7c4a;
    --gold-color: #e0b461;
    --white-color: #ffffff;
    --border-color: #c3c3c4;
    --text-color: #797582;
    --relway-font:  "Raleway", serif;
    --work-font: "Work Sans", serif;
    --DM-font: "DM Sans", serif;
    --neutral-color: #f5f5f5;
}


@media (min-width: 576px) {
    .about-five__box {
          grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (min-width: 768px) {
   
  .about-three_listitem + .about-threelist_item {
        margin-top: 35px;
      }
  .about-three_list_icon {
        margin-bottom: 0;
        margin-right: 30px;
        margin-top: 4px;
      }
   .about-three_list_title {
        margin-bottom: 0px;
      }
  
    .about-five_text + .about-five_text {
        margin-top: 30px;
      }
      .section-title__title {
        font-size: 40px;
    }
    .footer-widget__title {
        font-size: 24px;
    }
    .section-title__title {
        font-size: 40px;
    }
    .section-title__title {
        font-size: 40px;
    }
 .testimonials-one-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
  ;
    }
 .testimonials-one-card__image {
        margin-bottom: 0;
        margin-right: 38px;
    }
 .testimonials-one-card__text {
        margin-top: -8px;
        color: #818181;
    }
  }
  
  @media (min-width: 992px) {
    .about-three__image::before {
        display: block;
      }
    .about-five__box {
          grid-template-columns: repeat(1, 1fr);
    }
    .section-title__title {
        font-size: 48px;
    }
    .about-five__images img:nth-of-type(2) {
        margin: 0;
        position: absolute;
        bottom: -25px;
        right: 25px;
        width: 50%;
      }
      .section-title__title {
        font-size: 48px;
    }
      .about-five_images_caption {
        bottom: -55px;
        left: 90px;
      }
      .section-title__title {
        font-size: 48px;
    }
    .footer-main--top-padding {
        padding-top: 240px;
        margin-top: -120px;
    }
    .section-padding--bottom {
        padding-bottom: 120px;
    }
    .cta-one__inner {
        padding-top: 50px;
        padding-bottom: 90px;
    }
    .about-three_list_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
  }
  
  @media (min-width: 1200px) {
    .about-three::before {
        display: block;
      }
    .footer-widget--links {
        margin-left: 70px;
    }
    .testimonials-two__items {
        padding-left: 89px;
    }
 .testimonials-one-card {
        padding-left: 0px;
        margin-left: 40px;
        padding-right: 47px;
    }
.testimonials-one-card__image {
        margin-left: -40px;
    }
.testimonials-one-card__icon {
        font-size: 64px;
        right: 60px;
    }
    .about-five__box {
        grid-template-columns: repeat(2, 1fr);
  }
  .about-five_images_shape {
    display: block;
  }
  .about-five__images img:nth-of-type(2) {
    right: -110px;
  }
  }
@media (max-width: 1200px) {
    #nav-item{
        font-size: 14px;
        font-weight: 400;
    }
    .btn-default.free-trial{
        width: 200px;
        padding: 15px 25px;
    }
}
@media (max-width: 1100px) {
    .carousel-item .title-home-banner{
        font-size: 70px;
    }
}
@media (max-width: 992px) {
    #topbar ul{
        justify-content: center;
        margin-top: 0.5rem;
    }
    #topbar h2{
        display: none;
    }
  
}
@media (max-width: 991px) {
    #navbarSupportedContent:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        background: var(--white-color);
        height: 100vh;
        overflow: auto;
     }
      #navbarSupportedContent{
        /* display: block !important; */
        flex-direction: column;
        position: fixed;
        top: 0;
        width: 320px;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: var(--white-color);
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        transform: translateX(0);
        padding: 1rem 1rem 1rem;
        z-index: 1;
        -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
      }
      #nav-item:not(.search-icon){
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding-left: 1rem !important;
        padding-right: 0.5rem !important;
      }
      #nav-item:not(.search-icon){
        padding: 0.7rem 1rem 0.7rem 0;
        border-bottom: 1px solid;
    }
      #nav-item:not(.search-icon) i{
        width: 30px;
        height: 30px;
        background-color: var(--dark-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--white-color);
        border: none;
        outline: none;
        float: right;
      }
      #btn-nav-toggler.close{
        width: 40px;
        height: 40px;
        background-color: var(--dark-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--white-color);
        border: none;
        outline: none;
        opacity: 1;
        float: right;
        transition:  all .35s;
        border-radius: 0;
      }
      #btn-nav-toggler.close:hover{
        text-shadow: none;
        color: var(--gold-color);
      }
      .title-social{
        font-size: 14px;
        font-weight: 400;
        font-family: var(--DM-font);
        text-shadow: 0 0 1px currentColor;
        color: #12062c;
        position: relative;
        text-transform: capitalize;
      }
      #nav-item-icons-social{
        width: 35px;
        height: 35px;
        border: 1px solid var(--gold-color);
        display: flex;
        align-items: center;
        color: var(--dark-color);
        transition: all 0.5s;
        justify-content: center;
        border-radius: 8px;
      }
      #nav-item-icons-social:hover{
        color: var(--gold-color);
        background: var(--dark-color);
      }
      #nav-item-info{
        text-decoration: none !important;
        transition: all 0.5s ease-in-out 0s;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 0.8rem;
        font-size: 14px;
        font-weight: 400;
        font-family: var(--DM-font);
        text-shadow: 0 0 1px currentColor;
        color: #12062c;
      }
      #nav-item-info i{
        font-size: 16px;
        transition: 0.5s;
        color: var(--gold-color);
      }
      #nav-item-info:hover{
        color: var(--gold-color);
      }
      .carousel-item .title-home-banner{
        font-size: 50px;
    }
    .contact-list.refer-list li{
        justify-content: center;
    }
    .banner-home {
        min-height: 30vh;
    }
    #home-banner-carousel{
        min-height: auto;
    }
    .about-three_list_icon {
        margin: auto;
    }
}
@media (max-width: 768px) {
    #navbar{
        padding: 0 1rem;
    }
    .carousel-item .title-home-banner{
        font-size: 40px;
    }
    .instructor-boxes-shape {
        display: none;
    }
    .instructor-subscribe-shape-1 {
        display: none;
    }
}
@media (max-width: 650px) {
    .event-details-list .list-wrap li{
      width: 100%;
  }
  .comment-area li{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.comment-area li .blog-thumb-info{
    width: auto;
    padding: 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.comment-area li .blog-content{
    width: auto;
    padding: 0;
}
.single-blog .right .post-header blockquote{
    font-size: 15px;
    padding: 15px;
}
.single-blog .right .post-header .m-title{
    font-size: 20px;
}
    .banner-home .btn-default{
        padding: 10px 30px;
    }
}
@media (max-width: 576px) {
    #topbar {
        display: none;
    }
    .carousel-item .title-home-banner{
        font-size: 30px;
    }
    .testimonials-two .swiper-slide{
        padding: 0;
    }
    .instructor-subscribe-form .newsletter-form .input-newsletter {
        height: 60px;
        background: var(--white-color);
        margin-bottom: 0.4rem;
        padding-right: 18px;
    }
    .instructor-subscribe-form .newsletter-form #btn-form {
        position: relative;
        padding: 15px 40px;
        width: 100%;
    }
    .testimonials-one-card{
      padding: 20px;
    }
    
    .team-card-one__content {
        text-align: center;
    }
    #footer-logo {
        background: transparent !important;
    }
    #card-contact-info-footer{
        padding: 10px;
    }
}
@media (max-width: 550px) {
    .event-details-list .list-wrap li{
        width: 100%;
      }
      .single-blog .content{
        flex-direction: column;
    }
    .single-blog .content .left{
        width: auto;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 1.5rem;
    }
    .single-blog .content .left .meta-list{
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 1rem;
    }
    .single-blog .content .right{
        width: auto;
    }
    .blog-author{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px 12px;
    }
    .blog-author .author-content {
        width: auto;
        padding: 0;
    }
    .blog-author .author-content p{
        font-size: 15px;
    }
    .comment-area li .blog-content p{
        font-size: 15px;
    }
}