body,
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif;
  color: black;
}

a:hover {
  text-decoration: none;
}

ul li a {
  color: black;
}

a {
  color: black;
}

ul li {
  padding: 10px 0px;
}

ul li,
p {
  font-size: 15px;
  line-height: 22px;
  font-family: "Poppins";
  font-weight: 400;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 90px;
  color: #fff;
  font-weight: 400;
  line-height: 71px;
  padding-bottom: 15px;
  font-family: "Playfair";
  text-align: center;
}

h2 {
  font-size: 46px;
  font-family: "Playfair";
  font-weight: 400;
  color: #000;
  line-height: 48px;
  text-transform: capitalize;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Playfair";
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/*back to top*/

#back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0;
  z-index: 99999999;
  width: 50px;
  margin-right: 10px;
  height: 48px;
  animation: rotate 10.5s;
  text-align: center;
  line-height: 50px;
  background: #a37c52;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.5s linear;
  opacity: 0;
}

.show {
  display: block !important;
}

#back-to-top.show {
  opacity: 1;
  right: 0;
}

/*back to top*/

/*HEADER*/
header {
  /* position: absolute; */
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99999999;
}

.navbar-light {
  padding: 10px 0px 10px 0px;
}

.menu-logo {
  display: none;
}

a.navbar-brand {
  position: relative;
  z-index: 99;
  padding: 0px;
  width: 130px;
}

div#navbarMobile {
  justify-content: flex-end;
}

.navbar_content a {
  margin: 0px 22px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-family: "Poppins";
}

.navbar_content li:last-child a {
  margin-right: 0px;
}

ul#menu-header-menu > li.current-menu-item > a {
  color: #a37c52;
}

header .menu-item a:hover {
  color: #c49a6c;
}

ul#menu-header-menu li:hover > ul.sub-menu {
  display: block;
}

ul.sub-menu {
  list-style: none;
  padding: 0px;
  position: absolute;
  display: none;
  background: #db6237;
  width: 242px;
  border-radius: 6px;
  box-shadow: 0px 29px 38px -50px #5f5f5f;
  transform: translateX(-31%);
}

ul.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #db6237;
  top: -9px;
  left: 47%;
  position: absolute;
}

ul#menu-header-menu .sub-menu li {
  border-bottom: 1px solid #f9885f;
}

ul#menu-header-menu .sub-menu li:last-child {
  border: none;
}

.navbar_content .sub-menu a {
  padding-bottom: 0;
  display: block;
  color: #fff;
  font-size: 16px;
}

header .sub-menu .menu-item a:hover {
  color: #fff;
}

/*HEADER*/

/* Header Banner */
.post-header-banner,
.header-slider-image,
.header-banner-video,
.header-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}

.header-slider-image img,
.header-banner-video video {
  width: 100%;
  display: block;
}

.header-banner-description {
  position: absolute;
  bottom: 50px;
  left: 0px;
  right: 0px;
  z-index: 11;
}
.header-banner-description .home-button {
  text-align: center;
}

.home-button {
  margin-top: 30px;
}

.home-button a {
  font-size: 16px;
  line-height: 22px;
  font-family: "Poppins";
  background: #a37c52;
  border: 1px solid #a37c52;
  color: #fff;
  padding: 10px 25px;
  text-transform: capitalize;
}
.header-banner-description .home-button a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.home-button a:hover {
  background: transparent;
  color: #a37c52;
  text-decoration: none;
}

