.title-text {
  font-size: 32px;
  font-family: Inter;
}

.content-text {
  font-size: 17px;
  font-family: Inter;
}

.contact-img {
  width: 100%;
}

.gap {
  padding-right: 80px;
}

.header-text {
  font-family: Inter;
  font-size: 20px;
}

.home-bg-img-container {
  /* width: 100%; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
  animation: slideshow 8s ease-in-out infinite;
}

.bg-slideshow {
  background-image: url("/image/front-frame-01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  /* width: 100%; */
}

@keyframes slideshow {
  0% {
    background-image: url("/image/home-behind-01.png");
  }
  33% {
    background-image: url("/image/home-behind-01.png");
  }
  66% {
    background-image: url("/image/home-behind-01.png");
  }
  100% {
    background-image: url("/image/home-behind-01.png");
  }
}

.home-custom-container {
  padding-left: 7vw !important;
}

#title {
  font-size: 5rem;
  font-weight: bold;
  padding-top: 8rem;
}

.reg-com {
  font-weight: 600;
  font-size: 1.3rem;
}

.custom-title-desc {
  padding-top: 1rem;
}

.btn-container {
  padding-left: 2rem;
  padding-top: 1.5rem !important;
}

.custom-btn {
  width: 13rem;
  text-transform: uppercase;
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}

.custom-btn:hover {
  background-color: #00a8e9 !important;
}

.bottom-style {
  text-transform: uppercase;
}

.custom-bottom {
  padding-left: 7rem;
  padding-top: 5rem;
}

.custom-bottom p {
  text-transform: uppercase;
  padding-bottom: 1rem;
}

/* About Us */
#about-bg {
  width: 100vw;
}

/* .about-bg-img-container {
  background-image: url("/image/Background.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
} */

.custom-about-padding {
  /* padding-top: 4vw !important; */
  margin-top: 100px;
}

/* .about-custom {
  font-size: 50px;
  padding-top: 30px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Inter;
} */

.about-custom {
  font-size: 25px;
  padding-top: 3vw;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Inter;
}

.header-text {
  font-size: 16px;
  font-family: Inter;
}

#side-pic {
  width: 70%;
  padding-bottom: 2rem;
  padding-left: 3rem;
}

.about-font-black {
  color: black;
}

/* .about-font-size {
  font-size: 1rem;
} */

/* Gallery */
.gallery-bg-img-container {
  background: url("/image/BG.jpg");
}

.gallery-font-black {
  color: #080a3f;
  text-transform: uppercase;
}

.gallery-header {
  font-weight: 600;
  font-family: Inter;
}

