@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400&family=Josefin+Sans:wght@700&family=Manrope:wght@200;300;400;800&family=Playfair+Display:wght@400;500;600;900&family=Roboto:wght@100;300;400;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:root {
  --text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --header-height: 24vh;
  font-family: "Roboto", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: black;
  display: block;
}

ul {
  list-style: none;
}

h3 {
  font-size: 1.7rem;
}

input, button, textarea {
  border: none;
  background: none;
}

textarea {
  font-family: inherit;
}

img {
  max-width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.container-sm {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
}

.container-md {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.container-lg {
  padding: 0 120px;
  -webkit-transition: .4s;
  transition: .4s;
  max-width: 2000px;
  margin: 0 auto;
  width: 100%;
}

.font-cario {
  font-family: "Cairo", sans-serif;
}

.opacity1 {
  -webkit-transition: .4s;
  transition: .4s;
}

.opacity1:hover {
  opacity: 1;
}

.basic-arrow {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  height: 2rem;
  width: 2rem;
  position: absolute;
  cursor: pointer;
}

.left-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.right-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.slide-page {
  height: 100%;
  width: 100%;
}

.special-bg {
  background: #f3f4ef;
}

.opacity4 {
  opacity: .4;
}

.line-h {
  line-height: 25px;
}

.vw-size {
  font-size: 4vw;
}

.p-size {
  font-size: 16px;
}

/* vertical carousel  start */
html, body {
  position: relative;
  height: 100%;
}

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

.verticalSwiper .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.verticalSwiper .swiper-pagination-bullet {
  opacity: .1 !important;
}

.verticalSwiper .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, #DDAAA0) !important;
  opacity: 1 !important;
}

/* vertical carousel  end */
/* post carousel start */
/* post carousel end */
/*********************************/
.post-swiper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}

.post-swiper__item .swiper-text {
  width: 73%;
}

.post-swiper__item .swiper-text .swiper-text-title {
  margin-bottom: 1rem;
  color: #5c7685;
}

.post-swiper__item .swiper-text .swiper-text-content {
  opacity: .6;
  line-height: 1.5;
}

.post-swiper__item .swiper-img {
  width: 25%;
  height: 20rem;
  position: relative;
}

.post-swiper__item .swiper-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-slide {
  position: relative;
  background-image: url("../../images/slide-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.in-slide .fp-controlArrow {
  top: 50%;
  -webkit-transform: translate(0, calc(-50% + 9rem));
          transform: translate(0, calc(-50% + 9rem));
  background: transparent !important;
  border: none;
  font-size: 2rem;
  color: #5c7685;
}

.in-slide .fp-controlArrow.fp-prev {
  left: 2rem;
}

.in-slide .fp-controlArrow.fp-next {
  left: 4.5rem;
}

.half-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100vh;
}

.half-page .half-parag {
  font-weight: 300;
  font-size: 28px;
}

.half-page > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  max-width: 640px;
  padding: 1rem;
}

.half-title {
  color: #5c7685;
  font-size: 35px;
  margin-bottom: 2rem;
  opacity: .7;
  font-weight: lighter;
}

