/* .menu > ul > li > a span {
  background-color: #000;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
}
.menu > ul > li > a:hover span {
  background-color: #b81f23;
}
.menu > ul > li > a span img {
  height: 30px;
} */
ul.submenu1 .menu_right_box h4 {
  border-color: #fff;
}
.section1 {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
h2 {
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px;
  font-size: 46px;
  font-family: "Times New Roman", Times, serif;
}
.section1 p {
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
}
.section1 a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
}
.section1 a .img {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 a .img img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
}
.section1 a h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 16px;
  text-align: center;
}
.swiper-pagination-bullets {
  text-align: center;
  margin-top: 50px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 10px;
  background-color: #fff;
  border-radius: 7px;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
}
.swiper-button-prev1,
.swiper-button-next1 {
  background: transparent;
  width: 15px;
  height: 25px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  background-size: 15px;
  position: absolute;
  top: auto;
  bottom: 55px;
  cursor: pointer;
}
.swiper-button-prev1 {
  background-image: url(../images/prev2.svg);
  left: 40%;
}
.swiper-button-next1 {
  background-image: url(../images/next2.svg);
  right: 40%;
}

.section2 {
  padding: 60px 0 85px;
  background-color: #f0f0f0;
}
.section2 h2 {
  color: #000;
}
.section2 p {
  text-align: center;
  color: #000;
  font-size: 21px;
  margin-bottom: 40px;
}
.section2 .grid1 {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
}
.section2 .grid1 img {
  width: 100%;
  display: block;
}
.section2 .grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.section2_bx {
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;
  position: relative;
}
.section2_bx:nth-child(2),
.section2_bx:nth-child(5) {
  top: 40px;
}
.section2 .grid1 .section2_bx img {
  width: auto;
  height: 55px;
}
.section2_bx h3 {
  margin: 15px 0;
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
}
.section2_bx p {
  text-align: left;
  font-size: 18px;
  margin: 0;
}

