* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat";
  }
  p {
    font-weight: 400;
  }
  .fw-600{
    font-weight: 600;
  }
  .fs-11 {
    font-size: 11px;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-13 {
    font-size: 13px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-15 {
    font-size: 15px;
  }
  .fs-16 {
    font-size: 16px;
  }
  .fs-17 {
    font-size: 17px;
  }
  .fs-18 {
    font-size: 18px;
  }
  .fs-19 {
    font-size: 19px;
  }
  .fs-20 {
    font-size: 20px;
  }
  .fs-22{
    font-size: 22px;
  }
  .fs-23 {
    font-size: 23px;
  }
  .fs-24 {
    font-size: 24px;
  }
  .fs-25 {
    font-size: 25px;
  }
  .fs-28 {
    font-size: 28px;
  }
  .fs-30 {
    font-size: 30px;
  }
  .fs-35 {
    font-size: 35px;
  }
  .fs-40 {
    font-size: 40px;
  }
  .fs-50 {
    font-size: 50px;
  }
  .fs-150 {
    font-size: 150px;
  }
  .vidaloka {
    font-family: "Vidaloka";
    font-weight: 400;
  }
  .wrapper {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* overflow: auto; */
  }
  #footer {
    width: 100%;
    height: 55%;
    /* background-color: rebeccapurple; */

    margin-top: 30px;
    color: #505050;
  }
  #footer .newFooterDiv{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    height: 100%;
    width: 100%;
  }
  #footer .newLinksDiv{
      display: none;
  }
  #footer .logo {
    width: 37%;
    height: 75%;
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 2% 2% 0 5%;
  }
  #footer .logo img:nth-child(1) {
    width: 50px;
    align-self: flex-end;
    margin-bottom: 12%;
  }
  #footer .logo img:nth-child(2) {
    width: 150px;
    margin-bottom: 25px;
  }
  #footer .links_div {
    width: 18.5%;
    padding: 4% 3% 3% 3%;
  }
  #footer .links_div:nth-child(2) {
    background-color: #ededed;
    height: 90%;
  }
  #footer .links_div:nth-child(3) {
    background-color: #ededed;
    height: 65%;
  }
  #footer .links_div:nth-child(4) {
    background-color: #ededed;
    height: 100%;
    position: relative;
  }
  #footer .links_div h1 {
    color: #999999;
  }
  #footer .links_div ul li,
  #footer .links_div ul li a {
    list-style: none;
    margin-top: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #505050;
    font-size: 15px;
  }
  #footer .links_div .links-icon {
 position: absolute;
    width: 67%;
    display: flex;
    justify-content: space-between;
    bottom: 10%;
    right: 50%;
    transform: translate(50%, 0px);
  }
  #footer .links_div .links-icon > img {
    width: 14px;
    /* height: 20px; */
  }

  /* -------------------------nav-bar---------------------------- */
  .nav-bar {
    width: 100%;

    height: 21vh;
    position:sticky;
    left: 5%;
    top: 0;
    z-index: 2;
    background-color: #ffffff;
  }
  .nav-bar>div{
    width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-bar .logo-img {
    width: 72.7%;
  }
  .nav-bar .nav-menu {
    width: 84%;
    height: 85%;
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 7%; */
  }
  .nav-bar .nav-menu .menu {
    width: 50%;
  }
  .nav-bar .nav-menu .menu .menu-item>img{
    display: none;
  }
  .nav-bar .nav-menu .menu .active>img{
  display: inherit;
  }
  .nav-bar .nav-menu .nav-menu-design {
    width: 22%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .nav-bar .nav-menu .nav-menu-design .paths {
    width: 10%;
    height: 75%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.home_page {
  width: 95%;
  height: 100%;
  /* background-color: red; */
  margin-left: auto;
  display: flex;
}
.home_page .main_home {
  width: 93%;
  /* background-color: yellow; */
  height: 100%;
  position: relative;
}
.home_page .main_home .detail {
  width: 100%;
  height: 95%;
  /* background-color: black; */
  display: flex;
  /* align-items: center; */
  position: relative;
  z-index: 1;
}
.home_page .main_home .Art-Work {
  position: absolute;
  top: 25%;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.7;
  background: -webkit-linear-gradient(
    rgb(255, 200, 202),
    rgb(255, 200, 202, 0)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_page .links_home {
  width: 7%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.home_page .links_home img {
  height: 65%;
}
.home_page .links_home .social-links {
  height: 28%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.home_page .links_home .social-links img {
  width: 28px;
  height: 28px;
}
.social-links-div {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_page .main_home .logo_content {
  width: 47%;
  height: 80%;
  /* background-color: purple; */
  align-self: center;
}
.home_page .main_home .logo_content .logo {
  width: 100%;
  height: 20%;
  /* display: flex; */
  /* background-color: red; */
}
.home_page .main_home .logo_content .logo .design {
  position: absolute;
  top: 0;
  left: 18%;
  display: flex;
}
.home_page .main_home .logo_content .logo .design img:nth-child(1) {
  width: 50%;
  margin-right: 70%;
}
.home_page .main_home .logo_content .logo .design img:nth-child(2) {
  width: 32%;
}
.home_page .main_home .logo_content .logo img {
  height: 62%;
}
.home_page .main_home .logo_content .divtext {
  width: 100%;
  height: 77%;
  /* background-color: yellow; */
  /* padding: 7.5%; */
  padding: 13% 0 18% 6.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_page .main_home .logo_content .divtext p {
  /*width: 78%;*/
  }
  .nav-bar .nav-menu .nav-menu-design .paths>img:nth-child(1){
   height: 100%;
  }
  .nav-bar .nav-menu .nav-menu-design .paths>img:nth-child(2){
   height: 60%;
  }
  .nav-bar .nav-menu .nav-menu-design .links-icon {
    width: 70%;
    height: 40%;
    display: flex;
    align-self: center;
    align-items: flex-end;
    justify-content: space-around;
  }
  .nav-bar .nav-menu .nav-menu-design .links-icon>img{
    width: 25px;
    height: 25px;
  }
  /* ------------------------------home page-------------------------- */

  .home_page {
    width: 95%;
    /* height: 100%; */
    min-height: 100%;
    /* background-color: red; */
    margin-left: auto;
    display: flex;
  }
  .home_page .main_home {
    width: 93%;
    /* background-color: yellow; */
    /* height: 100%; */
    min-height: 100%;
    position: relative;
  }
  .home_page .main_home .detail {
    width: 100%;
    height: 95vh;
    /* background-color: black; */
    display: flex;
    /* align-items: center; */
    position: relative;
    z-index: 1;
  }
  .home_page .main_home .Art-Work {
    position: absolute;
    top: 25%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.7;
    background: -webkit-linear-gradient(
      rgb(255, 200, 202),
      rgb(255, 200, 202, 0)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home_page .links_home {
    width: 7%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .home_page .links_home img {
    height: 65%;
  }
  .home_page .links_home .social-links {
    height: 28%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .home_page .links_home .social-links img {
    width: 28px;
    height: 28px;
  }
  .social-links-div {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home_page .main_home .logo_content {
    width: 47%;
    height: 80%;
    /* background-color: purple; */
    align-self: center;
  }
  .home_page .main_home .logo_content .logo {
    width: 100%;
    height: 20%;
    display: flex;
    /* background-color: red; */
  }
  .home_page .main_home .logo_content .logo .design {
    position: absolute;
    top: 0;
    left: 18%;
    display: flex;
  }
  .home_page .main_home .logo_content .logo .design img:nth-child(1) {
    width: 50%;
    margin-right: 70%;
  }
  .home_page .main_home .logo_content .logo .design img:nth-child(2) {
    width: 32%;
  }
  .home_page .main_home .logo_content .logo img {
    height: 62%;
  }
  .home_page .main_home .logo_content .divtext {
    width: 100%;
    height: 80%;
    /* background-color: yellow; */
    /* padding: 7.5%; */
    padding: 0 0 12% 7.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .home_page .main_home .logo_content .divtext p {
    width: 78%;

    line-height: 42px;
  }
  .home_page .main_home .images {
    width: 53%;
    height: 95%;
    /* background-color: #EDEDED; */
    display: flex;
    align-items: center;
    align-self: flex-start;
  }
  .home_page .main_home .images .imdiv1 {
    width: 53%;
    height: 65%;
    /* background-color: yellow; */
  }
  .imgcontainer {
    width: 90%;
    height: 100%;

    /* overflow: hidden; */
  }
  .home_page .main_home .images img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .home_page .main_home .images .imdiv2 {
    width: 47%;
    height: 100%;
    /* background-color: red; */
    position: relative;
  }
  .home_page .main_home .images .imdiv2 .imdiv2_img1 {
    width: 86%;
    height: 60%;
    position: absolute;
    top: -18%;
  }

  .home_page .main_home .images .imdiv2 .imdiv2_img2 {
    width: 64%;
    height: 43%;
    position: absolute;
    bottom: 8%;
    padding: 7%;
  }

  .border5 {
    border: 5.5px solid #474747;
    padding: 10%;
    background-color: #ffffff;
  }
  .explore {
    width: 110px;
    height: 40px;

  }
  .explore h1 {
    font-weight: bolder;
    margin: 0;
    margin-bottom: -5px;
  }
  .image-detail-page .explore h1,.journalDetail-wrapper .explore h1{
      text-align: center;
  }
  .explore img {
    width: 100%;
  }

  .menu {
    width: 90%;
    height: 10%;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-between;
    /* margin: 0 auto; */
  }
  .menu-item {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
  }
  .menu-item h1,
  .menu-item a {
    font-weight: 600;
    color: #505050;
    text-decoration: none;
  }
  .menu-item img {
    width: 38px;
    margin-top: 8px;
  }

  .second-page {
    width: 89%;
    height: 70%;
    /* background-color: red; */
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
  }
  .second-page .more-about {
    width: 87%;
    height: 87%;
    /* background-color: blue; */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .second-page .more-about > img {
    width: 33%;
    height: 100%;
  }
  .second-page .more-about .about-detail {
    width: 57.5%;
    height: 65%;
    /* background-color: yellow; */
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .second-page .more-about .about-detail > h1 {
    margin-bottom: 15px;
  }

  .second-page .more-about .about-detail .explore {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 10%; */
    color: red;
    width: 170px;
    align-self: flex-end;
  }
  .second-page .clipdiv {
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
    /* height: 25%; */
    padding-top: 20px;
    clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .second-page .clipdiv .thoughtdiv {
    width: 85%;
    /* height: 45%; */
    /* margin-left: auto; */
    color: #7c7c7c;
    padding-left: 10%;
    line-height: 28px;
  }
  .second-page .clipdiv .namediv {
    width: 90%;
    color: #a7a7a7;
    height: 30px;
    padding-left: 10%;
    display: flex;
  }
  .second-page .clipdiv .namediv > img {
    height: 80%;
    align-self: flex-end;
    margin-right: 10px;
  }
  .second-page .clipdiv > img {
    position: absolute;
    width: 10px;
    height: 30px;
    top: calc(50% - 15px);
    right: 4%;
  }
  .p-line {
    line-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    /* font-weight: 500; */
  }

  /* --------------------my art page---------------------------- */
  .myart-page {
    width: 92%;
    height: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .myart-page .myart-content {
    width: 97%;
    height: 85%;
    /* z-index: 2; */
    margin-left: auto;
    /* margin-top: 20%; */
    display: flex;
    justify-content: space-between;
  }
  .myart-page .myart-content .myart-detail {
    width: 20%;
    height: 50%;
    align-self: center;
    position: relative;
  }
  .myart-page .myart-content .myart-detail > h1 {
    margin-bottom: 15px;
  }
  .myart-page .myart-content .myart-detail .explore {
    position: absolute;
    bottom: 0%;
    width: 160px;
  }
  .myart-page .myart-content .slider {
    width: 70%;
    height: 85%;
    align-self: flex-end;
    z-index: 3;
  }
  .myart-page .bottom-div {
    width: 100%;
    height: 18vh;
    position: absolute;
    bottom: 0;
    background-color: #ededed;
  }
  .page-control {
    width: 30%;
    height: 100px;
    padding: 2% 5% 1% 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .page-control > h1 {
    /* font-family:cursive ; */
  }
  .page-control .buttons {
    width: 30%;
    height: 20px;
    align-self: flex-end;

    /* margin-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* -------------------------home journal page---------------- */
  .home-journal-page {
    width: 100%;
    height: 88%;
  }
  .home-journal-text {
    width: 80%;
    height: 25%;
    display: flex;
    /* justify-content: center; */
    align-items: flex-end;
    margin: 0 auto;
  }

  .home-journal-page .journal-slider {
    width: 90%;
    margin-left: auto;
    height: 45%;
    display: flex;
    align-items: center;
  }
  .home-journal-page .journal-pagination-div {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 18%;
  }


  /* -----------------------swiper----------------- */
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ffffff;

    /* Center slide text vertically */
    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;
  }

  .slider .swiper-container .swiper-slide {
    height: 90%;
    width: 40%;
    bottom: 0;
    transform: translateY(10%);
  }
  .slider .swiper-container .swiper-slide-next {
    transform: translateY(0%);
  }

  .border-s {
    border: 5.5px solid #474747;
    padding: 4% 4% 2% 4%;
  }

  .slider .swiper-container .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all ease-in-out 0.3s;
  }
  .slider .swiper-container .swiper-slide > img {
    width: 100%;
    height: 80%;
    background-position: center;
    background-size: cover;
  }
  .slider .swiper-container .swiper-slide > div {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
  }
  .slider .swiper-container .swiper-slide > div > h1 {
    margin-bottom: 10px;
  }
  .slider .swiper-container .swiper-slide > div > img {
    width: 35px;
  }
  .myart-page .swiper-pagination {
    width: 100%;
    height: 6px;
    position: initial;
    /* margin-top: 15px; */
    /* background-color: yellow; */
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: red !important;
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
  }

  .swiper-pagination-2 {
    width: 75%;
    height: 6px;
    /* margin-top: 15px; */
    bottom: 75%;
    /* transform: translate3d(0,0,0); */
    z-index: 10;
    transition: 0.3s opacity;
    text-align: center;
  }

  .swiper-button-next1,
  .swiper-button-prev1,
  .swiper-button-next2,
  .swiper-button-prev2 {
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    outline: none;
  }
  .swiper-button-disabled {
    opacity: 0.3;
  }

  .swiper-container-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container-2 .journal-slide {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .swiper-container-2 .journal-slide > h1 {
    text-align: left;
    /* margin-bottom: 10px; */
    height: 20px;
    color: #959595;
  }
  .swiper-container-2 .journal-slide > div {
    width: 100%;
    height: 78%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #f6f7f3;
  }
  .swiper-container-2 .journal-slide img {
    width: 40%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .swiper-container-2 .journal-slide .journal-text {
    width: 60%;
    height: 100%;
    text-align: left;
    padding: 5% 8% 2% 7%;
  }
  .swiper-container-2 .journal-slide .journal-text > h1 {
    margin-bottom: 10px;
  }
  .swiper-container-2 .journal-slide .journal-text > p {
    line-height: 28px;
      /* max-width: 200px; */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      /* height: 55%; */
      margin-bottom: 5px;

  }
  .swiper-container-2 .journal-slide .journal-text > h6 {
    text-align: end;
    color: red;
  }
  .journal-pagination-div .page-control {
    position: relative;
    justify-content: space-evenly;
    padding-left: 0;
  }
  .journal-pagination-div .explore {
    align-self: center;
    font-weight: 600;
    width: 160px;
  }
  /* ---------------------------second-wrapper-------------------- */


  /* ------------------------------galllery-page--------------- */
  .second-wrapper{
    width: 100%;
    min-height: 100%;
    margin-left: auto;
    /* display: flex; */
    /* margin-top: 8%; */
    position: relative;
  }
  .second-wrapper .gallery-wrapper{
    width: 85%;
    margin: auto;
    min-height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .second-wrapper .gallery-wrapper .img-div{
    width: 44%;
    height: 70vh;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .second-wrapper .gallery-wrapper .img-div>h1{
    text-align: center;
    text-transform: uppercase;
  }
  .second-wrapper .gallery-wrapper .img-div .img{
    width: 100%;
    height: 75%;
    padding: 5%;
  }
  .second-wrapper .gallery-wrapper .img-div .img img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .second-wrapper .gallery-wrapper .img-div .explore{
    width: 175px;
    align-self: flex-end;
  }
  .second-wrapper .gallery-wrapper .img-div .explore>h1,.second-wrapper .gallery-wrapper .img-div .explore>h1>a{
    margin: 0;
    font-weight: 600;
    font-family: 'Montserrat';
    color: black;
  }
  /* .second-wrapper .explore-galery{
    width: 100%;
    height: 7vh;
    display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-left: 10%;
  }
  .second-wrapper .explore-galery .explore{
    width: 150px;
  }
  .second-wrapper .explore-galery button{
    width: 250px;
    height: 50px;
    background-color: #393939;
    color: #ffffff;
    border: none;
    font-family: 'Montserrat';
    font-weight: 500;
  }
  .second-wrapper .explore-galery button a{
    outline: none;
    color: #ffffff;
    text-decoration: none;
  } */
  /* .gallery-wrapper .div{
    width: 30%;
    min-height: 80vh;
    background-color: yellow;
    margin-bottom: 30px;
  }
  .gallery-wrapper .div>div{
    width: 100%;
    height: 100vh;
    background-color: beige;
  } */

  /* ----------------------------view-gallery-wrapper  exploreGallery-page---------------------- */
  .gallery-view-wrapper{
    width: 90%;
    margin: auto;
    min-height: 100%;
  display: flex;
  /* position: relative; */
  }

  .gallery-view-wrapper .arrow-back{
    width: 10%;
    height: 50vh;
    position: sticky;
    top:25%;

    /* text-align: right; */
  }
  .gallery-view-wrapper .arrow-back h1{
    /* margin-left: 25px; */
    text-align: center;
  }
  .gallery-view-wrapper .arrow-back h1>a{

    text-decoration: none;
    outline: none;
    width:10px;
    color:#777777;
  }
  .gallery-view-wrapper .gallery-images{
    width: 90%;
    min-height: 100vh;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .gallery-view-wrapper .gallery-images .image-container{
    width: auto;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7%;
  }
  .gallery-view-wrapper .gallery-images .image-container .images {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 80%;
    padding: 15px;
    /* padding-bottom: 7%; */
  }

  .gallery-view-wrapper .gallery-images .image-container .images> img{
    width: auto;
    height: 80%;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
  }

  .gallery-view-wrapper .gallery-images .image-container .images>div{
    width: 100%;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
  }
  .gallery-view-wrapper .gallery-images .image-container .images>div>h1{
    margin-bottom: 10px;
  }
  .gallery-view-wrapper .gallery-images .image-container .images>div>img{
    width: 25px;
  }
  .gallery-view-wrapper .gallery-images .image-container .explore{
    align-self: flex-start;
    width:150px;

  }
  .gallery-view-wrapper .gallery-images .image-container .explore a{
    text-decoration: none;
    outline: none;
    color: black;
  }


  /* ---------------------------aboutMe -page--------------------- */

  .about-me{
    width: 78%;
    margin: auto;
    min-height: 100%;
    display: flex;
    padding-top: 2%;
    justify-content: space-between;
  }

  .about-me .img-section{
    width: 32%;

  }
  .about-me .img-section>img{
    width: 100%;
    margin-bottom: 20px;
  }
  .about-me .img-section h1{
    font-weight: 400;
    margin-bottom: 5px;
  }
  .about-me .img-section h2{
    font-weight: 500;
    margin-bottom: 20px;
  }
  .about-me .img-section .links-icon{
    width: 40%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    display: none;
  }
  .about-me .img-section .links-icon>img{
    width: 28px;
  }
  .about-me .img-section .explore{
    width: 150px;
    margin-top: 30px;
  }
  .about-me .img-section .explore a{
    color: red;
    text-decoration: none;
    outline: none;
  font-weight: 600;
  }

  .about-me .description-section{
    width: 60%;
    /* padding-top: 3%; */
  }
  .about-me .description-section>h1{
    margin-bottom: 20px;
  }
  .about-me .description-section>p{
    line-height: 45px;
    margin-bottom: 25px;
  }
  .about-me .description-section>p:nth-child(2)::first-letter {
    font-weight: bolder;
    font-family: 'Vodaloko';
  }
  .about-me .description-section .signature>img{
    width: 300px;
  }

  .second-wrapper .instagram-feed{
    width: 90%;
    margin-left: auto;
    /* height: 80vh; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 0;
  }
  .second-wrapper .instagram-feed .insta-feed-text{
    width: 22%;
    /* height: 50%; */
  }
  .second-wrapper .instagram-feed .insta-feed-text p{
  line-height: 40px;
  margin-top: 16px;
  margin-bottom: 50px;
  width: 90%;
  }
  .second-wrapper .instagram-feed .insta-feed-text .explore{
    width: 100%;
  }
  .second-wrapper .instagram-feed .insta-feed-text .explore a{
    display: inline-block;
    color: red;
    outline: none;
    text-decoration: none;
  }
  .second-wrapper .instagram-feed .insta-feed-img{
    width: 70%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
  }
  .second-wrapper .instagram-feed .insta-feed-img>img{
    width: 25%;
  }



  /* ----------------------------journal page------------------------------ */
  .journal_page {
    width: 80%;
    margin: 0 auto;
  /* height: 100%; */
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 5%;
  }
  .journals {
    /* height: 200%; */
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
  }
.journals .im-div>img{
    max-width: 100%;
    height: 100%;
    /* height: fit-content; */
  }
  .journals .im-div{
    width: 38%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* height: fit-content; */
  }
  .journals .journals-text{
    width: 55%;
    height: 100%;
    padding: 2% 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .journals .journals-text h1>span{
    color: #959595;
    display: block;
    margin-top: 10px;
  }
  .journals .journals-text p{
    line-height: 32px;
  word-break: break-word;
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

  }
  .journals .journals-text button{
    width: 35%;
    height: 50px;
    background-color: #393939;
    border: none;
  }
  .journals .journals-text button>a{
    outline: none;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
  }


  /* -----------------journal-detail-page--------------------- */
  .journalDetail-wrapper{
    width: 85%;
    margin: auto;
    min-height: 100%;
  display: flex;
  justify-content: space-between;
  }

  .journalDetail-wrapper .arrow-back{
    width: 2%;
    height: 50vh;
    position: sticky;
    top:23%;

    /* text-align: right; */
  }
  .journalDetail-wrapper .arrow-back .explore>img{
    width: 80px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .journalDetail-wrapper .arrow-back h1>a{

    text-decoration: none;
    outline: none;
    width:10px;
    color:#777777;
  }

  .journalDetail-wrapper .journal-detail{
    width: 80%;
    min-height: 100vh;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:3% 6% 6% 0;
  }
  .journalDetail-wrapper .journal-detail>h1{
    margin-bottom: 10px;
  }
  .journalDetail-wrapper .journal-detail>h2{
    color: #959595;
  }
  .journalDetail-wrapper .journal-detail>p{
  line-height: 30px;
  margin-top: 35px;
  }
  .journalDetail-wrapper .journal-detail .journal-detail-img{
    width: 100%;
    /* height: 50vh; */
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .journalDetail-wrapper .journal-detail .journal-detail-img>img{
    width: 48%;
    height: 40vh;
    margin-bottom: 20px;

  }
  /* -----------------------contact-page------------------------- */
  .contact-page{
    width: 85%;
    margin: 0 auto;
    height: 68vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contact-page>img{
    width: 10px;
    margin-top: 5%;
  }
  .contact-page .contact{
    width: 25%;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

  }
  .contact-page .contact>div{
    width: 100%;
    height: auto;
    background-color: #EFEFEF;
    padding: 10%;
  }
  .contact-page .contact>div>p{
    line-height: 30px;
  }
  .contact-page .contact>div>p>a{
    color:#466F9E;
  }
  .submit-enquiry-wrapper{
    width: 62%;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .submit-enquiry-wrapper form{
      height: 83%;
  }
  .submit-enquiry-wrapper .submit-div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .submit-enquiry{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .submit-enquiry-wrapper .submit-div>.submit-enquiry{
    height: 90%;
  }
  .submit-enquiry>div{
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .submit-enquiry>div>div{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .submit-enquiry>div label{
  font-family: 'Montserrat';
  color: #6B6B6B;
  font-weight: 600;
  margin-bottom: 10px;
  }
  .submit-enquiry>div input{
    height: 40px;
    border: none;
    border-bottom: 1px solid #6B6B6B;
    outline: none;
    font-family: 'Montserrat';
    color: black;
  }
  .submit-enquiry>div input::placeholder{
    color: black;
  }
  .submit-enquiry>div textarea{
    outline: none;
    border: none;
    resize: none;
    border-bottom: 1px solid #6B6B6B ;
    line-height: 30px;
    font-family: 'Montserrat';
  }
  .submit-enquiry>div textarea::placeholder{
    color: black;
  }
  .submit-enquiry .submit{
  color: red;
  width: 120px;
  align-self: flex-end;
  }
  .submit-enquiry .submit button{
    margin: 0;
    background: #ffff;
    outline: none;
    text-decoration: none;
    border: none;
    height: 40px;
    color: red;
    font-weight: 600;
    text-align: left;
    font-size: 15px;
  }

  /* ---------------------------------imageDetail-page-------------------------- */

  .image-detail-page{
    width: 90%;
    margin: 0 auto;
    height: 70vh;
    display: flex;
    padding-top: 2%;
    justify-content: space-between;
  }
  .image-detail-page .explore{
    width: 70px;
    text-align: right;
  }
  .image-detail-page .explore a{
    text-decoration: none;
    outline: none;
    color: #777777;
  }
  .image-detail-page .image-detail{
    width: 90%;
    height: 90%;

  }
  .image-detail-page .image-detail>div{
    width: 87%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .image-detail-page .image-detail .img{
    height: 100%;
    max-width: 60%;
    padding: 3.5%;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
  }
  .image-detail-page .image-detail .img>img{
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .image-detail-page .image-detail .img-description{
  width: 28%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  .image-detail-page .image-detail .img-description .div{
    width: 100%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .image-detail-page .image-detail .img-description .div>div{
    width: 100%;
    height: auto;
    background-color: #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2% 2% 2% 10%;

  }
  .image-detail-page .image-detail .img-description button{
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    background-color: #393939;
    font-family: 'Montserrat';
    color: #ffffff;
    cursor: pointer;
  }

  /* ---------------------------image-modal---------------- */


  .menu .menu-item a:hover{
    color: red;
  }
  .explore:hover{
    cursor: pointer;
    /* position: relative; */
  }
  /* .explore:hover img{
      margin-left: 5px;
      transition: all 0.4s ease-in-out;
  }

  .explore:hover h1{
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
  }


  .submit-enquiry .submit:hover img{
    margin-left: 5px;
    transition: all 0.4s ease-in-out;
}

.submit-enquiry .submit:hover h1{
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
} */

  .nav-bar-home{
    background-color: red;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: red;
    /* display: none; */
    transition: all 0.4s;
    transform: translateY(-100%);
  }


  .res-gallery-explore{
      display: none;
  }
  /* ----------------------------------------terms-condition-disclaimer-page---------------------------------- */
  .terms-disclaimer-page{
    width: 100%;
   /* height: 100px; */
  }
  .terms-disclaimer-page .tdheader{
    width: 100%;
    height: 30vh;
    background-image: linear-gradient(to right, #777777, rgba(255,0,0,1));
    display: flex;
    align-items: center;
  }
  .terms-disclaimer-page .tdheader .cube{
    width: 15%;
    height: 100%;
    /* background-color: yellow; */
    position: relative;
    overflow: hidden;
  }
  .terms-disclaimer-page .tdheader .cube>img{
    /* width: 100%; */
    height: 125%;
    position: absolute;
    left: -30%;
    bottom: -40%;
    mix-blend-mode: soft-light;
  }
  .terms-disclaimer-page .tdheader .detail{
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .terms-disclaimer-page .tdheader .detail>h1{
    color: #ffffff;
    letter-spacing: 1.2px;
    margin-bottom: 0;
  }
  .terms-disclaimer-page .tdheader .detail>img{
    width: 100%;
  }
  .terms-disclaimer-page .tdheader .detail>p{
    color: #ffffff;
    width: 50%;
    line-height: 30px;
    margin-bottom: 0;
  }
  .terms-disclaimer-page .td-content{
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .terms-disclaimer-page .td-content>p{
    line-height: 35px;
  }
  .terms-disclaimer-page .td-content>h1{
    font-weight: 600;
    margin-top: 50px;
  }

  @media(max-width:1400px){
  .fs-150{
  font-size:140px;
  }
    .myart-page .myart-content .myart-detail {
      width: 25%;
    }
    .swiper-container-2 .journal-slide .journal-text{
      padding: 3% 5%;
    }
    .swiper-container-2 .journal-slide .journal-text > h1{
      margin-bottom: 5px;
      font-weight: 600;
    }
    .swiper-container-2 .journal-slide .journal-text > p{
      line-height: 24px;
    }
  }
  .description-section > p::first-letter{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
  }
  .description-section > p{

    font-size: 18px;

  }
  .welcomeQuote > p{
    font-size: 24px;
  }


 .acc-div{
     display: none;
     position: relative;
 }


/* -----------------------contact-page------------------------- */
.contact-page{
  width: 85%;
  margin: 0 auto;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-page>img{
  width: 10px;
  margin-top: 5%;
}
.contact-page .contact{
  width: 25%;
  /*height: 75%;*/
  display: flex;
  flex-direction: column;
  justify-content: unset;
}
.contact-page .contact>h1{
    margin-bottom: 30px;
}
  /* -----------------------------accordian css------------------------------------------------------ */


  .accordion {
    background: none;
    color: #444;
    cursor: pointer;
    /* padding: 18px; */
    /* width: 100%; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
button:focus{
    outline: none;
}
  .active_acc, .accordion:hover {
    /* background-color: #ccc; */
  }

  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    width: 95vw;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    z-index: 3;
  }
  .new-exploreGallery{
      display: none;
  }


/* -------------------------------------responsve css------------------------- */

.Responsive-logo{
    display: none;
}

/* .acc-div .panel .panel-div{
    height: 100%;
    width: 100%;
    background-color: yellow;
} */

.acc-div .panel .panel-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10% 0;

}
.acc-div .panel .panel-div .menu-item{
    height: 50px;
}
.acc-div .panel .panel-div .active a{
    color: red;
}
.about-me-res{
    display: none;
}

.mob-copyright{
    display: none;
}






  /* ------------------------------modal in image_detail page-------------------- */


  .modal .modal-dialog .modal-content{
    border: none;
    border-radius: 0;
  }
  .modal .modal-dialog .modal-body{
    padding: 0;
    border-radius: 0;
  }
  .modal .modal-dialog .modal-body .close{
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background-color: #616161;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    opacity: 1;
  }
  .modal .modal-dialog .modal-body .close>img{
  width: 25px;
  height: 25px;
  /* z-index: 2 */
  }
  .modal .modal-body .my-div{
    width: auto;
    height: auto;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 70px;
  }
  #imageModal .modal-dialog{
      /* max-width: 80vw; */
      /* max-height: 60vh; */
      width: auto;
      height: auto;
  }
  #imageModal .modal-body .my-div{
      /* width: 100%; */
      /* height: 100%; */
  }

  #imageModal .my-div>img{
      max-width: 100%;
      max-height: 86vh;
    /* max-width: 80vw; */
    /* max-height: 80vh; */
    /* background-size:cover ; */
    /* background-position: center; */

  }
  .modal .modal-header{
      display: none;
  }
  .enquiryModal .modal-content{
    height: 65vh;

  }
  .enquiryModal .modal-content .modal-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .enquiryModal .modal-content .modal-body form{
      height: 85%;
  }
  .enquiryModal .modal-content .my-div{
    height: 100%;
    padding-bottom: 10%;
    padding-top: 2%;
  }

  .enquiryModal .my-div{
  height: 60vh;
  }
  .modal .modal-footer{
      display: none;
  }


#myModal>.modal-dialog{
    max-width: 75%!important;
  }






  @media(max-width:850px){
    .res-gallery-explore{
        display: block;
        margin-top: 20px;
        width: 140px;
    }
    #footer .links_div .links-icon{
        display: none;
    }
    .home_page .main_home .Art-Work{
        display: block;
        font-size: 70px;
        top: 20%;
        word-break: break-all;
    }
    .home_page .links_home{
        display: none;
    }
    .home_page .main_home{
        width: 100%;
    }
      .nav-bar-home{
          display: none;
      }
      .acc-div{
          display: block;
          width: 15%;
      }
      .home_page{
          margin: auto;
      }
      .home_page .main_home .logo_content .logo{
          display: none;
      }
      .home_page .main_home .logo_content{
        width: 100%;
        height: auto;
        margin-bottom:30px ;
      }
      .Responsive-logo{
          display: flex;
          padding-top: 30px;
          height: 12%;
      }

      .Responsive-logo .design {
        position: absolute;
        top: 0;
        left: 55%;
        display: flex;
      }
      .Responsive-logo .design img:nth-child(1) {
        width: 50%;
        margin-right: 70%;
      }
      .Responsive-logo .design img:nth-child(2) {
        width: 32%;
      }
      .Responsive-logo img {
        height: 100%;
      }
      .home_page .main_home .detail{
          z-index: unset;
          flex-direction: column-reverse;
          height: auto;
      }
      .menu{
          display:none ;
      }
      .home_page .main_home .logo_content .divtext{
          width: 100%;
          padding: 0 10px;
      }
      .home_page .main_home .logo_content .divtext p{
          width: 100%;
      }
      .home_page .main_home .images{
          width:70%;
          align-self: flex-end;
          height: 45vmax;
      }
      .second-page{
          display: block;
        height: auto;
        margin: auto;
      }
      .second-page .clipdiv{
          width: 100%;
          position: inherit;
          margin-bottom: 30px;
        height: auto;
        padding-top: 25px;
      }
      .second-page .more-about{
          flex-direction: column;
          width: 100%;
      }
      .second-page .more-about > img {
        width: 100%;
        height: 50%;
        margin-bottom: 20px;
  }
  .second-page .more-about .about-detail{
      width:100% ;
      margin-bottom: 45px;
  }
  .second-page .more-about .about-detail .explore{
      position: unset;
      margin-right: 10px;
      margin-left: auto;
  }
  .myart-page .myart-content{
      width: 100%;
      flex-direction: column;
      justify-content: space-evenly;
      height: auto;
  }
  .myart-page .myart-content .myart-detail{
      width: 100%;
      height: auto;
  }
  .myart-page{
      display: block;
      margin: auto;
    margin-top: 5vmax;
    height: auto;
  }
  .myart-page .myart-content .myart-detail .explore{
      display: none;
  }
  .new-exploreGallery{
    display: block;
    margin-top: 30px;
    width: 130px;
  }
  .slider .swiper-container .swiper-slide{
      width: 100%;
      height: 100%;
      transform: none;
  }
  .page-control{
      width: 100%;
  }
  .myart-page .bottom-div{
      position: inherit;
      height: 18vmax;
  }
  .swiper-container-2 .journal-slide > div{
      flex-direction: column;
      height: calc(100% - 20px);
  }
  .home-journal-page .journal-slider{
      height: 75vmax;
      margin: auto;
  }
  .home-journal-page{
      height: auto;
      margin-top: 20%;
  }
  .home-journal-text{
      height: 10vmax;
      width: 90%;
  }
  .swiper-container-2 .journal-slide{
      height: auto;
      justify-content: flex-start;
  }
  .swiper-container-2 .journal-slide img{
      width: 100%;
      height: 65%;
  }
  .swiper-container-2 .journal-slide .journal-text{
      width: 100%;
      height: auto;
  }
  .swiper-container-2 .journal-slide .journal-text h6{
      margin-top: 10px;
      font-size: 15px;
  }
  .home-journal-page .journal-pagination-div{
      display: block;
      height: auto;
  }

  #footer{
      display: flex;
      height: auto;
      background: #ededed;

  }
  #footer .links_div:nth-child(4){
      display: none;
  }
  #footer .newFooterDiv{
      width: 80%;
      flex-direction: column;
  }
  #footer .logo{
      width: 100%;
      height: auto;
  }
  #footer .links_div:nth-child(2){
    width: 100%;
    height: auto;
  }
  #footer .links_div:nth-child(3){
    width: 100%;
    height: auto;
  }
  #footer .newLinksDiv {
    height: 50vmax;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #ededed;
  }
  #footer .newLinksDiv img {
    height: 45%;
  }
  #footer .newLinksDiv .social-links {
    height: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  #footer .newLinksDiv .social-links img {
    width: 28px;
    height: 28px;
  }
  .myart-page .myart-content .slider{
      width: 100%;
      height: 60vmax;
  }

/* ------------------------------gallery responsive-------------- */
.nav-bar{
    display: none;
}
.second-wrapper .Responsive-logo .design{
    left:80% ;
}
.second-wrapper .Responsive-logo .design img:nth-child(1) {
    width: auto;
    height: 80px;
    margin-right: 70%;
  }
  .second-wrapper .Responsive-logo .design img:nth-child(2) {
    /* width: 32%; */
    height: 40px;
  }
  .second-wrapper .Responsive-logo img {
    height: 60px;
  }
  .second-wrapper .Responsive-logo{
      /* margin-bottom: 25px; */
      padding: 30px 5vw;
  }
  .second-wrapper .gallery-wrapper .img-div{
      width: 100%;
      margin-bottom: 20%;
  }
  .gallery-view-wrapper{
      display: block;
  }
  .gallery-view-wrapper .arrow-back, .image-detail-page .arrow-back{
      height: auto;
      display: block;
      position: unset;
      width: 100%;
      margin-bottom: 30px;
  }
  .gallery-view-wrapper .arrow-back .explore {
      width: 70%;
  }
  .gallery-view-wrapper .arrow-back .explore img, .journalDetail-wrapper .arrow-back .explore img{
      width: 100px;
  }
  .gallery-view-wrapper .gallery-images{
      margin: auto;
  }
  .gallery-view-wrapper .gallery-images .image-container{
      width: 100%;
      margin-bottom: 50px;
  }
  .image-detail-page{
      flex-direction: column;
      width: 100%;
      height: auto;
  }
  .image-detail-page .image-detail{
      width: 100%;
  }
  .image-detail-page .image-detail>div{
      width: 100%;
      flex-direction: column;
  }
  .image-detail-page .image-detail .img{
      width: 85%;
      display: flex;
      justify-content: center;
  }
  .image-detail-page .image-detail .img-description{
      width: 90%;
      align-items: center;
      margin-top: 20px;
  }
  .image-detail-page .image-detail .img-description .div>div{
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
  }
  .image-detail-page .image-detail .img-description .div>div>h2{
      margin-right: 5px;
  }
  .image-detail-page .arrow-back{
      padding: 0 30px;
  }
  .about-me{
      width: 90%;
      margin: 0 auto;
      flex-direction: column;
  }
  .about-me .img-section{
      width: 100%;
      margin-bottom: 30px;
  }
  .about-me .img-section .links-icon{
      width: 70%;
  }
  .about-me .description-section{
      width: 100%;
  }
  .second-wrapper .instagram-feed{
      flex-direction: column;
      width: 95%;
  }
  .second-wrapper .instagram-feed .insta-feed-text{
      width: 90%;
      align-self: flex-start;
  }
  .about-me .img-section .about-me-res{
      display: block;
      margin-bottom: 20px;
  }
  .about-me-main{
      display: none;
  }
  /* -------------------------journal-page------ */
  .journals{
      flex-direction: column;
      height: auto;
      margin-bottom: 30px;
  }
  .journals .im-div{
      width: 100%;
  }
  .journals .im-div>img{
      width: 100%;
  }
  .journals .journals-text{
      width: 100%;
  }
  .journals .journals-text button{
      width:150px
  }
  .journalDetail-wrapper{
      flex-direction: column;
  }
  .journalDetail-wrapper .arrow-back{
      width: 50%;
      height: auto;
      position: unset;
      margin-bottom: 30px;
  }
  .journalDetail-wrapper .journal-detail{
      width: 100%;
  }
  .journalDetail-wrapper .explore{
      width: 180px;
  }
  .journalDetail-wrapper .journal-detail .journal-detail-img>img{
      width: 100%;
  }
  .contact-page{
      flex-direction: column;
      height: auto;
  }
  .contact-page .contact{
      width: 100%;
      height: auto;
  }
  .contact-page .contact>div{
      height: auto;
  }
  .submit-enquiry-wrapper{
      width: 100%;
  }
  .contact-page>img{
      transform: rotate(90deg);
  }
  .submit-enquiry{
      flex-direction: column;
      margin-bottom: 40px;
  }
  .submit-enquiry>div{
      width: 100%;
  }
  .submit-enquiry>div input{
      margin-bottom: 30px;
  }
  .submit-enquiry-wrapper>h1{
      margin-bottom: 20px;
      text-align: center;
  }
  #myModal>.modal-dialog{
      max-width: unset !important;
  }
  .enquiryModal .modal-content{
      height: auto;
  }
  .enquiryModal .modal-content .my-div{
      padding: 35px 15px;
  }
  .enquiryModal .submit-enquiry>div textarea{
      height: 70px;
      margin-bottom: 10px;
  }
  .enquiryModal .submit-enquiry{
      margin-bottom: 0;
  }
  .terms-disclaimer-page .tdheader{
      height: auto;
      padding: 20px 0;
  }
  .terms-disclaimer-page .tdheader .cube{
      height: 140px;
  }
  .terms-disclaimer-page .tdheader .cube>img{
      right: 10%;
      left: unset;
  }
  .terms-disclaimer-page .tdheader .detail{
      width: 83%;
  }
  .terms-disclaimer-page .tdheader .detail>p{
      width: 100%;
  }
  .terms-disclaimer-page .td-content{
      padding: 0;
  }
  .main-copyright{
      display: none;
  }
  .mob-copyright{
      display: block;
      padding: 10px;
      margin-bottom: 20px;
  }
  .wrapper{
    height:auto;
  }
  .second-wrapper .instagram-feed .insta-feed-img{
      height: auto;
      width: 100%;
  }
  .second-wrapper .instagram-feed .insta-feed-img>img{
    width: 50%;
    height: 250px;
    object-fit: cover;
  }
  .gallery-view-wrapper .arrow-back h1{
    text-align: unset;
    }
    .journalDetail-wrapper .explore h1{
    text-align: unset;
    }
    .slider .swiper-container .swiper-slide > img {
        width: auto;
    }
}

@media (max-height:450px) and (max-width:850px){
    .fs-20 {
        font-size: 18px;}

    .second-wrapper .gallery-wrapper .img-div{
        height: 60vmax;
    }
    .gallery-view-wrapper .gallery-images .image-container{
        height: 60vmax;
    }
    .image-detail-page .image-detail .img{
        height: 60vmax;
    }
    .journalDetail-wrapper .journal-detail .journal-detail-img{
        height: 50vmax;
    }
}


  /* menuaccordian-css--------------------------------- */

  .menu-toggle {
    width: 30px;
    /* height: 30px; */
    /* position: absolute; */
    top: 20px;
    right: 25px;
    cursor: pointer;
  }
  .active_acc .menu-toggle .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  .active_acc .menu-toggle .two {
    opacity: 0;
  }
  .active_acc .menu-toggle .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
  }

  .one,
  .two,
  .three {
    width: 100%;
    height: 3px;
    background: red;
    margin: 0 auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .two{
      margin: 6px auto;
  }






  .journals .journals-text p
{
    display: none;
}
.journals .journals-text p:nth-child(3)
{
    display: -webkit-box;
}
.gallery-view-wrapper .gallery-images .image-container .border-s{
    border: 2.5px solid #474747;
    /* padding: 4% 4% 2% 4%; */
    margin: 0 2px;
}
@media (max-width: 850px)
{
    .image-detail-page .image-detail .img>img{
        height: auto;
        max-height: 275px;
    }
}
