@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  letter-spacing: 0.08rem;
  font-family: "Zen Maru Gothic", serif;
}

body {
  overflow-x: hidden !important;
}

.display_cases {
  padding: 2% 4% !important;
}

.client_section .swiper-pagination-bullet {
  background: white !important;
}

.client_section .swiper-pagination-bullet-active {
  background: #007aff !important;
}

.err_warning.blink {
  color: red;
}

.project_cards {
  padding: 2% 4% 0% 4% !important;
}

ol,
ul {
  padding-left: 0rem;
}

a {
  text-decoration: none;
}

a h3.fw-bold {
  color: white;
}

/* top navigation */
header .navigation .menu-list li a,
.phone li a {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  cursor: pointer;
  transition: color 1s ease, border 1s ease;
  text-decoration: none;
}

header {
  padding: 0 2rem;
  background: inherit;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #000;
  height: 80px;
}

.main_container.top {
  margin-top: 80px;
}

.navigation {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_logo {
  margin-top: 0;
  margin-left: 0;
  height: 100%;
  width: 25%;
  text-align: center;
}

.main_logo img {
  height: auto;
  width: 60%;
  margin-top: 5%;
  /*    height: 100%;
        width: 100%;
        z-index: 9999;*/
}

.navigation .nav_links {
  display: flex;
  margin-bottom: 0 !important;
  align-items: center;
}

.display_content p {
  text-align: justify;
}

.navigation .nav_links li a {
  color: #d4d4d4;
  letter-spacing: 0.1rem;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 20px;
}

.navigation .nav_links li a:hover {
  color: #fff;
  border-left: 3px solid #d4d4d4;
}

.navigation .burger_btn,
.desk a i {
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 9999;
  color: #fff;
}

.res_part,
.phone,
.nav_phone,
.dropdown_menu,
/*.hide_desk,*/
::-webkit-scrollbar {
  display: none;
}

.dropdown_menu {
  position: absolute;
  right: 0;
  left: 0;
  top: 65px;
  width: 300px;
  background: #000;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.dropdown_menu.open {
  height: auto;
  background: #000;
  padding-bottom: 4%;
}

.dropdown_menu li {
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    background-color: #545454;
    color: #000 !important;
  }
}

.dropdown_menu li a {
  color: #fff;
  text-decoration: none;
}

/* home_section */
.home_section {
  padding: 0% 4% 4% 4%;
  background-color: #000;
}

.home_bg {
  min-height: 100dvh;
  background-image: url(../images/hero_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 4% 4% 4% 4%;
}

.why_choose_us_cardcontent a:hover {
  color: #eb5c4e !important;
}

.home_section h1 {
  color: #fff;
  width: 45%;
  font-size: 20px;
}

/*.home_section a {
    padding: 0.6rem 2.5rem;
    background-color: #646060;
    color: #fff;
    &:hover {
        background-color: #d4d4d4;
        color: #000;
    }
}*/
.home_section a:hover {
  color: #eb5c4e !important;
}

/* main_container */
.main_container {
  background: linear-gradient(180deg, #000 100.5%, #ffffff 100%);
}

/* about */
.about p {
  width: 90%;
  margin-bottom: 0 !important;
}

.about {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* why choose us */
.why_choose_us_card,
.contact_section,
.about_museum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 4%;
}

.why_choose_us_card {
  justify-content: center;
}

.why_choose_us_cardimg1 {
  background: white;
  height: 200px;
  width: 650px;
}

.why_choose_us_cardimg1Up {
  background: white;
  height: 100%;
  width: 100%;
}

.why_choose_us_cardimg {
  height: auto;
  width: 40%;
}

/* .why_choose_us_cardimg{
    height: 480px;
    width: 650px;   
} */
.display_img {
  /* height: 480px; */
  height: auto;
  width: 650px;
  object-fit: contain;
}

.why_choose_us_cardimg1 img {
  height: auto;
  width: 100%;
  padding: 20px;
}

.why_choose_us_cardimg1Up img {
  height: auto;
  width: 100%;
  padding: 28px;
}

.why_choose_us_cardimg img,
.display_img img,
.contact_img img,
.real_cabinet_img img,
.multiple_img img {
  height: 100%;
  width: 100%;
}

.why_choose_us_cardcontent,
.display_heading_card {
  width: 40%;
}

.why_choose_us_cardcontentUp,
.display_heading_card {
  width: 100%;
  text-align: center;
}

.why_choose_us_cardcontent h2,
.client_section h2,
.why_choose_us_card h2,
.testimonial h2,
.display_heading_card,
.display_heading_card span,
.contact_heading {
  font-size: 30px;
  font-family: "Zen Maru Gothic", serif !important;
}

.why_choose_us_cardcontent p,
.display_headings,
.about_museum {
  font-size: 20px;
}

.home_bg a i {
  color: #fff;
  font-size: 30px;
  margin-top: 15%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    background-color: grey;
  }
}

.why_choose_us_cardcontent a i {
  color: #fff;
  font-size: 30px;
  margin-top: 15%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    background-color: grey;
  }
}

