#myVideo {
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 600px;
  /* border-radius: 30px; */
}

.hero_text {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #0000009f;
  /* border-radius: 30px; */
}

.upper {
  text-transform: uppercase;
  color: var(--secondary-color);
}

.hero_text h1 {
  font-size: 60px;
}

.hero_btn {
  margin-top: 50px;
}

.hero_btn a {
  padding: 15px 45px;
  background-color: #c8af66;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hero_btn a span {
  padding-left: 20px;
}

.about_all {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 7%;
  margin-top: 70px;
}

.about_text h1 {
  font-size: 50px;
  margin-bottom: 10px;
}

.about_text h1 span {
  font-family: "Cormorant Garamond", serif;
  color: var(--secondary-color);
}

.about_text p span {
  color: var(--secondary-color);
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
}

.about_text p {
  margin-bottom: 20px;
}

.about_btn {
  margin-top: 45px;
}

.about_btn a {
  background-color: var(--secondary-color);
  padding: 15px 45px;
  color: #fff;
}

.about_btn span {
  padding-left: 15px;
}

.about_image {
  width: 90%;
}

.about_image img {
  width: 100%;
  object-fit: cover;
}

.services_all {
  background-color: #FFF;
  padding-left: 7%;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}


.services_grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
}

.services_image {
  width: 90%;
  height: 200px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.services_image img {
  width: 100%;
  height: 200px;
  object-fit: cover;

}

.services_message {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  padding-block: 5px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services_box {
  overflow: hidden;
}

.mySwiper .swiper-wrapper {
  padding: 15px;
}

.Services_title h1 {
  font-size: 55px;
  margin-bottom: 20px;
}
.Services_title h1 span{
  color: var(--secondary-color);
  font-family: "Cormorant Garamond", serif;

}

.services_image a{
  color: #fff;
}

.swiper-pagination{
  position: absolute !important;
bottom: 30px!important;

}

.contact_all{
  padding: 0 7%;
  padding-block: 70px;
}

.contact_all iframe{
  width: 100%;
  margin-top: 30px;
}

.contact_title h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
}

.contact_title h1 span{
    font-family: "Cormorant Garamond", serif;
    color: var(--secondary-color);
}

.services_btn {
  display: none;
}
@media only screen and (max-width: 1110px) {
  .about_all{
    display: flex;
    flex-direction: column-reverse;
  }
  .about_image img{
    width: 80%;
  }
  .about_image{
    margin-top: 70px;
  }
.nat{
  display: none;
}
    .services_grid {
      display: grid;
      grid-template-columns: 1fr;
    }
        .services_all {
          background-color: #FFF;
          padding-left: 7%;
        padding-right: 7%;
        }
}