/* .main .side_nav li {
    transform: rotate(-90deg);
    border-left: 1px solid black;
    border-bottom: none;
  }

  nav {
    width: 100px;
  } */
@media screen and (max-width: 1850px) {
  .details_card h4 {
    margin-bottom: 0.4rem;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1740px) {
  /* .details_card .tag {
    
    padding: 0.5rem 1rem;
    
    font-size: 1.3rem;
} */
}

@media screen and (max-width: 1695px) {
  .about-section h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 1.3rem;
  }
}

@media screen and (max-width: 1650px) {
  .main > nav li {
    font-size: 4rem;
  }

  .hero p,
  .studio p {
    font-size: 2.2rem;
    max-width: 750px;
  }

  .details_cards .details_card {
    width: 20%;
    min-width: 350px;
  }

  .details_card .tag {
    top: 0;
    right: 0;
    border-radius: 5px 10px 0 5px;
  }
}

@media screen and (max-width: 1550px) {
  a.logo {
    font-size: 7rem;
  }
  nav {
    width: 300px;
  }

  .container.main > .container {
    margin-left: 300px;
  }

  h1 {
    font-size: 4.4rem;
    margin-bottom: 2.5rem;
    max-width: 880px;
  }

  .features_cards {
    display: flex;
    flex-direction: column;
  }

  .feature_card {
    width: 60%;
    margin: auto;
    min-width: 320px;
  }

  .details {
    padding-right: 0;
  }

  .canvas .cube-wrapper .cube {
    width: clamp(100px, 30vw, 250px);
    height: clamp(100px, 30vw, 250px);
  }
  .canvas .cube-wrapper .cube .side {
    width: clamp(100px, 30vw, 250px);
    height: clamp(100px, 30vw, 250px);
  }

  #about .about-section h2 {
    font-size: 4rem;
    line-height: 1.3;
    padding-left: 1.2rem;
  }
}

@media screen and (max-width: 1500px) {
  .about_main {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1450px) {
  a.logo {
    font-size: 6rem;
  }

  nav {
    width: 250px;
  }

  .container.main > .container {
    margin-left: 250px;
  }

  .hero p {
    font-size: 2rem;
    max-width: 650px;
  }
}

@media screen and (max-width: 1350px) {
  a.logo {
    font-size: 5rem;
  }

  h1 {
    font-size: 3.8rem;
    margin-bottom: 2rem;
    max-width: 700px;
  }

  .hero p,
  .community_content p {
    font-size: 2.2rem;
    max-width: 600px;
  }

  .clients_logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    /* align-items: center; */
    /* justify-items: center; */
  }
  .clients_logos .client_9 {
    grid-column: 3/4;
  }

  .clients_logos .client_10 {
    grid-column: 2/3;
  }
}

@media screen and (max-width: 1250px) {
  a.logo {
    font-size: 4rem;
  }

  .main .side_nav li {
    transform: rotate(-90deg);
    border-left: 1px solid black;
    border-bottom: none;
  }

  nav {
    width: calc((100vh - 150px) / 6);
  }

  .container.main > .container {
    margin-left: calc((100vh - 150px) / 6);
  }

  #blog .upper {
    justify-content: center;
  }

  .slider_reverse {
    display: none;
  }

  #blog .slider {
    margin-right: auto;
  }

  .main_gallery {
    margin-right: auto;
  }

  #about .about-section h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    /* line-height: 1.3;
  padding-left: 1.2rem; */
  }
}