.section3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.section3 a,
.section3 a img {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.swiper-button-prev2,
.swiper-button-next2 {
  background: transparent;
  width: 15px;
  height: 25px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  background-size: 15px;
  position: absolute;
  top: auto;
  bottom: 55px;
  cursor: pointer;
  z-index: 999;
}
.swiper-button-prev2 {
  background-image: url(../images/prev2.svg);
  left: 40%;
}
.swiper-button-next2 {
  background-image: url(../images/next2.svg);
  right: 40%;
}
.section3 .swiper-pagination-bullets {
  margin: 0;
  z-index: 99;
  position: absolute;
  bottom: 55px;
}

.section4 {
  padding: 60px 0;
  background-color: #000;
  position: relative;
}
.section4 p {
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 40px;
}
.section4 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.section4 .grid a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.section4 .grid a .img {
  overflow: hidden;
  display: block;
  border-radius: 20px;
}
.section4 .grid a .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.section4 .grid a:hover .img img {
  transform: scale(1.1);
}
.section4 .grid a h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 19px;
}
.section4 .grid a h3 img {
  width: auto;
  height: 20px;
}
.videobox {
  margin-top: 30px;
}
.videobox,
.videobox video {
  width: 100%;
  display: block;
  height: 400px;
  overflow: hidden;
  border-radius: 70px;
  position: relative;
  object-fit: cover;
  object-position: center center;
}
.videobox::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.videobox_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 50px;
  align-items: center;
  z-index: 2;
}
.videobox_info h2,
.videobox_info p {
  text-align: left;
}
.videobox_info h2 {
  font-size: 90px;
}
.videobox_info p {
  margin: 0;
}
.videobox_info .grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.vbox1 {
  display: block;
  width: 100%;
  text-align: center;
}
.vbox1 .img {
  width: 175px;
  height: 175px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vbox1 .img img {
  height: 45px;
}
.vbox1 h3 {
  margin: 20px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
}
.section5 {
  padding: 20px 0 60px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.section5 p {
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 40px;
}
.gallery-slide {
  display: block;
  width: 360px;
  height: auto;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-slide.swiper-slide-active {
  filter: none;
}
.swiper-actions {
  margin-top: 30px;
}
.swiper-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gallery-slider {
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
}
.gallery-slider .swiper-btn {
  position: static;
  /* height: 22px; */
  margin: 0;
}
.gallery-slider .swiper-btn:after {
  display: none;
}
.swiper-button-prev3,
.swiper-button-next3 {
  background: transparent;
  width: 15px;
  height: 25px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  background-size: 15px;
  cursor: pointer;
  z-index: 999;
}
.swiper-button-prev3 {
  background-image: url(../images/prev2.svg);
  left: 40%;
}
.swiper-button-next3 {
  background-image: url(../images/next2.svg);
  right: 40%;
}
.gallery-slider .swiper-pagination3 {
  position: static;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.gallery-slide_in .img {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
.gallery-slide_in .img img {
}
.gallery-slide_in h3 {
  text-align: center;
  color: #fff;
}
.swiper-slide.gallery-slide {
  opacity: 0;
}
.swiper-slide.gallery-slide.swiper-slide-prev,
.swiper-slide.gallery-slide.swiper-slide-next {
  opacity: 0.5;
}

.swiper-slide.gallery-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-slide.gallery-slide.swiper-slide-active .gallery-slide_in {
  /* transform: scale(1.5); */
}

.section6 {
  background-color: #f0f0f0;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.section6 h2 {
  color: #000;
}
.section6 p {
  text-align: center;
  color: #000;
  font-size: 21px;
  margin-bottom: 40px;
}
.section6 .swiper-container4 {
  position: relative;
}
.section6 .swiper-container4::before {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 100px;
  content: "";
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
  z-index: 999;
}
.section6 .swiper-slide {
  position: relative;
}
.section6 .swiper-slide .border-line {
  /* position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 30px; */
  /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20"><path d="M0 10 C20 5, 40 15, 60 10 S80 5, 100 10 S120 15, 140 10 S160 5, 180 10 S200 15, 220 10" stroke="rgba(0,0,0,0.03)" stroke-width=".3" fill="none"/></svg>');
  background-repeat: repeat-x;
  background-size: 333% auto;
  background-position: 0; */
  /* background-image: url(../images/line.svg); */
  /* background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: 333% auto; */
}
.section6 .swiper-slide a {
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 40px;
  display: block;
}
.section6 .swiper-slide a .clip {
}
.section6 .swiper-slide a .clip img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 50px;
  z-index: 9;
}
.section6 .swiper-slide:nth-child(2n) a .clip img {
  /* left: auto;
  right: 40px; */
}
.section6 .swiper-slide .testimonialbox {
  background-color: #000;
  padding: 80px 40px 60px;
  color: #fff;
  border-radius: 20px;
  margin-top: 0px;
  transform: rotate(14deg);
}
.section6 .swiper-slide:nth-child(2n) .testimonialbox {
  transform: rotate(-10deg);
}
.testimonialbox .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 21px;
}
.testimonialbox .stars i {
  color: #cda934;
}
.testimonialbox h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
}
.testimonialbox p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: left;
}
.swiper-button-prev4,
.swiper-button-next4 {
  background: transparent;
  width: 15px;
  height: 25px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  background-size: 15px;
  cursor: pointer;
  z-index: 999;
}
.swiper-button-prev4 {
  background-image: url(../images/prev2.svg);
  filter: grayscale(1) brightness(0);
  left: 40%;
}
.swiper-button-next4 {
  background-image: url(../images/next2.svg);
  filter: grayscale(1) brightness(0);
  right: 40%;
}
.gallery-slider .swiper-pagination4 {
  position: static;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.section6 .swiper-pagination-bullets {
  margin: 0;
  display: flex;
  gap: 5px;
}
.section6 .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #000;
}

.section7 {
  padding: 60px 0;
  background-color: #000;
}
.section7 p {
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 40px;
}
.section7 .grid {
  display: grid;
}
.section7 .grid.grid1 {
  grid-template-columns: 39fr 61fr;
  gap: 20px;
}
.section7 .grid.grid2 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.section7 .grid.grid3 {
  grid-template-columns: 61fr 39fr;
  gap: 20px;
  margin-top: 30px;
}
.section7 .grid.grid4 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.section7 .grid a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 30px;
}
.section7 .grid a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.section7 .grid a:hover img {
  transform: scale(1.05);
}