/* journal */
.journal1 {
  height: 200px;
  background-color: #252525;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
  margin-bottom: 2% !important;
}

.journal1Up {
  height: 100%;
  background-color: #252525;
  display: flex;
  align-items: center;
  width: 100%;
}

.journal {
  height: 200px;
  background-color: #252525;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
  margin-bottom: 2% !important;
}

.journal .why_choose_us_cardcontent {
  width: 45%;
}

/* client section */
.client_section {
  position: relative;
  height: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100% !important;
  min-height: 240px;
  max-height: 240px;
  object-fit: cover;
}


/* footer */
.footer_top,
.heading2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_main {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.foot_list {
  width: 20%;
}

.foot_listUp {
  width: 15% !important;
  line-height: inherit;
}

.foot_listImgUp {
  display: flex;
  width: 100% !important;
  flex-direction: column;
}

.ulImgUp {
  display: flex;
  gap: 4%;
}

.liwdUp {
  width: 32%;
}

.footer_social {
  width: 35%;
}

.footer_top button:hover {
  background-color: #787878;
  border: none;
}

.social_links a i {
  font-size: 20px;
}

.social_links a i,
.foot_list ul li a {
  color: #000000;
  transition: all 0.2s ease-in-out;
}

.social_links a i:hover,
.foot_list ul li a:hover {
  transform: scale(1.8);
  color: #787878;
  font-weight: 500;
}

.social_links a i,
.foot_listUp ul li a {
  color: #000000;
  transition: all 0.2s ease-in-out;
}

.social_links a i:hover,
.foot_listUp ul li a:hover {
  transform: scale(1.8);
  /* color: #787878; */
  color: #e7d8d8;
  font-weight: 500;
}

.footer_social img {
  margin-left: 0px;
  margin-top: 0px;
  height: 60px;
}

/* about */
.heading,
.heading2 {
  font-size: 30px;
  padding: 10% 4% 0% 4%;
  font-family: "Zen Maru Gothic", serif !important;
}

/* testimonial */
.testimonial_card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;

  p,
  .heading {
    width: 80%;
  }
}

/* display cases */
.display_content,
.our_story_content {
  width: 50%;
}

.display_case_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  cursor: pointer;
}

.display_content a h3,
.display_content a p {
  color: #333333;

  &:hover {
    color: #f15d50;
  }
}

/* journal_album */
.journal_album_card {
  background-color: #000;
  color: #fff;
  border-bottom-right-radius: 4em;
  border-top-left-radius: 4em;
  background: linear-gradient(to left, #000 50%, #385a72 50%);
  background-size: 240%;
  background-position: right;
  transition: background-position 0.8s ease-in-out;
  padding: 4%;
  cursor: pointer;
}

.journal_album_card img {
  border-top-left-radius: 4em;
  height: 300px;
}

.journal_album_card:hover {
  background-position: left;
}

.our_story_para {
  font-size: 18px !important;
}

.our_story_img {
  height: auto;
}

.abt_us_img {
  position: absolute;
  top: 25%;
  left: 13.5%;
}

.abt_us_img img {
  box-shadow: 10px 5px 28px #111;
}

.why_choose_us_cardcol {
  width: 80%;
  height: 38em;
  background-color: #222;
}

/* contact */
.contact_heading {
  padding: 8% 4% 0% 4%;
}

.contact_section {
  align-items: normal;
  color: #fff;
}

.contact_info {
  width: 60%;
}

.contact_info a,
.contact_form form button {
  color: #fff;
  border: 1px solid #385a72;
  padding: 0.4rem 2rem;
  border-radius: 10px;
  font-size: 18px;

  &:hover {
    background-color: #385a72;
    color: #fff;
  }
}

/* freewall display */
.display_headings {
  padding: 8% 4% 4% 4%;
  width: 80%;
}

.dimensions ol li {
  list-style-type: disc !important;
}

.dimensions1 ol li {
  /*list-style-type: number !important;*/
}

.dimensions1 ol li::before {
  content: "";
  background-image: url(../images/ulLiImg1.png);
  background-size: cover;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0.5rem;
  margin-right: 0.8rem;
}

.cabinet_cards {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  gap: 40px;
}

.real_cabinet_img {
  height: 450px;
  width: 500px;
}

.large_dimenimg {
  height: 250px;
}

.large_dimenimg img,
.project_display_cabinetimg img,
.project_card_img img {
  height: 100%;
}

/* project */
.navigation_btns,
.museumtop_multiple_img {
  display: flex;
  align-items: center;
  gap: 20px;
}

.heading2 a {
  color: #fff;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    background-color: grey;
  }
}