@media screen and (max-width: 1100px) {
  a.logo {
    font-size: 4rem;
  }

  nav {
    width: 100px;
  }

  nav ul {
    justify-content: space-between;
  }

  .main nav li {
    height: 100px;
    width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-right: 2px solid red; */
    /* background-color: red; */
  }
  .main .side_nav li {
    font-size: 3rem;
  }

  .container.main > .container {
    margin-left: 100px;
  }

  .hero {
    padding-right: 0;
    justify-content: center;
  }

  .hero .image {
    display: none;
  }
  .image_show_small {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .community_content {
    flex-direction: column-reverse;
  }
  .community_content p {
    width: 80%;
    max-width: 700px;
    margin-top: 1.5rem;
  }

  .about_header {
    font-size: 4rem;
  }

  .about_header > div {
    padding: 3rem;
  }

  .about_main {
    font-size: 2.5rem;
  }

  .about_main p:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1050px) {
  .canvas {
    display: none;
  }

  .slider_reverse {
    display: block;
  }

  .none {
    display: block;
    visibility: hidden;
  }

  .monday_media {
    height: auto;
    padding: 2rem 1rem;
    flex-direction: column;
    margin-top: 3rem;
  }
  .typing-text {
    font-size: 2.5rem;
    white-space: normal;
    word-break: break-word;
  }
  .hello {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 1000px) {
  .studio_desc .top {
    display: flex;
    flex-direction: column;
  }

  .features_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 3rem;
  }

  .card_1 {
    grid-column: 1 / 3;
    width: 60%;
    margin: auto;
  }

  .card_2 {
    grid-column: 1 / 2;
  }

  .card_3 {
    grid-column: 2 / 3;
  }

  .card_4 {
    grid-column: 1 / 2;
  }

  .sets p {
    width: 80%;
    margin: 0 auto;
  }

  .specs_section h3,
  .rates_categories h3 {
    font-size: 2.5rem;
    text-align: center;
  }

  .specs_section p {
    text-align: center;
  }

  #home .features,
  #home .additional_features {
    flex-direction: column;
  }

  #home .specs_section .features > div,
  #home .additional_features > div {
    width: 80%;
    margin: auto;
  }

  .about_header {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 900px) {
  a.logo {
    font-size: 3rem;
  }

  .container {
    width: 100%;
  }

  main {
    /* width: calc(100% - 100px); */
    width: 100%;
    margin: auto;
  }

  .hero {
    padding: 0;
    /* width: 85%; */
  }
  .hero .text {
    width: 90%;
  }

  h1 {
    width: 100%;
  }

  .sets img {
    width: 70%;
  }

  .features-grid {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 4rem auto;
  }

  .community_content p {
    width: 100%;
    max-width: 850px;
  }

  #blog .upper {
    justify-content: space-between;
  }

  #about .about-section h2 {
    font-size: 2rem;
    /* margin-bottom: 1rem; */
    /* line-height: 1.3;
  padding-left: 1.2rem; */
  }

  .about_header {
    font-size: 3rem;
  }

  .services .services_list li:nth-child(3),
  .services .services_list li:nth-child(4),
  .services .services_list li:nth-child(5),
  .services .services_list li:nth-child(7),
  .services .services_list li:nth-child(8),
  .services .services_list li:nth-child(10),
  .services .services_list li:nth-child(11),
  .services .services_list li:nth-child(13),
  .services .services_list li:nth-child(14) {
    width: 50%;
  }

  .services .services_list li:nth-child(3),
  .services .services_list li:nth-child(6),
  .services .services_list li:nth-child(9),
  .services .services_list li:nth-child(12),
  .services .services_list li:nth-child(15) {
    width: 100%;
  }

  .monday_media {
    font-size: 2rem;
    height: auto;
    padding: 2rem 1rem;
    flex-direction: column;
    margin-top: 3rem;
  }
  .typing-text {
    font-size: 2rem;
    white-space: normal;
    word-break: break-word;
  }
  .hello {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 850px) {
  #blog .upper {
    justify-content: center;
    align-items: center;
  }

  .slider_reverse {
    margin: auto;
  }
}

