/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  h1, h2 {
    font-size: 56px;
    line-height: 62px;
  }

  section.banner-sec {
    height: 100vh;
  }

  .banner-heading h2 {
    font-size: 46px;
    line-height: 52px;
  }

  .about-img {
    height: 600px;
  }

  .footer-links-col {
    padding-left: 90px;
  }

  .footer-contact-col {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  h1, h2 {
    font-size: 52px;
    line-height: 58px;
  }

  .menu-box ul {
    gap: 12px;
  }

  .menu-box ul li a {
    font-size: 16px;
    padding: 0 15px;
  }

  section.banner-sec {
    height: 100vh;
  }

  .banner-heading h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .about-img {
    height: 560px;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  h1, h2 {
    font-size: 48px;
    line-height: 54px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-box ul {
    gap: 8px;
  }

  .menu-box ul li a {
    font-size: 15px;
    padding: 0 12px;
  }

  .banner-heading h2 {
    font-size: 42px;
    line-height: 48px;
  }

  .banner-img-ex {
    left: -120px;
    width: 420px;
  }

  .about-img {
    height: 520px;
  }

  .team-slider-prev {
    left: -35px;
  }

  .team-slider-next {
    right: -35px;
  }

  .footer-main-grid {
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  h1, h2 {
    font-size: 44px;
    line-height: 50px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-box ul {
    gap: 5px;
  }

  .menu-box ul li a {
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
  }

  .topSec-links-main ul {
    gap: 30px;
  }

  .banner-heading h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .banner-title {
    height: 85px;
  }

  .banner-img-ex {
    left: -80px;
    width: 380px;
    height: 220px;
  }

  .about-img {
    height: 500px;
  }

  .services-card-main {
    height: 360px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1.1fr 1fr;
  }

  .footer-col {
    padding: 30px;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .sec {
    padding: 60px 0;
  }

  h1, h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .heading {
    width: 80%;
  }

  .topSec-links-main ul {
    gap: 20px;
  }

  .topSec-links-main ul li a p {
    font-size: 15px;
  }

  .menu-box ul {
    gap: 3px;
  }

  .menu-box ul li a {
    font-size: 13px;
    height: 42px;
    padding: 0 8px;
  }

  .theme1 span.theme1-txt {
    font-size: 15px;
    padding: 0 50px 0 18px;
  }

  section.banner-sec {
    height: auto;
    min-height: 850px;
    padding: 80px 0;
  }

  .banner-heading h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .banner-title {
    height: 80px;
  }

  .banner-txt {
    width: 100%;
  }

  .banner-img {
    height: 430px;
  }

  .banner-img-ex {
    left: -40px;
    bottom: -90px;
    width: 340px;
    height: 200px;
  }

  .about-img {
    height: 450px;
  }

  .choose-img img.choose1 {
    height: 520px;
  }

  .choose-img img.choose2 {
    height: 330px;
  }

  .services-card-main {
    height: 340px;
  }

  .services-card-txt h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .team-slider-prev {
    left: -20px;
  }

  .team-slider-next {
    right: -20px;
  }

  .contact-card-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 28px;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sec {
    padding: 50px 0;
  }

  .heading {
    width: 90%;
    gap: 15px;
  }

  h1, h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .topSec-links-main ul {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .topSec-socials ul {
    justify-content: center;
    margin-top: 15px;
  }
  
  .logo-box {
    order: 1;
}

.btn-box {
    order: 2;
}

.menu-box {
    order: 3;
}

  .header-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .menu-box ul {
    flex-wrap: wrap;
    gap: 8px;
  }

  .menu-box ul li a {
    font-size: 14px;
    height: 42px;
    padding: 0 12px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 15px;
  }

  section.banner-sec {
    height: auto;
    padding: 70px 0;
  }

  section.banner-sec::before {
    background-color: #000000c9;
  }

  .banner-txt-main {
    gap: 20px;
    text-align: center;
    align-items: center;
  }

  .banner-heading,
  .banner-txt {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .banner-heading h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .banner-title {
    justify-content: center;
    height: 75px;
  }

  .banner-title::before {
    width: 100%;
    border-radius: 10px;
  }

  .banner-img-main {
    margin-top: 30px;
  }

  .banner-img {
    height: 420px;
  }

  .banner-img-ex {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    height: 280px;
    margin-top: 20px;
  }

  .about-img {
    height: 420px;
    margin-bottom: 25px;
  }

  .about-txt-main {
    width: 100%;
    margin: 0;
  }

  .choose-card {
    margin-bottom: 25px;
  }

  .choose-img img.choose1,
  .choose-img img.choose2 {
    height: 380px;
  }

  .quote-txt {
    width: 90%;
  }

  .about-me-img-main {
    height: 400px;
    margin-bottom: 25px;
  }

  .services-card-main {
    height: 330px;
  }

  .team-slider {
    margin: 0;
  }

  .team-slide {
    padding: 0 8px;
  }

  .team-slider-prev {
    left: 38%;
  }

  .team-slider-next {
    right: 38%;
  }

  .team-slider-arrow {
    top: unset;
    bottom: -45px;
  }

  .team-slider .draggable {
    padding-bottom: 60px;
  }

  .gallery-card-main,
  .gallery-card2,
  .gallery-card6 {
    justify-content: center;
  }

  img.g1, img.g2, img.g4, img.g5, img.g6 {
    width: 100%;
    height: 300px;
  }

  img.g3 {
    width: 100%;
    height: 450px;
  }

  .gallery-card-heading h2 {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 42px;
    line-height: 48px;
  }

  .gallery-card-txt p {
    width: 90%;
    margin: 20px auto;
    text-align: center;
  }

  .contact-card-main {
    grid-template-columns: 1fr;
  }

  .contact-info-side {
    border-radius: 15px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 30px;
    min-height: auto;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 30px;
    border-right: none;
  }

  .footer-center-col {
    border-right: none;
  }
}

@media only screen and (min-width: 521px) and (max-width: 768px) {
  .sec {
    padding: 40px 0;
  }

  .heading {
    width: 100%;
    gap: 10px;
  }

  h1, h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .top-bar-txt h6 {
    font-size: 16px;
    line-height: 1;
  }

  .topSec-links-main ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .topSec-socials ul {
    justify-content: center;
    margin: 20px 0 0;
  }

  .header-logo {
    display: flex;
    justify-content: center;
    height: 130px;
    width: 100%;
  }

  .header-logo a {
    width: 140px;
  }

  .header-logo a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .menu-box ul {
    flex-wrap: wrap;
    gap: 8px;
  }

  .menu-box ul li a {
    height: 40px;
    font-size: 13px;
    padding: 0 10px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 15px;
  }

  .theme1 {
    height: 45px;
  }

  .theme1 span.theme1-txt {
    font-size: 14px;
    padding: 0 45px 0 10px;
    height: 35px;
  }

  .theme1 span.theme1-icon {
    height: 40px;
    width: 40px;
  }

  .theme1 span.theme1-icon img {
    padding: 12px;
    width: 40px;
  }

  section.banner-sec {
    height: auto;
    padding: 60px 0;
  }

  section.banner-sec::before {
    background-color: #000000c9;
  }

  .banner-txt-main,
  .banner-heading,
  .banner-txt {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .banner-heading h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .banner-title {
    height: 70px;
    justify-content: center;
  }

  .banner-title::before {
    width: 100%;
    border-radius: 10px;
  }

  .banner-img-main {
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }

  .banner-img,
  .banner-img-ex {
    height: 320px;
    width: 100%;
  }

  .banner-img-ex {
    position: relative;
    bottom: unset;
    left: unset;
  }

  .about-img,
  .about-me-img-main {
    height: 320px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .about-txt-main {
    margin: 0;
    width: 100%;
    gap: 15px;
  }

  .choose-card {
    margin: 12px 0;
  }

  .choose-img img.choose1,
  .choose-img img.choose2 {
    height: 320px;
  }

  .choose-txt {
    padding: 15px;
    gap: 10px;
  }

  section.quote-sec {
    padding: 60px 0;
  }

  .quote-txt {
    width: 100%;
    gap: 15px;
  }

  .services-card-main {
    height: 320px;
  }

  .services-card-txt h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .team-card-main {
    height: 450px;
  }

  .team-card-img {
    height: 380px;
  }

  .team-slider {
    margin: 0;
  }

  .team-slide {
    padding: 0;
  }

  .team-slider .draggable {
    padding-bottom: 55px;
  }

  .team-slider-prev {
    left: 35%;
  }

  .team-slider-next {
    right: 35%;
  }

  .team-slider-arrow {
    top: unset;
    bottom: 0;
    width: 38px;
    height: 38px;
  }

  .gallery-card-main,
  .gallery-card2,
  .gallery-card6 {
    justify-content: center;
  }

  img.g1, img.g2, img.g3, img.g4, img.g5, img.g6 {
    width: 100%;
    height: 300px;
  }

  .gallery-card-heading h2 {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .gallery-card-txt p {
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
  }

  .project-booklet {
    padding: 16px;
  }

  .project-tabs {
    gap: 8px;
  }

  .project-tab-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .project-booklet::before,
  .project-booklet::after {
    display: none;
  }

  .project-booklet-page.active {
    display: flex;
    flex-direction: column;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: auto;
  }

  .project-booklet-image {
    height: 260px;
    padding-right: 0;
  }

  .project-booklet-info {
    padding: 24px 6px 10px;
  }

  .project-booklet-info h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .partners-img-main {
    background-color: var(--wt);
  }

  .contact-card-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
  }

  .contact-form-side {
    padding: 0;
    gap: 15px;
  }

  .contact-form-head h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-side {
    padding: 20px;
    border-radius: 8px;
  }

  .footer-main-grid {
    display: flex;
    flex-direction: column;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 24px;
    min-height: auto;
    width: 100%;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 24px;
    border-right: none;
  }

  .footer-center-col {
    width: 100%;
    border-right: none;
  }

  .footer-subscribe-field {
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 520px) {
  .sec {
    padding: 35px 0;
  }

  .heading {
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }

  h1, h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 21px;
    line-height: 27px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .top-bar-txt h6 {
    font-size: 14px;
  }

  .topSec {
    padding: 15px 0;
  }

  .topSec-links-main ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .topSec-links-main ul li a p {
    font-size: 14px;
  }

  .topSec-socials ul {
    justify-content: center;
    margin-top: 15px;
  }

  .header-logo {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 100%;
  }

  .header-logo a {
    width: 130px;
  }

  .header-logo a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .menu-box ul {
    flex-direction: column;
    gap: 8px;
  }

  .menu-box ul li,
  .menu-box ul li a {
    width: 100%;
  }

  .menu-box ul li a {
    height: 40px;
    font-size: 13px;
  }

  .header-btn {
    justify-content: center;
    margin-top: 15px;
  }

  .theme1 {
    height: 45px;
  }

  .theme1 span.theme1-txt {
    font-size: 13px;
    height: 35px;
    padding: 0 45px 0 12px;
  }

  .theme1 span.theme1-icon {
    height: 40px;
    width: 40px;
  }

  .theme1 span.theme1-icon img {
    padding: 12px;
    width: 40px;
  }

  section.banner-sec {
    height: auto;
    padding: 50px 0;
  }

  section.banner-sec::before {
    background-color: #000000d6;
  }

  .banner-txt-main,
  .banner-heading,
  .banner-txt {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .banner-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-title {
    height: auto;
    min-height: 65px;
    padding: 12px 10px;
    justify-content: center;
  }

  .banner-title::before {
    width: 100%;
    border-radius: 8px;
  }

  .banner-img-main {
    flex-direction: column;
    gap: 18px;
    margin-top: 25px;
  }

  .banner-img,
  .banner-img-ex {
    height: 280px;
    width: 100%;
  }

  .banner-img-ex {
    position: relative;
    bottom: unset;
    left: unset;
  }

  .banner-img img {
    border-radius: 8px;
    border-width: 3px;
  }

  .about-img,
  .about-me-img-main {
    height: 280px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .about-txt-main,
  .about-txt,
  .about-me-txt-main,
  .about-me-txt {
    width: 100%;
    margin: 0;
    gap: 12px;
  }

  .about-heading {
    padding: 8px 12px;
  }

  .choose-card {
    margin: 12px 0;
  }

  .choose-img img.choose1,
  .choose-img img.choose2 {
    height: 280px;
  }

  .choose-txt {
    padding: 14px;
    gap: 10px;
  }

  .choose-txt h5 {
    font-size: 17px;
    line-height: 24px;
  }

  section.quote-sec {
    padding: 55px 0;
  }

  .quote-txt-main,
  .quote-txt {
    width: 100%;
    gap: 12px;
  }

  .services-card-main {
    height: 300px;
    border-radius: 12px;
  }

  .services-card-txt h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .services-card-txt p {
    font-size: 14px;
  }

  .team-card-main {
    height: 430px;
  }

  .team-card-img {
    height: 360px;
  }

  .team-card-txt-socials {
    width: calc(100% - 24px);
    padding: 14px 10px;
  }

  .team-card-txt h5 {
    font-size: 17px;
    line-height: 23px;
  }

  .team-card-txt h6 {
    font-size: 13px;
    line-height: 19px;
  }

  .team-slider {
    margin: 0;
  }

  .team-slide {
    padding: 0;
  }

  .team-slider .draggable {
    padding-bottom: 55px;
  }

  .team-slider-prev {
    left: 32%;
  }

  .team-slider-next {
    right: 32%;
  }

  .team-slider-arrow {
    top: unset;
    bottom: 0;
    width: 36px;
    height: 36px;
  }

  .gallery-card-main,
  .gallery-card2,
  .gallery-card6 {
    justify-content: center;
  }

  .gallery-card img {
    padding: 6px;
  }

  img.g1, img.g2, img.g3, img.g4, img.g5, img.g6 {
    width: 100%;
    height: 260px;
  }

  .gallery-card-heading {
    height: auto;
    padding: 15px 0;
  }

  .gallery-card-heading h2 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .gallery-card-txt p {
    width: 95%;
    margin: 15px auto 0;
    text-align: center;
  }

  .partners-img-main {
    height: 150px;
    background-color: var(--wt);
  }

  .contact-card-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 16px;
    border-radius: 8px;
  }

  .contact-form-side {
    padding: 0;
    gap: 15px;
  }

  .contact-form-head h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-field input {
    height: 48px;
  }

  .contact-info-side {
    padding: 18px;
    border-radius: 8px;
    gap: 15px;
  }

  .contact-info-head h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .contact-info-item {
    align-items: flex-start;
  }

  .contact-info-txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-top-logo a {
    height: 120px;
    width: 150px;
  }

  .footer-main-grid {
    display: flex;
    flex-direction: column;
  }

  .footer-col,
  .footer-newsletter,
  .footer-social-wrap {
    padding: 20px;
    min-height: auto;
    width: 100%;
  }

  .footer-links-col,
  .footer-contact-col {
    padding-left: 20px;
    border-right: none;
  }

  .footer-center-col {
    width: 100%;
    border-right: none;
  }

  .footer-title h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .footer-subscribe-field {
    max-width: unset;
    width: 100%;
    height: auto;
    flex-direction: column;
    border-radius: 14px;
    padding: 10px;
    gap: 10px;
  }

  .footer-subscribe-field input {
    height: 45px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
  }

  .footer-subscribe-field button {
    height: 45px;
    width: 100%;
    border-radius: 8px;
  }

  .footer-contact-list {
    gap: 18px;
  }

  .footer-bottom p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 993px) {
  .sec {
    padding: 56px 0;
  }

  .heading {
    gap: 12px;
    margin-bottom: 34px;
  }

  h1,
  h2 {
    font-size: 42px;
    line-height: 48px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .top-bar-main {
    padding: 6px 0;
  }

  .top-bar-txt h6 {
    font-size: 14px;
  }

  .topSec {
    padding: 12px 0;
  }

  .topSec-links-main ul li a p {
    font-size: 14px;
  }

  .socials ul li a {
    height: 30px;
    width: 30px;
  }

  .socials ul li a i {
    font-size: 15px;
  }

  .menuSec {
    padding: 12px 0;
  }

  .header-logo img {
    max-height: 68px;
    object-fit: contain;
  }

  .menu-box ul li a {
    height: 40px;
    font-size: 13px;
    padding: 0 12px;
  }

  .theme1 {
    height: 45px;
  }

  .theme1 span.theme1-txt {
    height: 36px;
    font-size: 14px;
    padding: 0 48px 0 16px;
  }

  .theme1 span.theme1-icon {
    height: 42px;
    width: 42px;
  }

  .theme1 span.theme1-icon img {
    width: 42px;
    padding: 13px;
  }

  section.banner-sec {
    height: auto;
    min-height: 650px;
    padding: 64px 0;
  }

  .banner-heading {
    gap: 14px;
  }

  .banner-heading h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .banner-title {
    height: 72px;
  }

  .banner-title h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .banner-txt {
    gap: 8px;
  }

  .banner-img {
    height: 390px;
  }

  .banner-img-ex {
    bottom: -95px;
    left: -135px;
    height: 205px;
    width: 405px;
  }

  .about-img {
    height: 430px;
    border-radius: 14px;
  }

  .about-txt-main,
  .about-txt {
    gap: 16px;
  }

  .choose-img img.choose1 {
    height: 470px;
  }

  .choose-img img.choose2 {
    height: 300px;
  }

  .services-card-main {
    height: 300px;
    border-radius: 12px;
  }

  .services-card-txt h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .services-card-txt p {
    font-size: 13px;
    line-height: 1.45;
  }

  .project-booklet {
    max-width: 740px;
    padding: 20px;
  }

  .project-booklet::before {
    top: 20px;
    bottom: 20px;
  }

  .project-booklet::after {
    top: 20px;
    bottom: 66px;
    width: calc(50% - 20px);
  }

  .project-booklet.flip-prev::after {
    left: 20px;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: 315px;
  }

  .project-booklet-image {
    padding-right: 20px;
  }

  .project-booklet-info {
    padding: 28px 12px 28px 34px;
  }

  .project-booklet-info h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 16px 0 12px;
  }

  .project-booklet-controls {
    margin-top: 18px;
  }

  .project-booklet-controls button {
    height: 36px;
    width: 36px;
  }

  .partners-category-block {
    margin-top: 20px;
  }

  .partners-category-block + .partners-category-block {
    margin-top: 32px;
  }

  .partners-category-title h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .partners-img-main {
    height: 130px;
  }

  .team-card-main {
    height: 400px;
  }

  .team-card-img {
    height: 340px;
  }

  .team-card-txt-socials {
    min-height: 92px;
    padding: 14px 12px;
  }

  .team-card-txt h5 {
    font-size: 18px;
  }

  .team-card-txt h6 {
    font-size: 13px;
  }

  .contact-card-main {
    max-width: 980px;
    margin: 0 auto;
  }

  .contact-form-side {
    padding: 30px 24px 26px;
  }

  .contact-form-head h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .contact-info-side {
    padding: 28px 22px;
  }

  .footer-top-logo {
    min-height: 96px;
  }

  .footer-top-logo a {
    height: 110px;
    width: 140px;
  }

  .footer-main-grid {
    grid-template-columns: 0.95fr 1.15fr 0.9fr;
  }

  .footer-col {
    min-height: 300px;
    padding: 28px;
  }

  .footer-newsletter {
    padding: 38px 36px 30px;
  }

  .footer-social-wrap {
    padding: 28px 36px 30px;
  }
}

@media only screen and (max-width: 992px) {
  .project-tabs {
    gap: 8px;
    margin-bottom: 22px;
  }

  .project-tab-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .project-booklet {
    max-width: 720px;
    padding: 16px;
  }

  .project-booklet::before {
    display: block;
    top: 16px;
    bottom: 64px;
  }

  .project-booklet-page.active {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: 300px;
  }

  .project-booklet::after {
    display: block;
    top: 16px;
    bottom: 64px;
    width: calc(50% - 16px);
  }

  .project-booklet.flip-prev::after {
    left: 16px;
  }

  .project-booklet-image {
    padding-right: 0;
  }

  .project-booklet-info {
    padding: 26px 8px 26px 24px;
  }

  .project-booklet-info h3 {
    font-size: 28px;
    line-height: 34px;
    margin: 14px 0 10px;
  }

  .project-booklet-controls {
    margin-top: 18px;
  }

  .partners-category-block {
    margin-top: 22px;
  }

  .partners-category-block + .partners-category-block {
    margin-top: 34px;
  }

  .partners-category-title {
    margin-bottom: 10px;
  }

  .partners-category-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 520px) {
  .project-tab-btn {
    flex: 1 1 auto;
    min-width: 138px;
  }

  .project-booklet {
    padding: 12px;
    border-radius: 6px;
  }

  .project-booklet::before {
    top: 12px;
    bottom: 58px;
  }

  .project-booklet::after {
    top: 12px;
    bottom: 58px;
    width: calc(50% - 12px);
  }

  .project-booklet.flip-prev::after {
    left: 12px;
  }

  .project-booklet-pages,
  .project-booklet-page,
  .project-booklet-image,
  .project-booklet-info {
    min-height: 230px;
  }

  .project-booklet-image img {
    border-radius: 4px;
  }

  .project-booklet-info {
    padding: 18px 4px 18px 16px;
  }

  .project-booklet-info h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .project-booklet-status {
    min-height: 28px;
    padding: 0 9px;
    font-size: 9px;
  }

  .project-booklet-info p {
    font-size: 12px;
  }

  .project-booklet-controls button {
    height: 40px;
    width: 40px;
  }

  .partners-category-title h3 {
    font-size: 21px;
    line-height: 27px;
  }

  .partners-img-main {
    height: 130px;
  }
}

/*Media Query End*/