.header-gradient {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(0deg, #00000099, transparent);
}

.header-banner-description p {
  text-align: center;
  color: #fff;
}

/* Header Banner */

/*FOOTER*/

footer {
  background-color: #fff;
  padding: 50px 0px 50px;
}

footer ul li {
  padding: 0px 0px 10px 0px;
}

footer ul li a {
  color: #000000;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  text-transform: capitalize;
}

footer ul li a:hover {
  color: #a37c52;
}

.social-icon-app a {
  /* background: #a37c52; */
  color: #a37c52;
  font-size: 24px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer p {
  font-size: 15px;
  font-family: "Poppins";
  color: #000000;
  font-weight: 500;
  line-height: 24px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

.footer-navbar-brand {
  width: 220px;
  display: block;
  margin-bottom: 20px;
}

.footer-top-logo a {
  font-size: 15px;
  font-family: "Poppins";
  color: #000000;
  font-weight: 500;
  line-height: 28px;
}

.footer-top-logo a:hover {
  color: #a37c52;
}

h2.form-title {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 28px;
  font-family: "Playfair";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-bottom-section {
  margin-top: 40px;
}

.footer-bottom-section p a {
  color: #a37c52;
}

.socia-site-icons {
  margin-top: 6px;
}

/* Form */

form label {
  margin-bottom: 2px;
  width: 100%;
}

select,
textarea,
input {
  width: 100%;
  background: #fff;
  font-size: 15px;
  line-height: 19px;
  font-family: "Poppins";
  color: #000;
  border-radius: 0px;
  padding: 8px 15px;
  border: 1px solid #000;
}

select::placeholder,
textarea::placeholder,
input::placeholder {
  font-size: 15px;
  line-height: 19px;
  font-family: "Poppins";
  color: #000;
  text-transform: capitalize;
}

select:focus-visible,
textarea:focus-visible,
input:focus-visible {
  outline: unset;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: unset;
  font-size: 16px;
  line-height: 22px;
  font-family: "Poppins";
  background: #a37c52;
  border: 1px solid #a37c52;
  color: #fff;
  padding: 10px 25px;
  text-transform: capitalize;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: transparent;
  color: #a37c52;
  text-decoration: none;
}

textarea {
  height: 160px;
}

footer form br {
  display: none;
}

/*FOOTER*/

/*  HOMEPAGE  */

.common-section {
  padding: 40px 0px;
}

/* .index-section-1-left {
  display: flex;
  align-items: flex-end;
} */

.index-section-1-left-description {
  display: flex;
  align-items: center;
  position: relative;
}

.index-section-1-left-description img {
  border: 3px solid #a37c52;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.index-section-1-left-content {
  padding: 20px 30px 35px 40px;
  position: relative;
  z-index: 9;
}

.index-section-1-border-gradient {
  position: absolute;
  border: 2px solid #a37c52;
  left: 10%;
  right: 0px;
  top: 5px;
  bottom: 5px;
}

/* .index-section-1-right {
  padding-bottom: 10px;
} */

.index-section-2-top {
  margin-bottom: 20px;
}

.index-section-2-top-content h2 {
  text-align: center;
  text-transform: uppercase;
}

.index-section-2-top-content p {
  text-align: center;
}

.index-section-2-bottom-content h3 {
  margin: 10px 0px;
}

.index-section-2-bottom-content p {
  font-size: 13px;
  line-height: 18px;
}

.index-section-3-top h2 {
  margin-bottom: 20px;
}

.index-section-3-top img {
  width: 100%;
}

.index-section-4-right h2 {
  margin-bottom: 20px;
}

.index-section-5 {
  background: #80808012;
}

.index-section-5-repeater-desc {
  height: 100%;
  background: #fff;
  padding: 20px;
}

/*  HOMEPAGE  */

/*  Video  */

.index-video-section-repeater {
  margin: 30px 0px;
}

.index-video-section-description iframe {
  width: 100%;
  border: unset;
  height: 210px;
}

.index-video-section-description h3 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.video-pagination {
  margin: auto;
  gap: 20px;
  display: flex;
}

.video-pagination .video-button {
  color: #fff;
  background-color: #ee7f69;
  border: 1px solid #ee7f69;
  padding: 15px 25px;
  outline: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  border-radius: 0px;
  line-height: 1.33;
  font-family: "Poppins";
  cursor: pointer;
}

.video-pagination .video-button:hover {
  background-color: #2e1d2f;
  border: 1px solid #2e1d2f;
  color: #fff;
}

.video-page-iframe {
  position: relative;
}

.video-page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  Video  */

/*  Movie  */

.movie-banner img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}

/* Movie */

/* About */

.about-section-1-left img {
  width: 100%;
}

.about-section-1-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-vision-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.about-vision-description {
  padding: 30px 0px;
}

.about-vision-left-description img {
  margin: auto;
  display: block;
  width: 240px;
  border-radius: 50%;
  border: 3px solid #a37c52;
  padding: 10px;
}

.about-vision-left-content {
  background: #fff;
  padding: 20px 25px;
  margin-top: 30px;
}

.about-vision-left-content h3 {
  text-transform: uppercase;
}

.about-vision-title h2 {
  text-transform: uppercase;
}

.about-vision-right-description {
  width: 550px;
  margin-left: auto;
  background: #ffffff8f;
  padding: 20px 25px;
  margin-top: 50px;
}

.about-vision-right-description img {
  width: 35px;
}

.about-vision-right-description h3 {
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
}

.about-vision-right-description p:last-child {
  text-align: right;
  margin-top: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.about-section-3-repeater {
  margin: 20px 0px;
}

/* About */

/* Portfolio */

.gallery-menu {
  margin: 50px 0px;
  position: sticky;
  top: 0px;
  z-index: 999;
  background: #fff;
  left: 0px;
  right: 0px;
  padding: 20px 0px;
}

.gallery-menu .nav-tabs {
  border-bottom: unset;
  justify-content: center;
}

.gallery-menu .nav-tabs .nav-item {
  margin-bottom: 0px;
  padding: 0px 10px;
}

.gallery-menu .nav-tabs .nav-item .nav-link {
  border: 1px solid #000;
  border-radius: 0px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins";
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}

.gallery-menu .nav-tabs .nav-item .nav-link:hover,
.gallery-menu .nav-tabs .nav-item .nav-link.active {
  background: #a37c52;
  border: 1px solid #a37c52;
  color: #fff;
}

.gallery-description {
  margin: 50px 0px;
}

.gallery-description h2 {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-images {
  margin-bottom: 30px;
}

.gallery-images.galler-image1 img {
  width: 100%;
}

/* Portfolio */

/* Contact Page */

.contact-page-section {
  background: #8080800a;
}

.contact-section-1-title {
  margin-bottom: 20px;
}

.contact-detail-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

.contact-detail-section p a {
  font-size: 15px;
  font-family: "Poppins";
  color: #000000;
  font-weight: 500;
  line-height: 28px;
}

.contact-detail-section p a:hover {
  color: #a37c52;
}

.contact-detail-section h3 {
  margin-top: 35px;
  margin-bottom: 15px;
}

/* Contact Page */

/*  RESPONSIVENESS  */

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1366px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1439px) {
  .index-section-1-border-gradient {
    left: 15%;
  }
}

@media screen and (max-width: 1365px) {
  h1 {
    font-size: 82px;
    line-height: 68px;
  }

  .index-section-1-left-content {
    padding: 20px 30px 35px 30px;
  }
}

@media screen and (max-width: 1199.98px) {
  .navbar_content a {
    margin: 0px 20px;
    font-size: 15px;
  }

  h1 {
    font-size: 62px;
    line-height: 54px;
  }

  h2 {
    font-size: 38px;
    line-height: 42px;
  }

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

  ul li,
  p {
    font-size: 14px;
    line-height: 24px;
  }

  .index-section-1-left-description img {
    width: 320px;
    height: 320px;
  }

  .index-section-4-left img {
    height: 100%;
    object-fit: cover;
    padding-bottom: 15px;
  }

  h2.form-title {
    font-size: 20px;
    line-height: 24px;
  }

  footer ul li a {
    font-size: 15px;
  }

  .contact-detail-section p a {
    font-size: 14px;
    line-height: 26px;
  }

  .gallery-menu .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
  }

  .about-vision-section {
    background-position: center;
  }

  .about-vision-left-description img {
    width: 220px;
  }

  .about-vision-left-content {
    padding: 20px 20px;
    margin-top: 20px;
  }

  .about-vision-right-description {
    width: 430px;
    padding: 20px 20px;
  }

  .about-vision-right-description img {
    width: 26px;
  }

  .about-vision-right-description h3 {
    font-size: 19px;
    line-height: 26px;
  }

  .about-vision-right-description p:last-child {
    font-size: 14px;
  }
  .movie-banner img {
    height: 420px;
  }
}

@media screen and (max-width: 991.98px) {
  .menu-logo {
    display: block;
    text-align: center;
    padding-top: 15px;
  }

  .menu-logo img {
    width: 130px;
  }

  #toggle:checked ~ .toggle-btn {
    position: fixed;
    right: 20px;
    top: 25px;
  }

  .toggle-btn {
    z-index: 9999999999999;
    cursor: pointer;
    margin-bottom: 0px;
  }

  .cross-btn-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
  }

  .toggle-btn .bar:nth-child(1) {
    transition: all 0.6s ease-in-out;
  }

  .toggle-btn .bar {
    width: 35px;
    height: 2px;
    opacity: 1;
    margin: 5px 0px 5px auto;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }

  #toggle:checked ~ .toggle-btn .bar {
    width: 30px;
    height: 2px;
    background-color: #000;
  }

  header #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(60deg);
    transform: translateY(0px) rotate(50deg);
  }

  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-46deg);
    transform: translateY(-7px) rotate(-50deg);
  }

  #toggle:checked ~ #navbarMobile {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
  }

  #navbarMobile {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .navbar-collapse {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.3s;
    z-index: 99999999999999999999999;
  }

  .navbar_content {
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.3s;
    z-index: 9999999999999999;
  }

  .navbar ul {
    display: block;
    position: absolute;
    top: 150px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    padding: 15px;
    transition: 0.3s;
    text-align: center;
    border-radius: 7px;
  }

  .navbar_content li {
    margin-bottom: 0px;
    padding: 10px 0px;
  }

  .navbar_content a {
    margin: 0px !important;
  }

  header .menu-item a:hover {
    color: #a37c52;
  }

  ul#menu-header-menu > li.current-menu-item > a {
    color: #a37c52;
  }

  ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: relative;
    display: block;
    background: no-repeat;
    width: 90%;
    margin: 5px auto 0px;
    border-radius: 6px;
    transform: translateX(0);
    border: 1px solid rgb(205 205 205 / 50%);
    top: 0px;
    left: 0px;
    background-image: linear-gradient(92.35deg, #ec4e4e -0.09%, #f3549e 99.83%);
  }

  ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #ffffff;
    top: -9px;
    left: 49%;
    position: absolute;
  }

  ul#menu-mobile-menu .sub-menu li {
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
  }

  .navbar_content .sub-menu a {
    padding-bottom: 0;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 400;
    padding: 0px;
    line-height: 20px;
  }

  h1 {
    font-size: 48px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 22px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  .home-button a {
    font-size: 14px;
    line-height: 20px;
  }

  footer p,
  ul li,
  p {
    font-size: 13px;
    line-height: 22px;
  }
  .index-section-1-left-content {
    padding: 20px 15px 35px 15px;
  }

  .index-section-1-border-gradient {
    left: 22%;
  }

  .index-section-2-top {
    margin-bottom: 10px;
  }

  .index-section-2-bottom-content {
    margin: 10px 0px;
  }

  .index-section-5-repeater-desc {
    padding: 15px;
  }

  .footer-navbar-brand {
    width: auto;
  }

  .footer-top-logo a {
    font-size: 13px;
    line-height: 24px;
  }

  h2.form-title {
    font-size: 18px;
    line-height: 22px;
  }

  footer ul li a {
    font-size: 13px;
  }

  .social-icon-app a {
    font-size: 20px;
  }

  .footer-bottom-section {
    margin-top: 30px;
  }

  select::placeholder,
  textarea::placeholder,
  input::placeholder,
  select,
  textarea,
  input {
    font-size: 13px;
    line-height: 18px;
  }

  select,
  textarea,
  input {
    padding: 8px 10px;
  }

  .contact-detail-section p a {
    font-size: 13px;
    line-height: 24px;
  }

  .gallery-menu {
    margin: 30px 0px;
    padding: 20px 0px 0px;
  }

  .gallery-menu .nav-tabs .nav-item {
    padding: 5px 5px;
  }

  .gallery-description {
    margin: 50px 0px 10px;
  }

  .about-vision-left-description img {
    width: 180px;
    padding: 8px;
  }

  .about-vision-left-content {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .about-vision-right-description {
    width: unset;
    padding: 20px 20px;
    margin-top: 40px;
  }

  .about-vision-right-description img {
    width: 24px;
  }

  .about-vision-right-description h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .about-vision-right-description p:last-child {
    margin-top: 25px;
    font-size: 14px;
  }

  .movie-banner img {
    height: 480px;
  }
}

@media screen and (max-width: 767.98px) {
  .common-section {
    padding: 30px 0px;
  }

  .header-banner-description {
    bottom: 35px;
  }

  h1 {
    font-size: 35px;
    line-height: 32px;
    padding-bottom: 10px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .index-section-1-left-description {
    flex-direction: column;
  }

  .index-section-1-left-content {
    text-align: center;
  }

  .index-section-1-border-gradient {
    left: 0px;
    top: 15%;
  }

  .index-section-1-left-description img {
    width: 280px;
    height: 280px;
  }

  .index-section-5-repeater {
    margin: 10px 0px;
  }

  .index-section-4-right {
    margin-top: 15px;
  }

  footer {
    padding: 30px 0px 30px;
  }

  .footer-navbar-brand {
    width: 280px;
    margin: 0px auto 20px;
  }

  .footer-section {
    align-content: flex-start;
    margin-top: 25px;
  }

  h2.form-title {
    margin-bottom: 15px;
  }

  .contact-section-1-title {
    margin-bottom: 10px;
  }

  .contact-detail-section {
    align-content: flex-start;
    margin-bottom: 30px;
  }

  .contact-detail-section h3 {
    margin-top: 15px;
  }

  .about-vision-left {
    margin-bottom: 50px;
  }

  .about-vision-right-description {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .about-section-1-right {
    margin-top: 15px;
  }

  .movie-banner img {
    height: unset;
  }
}

@media screen and (max-width: 575px) {
  .header-banner,
  .header-banner img {
    height: 320px;
    background-position: center;
  }

  h1 {
    font-size: 31px;
    line-height: 30px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  .home-button a {
    font-size: 13px;
    line-height: 18px;
  }

  .index-section-1-left-description img {
    width: 250px;
    height: 250px;
  }

  .index-section-2-bottom-content:last-child p:last-child {
    margin-bottom: 0px;
  }
  .gallery-menu {
    margin: 20px 0px;
  }

  .gallery-description {
    margin: 40px 0px 10px;
  }

  .about-vision-right-description h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .about-vision-right-description p:last-child {
    margin-top: 22px;
    font-size: 13px;
  }

  .index-video-section-repeater {
    margin: 20px 0px;
  }
}

@media screen and (max-width: 480px) {
  .gallery-menu {
    margin: 10px 0px;
  }

  .gallery-menu .nav-tabs {
    flex-direction: column;
    text-align: center;
  }

  .about-vision-right-description img {
    width: 21px;
  }

  .about-vision-right-description h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .index-section-1-border-gradient {
    top: 12%;
  }
}

/*  RESPONSIVENESS  */