@media screen and (max-width: 800px) {
  .hero {
    max-width: 600px;
    /* margin: auto; */
  }

  .features_cards {
    display: flex;
  }

  .feature_card {
    min-width: 350px;
  }

  .clients h2 {
    font-size: 3rem;
  }

  .clients_logos {
    grid-template-columns: 1fr 1fr;
  }

  .clients_logos .client_9 {
    grid-column: 1 / 2;
  }

  main {
    /* padding: 4rem 0; */
  }

  .upper .slider {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .hero .book_call {
    font-size: 2rem;
  }

  .details_cards .details_card {
    width: 20%;
    min-width: 300px;
  }

  .inquire form {
    min-width: 400px;
  }

  .community_content img {
    width: 96%;
  }
}

@media screen and (max-width: 685px) {
  .about_header {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 630px) {
  .hero .book_call {
    display: flex;
    flex-direction: column;
  }

  .book_call .book_now {
    width: 150px;
    text-align: center;
  }

  .clients_logos {
    display: flex;
    flex-direction: column;
  }

  .sets img {
    width: 80%;
  }

  .inquire form {
    width: 96%;
    min-width: 300px;
  }

  .services .services_list li {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  nav {
    width: 80px;
  }

  .main .side_nav li {
    font-size: 2rem;
    height: 80px;
    width: 80px;
  }

  .container.main > .container {
    margin-left: 80px;
  }

  main {
    /* width: calc(100% - 80px); */
    /* width: 90%; */
  }

  .hero .text p {
    padding-right: 0;
  }

  #home .specs_section .features > div,
  #home .additional_features > div {
    width: 96%;
  }

  .image_show_small img {
    width: 300px;
  }
  .price-card {
    min-width: 350px;
  }

  .feature_card {
    min-width: 300px;
  }
  .none {
    display: block;
    visibility: hidden;
  }

  .monday_media {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
    margin-top: 2rem;
  }
  .typing-text {
    font-size: 1.5rem;
  }
  .hello {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 430px) {
  header {
    height: 100px;
  }

  nav {
    top: 100px;

    height: calc(100vh - 100px);
  }

  .container.main {
    margin-top: 100px;
  }

  a.logo {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .rotating_letter {
    margin-left: 3px;
  }

  .dash {
    margin-bottom: 0;
    width: 60px;
    height: 5px;
  }

  .container.main > .container {
    margin-left: 60px;
  }

  nav {
    width: 60px;
  }

  .main .side_nav li {
    font-size: 1.5rem;
    height: 60px;
    width: 60px;
  }

  h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }

  .hero p,
  .community_content p,
  .studio p {
    width: 100%;
  }

  .hero p,
  .community_content p,
  .studio p,
  .details p,
  .sets p,
  .cutting_edge p,
  .picture_perfect p,
  .community p {
    font-size: 2rem;
  }

  .about_header {
    font-size: 1.6rem;
  }

  .heading {
    margin-bottom: 1rem;
  }

  .studio_desc h2 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .clients h2,
  .sets h2,
  .cutting_edge h2,
  .community h2,
  #rates h2 {
    font-size: 2.5rem;
  }

  .sets p {
    width: 90%;
  }

  .specs_section h3,
  .rates_categories h3 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .specs_section h4,
  .details_card h4 {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }

  #home li {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }

  .specs_section {
    padding: 2rem;
  }
  #home .specs_section .features > div,
  #home .additional_features > div {
    padding: 2rem;
    width: 98%;
  }

  .features-grid {
    width: 96%;
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
    padding: 1.5rem;
  }

  .feature p {
    font-size: 1.5rem;
    text-align: left;
  }

  .feature {
    /* min-width: 300px; */
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
  }

  .community {
    margin-top: 1rem;
    background-color: #f9f9f9;
    padding: 4rem 0;
  }

  .community h2 {
    line-height: 1.2;
  }

  .subscribe h3 {
    line-height: 1.2;
  }

  #rates {
    padding: 0 1rem;
    line-height: 1.4;
  }

  .about_main {
    padding: 2rem;
    font-size: 2rem;
  }

  .services .services_list li {
    font-size: 2rem;
  }

  .inquire label {
    font-size: 1.5rem;
    letter-spacing: 0;
    border-bottom: 1px solid #696969;
    display: block;
  }

  footer {
    font-size: 2rem;
  }
}

@media screen and (max-width: 390px) {
  h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .hero p,
  .community_content p {
    font-size: 1.5rem;
    width: 94%;
  }
}