/*veteriner*/
.msj-gif {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*post&story , hint*/
.post.half-page > div, .hint.half-page > div {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*video*/
.video .half-page {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

/*catmoji*/
.catmoji-page .left-half {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-half-bg {
  background: -webkit-gradient(linear, left top, right top, from(#f9fbfb), color-stop(50%, #f9fbfb), color-stop(50%, #f9ffff));
  background: linear-gradient(90deg, #f9fbfb 0%, #f9fbfb 50%, #f9ffff 50%);
}

.right-half-bg {
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, #f9fbfb));
  background: linear-gradient(90deg, white 0%, white 50%, #f9fbfb 50%);
}

header {
  padding: 2rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
}

header .header-left {
  height: 100%;
}

header .header-right {
  position: absolute;
  right: 0;
}

header .header-logo {
  height: 100%;
  min-height: 70px;
  max-height: 140px;
}

.wave-top {
  position: absolute;
  top: 0;
}

.main {
  height: calc(100vh - var(--header-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../../images/main-odd.png");
  background-position: right center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.main .main-slogan {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 3rem;
  color: #5c7685;
}

.main .main-paragraph {
  margin-bottom: 3rem;
  max-width: 350px;
}

.main .btn-download {
  border: 2px solid #5c7685;
  display: inline-block;
  padding: 12px 4rem;
  color: #5c7685;
  border-radius: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}

.main .btn-download:hover {
  background: #5c7685;
  color: white;
}

.video-wrapper {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.video {
  background-image: url("../../images/videopage-bg.png");
  background-position: 10% center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.video h1 {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 2rem;
  font-size: 2vw;
}

.profiles {
  background: #f3f4ef;
}

.wave {
  position: absolute;
  bottom: 0;
}

.profile-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-page .col:first-child {
  background: transparent;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.profile-page .col:first-child h1 {
  font-size: 60px;
  margin-bottom: 2rem;
}

.profile-page .col:first-child .dis-btn {
  border: 1px solid;
  padding: 1rem;
}

.profile-page .col {
  height: 70%;
  margin-left: 30px;
  width: 100%;
  position: relative;
  background: white;
}

.profile-page .col .profile-card {
  height: 100%;
}

.profile-page .col .profile-card .profile-card-img {
  position: relative;
  height: calc(100% - 10rem);
}

.profile-page .col .profile-card .profile-card-img img {
  height: 100%;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-page .col .profile-card .card-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  padding: 1rem 0 1rem 1rem;
}

.profile-page .col .profile-card .card-content h4 {
  margin-bottom: 10px;
}

.profile-page .col .profile-card .card-content p {
  opacity: .4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.profile-page .col .profile-card .card-content .card-content-right {
  border-radius: 30px 0 0 30px;
  background: #5c7685;
  color: white;
  padding: 20px 30px;
  margin-left: 10px;
}

.catmoji-page {
  height: 100vh;
}

.catmoji-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 3rem 10rem;
}

.big-cat {
  text-align: center;
}

.cat-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cat-properties li {
  padding: 5px 10px;
  opacity: .5;
}

.cat-properties .cat-active {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 5px 5px #eee;
          box-shadow: 0 0 5px 5px #eee;
  opacity: 1;
}

/************************************************************/
.cat-properties-tabs {
  position: relative;
  min-height: 200px;
  /* This part sucks */
  clear: both;
  margin: 25px 0;
  text-align: center;
}

.cat-property-tab {
  float: left;
}

.cat-property-tab label {
  padding: 10px 15px;
  position: relative;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.cat-property-tab label:hover {
  color: #933eff;
}

.cat-property-tab [type=radio] {
  display: none;
}

.cat-alt-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  top: 30px;
  display: none;
}

[type=radio]:checked ~ label {
  color: #933eff;
}

[type=radio]:checked ~ label ~ .cat-alt-content {
  display: block;
}

[type="radio"]:checked ~ label::after {
  content: '';
  height: 3px;
  width: 3px;
  position: absolute;
  background: #933eff;
  top: 90%;
  left: 47%;
  border-radius: 50%;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100vh;
  background-image: url("../../images/slide-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.notice {
  padding: 2rem;
  margin: 3rem auto;
  max-width: 1000px;
  background: #b7d0d5;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 5px 5px #dfdfdf;
          box-shadow: 0 5px 5px 5px #dfdfdf;
  color: #5c7685;
}

.notice h3 {
  margin-bottom: 1rem;
}

.modal {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  top: 0;
  left: 0;
  width: 100%;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
}

/* Modal Content */
.modal-content-wrapper {
  margin: auto;
  padding: 20px;
  width: 100%;
  position: relative;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* The Close Button */
.close {
  color: #2b2e36;
  font-size: 28px;
  font-weight: bold;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  position: absolute;
  top: 2rem;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal .form-back {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.modal .idea-text {
  text-align: center;
  margin: 0 2rem;
}

.modal .modal-img-wrapper img {
  width: 20rem;
}

.modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-content .modal-form-wrapper {
  width: 100%;
}

.modal .modal-content .modal-form-wrapper .idea-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.modal .modal-content .modal-form-wrapper .idea-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.modal .modal-content .modal-form-wrapper .idea-form .form-group > * {
  border-bottom: 1px solid #5c7685;
  margin-bottom: 20px;
  width: 80%;
  height: 2rem;
  border-radius: 0;
}

.modal .modal-content .modal-form-wrapper .idea-form .form-group textarea {
  font-size: 14px;
  height: 10rem;
  resize: none;
}

.modal .modal-content .modal-form-wrapper .idea-form .form-group input[type=submit] {
  width: unset;
  padding: 10px 20px;
  height: unset;
  border: 1px solid #5c7685;
  color: #5c7685;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.modal .modal-content .modal-form-wrapper .idea-form .form-group input[type=submit]:hover {
  background: #5c7685;
  color: white;
}

.footer {
  background: url("../../images/footer.png") center;
}

.footer .footer-wrapper {
  height: 100vh;
  position: relative;
}

.footer .footer-wrapper .footer-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}

.footer .footer-wrapper .footer-inner .footer-logo {
  text-align: center;
}

.footer .footer-wrapper .footer-inner .footer-logo a {
  display: inline-block;
}

.footer .footer-wrapper .footer-inner .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-wrapper .footer-inner .footer-links .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-wrapper .footer-inner .footer-links .links .selectLang {
  cursor: pointer;
  border: none;
  background: none;
  color: white;
  font-family: roboto;
  font-size: 16px;
}

.footer .footer-wrapper .footer-inner .footer-links .links .selectLang option {
  background: #2B2A33;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.footer .footer-wrapper .footer-inner .footer-links .links a {
  margin: 8px 10px;
  cursor: pointer;
}

.footer .footer-wrapper .footer-inner .footer-links .links > * {
  padding: 4px;
  color: white;
  font-size: 16px;
}

.footer .footer-wrapper .footer-inner .footer-copyright {
  text-align: center;
  padding: 1rem 0;
  font-size: 13px;
}

.video-dil {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  background-color: black;
}

.language-page-wrapper {
  padding: 3rem 0;
}

.logo {
  margin-bottom: 10%;
}

.logo .logo-svg {
  width: 240px;
}

/*selectbox*/
.selectbox {
  position: relative;
  width: 210px;
  border: 1px solid white;
  z-index: 1;
}

.selectbox::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}

.selectbox label {
  position: absolute;
  top: 1px;
  left: 5px;
  padding: 9px;
  color: white;
  z-index: -1;
}

.selectbox select {
  width: 100%;
  height: auto;
  line-height: normal;
  font-family: inherit;
  padding: .8em .5em;
  border: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.selectbox select option {
  background: #2B2A33;
  color: white;
}

@media only screen and (max-width: 1200px) {
  .container-lg {
    padding: 0 80px;
  }
  .container {
    padding: 0 1rem;
  }
  .btn-download {
    padding: 8px 3rem !important;
  }
  .half-page .half-parag {
    font-size: 22px;
  }
  .footer .links > * {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 992px) {
  .container-lg {
    padding: 0 40px;
  }
  .half-title {
    margin-bottom: 1rem;
  }
  .half-parag {
    font-size: 19px !important;
  }
  .video h1 {
    font-size: 4vw;
    margin-bottom: 1rem;
  }
  .profile-page .col {
    margin-left: 20px;
  }
  .profile-page .col .card-content-right {
    padding: 14px 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .container-lg {
    padding: 0 30px;
  }
  .main-paragraph {
    max-width: 250px !important;
  }
  /* half page start*/
  .right-half-bg {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, white), color-stop(60%, #f9fbfb), to(#f9fbfb));
    background: linear-gradient(0deg, white 60%, #f9fbfb 60%, #f9fbfb 100%);
  }
  .left-half-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(#f9fbfb), color-stop(60%, #f9fbfb), color-stop(60%, white));
    background: linear-gradient(0deg, #f9fbfb 0%, #f9fbfb 60%, white 60%);
  }
  .video {
    background-position: center 90%;
    background-size: 90%;
  }
  .half-page {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .half-page > div {
    width: 100%;
    max-width: 540px;
  }
  .catmoji-page .half-page {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .catmoji-page .half-page .big-cat {
    max-height: 10rem;
  }
  .catmoji-page .half-page .right-half {
    height: 40%;
  }
  .catmoji-page .half-page .left-half.cat-img {
    height: 60%;
  }
  .catmoji-page .half-page .left-half.cat-img img {
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .cat-properties-tabs {
    margin: 6px 0;
    min-height: 175px;
  }
  .veteriner .half-page .left-half {
    height: 40%;
  }
  /* half page end*/
  /* profile page start*/
  .profile-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 5rem;
  }
  .profile-page .col:first-child {
    height: auto;
    width: 100%;
  }
  .profile-page .col:first-child > * {
    margin-bottom: 1rem;
  }
  .profile-page .col {
    height: 45%;
    width: 46%;
    margin: 0;
  }
  .profile-page .col .card-content {
    height: 8rem !important;
  }
  .profile-page .col .profile-card-img {
    height: calc(100% - 8rem) !important;
  }
  /* profile page end */
  /* footer */
  .footer {
    background: url("../../images/mini-footer.png") no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .footer .footer-logo a {
    width: 13rem;
  }
  .footer .footer-links {
    position: absolute;
    top: -190%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer .left-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .footer .left-links a {
    color: #5c7685 !important;
    font-size: 20px !important;
  }
  .footer .footer-dot {
    display: none;
  }
  .modal-content-wrapper {
    padding: 0;
  }
  .modal-content-wrapper .idea-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-content-wrapper .idea-form textarea {
    height: 6rem !important;
  }
  .modal-content-wrapper .idea-text {
    margin: 0 auto;
    width: 23rem;
  }
  .modal-content-wrapper .form-back {
    height: 100vh;
  }
  /*footer end */
}

@media only screen and (max-width: 576px) {
  .main {
    background-size: 70%;
  }
  .vw-size {
    font-size: 6vw !important;
  }
  .half-page > div {
    padding: 1rem 0;
  }
  .profile-page .col h1 {
    font-size: 6vw !important;
  }
  .profile-page .col .profile-card .card-content {
    padding: 10px;
  }
  .profile-page .col .profile-card .card-content .card-content-right {
    display: none;
  }
  .cat-properties-tabs {
    min-height: 140px;
  }
  .cat-properties-tabs .cat-property-tab label {
    padding: 10px 9px;
    font-size: 15px;
  }
  .cat-properties-tabs .cat-property-tab .cat-alt-content {
    padding: 0;
  }
  .in-slide .post-swiper__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .in-slide .post-swiper__item .swiper-text {
    width: 100%;
    margin-bottom: 2rem;
  }
  .in-slide .post-swiper__item .swiper-img {
    width: 100%;
    height: 31vh;
  }
  .in-slide .post-swiper__item .swiper-img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .in-slide .fp-controlArrow {
    top: 90%;
    -webkit-transform: unset;
            transform: unset;
  }
  .footer .footer-logo a {
    width: 10rem;
  }
  .modal .modal-img-wrapper {
    position: absolute;
    z-index: -1;
    opacity: 0.6;
    width: 10rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .modal .form-group > * {
    width: 90% !important;
  }
}

@media only screen and (max-width: 414px) {
  header .header-left {
    width: 7rem;
  }
  .p-size {
    font-size: 14px;
  }
  .vw-size {
    font-size: 7vw !important;
  }
  .profile-page .col {
    width: 48%;
  }
  .cat-property-tab label {
    padding: 10px 5px !important;
    font-size: 13px !important;
  }
  .modal-content-wrapper .idea-text {
    width: unset;
    margin: 0 2rem;
  }
}

@media only screen and (max-width: 350px) {
  .container {
    padding: 0 15px !important;
  }
  .container-lg {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=main.css.map */