.main_footer {
  background-color: #282828;
  padding: 60px 0;
}
.ftlogo {
  margin: auto;
  display: table;
}
.ftlogo img {
  height: 80px;
}
.main_footer h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  margin: 20px 0;
  text-align: center;
}
.ftlinks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.ftlinks a {
  color: #fff;
  font-size: 18px;
  padding: 0 18px;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.ftlinks a:last-child {
  border: 0;
}
.ftlinks a:hover,
.copy a:hover {
  color: #cda934;
}
.copy {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.copy a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.ftaddress {
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.address,
.social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.address a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
}
.address a img {
  height: 23px;
}
.social {
  gap: 10px;
}
.social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  background-color: #515151;
  border-radius: 42px;
  justify-content: center;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.social a:hover {
  background-color: #000;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .home_ft_links ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home_ft_links ul li a {
    font-size: 16px;
  }
  .homepg_forms .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 40px 20px;
  }
  .homepg_forms .grid::before {
    display: none;
  }
  .homepg_forms_right,
  .homepg_forms_left {
    padding: 0;
  }
  .main_Fooer .flex,
  .main_Fooer .flex .inner_flex,
  .main_Fooer_mid {
    flex-direction: column;
    align-items: baseline;
  }
  .announcement ul.news_scroll li a {
    font-size: 32px;
  }
  .hlh_grid2,
  .hlh_grid3,
  .homeclub .grid {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .home_locations_highlights::before,
  .homeclub::before,
  .homenewsb::before {
    display: none;
  }
  .home_locations_highlights,
  .homeclub {
    padding: 40px 20px;
  }

  .home_locations_highlights span.git,
  span.git {
    position: relative;
    transform: rotate(0);
    left: 0;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  span.git {
    border-color: #000;
  }
  .section1 h4 {
    font-size: 14px;
  }
  .section1 .col-xs-6-in span {
    font-size: 24px;
  }
  .section1 h5 {
    font-size: 32px;
    letter-spacing: 0;
  }
  .home_swiper_1Bx a .timg img,
  .swiper-slide-active .home_swiper_1Bx a .timg img {
    height: auto;
  }
  .home_swiper_1 {
    margin: 0;
  }
  .home_swiper_1Bx a .timg img {
  }
  .hometestiin_left,
  .hometestiin_right {
    width: 100%;
    padding: 0;
  }
  .hometestcont h2,
  .homeclub h2,
  .home_video h2,
  .homepg_forms h2 {
    font-size: 32px;
  }
  .swiper-container2 .swiper-slide {
    width: 90%;
  }
  .homeclub p {
    font-size: 16px;
  }
  .home_video {
    padding: 40px 20px;
  }
  a.home_video_bx span {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .hlh_grid_bx h2 {
    font-size: 24px;
  }
  .hlh_grid2 {
    margin-bottom: 0;
  }
  .hlh_grid_bx {
    margin-bottom: 20px;
  }
  .logo a {
    width: 165px;
  }
  .logo {
    height: 100px;
    line-height: 100px;
  }
  .skyvue_plans h2 {
    font-size: 24px;
  }
  .skyvue_plans_in {
    padding: 15px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 10px;
  }
  .skyvue_plans_in a {
    font-size: 16px;
    height: auto;
    padding: 15px;
    line-height: normal;
  }
  .multi_tabs,
  .proj_spec_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  ul.tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  ul.tabs li {
    font-size: 14px;
  }
  .project_specifications .flex {
    flex-direction: column;
  }
  .project_specifications h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .tab__content .tab__content-item .tab__list,
  .tab__content .tab__content-item .tab__content {
    width: 100%;
    display: block;
    padding: 0;
  }
  .tab__content .tab__content-item .tab__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .section1 .grid,
  .section2 .grid,
  .section2 .grid.grid2,
  .home_latestblogs .grid,
  .homepg_forms .grid.grid1,
  .homepg_forms .grid.grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mFooter .flex,
  .mFooter .flex1 {
    flex-direction: column;
    gap: 20px;
  }
  .footer_links {
    flex-wrap: wrap;
  }
  .section2 h2,
  h2 {
    font-size: 26px;
  }
  .section2 .grid.grid2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .home_swiper_1 .swiper-button-next,
  .home_swiper_1 .swiper-button-prev {
    display: none;
  }
  .home_swiper_1 .swiper-pagination {
    bottom: 0 !important;
  }
  .homepg_forms h3 {
    font-size: 15px;
    gap: 10px;
    text-align: center;
  }
  .mFooter .flex a {
    font-size: 32px;
  }
  .mFooter .flex .footerright {
    text-align: center;
  }
  .footer_links {
    gap: 20px;
  }
  .footer_links a {
    letter-spacing: 0;
    font-size: 12px;
  }
  .sec1cards {
    padding: 0;
  }
  .sec1cards,
  .section2 ul,
  .section6_right,
  .section7 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .sec1cards a.sec1_card,
  .sec1cards .sec1_card:hover {
    width: 100%;
  }
  .section1,
  .section2,
  .section6,
  .section7 {
    padding: 40px 20px;
  }
  .section2 ul li a {
    margin: 0;
  }
  .section3 h1 {
    font-size: 32px;
  }
  .sectin4 h2,
  .section5 h2 {
    font-size: 32px;
  }
  .cards {
    margin-top: 30px;
  }
  .footertop {
    flex-direction: column;
    gap: 20px;
  }
  a.sec2bx1 .img img {
    height: 200px;
  }
  .section3 a.sec2bx1 .img img {
    height: 200px;
  }
  .footer_links {
    padding: 0;
    margin-bottom: 20px;
  }
  .footer_copy {
    font-size: 13px;
  }
  .footer_in,
  .footer_bx2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
  }
  .footer_bx2::after {
    display: none;
  }
  .footer {
    padding: 40px 20px;
  }
  .section2 .grid1,
  .section2 .grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2_bx:nth-child(2),
  .section2_bx:nth-child(5) {
    top: 0;
  }
  .ftaddress,
  .address {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .ftlogo img {
    height: 40px;
  }
  .main_footer h3 {
    font-size: 21px;
  }
  .ftlinks a,
  .address a,
  .copy {
    font-size: 14px;
  }
  .copy {
    line-height: 1.4;
  }
  .ftlinks {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .section7 .grid.grid1,
  .section7 .grid.grid3,
  .section4 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section7 .grid a {
    border-radius: 0;
  }
  .section1 p,
  .section2 p,
  .section4 p,
  .section5 p {
    font-size: 16px;
  }
  .swiper-button-prev1,
  .swiper-button-next1 {
    bottom: 38px;
  }
  .swiper-button-prev1 {
    left: 10%;
  }
  .swiper-button-next1 {
    right: 10%;
  }
  .section6 .swiper-slide .testimonialbox {
    background-color: #000;
    padding: 40px 20px 20px;
  }
  .section3 .swiper-pagination-bullets {
    bottom: 0;
  }
  .swiper-button-prev2,
  .swiper-button-next2 {
    display: none;
  }
  .videobox_info {
    padding: 40px 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .videobox_info h2 {
    font-size: 32px;
  }
  .vbox1 .img {
    width: 75px;
    height: 75px;
  }
  .videobox_info .grid2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    row-gap: 15px;
  }
  .vbox1 h3 {
    text-align: left;
    font-size: 14px;
  }
  .videobox,
  .videobox video {
    height: 500px;
  }
}