.navigation_btns a {
  color: #fff;
  font-size: 18px;
  width: 220px;
  border-radius: 10px;
  padding: 2%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    background-color: grey;
  }
}

.museum_img {
  height: 100dvh;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.journalinner_img {
  height: 100dvh;
  background-image: url(../images/sets_us_apart3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.project_display_card,
.project_cards {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  padding: 0% 4% 4% 4%;
}

.project_display_cabinetimg {
  height: 400px;
}

.project_card_img {
  height: 340px;
}

.project_display_content {
  border-left: 3px solid #f15d50;
  width: 30%;
  padding: 4%;
}

.exhibition_design p {
  width: 60%;
}

.multiple_img {
  height: 220px;
  width: 300px;
}

.project_card a h3 {
  position: relative;
}

.project_card a h3:hover::after {
  content: "";
  position: absolute;
  width: 62%;
  height: 2px;
  background-color: #eb5c4e;
  left: 19%;
  bottom: -15px;
}

/** 4K media query **/
@media screen and (min-width: 2560px) {
  .home_section h1 {
    font-size: 1.8em;
  }

  .about {
    font-size: 30px;
  }
}

/* media queries & container queries */
@media screen and (max-width: 991px) {
  .footer_social li {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
  }

  .footer_social li .text-dark {
    color: #e0e1e2 !important;
  }


  .project_cards {
    padding: 2% 4% 4% 4% !important;
  }

  .main_logo img {
    margin-top: 0 !important;
  }

  .client_section .card-body {
    min-height: auto !important;
    max-height: none !important;
    height: 100%;
  }

  .client_section .swiper-slide .card {
    height: 100%;
  }

  .main_container.top .heading2 {
    padding-top: 0% !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .project_card_img img,
  .project_card_img,
  .project_card {
    height: auto !important;
    max-height: none !important;
    min-height: 0px !important;
  }

  .about_museum {
    flex-wrap: wrap;
  }

  .museum_img {
    height: 200px !important;
    margin-top: 10px !important;
  }

  .project_card {
    width: 100% !important;
  }

  .main_container.top .navigation_btns {
    padding-top: 0 !important;
  }

  .main_container.top {
    margin-top: 70px;
    padding-top: 0 !important;
  }

  .swiper-slide img {
    max-height: none !important;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .social_links a i,
  .foot_listUp ul li a {
    color: white;
  }

  .our-mission .col-1 {
    display: none;
  }

  .our-mission .col-5 {
    width: 100%;
  }

  .our-mission .row {
    row-gap: 1rem !important;
  }

  .cabinet_cards {
    flex-wrap: wrap;
    justify-content: center;
    padding: 2% 6% 4% 6% !important;
  }

  header {
    padding: 20px;
    height: 70px;
  }

  .why_choose_us_cardcontent a i {
    width: 40px;
    height: 40px;
    margin-top: 8%;
  }

  .why_choose_us_cardimg,
  .display_img,
  .why_choose_us_cardimg img,
  .display_img img {
    width: 100% !important;
    height: auto !important;
  }

  .why_choose_us_card {
    gap: 20px 0px;
  }

  .main_container h2.heading.text-white {
    margin-bottom: 20px !important;
  }

  .lni-arrow-right::before {
    font-size: 20px;
  }

  .footer_social img {
    height: 40px;
    margin-bottom: 30px;
  }

  .main_logo {
    margin-top: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
    width: 50%;
  }

  .navigation {
    height: auto;
  }

  .main_logo img {
    width: 100%;
    margin-top: 0%;
  }

  .swiper-container {
    margin-bottom: 5%;
  }

  .footer_social img {
    margin-left: -80px;
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .journal1,
  .journal,
  .display_case_card,
  .contact_form form {
    padding: 4%;
  }

  .hide_desk {
    display: flex;
    justify-content: center;
    margin-top: 4%;
    gap: 40px;
  }

  .footer_social,
  .display_content,
  .heading,
  .contact_info,
  .contact_form h5,
  .display_headings {
    width: 100%;
    text-align: center;
  }

  .footer_main {
    gap: 2px;
    flex-wrap: wrap;
  }

  .foot_list {
    width: auto;
  }

  .client_section h2,
  .testimonial h2,
  .contact_heading {
    margin-top: 10%;
    text-align: center;
  }

  .journal1 {
    height: auto;
    padding: 0;
    gap: 20px;
  }

  .why_choose_us_cardimg1 img {
    height: auto;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-left: 140px;
  }

  .why_choose_us_cardimg1 {
    height: auto;
    width: 100%;
  }

  .home_section a {
    margin-bottom: 10%;
  }

  .why_choose_us_card,
  .journal1,
  .journal,
  .contact_section,
  .contact_info,
  .project_display_card,
  .project_cards {
    flex-direction: column;
  }

  .contact_info {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .reverse_col,
  .display_case_card {
    flex-direction: column-reverse !important;
  }

  .home_section {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .navigation .nav_links,
  .navigation .action_btn,
  .quote,
  .hide_phone {
    display: none;
  }

  .res_part {
    align-items: baseline;
  }

  .navigation .burger_btn,
  .desk_icon,
  .res_part {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .dropdown_menu {
    display: block;
    width: 100% !important;
  }

  .home_section h1,
  .why_choose_us_cardcontent,
  .journal .why_choose_us_cardcontent,
  .journal1 .why_choose_us_cardcontent,
  .testimonial_card p,
  .display_heading_card,
  .our_story_content,
  .exhibition_design p {
    width: 100% !important;
  }

  .why_choose_us_cardcontent,
  .journal .why_choose_us_cardcontent,
  .journal .why_choose_us_cardcontent {
    padding: 0% 4% 0% 4%;
  }

  .project_display_card,
  .project_cards {
    justify-content: center;
  }

  .project_card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .journal1Up {
    background-color: #252525;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .why_choose_us_cardimg1Up img {
    padding: 5px;
  }

  .why_choose_us_cardimg1Up {
    background: white;
    height: 100%;
    width: 100%;
    padding-bottom: 3%;
  }

  .why_choose_us_cardcontentUp,
  .display_heading_card {
    width: 100%;
    text-align: center;
    padding: 3%;
  }

  .foot_listUp {
    width: 100% !important;
  }

  .ulUp {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }

  .ulImgUp {
    gap: 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .card-img-top {
    height: 65px;
  }

  /* .liwdUp {
    width: 48% !important;
  } */

  .row.vission {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 576px) {
  .dropdown_menu li {
    float: none !important;
  }

  .navigation_btns {
    justify-content: center;
    width: 100%;
  }

  .footer_social img {
    margin-left: 0px !important;
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .contact_form h5,
  .contact_info h5,
  .form-check-label {
    font-size: 16px;
  }

  .footer_top {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 6%;
    margin-top: 10%;
  }

  .heading,
  .heading2,
  .contact_heading,
  .display_headings,
  .display_headings {
    padding-top: 20%;
  }

  .about p {
    width: 95%;
  }

  .main_logo {
    margin-left: -50px;
  }

  .museumtop_multiple_img {
    flex-wrap: wrap;
  }

  .project_cards {
    gap: 20px;
  }
}

@media screen and (max-width: 358px) {
  .museumtop_multiple_img {
    flex-wrap: wrap;
    justify-content: center;
  }

  .project_card_img,
  .project_display_cabinetimg {
    height: 160px;
  }

  .navigation_btns {
    padding-top: 12%;
  }

  .navigation_btns a {
    font-size: 14px;
    width: 180px;
  }

  .dimension_img,
  .large_dimenimg {
    height: 200px;
  }

  .dimension_img img,
  .large_dimenimg img {
    height: 100%;
  }

  .display_headings {
    padding-top: 25%;
  }

  .main_logo {
    margin-left: -22px;
    margin-top: -12px;
    height: 48px;
  }

  .navigation .burger_btn {
    padding-top: 3%;
  }

  .why_choose_us_cardimg,
  .display_img {
    height: 180px;
    width: 290px;
  }

  .display_img,
  .contact_img {
    width: 260px;
    height: 180px;
  }

  .home_section h1,
  .why_choose_us_cardcontent h2,
  .client_section h2,
  .why_choose_us_card h2,
  .heading,
  .testimonial h2,
  .heading2,
  .contact_heading {
    font-size: 20px;
  }

  p,
  .our_story_para,
  .dimensions ol li {
    font-size: 14px !important;
  }

  .dimensions1 ol li {
    font-size: 14px !important;
  }

  .journal_album_card img {
    height: 240px;
  }

  .real_cabinet_img {
    height: 280px;
    width: 280px;
  }
}

@media (min-width: 359px) and (max-width: 479px) {
  .main_logo img {
    height: auto;
    width: 80%;
    margin-top: 15%;
  }

  .museumtop_multiple_img {
    flex-wrap: wrap;
    justify-content: center;
  }

  .project_card_img,
  .project_display_cabinetimg {
    height: 200px;
  }

  .navigation_btns a {
    font-size: 14px;
    width: 180px;
  }

  .dimension_img,
  .large_dimenimg {
    height: 250px;
  }

  .dimension_img img,
  .large_dimenimg img {
    height: 100%;
  }

  .main_logo {
    margin-left: -3px;
    height: 68px;
    width: 50%;
  }

  .dimensions1 ol li,
  .dimensions ol li,
  .display_headings p {
    font-size: 15px !important;
  }

  .real_cabinet_img {
    height: 320px;
    width: 320px;
  }

  p,
  .our_story_para {
    font-size: 16px !important;
  }

  .display_img,
  .contact_img {
    width: 300px;
    height: 210px;
  }

  .navigation .burger_btn {
    padding-top: 3%;
  }

  .journal_album_card img {
    height: 280px;
  }

  .why_choose_us_cardimg {
    height: 210px;
    width: 330px;
  }

  .home_section h1,
  .why_choose_us_cardcontent h2,
  .why_choose_us_card h2,
  .heading,
  .heading2,
  .contact_heading {
    font-size: 22px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .multiple_img {
    height: 200px;
    width: 210px;
  }

  .project_card_img,
  .project_display_cabinetimg {
    height: 260px;
  }

  .why_choose_us_cardimg {
    height: 300px;
    width: 440px;
  }

  .display_img,
  .contact_img {
    width: 400px;
    height: 300px;
  }

  p {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .multiple_img {
    height: 220px;
    width: 250px;
  }

  .museumtop_multiple_img {
    flex-wrap: wrap;
  }

  .navigation_btns {
    justify-content: center;
  }

  .project_card_img,
  .project_display_cabinetimg,
  .project_display_cabinetimg {
    height: 300px;
  }

  .why_choose_us_cardimg {
    height: 350px;
    width: 520px;
  }

  .display_img {
    width: 480px;
    height: 350px;
  }

  .display_headings {
    padding-top: 15%;
  }

  p {
    font-size: 16px;
  }
}

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

  .why_choose_us_cardimg,
  .display_img {
    height: 400px !important;
  }

  .why_choose_us_cardcontent,
  .journal1 .why_choose_us_cardcontent,
  .journal .why_choose_us_cardcontent {
    width: 80% !important;
  }

  .journal1 {
    height: 338px;
  }

  .why_choose_us_cardimg1 img {
    height: 94%;
    width: 62%;
    padding: 20px;
    text-align: center;
    margin-left: 120px;
  }

  p {
    font-size: 18px;
  }

  .real_cabinet_img {
    height: 300px;
    width: 300px;
  }

  .large_dimenimg {
    height: 220px;
  }

  .display_headings {
    padding-top: 12%;
  }
}

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

  .project_card_img,
  .project_display_cabinetimg {
    height: 250px;
  }

  .cabinet_cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dimensions1 {
    width: 55%;
  }

  .dimensions {
    width: 55%;
  }

  .our_story_para {
    font-size: 15px !important;
  }

  .our_story_content {
    width: 60%;
  }
}

@media (min-width: 1025px) and (max-width: 1169px) {

  .project_card_img,
  .project_display_cabinetimg {
    height: 250px;
  }

  .cabinet_cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dimensions1 {
    width: 55%;
  }

  .dimensions {
    width: 55%;
  }

  .our_story_para {
    font-size: 16px !important;
  }
}

@media (min-width: 1170px) and (max-width: 1280px) {
  .real_cabinet_img {
    height: 350px;
    width: 500px;
  }

  .project_card_img {
    height: 320px;
  }

  .our_story_para {
    font-size: 16px !important;
  }
}

@media (min-width: 1366px) and (width: 1440px) {

  .project_display_card,
  .project_cards,
  .journal,
  .journal1,
  .why_choose_us_card,
  .contact_section,
  .about_museum {
    gap: 40px;
  }
}