.swiper-slide img {
  width: 90%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next {
  background-image: url("/image/NextBtn2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0px !important;
}

.swiper-button-prev {
  background-image: url("/image/NextBtn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0px !important;
}

/* Contact */
.contact-bg-img-container {
  background: url("/image/BG.jpg");
}

.line-container {
  border-top: solid 2px #7e8090;
  border-bottom: solid 2px #7e8090;
}

.contact-custom-img {
  width: 50%;
}

.contact-custom-img-2 {
  width: 47%;
}

.contact-custom-img-3 {
  width: 55%;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 58%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


/*  Set Responsive */
@media (max-width: 767px) {
  .contact-img {
    width: 100%;
  }

  .contact-text p{
    padding-left: 10px;
  }

  .gap {
    padding-right: 10px;
  }

  .gallery-header {
    padding-top: 30px;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .about-bg-img-container {
    background-image: url("/image/Background.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
  }
}

@media (min-width: 1728px) {
  #title {
    font-size: 5vw;
  }

  .reg-com {
    font-size: 2vw;
  }

  .custom-title-desc {
    font-size: 1vw;
  }

  .home-custom-container {
    padding-top: 7vw !important;
    padding-left: 7rem !important;
  }

  .custom-btn {
    font-size: 1vw !important;
  }

  .custom-bottom {    
    padding-top: 4vw;
  }

  .bottom-style-1 {
    font-size: 1vw !important;
  }
  
  .bottom-style-2 {
    font-size: 0.9vw !important;
    margin-left: 2vw !important;
  }

  .custom-about-padding {
    /* padding-top: 6vw !important; */
    margin-top: 200px;
  }
}

@media (min-width: 767px) {
  /* project css */
  .gallery-header {
    padding-top: 20px;
  }

  .last-padding {
    padding-bottom: 50px !important;
  }
  /* project css end */

  #side-pic {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  /* desktop home css */
  .slide-1 {
    background-size: cover;
    height: 400px;
    background-position: center;
  }

  .home-title-1 {
    font-size: 40px;
    font-weight: 600;
    padding-top: 80px;
  }

  .home-title-2 {
    font-size: 25px;
    font-weight: 600;
  }

  .home-content-1 {
    font-size: 11px;
    font-weight: 500;
    padding-top: 20px;
  }

  .home-content-2 {
    font-size: 9px;
    padding-top: 70px;
  }

  .home-content-3 {
    font-size: 9px;
    padding-top: 330px;
    /* padding-left: 28px; */
  }

  .home-button {
    font-size: 14px;
    margin-top: 20px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px; 
  }

  /* desktop home css end */

  .custom-about-padding {
    margin-top: 70px;
  }

  .title-text {
    font-size: 2.2vw;
  }

  .content-text {
    font-size: 1.4vw;
  }

  .pb-3 {
    padding-bottom: 1vw !important;
  }

  .header-text {
    padding-top: .5rem !important;
    line-height: 1.3;
  }
}

@media (min-width: 1023px) {
  /* desktop home css */
  .slide-1 {
    background-size: cover;
    height: 500px;
    /* height: 700px; */
    background-position: center;
  }

  .home-title-1 {
    font-size: 60px;
    font-weight: 600;
    /* padding-top: 120px; */
    padding-top: 100px;
  }

  .home-title-2 {
    font-size: 35px;
    font-weight: 600;
  }

  .home-content-1 {
    font-size: 15px;
    font-weight: 500;
    padding-top: 20px;
  }

  .home-content-2 {
    font-size: 13px;
    padding-top: 56px;
  }

  .home-content-3 {
    font-size: 12px;
    padding-top: 415px;
    /* padding-left: 40px; */
  }

  .home-button {
    font-size: 14px;
    margin-top: 20px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px; 
  }

  /* desktop home css end */

  .custom-about-padding {
    margin-top: 100px;
  }

  .about-bg-img-container {
    background-image: url("/image/Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .about-img-align {
    text-align: center;
    height: auto;
  }

  #side-pic {
    width: 70%;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .about-custom {
    font-size: 3vw;
    padding-top: 5vw;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .header-text {
    padding-top: .5rem!important;
    font-size: 1.3vw;
    font-family: Inter;
  }

  .title-text {
    font-size: 1.8vw;
    font-family: Inter;
  }

  .content-text {
    font-size: 1vw;
    font-family: Inter;
  }

  .pb-3 {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1439px) {
  /* desktop home css */
  .slide-1 {
    background-size: cover;
    height: 700px;
    background-position: center;
  }

  .home-title-1 {
    font-size: 80px;
    font-weight: 600;
    padding-top: 160px;
  }

  .home-title-2 {
    font-size: 40px;
    font-weight: 600;
  }

  .home-content-1 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
  }

  .home-content-2 {
    font-size: 16px;
    padding-top: 126px;
  }

  .home-content-3 {
    font-size: 15px;
    padding-top: 595px;
    /* padding-left: 40px; */
  }

  .home-button {
    font-size: 19px;
    margin-top: 20px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px; 
  }

  /* desktop home css end */

  .about-bg-img-container {
    background-image: url("/image/about-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .about-custom {
    font-size: 3vw;
    padding-top: 2vw;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .custom-about-padding {
    margin-top: 40px;
  }

  #side-pic {
    width: 60%;
  }
  /* .custom-about-padding {
    margin-top: 130px;
  } */

}


@media (min-width: 1919px) {
  /* desktop home css */
  .slide-1 {
    background-size: cover;
    /* height: 980px; */
    height: 697px;
    background-position: center;
  }

  .home-title-1 {
    font-size: 110px;
    font-weight: 600;
    /* padding-top: 230px; */
    padding-top: 100px;
  }

  .home-title-2 {
    font-size: 55px;
    font-weight: 600;
  }

  .home-content-1 {
    font-size: 26px;
    font-weight: 500;
    padding-top: 40px;
  }

  .home-content-2 {
    font-size: 24px;
    padding-top: 160px;
  }

  .home-content-3 {
    font-size: 20px;
    padding-top: 845px;
    /* padding-left: 40px; */
  }

  .home-button {
    font-size: 27px;
    margin-top: 40px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 30px; 
  }

  /* desktop home css end */

  /* about us page */
  .about-bg-img-container {
    background-image: url("/image/about-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .about-custom {
    font-size: 3vw;
    padding-top: 2vw;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .custom-about-padding {
    margin-top: 43px;
  }

  #side-pic {
    width: 65%;
  }

  /* .custom-about-padding {
    margin-top: 150px;
  } */
}

@media (min-width: 2559px) {
  .custom-about-padding {
    margin-top: 50px;
    margin-bottom: 40px;
  }


}



/* @media (min-width: 1023px) {
  .about-custom {
    font-size: 30px;
    padding-top: 15px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .header-text {
    font-family: Inter;
    font-size: 13px;
  }
}

@media (min-width: 1150px) {
  .about-custom {
    font-size: 35px;
    padding-top: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .header-text {
    font-family: Inter;
    font-size: 16px;
  }
}

@media (min-width: 1365px) {
  .about-custom {
    font-size: 40px;
    padding-top: 40px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .header-text {
    font-family: Inter;
    font-size: 19px;
  }
}

@media (min-width: 1439px) {
  .about-custom {
    font-size: 50px;
    padding-top: 45px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .header-text {
    font-family: Inter;
    font-size: 23px;
  }
}

@media (min-width: 1679px) {
  .about-custom {
    font-size: 60px;
    padding-top: 55px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .header-text {
    font-family: Inter;
    font-size: 28px;
  }
}

@media (min-width: 1919px) {
  .about-custom {
    font-size: 60px;
    padding-top: 55px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Inter;
  }

  .header-text {
    font-family: Inter;
    font-size: 28px;
  }
} */