* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ibarra Real Nova", serif;
  scroll-behavior: smooth;
}

body {
  background-color: #FBFBFB;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body svg {
  position: fixed;
  right: 0;
  z-index: -80;
}

nav {
  width: 100%;
  height: auto;
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(226, 220, 220, 0.2745098039);
  gap: 20%;
  position: fixed;
  background-color: #FBFBFB;
  top: 0;
  z-index: 50;
}
nav .burgerMenu {
  display: none;
  width: auto;
  height: auto;
}
nav .burgerMenu i {
  font-size: 25px;
  color: #D19218;
}
nav div {
  width: 12%;
  height: 12%;
}
nav div img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
nav ul li {
  font-weight: 200;
  font-size: 16px;
  padding: 4px 0px;
  position: relative;
  overflow: hidden;
}
nav ul li a {
  text-decoration: none;
  color: #141414;
}
nav ul li::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  background-color: #D19218;
  bottom: 0;
  right: -70%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
nav ul li:hover {
  cursor: pointer;
}
nav ul li:hover::before {
  right: 0;
}
nav ul li .active::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  background-color: #D19218;
  bottom: 0;
  right: 0;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
@media screen and (max-width: 767px) {
  nav {
    padding: 10px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav .burgerMenu {
    display: block;
  }
  nav ul {
    display: none;
  }
  nav div {
    width: 25%;
    height: 25%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  nav {
    padding: 20px 15px;
  }
}

.pop-out {
  width: 100%;
  height: auto;
  background-color: #FBFBFB;
  padding: 40px 10px;
  display: none;
  position: fixed;
  top: -10%;
  z-index: 45;
  background-color: #FBFBFB;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.pop-out ul {
  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;
  gap: 25px;
  list-style: none;
}
.pop-out ul li {
  font-weight: 200;
  font-size: 16px;
  padding: 4px 0px;
  position: relative;
  overflow: hidden;
}
.pop-out ul li a {
  text-decoration: none;
  color: #141414;
}
.pop-out ul li:hover {
  color: #D19218;
}
@media screen and (max-width: 767px) {
  .pop-out {
    display: block;
  }
}

footer {
  width: 100%;
  padding: 70px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
}
footer .contact {
  width: 25%;
  height: auto;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
footer .contact .logo {
  width: 50%;
  height: auto;
}
footer .contact .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .contact ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
footer .contact ul li {
  font-size: 14px;
  font-weight: 200;
  color: #141414;
}
footer .contact ul li i {
  color: #D19218;
  margin-right: 5px;
}
footer .contact ul li a {
  color: #141414;
  text-decoration: none;
}
footer .contact ul li a:hover {
  color: #D19218;
}
footer .quickLinks {
  width: 15%;
  height: auto;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
footer .quickLinks h3 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
}
footer .quickLinks ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
footer .quickLinks ul a {
  text-decoration: none;
}
footer .quickLinks ul a li {
  font-size: 14px;
  font-weight: 200;
  color: #141414;
}
footer .quickLinks ul a li:hover {
  color: #D19218;
  text-decoration: underline;
}
footer .quickLinks ul a li i {
  color: #D19218;
  margin-right: 5px;
}
footer .information {
  width: 20%;
  height: auto;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
footer .information h3 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
}
footer .information ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
footer .information ul a {
  text-decoration: none;
}
footer .information ul a li {
  font-size: 14px;
  font-weight: 200;
  color: #141414;
}
footer .information ul a li:hover {
  color: #D19218;
  text-decoration: underline;
}
footer .information ul a li i {
  color: #D19218;
  margin-right: 5px;
}
footer .categories {
  padding-inline: 15px;
  height: auto;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
footer .categories h3 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
}
footer .categories div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
footer .categories div ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
footer .categories div ul a {
  text-decoration: none;
}
footer .categories div ul a li {
  font-size: 14px;
  font-weight: 200;
  color: #141414;
}
footer .categories div ul a li:hover {
  color: #D19218;
  text-decoration: underline;
}
footer .categories div ul a li i {
  color: #D19218;
  margin-right: 5px;
}
footer .categories div ul:nth-of-type(2) {
  height: 45%;
}
@media screen and (max-width: 767px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    gap: 25px;
  }
  footer .contact, footer .quickLinks, footer .information, footer .categories {
    width: 100%;
  }
  footer .categories {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer {
    padding-inline: 15px;
  }
}

.home-hero {
  width: 100%;
  padding-block: 90px;
  padding-inline: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 90px;
  position: relative;
}
.home-hero svg {
  position: absolute;
  bottom: 5%;
  left: 20%;
}
.home-hero .hero-text {
  width: 50%;
  height: auto;
  padding-block: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.home-hero .hero-text h1 {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  font-optical-sizing: auto;
}
.home-hero .hero-text h1 span {
  color: #D19218;
  font-family: "Ibarra Real Nova", serif;
  font-weight: 700;
}
.home-hero .hero-text p {
  width: 95%;
  font-size: 17px;
  font-weight: 100;
  font-family: "Ibarra Real Nova", serif;
  color: #696969;
  line-height: 27px;
}
.home-hero .hero-text button {
  padding: 12px 20px;
  background-color: #D19218;
  color: #FBFBFB;
  border: none;
  outline: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 30%;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 30px;
  position: relative;
  transition: 300ms ease;
}
.home-hero .hero-text button i {
  font-size: 16px;
  position: absolute;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.home-hero .hero-text button:hover {
  background-color: #141414;
  cursor: pointer;
}
.home-hero .hero-text button:hover i {
  right: 15%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.home-hero .hero-text button a {
  text-decoration: none;
  color: #FBFBFB;
}
.home-hero .hero-img-1 {
  width: 50%;
  height: auto;
  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;
}
.home-hero .hero-img-1 .hero-img-3 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #FBFBFB;
  -webkit-box-shadow: 0 0 80px #D19218;
          box-shadow: 0 0 80px #D19218;
}
.home-hero .hero-img-1 .hero-img-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .hero-img-1 .hero-img-3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero .hero-img-1 .hero-img-2 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #FBFBFB;
  -webkit-box-shadow: 0 0 80px #D19218;
          box-shadow: 0 0 80px #D19218;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.home-hero .hero-img-1 .hero-img-2 .fade-image {
  width: 98%;
  height: 98%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  border-radius: 50%;
}
.home-hero .hero-img-1 .hero-img-2 .fade-image.active {
  opacity: 1;
}
.home-hero .aboutxt {
  width: 50%;
  height: auto;
}
.home-hero .aboutxt h2 {
  font-size: 35px;
  color: #D19218;
}
.home-hero .aboutxt h4 {
  font-size: 18px;
  color: #D19218;
}
.home-hero .aboutxt p {
  text-align: justify;
  color: #696969;
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
  margin: 10px 0 20px 0;
}
.home-hero .aboutxt button {
  padding: 12px 20px;
  background-color: #D19218;
  color: #FBFBFB;
  border: none;
  outline: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 30%;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
}
.home-hero .aboutxt button i {
  font-size: 16px;
  position: absolute;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.home-hero .aboutxt button:hover {
  background-color: #141414;
  cursor: pointer;
}
.home-hero .aboutxt button:hover i {
  right: 15%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
@media screen and (max-width: 767px) {
  .home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 15px;
    margin-top: 90px;
    padding-block: 30px;
  }
  .home-hero svg {
    display: none;
  }
  .home-hero .hero-text {
    width: 100%;
  }
  .home-hero .hero-text h1 {
    font-size: 35px;
  }
  .home-hero .hero-text button {
    width: 50%;
  }
  .home-hero .hero-img-1 {
    width: 100%;
  }
  .home-hero .hero-img-1 .hero-img-2, .home-hero .hero-img-1 .hero-img-3 {
    width: 340px;
    height: 340px;
  }
  .home-hero .aboutxt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 15px;
    margin-top: 120px;
    padding-block: 30px;
  }
  .home-hero .hero-text {
    width: 100%;
  }
  .home-hero .hero-text h1 {
    font-size: 35px;
  }
  .home-hero .hero-text button {
    width: 50%;
  }
  .home-hero svg {
    display: none;
  }
  .home-hero .hero-img-1 {
    width: 100%;
  }
  .home-hero .hero-img-1 .hero-img-2, .home-hero .hero-img-1 .hero-img-3 {
    width: 340px;
    height: 340px;
  }
  .home-hero .aboutxt {
    width: 100%;
  }
}

.options {
  width: 100%;
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FBFBFB;
  position: relative;
}
.options svg {
  position: absolute;
  z-index: -30;
}
.options .quote {
  width: 47%;
}
.options .quote h4 {
  font-size: 35px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .options .quote {
    width: 80%;
  }
  .options .quote h4 {
    font-size: 25px;
    line-height: 28px;
  }
}

.landing-services {
  width: 100%;
  padding: 40px 60px;
}
.landing-services .services-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.landing-services .services-txt h1 {
  font-size: 35px;
}
.landing-services .services-txt p {
  color: rgb(168, 168, 168);
  font-size: 18px;
  font-weight: 100;
}
.landing-services .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.landing-services .services .service-card {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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;
  padding-bottom: 10px;
  border-radius: 5px;
}
.landing-services .services .service-card:hover .serve-img {
  -webkit-box-shadow: 0 0 85px rgba(209, 147, 24, 0.6980392157);
          box-shadow: 0 0 85px rgba(209, 147, 24, 0.6980392157);
}
.landing-services .services .service-card:hover .serve-img img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.landing-services .services .service-card .serve-img {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 20px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.landing-services .services .service-card .serve-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.landing-services .services .service-card .card-text {
  padding-inline: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.landing-services .services .service-card .card-text .crdtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-services .services .service-card .card-text .crdtxt p {
  font-size: 16px;
  font-weight: 200;
  color: #141414;
}
.landing-services .services .service-card .card-text .crdtxt span {
  color: #15AC40;
  font-size: 16px;
}
.landing-services .services .service-card .card-text button {
  width: 100%;
  background: none;
  border: 1px solid #D19218;
  padding: 8px 30px;
  color: #D19218;
  font-weight: 200;
  font-size: 14px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  border-radius: 5px;
}
.landing-services .services .service-card .card-text button:hover {
  border: 1px solid #141414;
  color: #FBFBFB;
  background-color: #141414;
  cursor: pointer;
}
.landing-services .morebtn {
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.landing-services .morebtn button {
  padding: 12px 20px;
  background-color: #D19218;
  color: #FBFBFB;
  border: none;
  outline: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 30%;
  font-size: 14px;
  border-radius: 5px;
  padding-inline: 25px;
  width: 100%;
}
.landing-services .morebtn button i {
  font-size: 16px;
  position: absolute;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.landing-services .morebtn button:hover {
  background-color: #141414;
  cursor: pointer;
}
.landing-services .morebtn button:hover i {
  right: 15%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
@media screen and (max-width: 767px) {
  .landing-services {
    padding: 40px 15px;
  }
  .landing-services .services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .landing-services .services .service-card .serve-img {
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 0 25px rgba(209, 147, 24, 0.2941176471);
            box-shadow: 0 0 25px rgba(209, 147, 24, 0.2941176471);
  }
  .landing-services .services .service-card .card-text button {
    width: 100%;
    background: none;
    border: 1px solid #D19218;
    padding: 8px 30px;
    color: #D19218;
    font-weight: 200;
    font-size: 14px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    border-radius: 5px;
    padding-inline: 20px;
    font-size: 12px;
  }
  .landing-services .services .service-card .card-text button:hover {
    border: 1px solid #141414;
    color: #FBFBFB;
    background-color: #141414;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .landing-services {
    padding: 40px 15px;
  }
  .landing-services .services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .landing-services .services .service-card .serve-img {
    width: 250px;
    height: 250px;
    -webkit-box-shadow: 0 0 25px rgba(209, 147, 24, 0.2941176471);
            box-shadow: 0 0 25px rgba(209, 147, 24, 0.2941176471);
  }
  .landing-services .services .service-card .card-text button {
    width: 100%;
    background: none;
    border: 1px solid #D19218;
    padding: 8px 30px;
    color: #D19218;
    font-weight: 200;
    font-size: 14px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    border-radius: 5px;
    font-size: 16px;
  }
  .landing-services .services .service-card .card-text button:hover {
    border: 1px solid #141414;
    color: #FBFBFB;
    background-color: #141414;
    cursor: pointer;
  }
}

.Testimonials {
  width: 100%;
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
}
.Testimonials svg {
  position: absolute;
  z-index: -30;
}
.Testimonials .services-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.Testimonials .services-txt h1 {
  font-size: 35px;
}
.Testimonials .services-txt p {
  color: rgb(168, 168, 168);
  font-size: 18px;
  font-weight: 100;
}
.Testimonials .testimonial-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  margin-top: 35px;
}
.Testimonials .testimonial-cards .testimonial-card {
  padding: 25px 30px;
  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;
  border-radius: 5px;
  border: 1px solid rgba(226, 220, 220, 0.2745098039);
  background-color: #FBFBFB;
  gap: 20px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.Testimonials .testimonial-cards .testimonial-card:hover {
  -webkit-box-shadow: 0 0 30px rgba(209, 147, 24, 0.1764705882);
          box-shadow: 0 0 30px rgba(209, 147, 24, 0.1764705882);
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.Testimonials .testimonial-cards .testimonial-card > p {
  color: #696969;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  line-height: 20px;
  width: 95%;
}
.Testimonials .testimonial-cards .testimonial-card .testimo-img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.Testimonials .testimonial-cards .testimonial-card .testimo-img-txt > p {
  color: #141414;
  font-size: 14px;
  font-weight: 700;
}
.Testimonials .testimonial-cards .testimonial-card .testimo-img-txt .testi-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 0.5px solid #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(209, 147, 24, 0.5725490196);
          box-shadow: 0 0 15px rgba(209, 147, 24, 0.5725490196);
}
.Testimonials .testimonial-cards .testimonial-card .testimo-img-txt .testi-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Testimonials .testimonial-cards .testimonial-card:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.Testimonials .testimonial-cards .testimonial-card:nth-of-type(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}
.Testimonials .testimonial-cards .testimonial-card:nth-of-type(3) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
}
.Testimonials .testimonial-cards .testimonial-card:nth-of-type(4) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}
.Testimonials .testimonial-cards .testimonial-card:nth-of-type(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
}
@media screen and (max-width: 767px) {
  .Testimonials {
    padding: 40px 15px;
  }
  .Testimonials svg {
    display: none;
  }
  .Testimonials .testimonial-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .Testimonials .testimonial-cards .testimonial-card {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 15px 20px;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(2) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(4) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(5) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .Testimonials {
    padding: 40px 15px;
  }
  .Testimonials .testimonial-cards {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
  }
  .Testimonials .testimonial-cards .testimonial-card {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 15px 20px;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(2) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(4) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .Testimonials .testimonial-cards .testimonial-card:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

.landing-about {
  width: 100%;
  padding-block: 90px;
  padding-inline: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 90px;
}
.landing-about .hero-img-1 {
  width: 50%;
  height: auto;
  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;
}
.landing-about .hero-img-1 .hero-img-3 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #FBFBFB;
  -webkit-box-shadow: 0 0 80px #D19218;
          box-shadow: 0 0 80px #D19218;
}
.landing-about .hero-img-1 .hero-img-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-about .hero-img-1 .hero-img-3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-about .hero-img-1 .hero-img-2 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #FBFBFB;
  -webkit-box-shadow: 0 0 80px #D19218;
          box-shadow: 0 0 80px #D19218;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.landing-about .hero-img-1 .hero-img-2 .fade-image {
  width: 98%;
  height: 98%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  border-radius: 50%;
}
.landing-about .hero-img-1 .hero-img-2 .fade-image.active {
  opacity: 1;
}
.landing-about .aboutxt {
  width: 50%;
  height: auto;
}
.landing-about .aboutxt h2 {
  font-size: 35px;
  color: #D19218;
}
.landing-about .aboutxt h4 {
  font-size: 18px;
  color: #D19218;
}
.landing-about .aboutxt p {
  text-align: justify;
  color: #696969;
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
  margin: 10px 0 20px 0;
}
.landing-about .aboutxt button {
  padding: 12px 20px;
  background-color: #D19218;
  color: #FBFBFB;
  border: none;
  outline: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 30%;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
}
.landing-about .aboutxt button i {
  font-size: 16px;
  position: absolute;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.landing-about .aboutxt button:hover {
  background-color: #141414;
  cursor: pointer;
}
.landing-about .aboutxt button:hover i {
  right: 15%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
@media screen and (max-width: 767px) {
  .landing-about {
    padding-inline: 15px;
    margin-top: 50px;
    padding-block: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing-about .hero-img-1 {
    width: 100%;
  }
  .landing-about .hero-img-1 .hero-img-2, .landing-about .hero-img-1 .hero-img-3 {
    width: 340px;
    height: 340px;
  }
  .landing-about .aboutxt {
    width: 100%;
  }
  .landing-about .aboutxt h2 {
    font-size: 35px;
    color: #D19218;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .landing-about {
    padding-inline: 15px;
    margin-top: 50px;
    padding-block: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing-about .hero-img-1 {
    width: 100%;
  }
  .landing-about .hero-img-1 .hero-img-2, .landing-about .hero-img-1 .hero-img-3 {
    width: 340px;
    height: 340px;
  }
  .landing-about .aboutxt {
    width: 100%;
  }
  .landing-about .aboutxt h2 {
    font-size: 35px;
    color: #D19218;
  }
}

.abouthero {
  width: 100%;
  padding-block: 90px;
  padding-inline: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 90px;
}
.abouthero .hero-img-1 {
  width: 50%;
  height: auto;
  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;
}
.abouthero .hero-img-1 .hero-img-3 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #FBFBFB;
  -webkit-box-shadow: 0 0 80px #D19218;
          box-shadow: 0 0 80px #D19218;
}
.abouthero .hero-img-1 .hero-img-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abouthero .hero-img-1 .hero-img-3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abouthero .hero-img-1 .hero-img-2 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #FBFBFB;
  -webkit-box-shadow: 0 0 80px #D19218;
          box-shadow: 0 0 80px #D19218;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.abouthero .hero-img-1 .hero-img-2 .fade-image {
  width: 98%;
  height: 98%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  border-radius: 50%;
}
.abouthero .hero-img-1 .hero-img-2 .fade-image.active {
  opacity: 1;
}
.abouthero .about-txt {
  width: 50%;
  height: auto;
}
.abouthero .about-txt h2 {
  font-size: 35px;
  color: #D19218;
}
.abouthero .about-txt h4 {
  font-size: 18px;
  color: #D19218;
}
.abouthero .about-txt p {
  text-align: justify;
  color: #696969;
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .abouthero {
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 40px;
  }
  .abouthero .about-txt {
    width: 100%;
  }
  .abouthero .hero-img-1 {
    width: 100%;
  }
  .abouthero .hero-img-1 .hero-img-2, .abouthero .hero-img-1 .hero-img-3 {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .abouthero {
    padding-inline: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 40px;
  }
  .abouthero .about-txt {
    width: 100%;
  }
  .abouthero .hero-img-1 {
    width: 100%;
  }
  .abouthero .hero-img-1 .hero-img-2, .abouthero .hero-img-1 .hero-img-3 {
    width: 340px;
    height: 340px;
  }
}

.dedication-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 60px;
  gap: 20px;
}
.dedication-cards .dedication-card {
  background-color: #FBFBFB;
  padding: 20px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  border: 1px solid rgba(226, 220, 220, 0.2745098039);
  border-radius: 5px;
}
.dedication-cards .dedication-card:hover {
  -webkit-box-shadow: 0 0 30px rgba(209, 147, 24, 0.1137254902);
          box-shadow: 0 0 30px rgba(209, 147, 24, 0.1137254902);
}
.dedication-cards .dedication-card:hover i {
  font-size: 55px;
}
.dedication-cards .dedication-card i {
  font-size: 45px;
  color: #D19218;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.dedication-cards .dedication-card h2 {
  font-size: 18px;
  color: #D19218;
  font-weight: 600;
  margin-block: 15px 25px;
}
.dedication-cards .dedication-card p {
  color: #696969;
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .dedication-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .dedication-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 15px;
  }
}

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 40px;
  padding-inline: 60px 90px;
  margin-top: 110px;
  gap: 40px;
}
.contact-us .image-side {
  width: 50%;
  height: auto;
  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;
  gap: 30px;
}
.contact-us .image-side .hero-img-2 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(209, 147, 24, 0.6392156863);
          box-shadow: 0 0 40px rgba(209, 147, 24, 0.6392156863);
  border: 1px solid #ffffff;
}
.contact-us .image-side .hero-img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-us .image-side .contact-info {
  margin-top: 20px;
  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;
  gap: 10px;
}
.contact-us .image-side .contact-info > p {
  font-size: 18px;
  font-weight: 600;
  color: #141414;
}
.contact-us .image-side .contact-info .contact-actu {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.contact-us .image-side .contact-info .contact-actu p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact-us .image-side .contact-info .contact-actu p a {
  color: #141414;
  text-decoration: none;
}
.contact-us .image-side .contact-info .contact-actu p a:hover {
  color: #D19218;
  text-decoration: underline;
}
.contact-us .image-side .contact-info .contact-actu p i {
  color: #D19218;
  font-size: 16px;
}
.contact-us form {
  width: 50%;
  height: auto;
}
.contact-us form h3 {
  font-size: 25px;
  font-weight: 600;
  color: #141414;
  margin-bottom: 25px;
}
.contact-us form .yourname, .contact-us form .duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5px;
  margin-bottom: 15px;
}
.contact-us form .yourname label, .contact-us form .duo label {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
}
.contact-us form .yourname input, .contact-us form .duo input {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  padding: 12px;
  outline: none;
  border: 1px solid #EFEFEF;
  color: #696969;
  font-family: sans-serif;
}
.contact-us form .yourname input:focus, .contact-us form .duo input:focus {
  border: 1px solid #D19218;
}
.contact-us form .yourname input:focus + label, .contact-us form .duo input:focus + label {
  color: #D19218;
}
.contact-us form .yourname textarea, .contact-us form .duo textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  padding: 10px;
  outline: none;
  border: 1px solid #EFEFEF;
  color: #696969;
  font-family: sans-serif;
}
.contact-us form .yourname textarea:focus, .contact-us form .duo textarea:focus {
  border: 1px solid #D19218;
}
.contact-us form .yourname textarea:focus + label, .contact-us form .duo textarea:focus + label {
  color: #D19218;
}
.contact-us form button {
  padding: 12px 20px;
  background-color: #D19218;
  color: #FBFBFB;
  border: none;
  outline: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  width: 30%;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
}
.contact-us form button i {
  font-size: 16px;
  position: absolute;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.contact-us form button:hover {
  background-color: #141414;
  cursor: pointer;
}
.contact-us form button:hover i {
  right: 15%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
@media screen and (max-width: 767px) {
  .contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    padding-block: 20px;
  }
  .contact-us .image-side {
    width: 100%;
  }
  .contact-us form {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    padding-block: 20px;
  }
  .contact-us .image-side {
    width: 100%;
  }
  .contact-us form {
    width: 100%;
  }
}

.gallery {
  width: 100%;
  height: auto;
  padding: 40px 60px;
  margin-top: 100px;
}
.gallery .top {
  width: 100%;
  height: auto;
}
.gallery .top .topFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.gallery .top .topFlex .galleryLogo {
  width: 70px;
  height: 70px;
  border-right: 1px solid #D19218;
  padding-right: 20px;
}
.gallery .top .topFlex .galleryLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery .top .topFlex h2 {
  font-size: 35px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 20px 60px;
    margin-top: 80px;
  }
  .gallery .top .topFlex .galleryLogo {
    width: 50px;
    height: 50px;
  }
  .gallery .top .topFlex h2 {
    font-size: 18px;
    font-style: italic;
  }
}

iframe {
  width: 100%;
  padding-inline: 90px;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  iframe {
    padding-inline: 15px;
    margin-top: 100px;
  }
}

.gallery-images {
  width: 100%;
  height: auto;
  padding-inline: 60px;
}
.gallery-images .gallery-imagesGrid {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding-block: 25px;
}
.gallery-images .gallery-imagesGrid > div {
  width: auto;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  outline: 10px solid #ffffff;
  position: relative;
  -webkit-transition: 1000ms ease;
  transition: 1000ms ease;
}
.gallery-images .gallery-imagesGrid > div .darkOver {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#141414), to(rgba(20, 20, 20, 0)));
  background: linear-gradient(to top, #141414, rgba(20, 20, 20, 0));
  display: none;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.gallery-images .gallery-imagesGrid > div .darkOver h2 {
  font-size: 16px;
  color: #D19218;
  position: absolute;
  bottom: -20px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.gallery-images .gallery-imagesGrid > div:hover .darkOver {
  display: block;
}
.gallery-images .gallery-imagesGrid > div:hover .darkOver h2 {
  bottom: 20px;
}
.gallery-images .gallery-imagesGrid > div .faded-image, .gallery-images .gallery-imagesGrid > div .fadeds-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: absolute;
}
.gallery-images .gallery-imagesGrid > div .faded-image.active, .gallery-images .gallery-imagesGrid > div .fadeds-image.active {
  opacity: 1;
}
.gallery-images .gallery-imagesGrid > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .gallery-images {
    padding-inline: 15px;
  }
  .gallery-images .gallery-imagesGrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .gallery-images .gallery-imagesGrid > div {
    outline: 5px solid #ffffff;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(7) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(8) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(9) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .gallery-images .gallery-imagesGrid > div:nth-of-type(10) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .gallery-images {
    padding-inline: 15px;
  }
}