@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#sec-1 {
  background-image: url(../img/sec-1\ bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#sec-1 .first-container {
  background: #161616;
  padding: 17px 70px 17px 40px;
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

#sec-1 .contact-info {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

#sec-1 .contact-info .both-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

#sec-1 .contact-info p {
  color: #fff;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  margin-block-end: 0;
  text-align: center;
}

#sec-1 .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
}

#sec-1 .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec-1 .contact-icon i {
  border: 1px solid white;
  border-radius: 50%;
  padding: 8px 11px 7px 12px;
}
#sec-1 .social-icons {
  display: flex;
  gap: 10px;
}

#sec-1 .social-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

#sec-1 .container-top {
  max-width: 88%;
}

#sec-1 #navbarNav ul li {
  margin: 0 10px;
}

#sec-1 #navbarNav ul li a {
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  color: #161616;
  font-weight: 400;
}

#sec-1 #navbarNav ul li a:hover {
  color: #1a9fe2;
}

#sec-1 .left h1 {
  color: #0c0c0c;
  font-size: 75px;
  line-height: 85px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

#sec-1 .left .checks {
  display: flex;
  gap: 34px;
  margin: 25px 0;
}

#sec-1 .left .checks .check-1 {
  display: flex;
  align-items: center;
  gap: 15px;
}

#sec-1 .left .checks .check-1 span {
  color: #161616;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
#sec-1 .left .btn-1 a {
  text-decoration: none;
  color: white;
}
#sec-1 .left .btn-1 {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  background-color: #1a9fe2;
  color: white;
  padding: 10px 30px;
  border-radius: 8px;
  border: none;
  margin: 67px 0;
  transition: 0.3s ease-in-out;
}

#sec-1 .left .btn-1:hover {
  background-color: white;
  color: #1a9fe2;
}

#sec-1 .image-right img {
  width: 100%;
}

/* Custom styles */
#sec-2 {
  margin: 7% 0;
}

#sec-2 .container-sec-2 {
  max-width: 84%;
}

#sec-2 h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-block-end: 0;
}

#sec-2 .title-border {
  display: flex;
  align-items: center;
}

#sec-2 .red-border {
  height: 6px;
  width: 56px;
  background-color: #fb1515;
}

#sec-2 .blue-border {
  height: 4px;
  width: 71px;
  background-color: #61a6b2;
}

#sec-2 h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #0c0c0c;
  width: 82%;
}

#sec-2 p {
  color: #161616;
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 37px;
  width: 82%;
}
#sec-2 p span {
  font-weight: bold;
}

#sec-2 .button-container {
  display: flex;
  align-items: center;
  border-top: 1px solid #cccccc;
  padding-top: 0px;
  gap: 10px;
  width: 82%;
  margin-top: 40px;
}

#sec-2 .button-container a {
  text-decoration: none;
}

#sec-2 .divider {
  width: 1px;
  height: 129px;
  background-color: #cccccc;
  margin: 0 15px;
}

#sec-2 .blue-button {
  background-color: #1a9fe2;
  color: white;
  border: none;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 45px;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#sec-2 .blue-button a {
  text-decoration: none;
  color: white;
}

#sec-2 .image {
  display: inline-block;
}

#sec-2 .image img {
  width: 100%;
}

#sec-3 {
  background-color: #fff6f4;
  height: 100%;
}

#sec-3 .container-sec-3 {
  max-width: 84%;
}

#sec-3 h2 {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  font-weight: 600;
  padding: 53px 0 17px;
}

#sec-3 .cards {
  margin-top: 23px;
}

#sec-3 .cards .cabinet {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#sec-3 .cards .cabinet img {
  display: block;
  width: 100%;
  height: auto;
}

#sec-3 .cards .cabinet .static-title {
  position: absolute;
  left: 0;
  bottom: 25px;
  background-color: #1a9fe2;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  padding: 18px 30px;
  margin: 0;
  z-index: 2;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateX(0);
  opacity: 1;
}

#sec-3 .cards .cabinet:hover .static-title {
  transform: translateX(-120%);
  opacity: 0;
}

#sec-3 .cards .cabinet .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #0e577c00, #1a9fe2);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

#sec-3 .cards .cabinet .text-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  z-index: 3;
  transition: bottom 0.5s ease-in-out;
}

#sec-3 .cards .cabinet .text-content h5 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
}

#sec-3 .cards .cabinet .text-content p {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  width: 85%;
  margin: 0 auto;
}

#sec-3 .cards .cabinet:hover .overlay {
  opacity: 1;
}

#sec-3 .cards .cabinet:hover .text-content {
  bottom: 30px;
}

#sec-3 .btn-last {
  background-color: #1a9fe2;
  color: white;
  border: none;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  border-radius: 8px;
  padding: 20px 53px;
  font-size: 24px;
  margin: 70px 0;
  transition: 0.3s ease-in-out;
}

#sec-3 .btn-last:hover {
  color: #1a9fe2;
  background-color: white;
  border: 1px solid #1a9fe2;
}

#sec-4 {
  margin-top: 5%;
}

#sec-4 .container-sec-4 {
  max-width: 84%;
}

#sec-4 hr {
  border-top: 2px solid #cccccc;
}

#sec-4 h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-block-end: 0;
}

#sec-4 .title-border {
  display: flex;
  align-items: center;
}

#sec-4 .red-border {
  height: 6px;
  width: 89px;
  background-color: #fb1515;
}

#sec-4 .blue-border {
  height: 4px;
  width: 143px;
  background-color: #61a6b2;
}

#sec-4 h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #0c0c0c;
  margin: 35px 0 58px;
}

#sec-4 .box {
  display: flex;
  gap: 2em;
  margin: 50px 0;
}

#sec-4 .box .right h5 {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

#sec-4 .box .right p {
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  color: #8f8f8f;
  width: 85%;
}

#sec-5 {
  background-color: #1a9fe2;
  height: 100%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: 12%;
  /* Important for absolute child positioning */
}

#sec-5 .left {
  margin-top: -182px;
  display: inline-block;
}

#sec-5 .left img {
  width: 100%;
}

#sec-5 .compound {
  margin: 65px 0;
}

#sec-5 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin: 0 auto;
}

#sec-5 .compound .top .top-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

#sec-5 .compound .top .top-left h6 {
  color: white;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 90%;
}

#sec-5 .compound .top .top-left h6 span {
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  line-height: 25px;
}

#sec-5 .compound p {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: #ffffff;
  font-size: 22px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  padding: 58px 0;
  width: 94%;
  margin: 57px auto 0;
}

#sec-5 .compound {
  position: relative;
  padding-bottom: 50px;
  /* space for arrows */
}

#sec-5 .testimonial-arrows {
  position: absolute;
  bottom: 0px;
  right: 42px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

#sec-5 .custom-arrow {
  background-color: transparent;
  color: white;
  border: 1.5px solid white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

#sec-5 .slick-prev {
  left: -56px;
}

#sec-5 .container-sec-5 {
  max-width: 84%;
  border-top: 1px solid white;
  overflow: hidden;
  padding: 46px 0;
}

#sec-5 .container-sec-5 .up {
  animation: scrollLeft 15s linear infinite;
  display: flex;
}

#sec-5 .marquee-all {
  display: flex;
  justify-content: space-around;
}

/* Keyframes for infinite scroll */
@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

#sec-6 {
  margin: 6% 0;
}

#sec-6 h2 {
  font-size: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}

#sec-6 .container-sec-6 {
  max-width: 84%;
}

#sec-6 .images {
  display: inline-block;
  margin: 30px 0;
}

#sec-6 .images img {
  width: 100%;
}

/* Center dots below slider */
#sec-6 .slick-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

/* Style each dot */
#sec-6 .slick-dots li {
  display: inline-block;
  margin: 0;
}

/* Dot appearance */
#sec-6 .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:before {
  content: "";
}

/* Active dot */
#sec-6 .slick-dots li.slick-active button {
  background-color: #1a9fe2;
  /* Blue color for active dot */
  width: 10px;
  height: 10px;
}
#sec-6 .end a {
  text-decoration: none;
}
#sec-6 .end a .btn {
  color: white;
  display: block;
  margin: 0 auto;
  background-color: #1a9fe2;
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 53px;
}
#sec-7 {
  background-color: #1a9fe2;
  height: 100%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  margin-top: 12%;
  /* padding-top: 4%; */
}

#sec-7 .container-container-sec-7 {
  max-width: 80%;
}

#sec-7 .footer-1 .sub-footer-1 {
  text-align: center;
  width: 73%;
}

#sec-7 .footer-1 p {
  font-size: 22px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  width: 82%;
  margin: 44px 0;
}

#sec-7 .email-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 10px 17px;
  font-size: 14px;
  width: 77%;
  outline: none;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
}

#sec-7 .email-input::placeholder {
  color: #ffffffcc;
  /* slightly transparent white */
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
}

#sec-7 .email-input:focus {
  background-color: transparent;
}

#sec-7 .form-control {
  border-radius: 0;
}

#sec-7 .footer-1 button {
  background: transparent;
  border: 1px solid white;
  border-radius: 9px;
  padding: 10px 46px;
  transition: 0.3s ease-in-out;
  margin: 56px 0;
}
#sec-7 .footer-1 {
  margin-top: 90px;
}
#sec-7 .footer-1 button a {
  font-size: 22px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: white;
}

#sec-7 .footer-2 h5 {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: white;
}

#sec-7 .footer-2 ul {
  padding: 0;
}

#sec-7 .footer-2 .common li {
  list-style: none;
  margin: 18px 0;
}

#sec-7 .footer-2 .common li a {
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: white;
  text-decoration: none;
}

#sec-7 .footer-2,
#sec-7 .footer-3 {
  margin: 113px 0;
}

#sec-7 .footer-3 h5 {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: white;
}

#sec-7 .footer-3 .sub .sab {
  display: flex;
  gap: 1rem;
  margin: 18px 0;
}

#sec-7 .footer-3 .sub .sab .sab-2 a {
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
#sec-7 .footer-3 .sub .sab-1 i {
  color: white;
}
#sec-7 .footer-last {
  border-top: 1px solid white;
  color: white;
  padding: 20px 0;
}

#sec-7 .footer-last p {
  margin-block-end: 0;
  font-size: 18.67px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}
#sec-7 .footer-last p a {
  text-decoration: none;
  color: white;
}

#sec-7 .footer-last .crime {
  display: flex;
  justify-content: space-between;
}

/* ABOUT-US */
#sec-1.carry-on {
  background-image: url(../img/about-1-main.png);
}

#sec-1.carry-on .car {
  padding: 6% 0 15% 10%;
}

#sec-1.carry-on .car h1 {
  font-size: 75px;
  color: #0c0c0c;
  font-family: "Josefin Sans", sans-serif;
  line-height: 51px;
  font-weight: 600;
}

#sec-1.carry-on .car p {
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}

#sec-2-about {
  margin: 6% 0;
}

#sec-2-about .container-sec-2 {
  max-width: 85%;
}

#sec-2-about .service-container .main {
  display: flex;
  border-top: 1px solid #000000;
  padding: 43px 0;
  gap: 2rem 32px;
}

#sec-2-about .service-container .main .main-1 {
  display: flex;
  gap: 1.5rem;
}

#sec-2-about .image {
  display: inline-block;
}

#sec-2-about .image img {
  width: 100%;
}

#sec-2-about .about {
  margin-left: -131px;
}

#sec-2-about .about-section h1 {
  font-size: 50px;
  color: #0c0c0c;
  font-family: "Josefin Sans", sans-serif;
  line-height: 60px;
  font-weight: 600;
  width: 80%;
}

#sec-2-about .about-section p {
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  margin-block-end: 0;
  margin: 14px 0 40px;
}

#sec-2-about .service-container .main .main-1 .sub-main-2 h4 {
  font-size: 30px;
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 30px;
  font-weight: 500;
}

#sec-2-about .service-container .main .main-1 .sub-main-2 p {
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  line-height: 21px;
  color: #8f8f8f;
  width: 100%;
}

#sec-4.about-4 {
  background-color: #fff6f4;
  padding: 70px 0 20px;
}

#sec-5.about-5 {
  margin-top: 15%;
}

#sec-7.about-7 {
  margin-top: 7%;
}

/* ABOUT-US */

/* CONTACT-US */

#sec-1.contact-us {
  background-image: url(../img/contact-main.png);
}

#sec-2-contact {
  margin: 6% 0;
}

#sec-2-contact .container-contact {
  max-width: 84%;
  background-color: #ebebeb;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 4rem 6rem;
}

#sec-2-contact .left h2 {
  font-size: 60px;
  color: #0c0c0c;
  font-family: "Josefin Sans", sans-serif;
  line-height: 70px;
  font-weight: 600;
  width: 74%;
}

#sec-2-contact .left .image {
  display: inline-block;
  margin-top: 66px;
}

#sec-2-contact .left .image img {
  width: 100%;
}

#sec-2-contact .right-main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  height: 100%;
  margin-left: -100px;
}

#sec-2-contact .right {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

#sec-2-contact .main-1 {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 45%;
}

#sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
  font-size: 40px;
  color: #0c0c0c;
  font-family: "Josefin Sans", sans-serif;
  line-height: 41px;
  font-weight: 600;
}

#sec-2-contact .right-main .right .main-1 .sub-main-2 a {
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #8f8f8f;
  text-decoration: none;
}

#sec-2-contact .container-contact-2 {
  max-width: 84%;
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}

#sec-2-contact .container-contact-2 .map {
  padding: 0;
}

#sec-2-contact .container-contact-2 .form {
  padding: 4rem 6rem;
}

#sec-2-contact .container-contact-2 .form h2 {
  font-size: 40px;
  color: #0c0c0c;
  font-family: "Josefin Sans", sans-serif;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 41px;
}

#sec-2-contact .container-contact-2 .form input,
#sec-2-contact .container-contact-2 .form select,
#sec-2-contact .container-contact-2 .form textarea {
  padding: 1.5rem 1.25rem;
  background-color: #ebebeb;
  border: none;
  color: #8f8f8f;
  font-size: 16px;
  line-height: 16px;
  font-family: "Public Sans", sans-serif;
  outline: none;
  font-weight: 400;
}

#sec-2-contact .container-contact-2 .form input::placeholder,
#sec-2-contact .container-contact-2 .form textarea::placeholder {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}

#sec-2-contact .container-contact-2 .form .btn {
  background-color: #1a9fe2;
  color: white;
  margin: 21px auto 0;
  display: block;
  padding: 25px 60px;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

#sec-7.contact-7 {
  margin-top: 0;
}

/* CONTACT-US */
/* SERVICES */
#sec-1.services {
  background-image: url(../img/service-main.png);
}
#sec-tab-service {
  margin-top: 6%;
}
#sec-tab-service .container-service {
  max-width: 84%;
}
#sec-tab-service .nav-pills {
  background: #ebebeb;
  padding: 3rem;
  border-radius: 6px;
}
#sec-tab-service .nav-pills .nav-link {
  background-color: white;
  color: black;
  border-radius: 12px;
  padding: 2rem 0;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 19px;
}
#sec-tab-service .nav-pills .nav-link.active {
  background-color: #007bff;
  color: white;
}

#sec-tab-service .tab-content .tab-pane img {
  width: 100%;
}
#sec-tab-service .tab-content .tab-pane p {
  font-size: 25px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 38px;
  margin-top: 40px;
}
#sec-tab-service .tab-content .tab-pane h4 {
  font-size: 60px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 70px;
  text-transform: capitalize;
}
/* SERVICES */

/* PROJECTS */

#sec-1.projects {
  background-image: url(../img/project-main.png);
}
#sec-2-project {
  margin: 4% 0 5%;
}
#sec-2-project .container-project {
  max-width: 84%;
}

#sec-2-project .project-image a img {
  width: 100%;
  margin-top: 30px;
}

#sec-2-project .project-image a {
  text-align: center;
  font-size: 26px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  margin-block-end: 0;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: black;
}
#sec-2-project .project-image a:hover p {
  text-decoration: underline #007bff;
  transition: 0.3s ease-in-out;
}
/* PROJECTS */

/* DETAIL PROJECT */
#sec-2-project-detail {
  margin: 5% 0;
}
#sec-2-project-detail .container-project-detail {
  max-width: 84%;
}
#sec-2-project-detail .image {
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
#sec-2-project-detail .image img {
  width: 100%;
  height: 100%;
}
#sec-2-project-detail .right {
  background-color: #1a9fe2;
  border-radius: 12px;
}
#sec-2-project-detail .right .right-content {
  padding: 2rem 0;
}
#sec-2-project-detail .right .right-content .content h5 {
  font-size: 30px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  line-height: 38px;
  color: #ffffff;
  margin-block-end: 0;
}
#sec-2-project-detail .right .right-content .content {
  padding: 22px 0px 35px 38px;
}
#sec-2-project-detail .right .right-content .content p {
  font-size: 26px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  line-height: 36px;
  color: #ffffff;
  margin-block-end: 0;
}
#sec-2-project-detail .long-content p {
  font-size: 25px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 38px;
  margin: 40px 0 50px;
}
#sec-2-project-detail .left-sub img {
  width: 100%;
}
#sec-2-project-detail .sub-content .custom-checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#sec-2-project-detail .sub-content .custom-checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 25px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 38px;
}

#sec-2-project-detail .sub-content .custom-checklist li img {
  margin-right: 10px;
}
#sec-2-project-detail .sub-content h2 {
  font-size: 45px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 55px;
}
#sec-2-project-detail .sub-content p {
  font-size: 25px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 38px;
}

/* DETAIL PROJECT */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #sec-1 #navbarNav ul li {
    margin: 12px auto;
  }

  #sec-1 .first-container {
    padding: 17px 40px;
  }

  #sec-1 .contact-info .both-contact {
    display: initial;
  }

  #sec-1 .contact-info {
    display: initial;
  }

  #sec-1 .social-icons {
    justify-content: center;
  }

  #sec-1 .contact-info p {
    text-align: center;
    margin: 15px 0;
  }

  #sec-1 .left h1 {
    font-size: 39px;
    line-height: 46px;
    margin: 28px 0;
  }

  #sec-1 .left .checks {
    display: initial;
  }

  #sec-1 .left .checks .check-1 span {
    font-size: 18px;
  }

  #sec-2 .container-sec-2 {
    max-width: 100%;
  }

  #sec-2 h2 {
    font-size: 24px;
  }

  #sec-2 .red-border {
    width: 47px;
  }

  #sec-2 .blue-border {
    width: 54px;
  }

  #sec-2 h1 {
    font-size: 34px;
    line-height: 36px;
    width: 100%;
  }

  #sec-2 p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  #sec-2 .divider {
    display: none;
  }

  #sec-2 .button-container {
    display: initial;
  }

  #sec-2 .blue-button {
    padding: 20px 28px;
    font-size: 18px;
    margin: 31px auto;
  }

  #sec-3 h2 {
    font-size: 39px;
  }

  #sec-3 .cards .cabinet .text-content p {
    font-size: 12px;
    width: 96%;
  }

  #sec-3 .cards .cabinet .text-content h5 {
    font-size: 20px;
  }

  #sec-3 .cards .cabinet .static-title {
    font-size: 20px;
    padding: 18px 18px;
  }

  #sec-3 .container-sec-3 {
    max-width: 92%;
  }

  #sec-3 .btn-last {
    padding: 20px 35px;
    font-size: 18px;
  }

  #sec-4 .container-sec-4 {
    max-width: 100%;
  }

  #sec-4 .box {
    display: initial;
  }

  #sec-4 h1 {
    font-size: 39px;
    line-height: 44px;
  }

  #sec-4 h2 {
    font-size: 24px;
  }

  #sec-4 .red-border {
    width: 80px;
  }

  #sec-4 .blue-border {
    width: 109px;
  }

  #sec-4 .box .left {
    text-align: center;
  }

  #sec-4 .box .right {
    margin: 24px 0 41px;
  }

  #sec-4 .box .right h5 {
    font-size: 25px;
    text-align: center;
  }

  #sec-4 .box .right p {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  #sec-5 .left {
    margin-top: -38px;
    display: inline-block;
  }

  #sec-5 .top {
    display: initial;
  }

  #sec-5 .top .top-right img {
    display: block;
    margin: 0 auto;
  }

  #sec-5 .compound p {
    margin: 34px auto 0;
  }

  #sec-5 .compound .top .top-left {
    justify-content: center;
  }

  #sec-5 .marquee-all {
    gap: 2rem;
  }

  #sec-6 h2 {
    font-size: 39px;
    line-height: 36px;
    margin-top: 50px;
  }

  #sec-7 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

  #sec-7 .container-container-sec-7 {
    max-width: 100%;
  }

  #sec-7 .footer-1 .sub-footer-1 {
    text-align: center;
    width: 100%;
  }

  #sec-7 .footer-1 button a {
    font-size: 18px;
  }

  #sec-7 .footer-1 button {
    padding: 10px 37px;
  }

  #sec-7 .footer-1 p {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin: 44px auto;
    text-align: center;
  }

  #sec-7 .footer-1 button {
    margin: 56px auto;
    display: block;
  }

  #sec-7 .email-input {
    width: 100%;
  }

  #sec-7 .footer-2,
  #sec-7 .footer-3 {
    margin: 52px 0;
    text-align: center;
  }

  #sec-7 .footer-3 .sub .sab .sab-2 a {
    font-size: 16px;
  }

  #sec-7 .footer-3 .sub .sab {
    justify-content: center;
  }

  #sec-7 .footer-last .crime {
    display: initial;
  }

  #sec-7 .footer-last p {
    margin-block-end: 0;
    text-align: center;
    font-size: 13px;
  }

  /* ABOUT-US */
  #sec-1.carry-on .car h1 {
    font-size: 39px;
  }

  #sec-1.carry-on .car p {
    font-size: 18px;
  }

  #sec-1.carry-on .car {
    padding: 10% 0 15%;
    text-align: center;
  }

  #sec-2-about {
    margin: 21% 0;
  }

  #sec-2-about .about {
    margin-left: 0;
  }

  #sec-2-about .container-sec-2 {
    max-width: 96%;
  }

  #sec-2-about .about-section h1 {
    font-size: 31px;
    line-height: 36px;
    width: 100%;
    margin-top: 29px;
  }

  #sec-2-about .about-section p {
    font-size: 16px;
    line-height: 24px;
  }

  #sec-2-about .service-container .main .main-1 {
    display: initial;
    text-align: center;
  }

  #sec-2-about .service-container .main {
    display: block;
    padding: 27px 0;
  }

  #sec-2-about .service-container .main .main-1 .sub-main-1 {
    margin: 33px 0 27px;
  }

  #sec-5.about-5 {
    margin-top: 37%;
  }

  #sec-7.about-7 {
    margin-top: 24%;
  }

  /* ABOUT-US */
  /* CONTACT-US */
  #sec-2-contact .container-contact {
    max-width: 96%;
    padding: 4rem 0;
  }

  #sec-2-contact .left h2 {
    font-size: 39px;
    line-height: 43px;
    width: 100%;
    text-align: center;
  }

  #sec-2-contact .right-main {
    margin-left: 0;
    gap: 0;
  }

  #sec-2-contact .main-1 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
    font-size: 28px;
    margin-top: 13px;
  }

  #sec-2-contact .container-contact-2 .form {
    padding: 4rem 0;
  }

  #sec-2-contact .container-contact-2 {
    max-width: 96%;
  }

  #sec-2-contact .container-contact-2 .map iframe {
    height: 300px;
    display: block;
  }

  #sec-2-contact .container-contact-2 .form h2 {
    font-size: 30px;
  }

  #sec-2-contact .container-contact-2 .form .btn {
    padding: 14px 46px;
    font-size: 20px;
  }

  /* CONTACT-US */

  /* SERVICES */
  #sec-tab-service .container-service {
    max-width: 96%;
  }
  #sec-tab-service .nav-pills {
    background: #ebebeb;
    padding: 1rem;
    border-radius: 6px;
  }
  #sec-tab-service .nav-pills .nav-link {
    padding: 1rem 0;
    font-size: 18px;
  }
  #sec-tab-service .tab-content .tab-pane p {
    font-size: 18px;

    line-height: 21px;
  }
  #sec-tab-service .tab-content .tab-pane h4 {
    font-size: 40px;
    line-height: 41px;
    margin-top: 30px;
    text-align: center;
  }
  #sec-tab-service .tab-content .tab-pane img {
    width: 100%;
    margin-top: 45px;
  }
  /* SERVICES */
  /* DETAIL PROJECT */

  #sec-2-project-detail .container-project-detail {
    max-width: 96%;
  }
  #sec-2-project-detail .right .right-content .content h5 {
    font-size: 22px;

    line-height: 30px;
  }
  #sec-2-project-detail .right .right-content .content p {
    font-size: 18px;
    line-height: 29px;
  }
  #sec-2-project-detail .right .right-content .content {
    padding: 15px 0px 13px 20px;
  }
  #sec-2-project-detail .right .right-content {
    padding: 2rem 0;
    margin: 44px 0 0;
  }
  #sec-2-project-detail .long-content p {
    font-size: 18px;
    line-height: 28px;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 30px;
    margin: 14px 0 0;
  }
  #sec-2-project-detail .sub-content p {
    font-size: 18px;
    line-height: 27px;
  }
  #sec-2-project-detail .sub-content .custom-checklist li {
    font-size: 18px;
    line-height: 25px;
  }
  /* DETAIL PROJECT */
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  #sec-1 #navbarNav ul li {
    margin: 12px auto;
  }

  #sec-1 .first-container {
    padding: 17px 40px;
  }

  #sec-1 .contact-info .both-contact {
    display: initial;
  }

  #sec-1 .contact-info {
    display: initial;
  }

  #sec-1 .social-icons {
    justify-content: center;
  }

  #sec-1 .contact-info p {
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
  }

  #sec-1 .left h1 {
    font-size: 43px;
    line-height: 46px;
    margin: 28px 0;
  }

  #sec-1 .left .checks {
    display: initial;
  }

  #sec-1 .left .checks .check-1 span {
    font-size: 22px;
  }

  #sec-2 .container-sec-2 {
    max-width: 100%;
  }

  #sec-2 h1 {
    font-size: 35px;
    line-height: 42px;
    width: 100%;
  }

  #sec-2 .image img {
    width: 100%;
    margin: 54px 0px 0;
  }

  #sec-2 p {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }

  #sec-2 .blue-button {
    padding: 20px 35px;
    font-size: 17px;
  }

  #sec-2 .button-container {
    width: 100%;
    justify-content: center;
    margin: 40px auto 0;
  }

  #sec-2 .divider {
    height: 99px;
  }

  #sec-3 h2 {
    font-size: 40px;
  }

  #sec-4 .container-sec-4 {
    max-width: 100%;
  }

  #sec-4 h1 {
    font-size: 42px;
    line-height: 46px;
    margin: 35px 0 37px;
  }

  #sec-4 .box {
    display: initial;
  }

  #sec-4 h2 {
    font-size: 24px;
  }

  #sec-4 .red-border {
    width: 80px;
  }

  #sec-4 .blue-border {
    width: 109px;
  }

  #sec-4 .box .left {
    text-align: center;
  }

  #sec-4 .box .right {
    margin: 24px 0 41px;
  }

  #sec-4 .box .right h5 {
    font-size: 28px;
    text-align: center;
  }

  #sec-4 .box .right p {
    font-size: 22px;
    width: 74%;
    margin: 0 auto;
    text-align: center;
  }

  #sec-5 .marquee-all {
    gap: 3rem;
  }

  #sec-5 .left {
    margin-top: -46px;
    display: inline-block;
  }

  #sec-6 .images {
    display: block;
    margin: 29px auto;
    width: 76%;
  }

  #sec-6 h2 {
    font-size: 40px;
  }

  #sec-7 {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

  #sec-7 .container-container-sec-7 {
    max-width: 100%;
  }

  #sec-7 .footer-1 .sub-footer-1 {
    text-align: center;
    width: 100%;
  }

  #sec-7 .footer-1 button a {
    font-size: 18px;
  }

  #sec-7 .footer-1 button {
    padding: 10px 37px;
  }

  #sec-7 .footer-1 p {
    font-size: 20px;
    line-height: 24px;
    width: 80%;
    margin: 44px auto;
    text-align: center;
  }

  #sec-7 .footer-1 button {
    margin: 56px auto;
    display: block;
  }

  #sec-7 .email-input {
    width: 71%;
    margin: 0 auto;
  }

  #sec-7 .footer-2 .common li a {
    font-size: 16px;
  }

  #sec-7 .footer-2,
  #sec-7 .footer-3 {
    margin: 52px 0;
    text-align: center;
  }

  #sec-7 .footer-3 .sub .sab .sab-2 a {
    font-size: 16px;
  }

  #sec-7 .footer-3 .sub .sab {
    justify-content: center;
  }

  #sec-7 .footer-last .crime {
    display: initial;
  }

  #sec-7 .footer-last p {
    margin-block-end: 0;
    text-align: center;
    font-size: 13px;
  }

  /* About-Us */
  #sec-1.carry-on .car h1 {
    font-size: 43px;
    line-height: 46px;
  }

  #sec-1.carry-on .car {
    padding: 10% 0 15%;
    text-align: center;
  }

  #sec-1.carry-on .car p {
    font-size: 20px;
  }

  #sec-2-about .about {
    margin-left: 0;
  }

  #sec-2-about .container-sec-2 {
    max-width: 93%;
  }

  #sec-2-about .about-section h1 {
    font-size: 41px;
    line-height: 46px;
    width: 100%;
    margin: 36px 0 30px;
  }

  #sec-2-about .about-section p {
    font-size: 18px;
    line-height: 25px;
  }

  #sec-2-about .service-container .main {
    display: inherit;
    padding: 43px 0 0;
  }

  #sec-2-about .service-container .main .main-1 .sub-main-2 p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 56px;
  }

  #sec-2-about .service-container .main .main-1 .sub-main-2 h4 {
    font-size: 25px;
  }

  #sec-5.about-5 {
    margin-top: 32%;
  }

  #sec-7.about-7 {
    margin-top: 21%;
  }

  /* About-Us */
  /* CONTACT-US */
  #sec-2-contact .container-contact {
    max-width: 96%;
    padding: 4rem 0;
  }

  #sec-2-contact .left h2 {
    font-size: 39px;
    line-height: 43px;
    width: 100%;
    text-align: center;
  }

  #sec-2-contact .right-main {
    margin-left: 0;
    gap: 0;
  }

  #sec-2-contact .main-1 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
    font-size: 28px;
    margin-top: 13px;
  }

  #sec-2-contact .container-contact-2 .form {
    padding: 4rem 2rem;
  }

  #sec-2-contact .container-contact-2 {
    max-width: 96%;
  }

  #sec-2-contact .container-contact-2 .map iframe {
    height: 300px;
    display: block;
  }

  #sec-2-contact .container-contact-2 .form h2 {
    font-size: 30px;
  }

  #sec-2-contact .container-contact-2 .form .btn {
    padding: 14px 46px;
    font-size: 20px;
  }
  #sec-2-contact .left .image {
    display: block;
  }
  #sec-2-contact .left .image img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  /* CONTACT-US */
  /* SERVICES */
  #sec-tab-service .container-service {
    max-width: 96%;
  }
  #sec-tab-service .nav-pills {
    background: #ebebeb;
    padding: 2rem;
    border-radius: 6px;
  }
  #sec-tab-service .nav-pills .nav-link {
    padding: 1rem 0;
    font-size: 21px;
  }
  #sec-tab-service .tab-content .tab-pane p {
    font-size: 18px;

    line-height: 21px;
  }
  #sec-tab-service .tab-content .tab-pane h4 {
    font-size: 40px;
    line-height: 41px;
    margin-top: 30px;
    text-align: center;
  }
  #sec-tab-service .tab-content .tab-pane img {
    width: 75%;
    display: block;
    margin: 45px auto;
  }
  /* SERVICES */
  /* DETAIL PROJECT */

  #sec-2-project-detail .container-project-detail {
    max-width: 96%;
  }
  #sec-2-project-detail .right .right-content .content h5 {
    font-size: 28px;
    line-height: 30px;
  }
  #sec-2-project-detail .right .right-content .content p {
    font-size: 22px;
    line-height: 29px;
  }

  #sec-2-project-detail .right .right-content {
    padding: 2rem 0;
    margin: 44px 0 0;
  }
  #sec-2-project-detail .long-content p {
    font-size: 22px;
    line-height: 31px;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 35px;
    margin: 14px 0 0;
  }
  #sec-2-project-detail .sub-content p {
    font-size: 22px;
    line-height: 30px;
  }
  #sec-2-project-detail .sub-content .custom-checklist li {
    font-size: 22px;
    line-height: 25px;
  }
  #sec-7.project-detail-7 {
    margin-top: 11%;
  }
  /* DETAIL PROJECT */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sec-1 #navbarNav ul li {
    margin: 12px auto;
  }

  #sec-1 .left h1 {
    font-size: 60px;
    line-height: 78px;
    margin: 59px 0;
  }

  #sec-1 .image-right img {
    width: 75%;
  }

  #sec-1 .left .btn-1 {
    margin: 67px auto;
    display: block;
  }

  #sec-1 .left .checks {
    justify-content: center;
  }

  #sec-2 h1 {
    font-size: 45px;
    line-height: 53px;
    width: 100%;
  }

  #sec-2 .blue-button {
    font-size: 19px;
  }

  #sec-2 .button-container {
    width: 89%;
    margin: 40px auto;
  }

  #sec-2 p {
    font-size: 22px;
    width: 87%;
  }

  #sec-3 .cards .cabinet .text-content p {
    width: 90%;
    font-size: 15px;
  }

  #sec-3 .cards .cabinet .static-title {
    font-size: 25px;
  }

  #sec-3 .cards .cabinet .text-content h5 {
    font-size: 25px;
  }

  #sec-4 h1 {
    font-size: 45px;
    line-height: 48px;
  }

  #sec-4 .box {
    display: initial;
    text-align: center;
  }

  #sec-4 .box .right p {
    width: 88%;
    margin: 0 auto;
  }

  #sec-4 .box.box-3 p,
  #sec-4 .box.box-6 p {
    width: 45%;
  }

  #sec-4 .box .left {
    margin: 30px 0;
  }

  #sec-5 {
    margin-top: 22%;
  }

  #sec-5 .marquee-all {
    gap: 2rem;
  }

  #sec-5 .left img {
    display: block;
    width: 75%;
    margin: 0 auto;
  }

  #sec-5 .left {
    margin-top: -100px;
    display: block;
  }

  #sec-6 .images {
    display: block;
  }

  #sec-6 .images img {
    width: 96%;
    display: block;
    margin: 0 auto;
  }

  #sec-6 h2 {
    font-size: 45px;
  }

  #sec-7 .footer-1 .sub-footer-1 {
    text-align: center;
    width: 100%;
  }

  #sec-7 .footer-1 button a {
    font-size: 18px;
  }

  #sec-7 .footer-1 button {
    padding: 10px 37px;
  }

  #sec-7 .footer-1 p {
    font-size: 20px;
    line-height: 24px;
    width: 80%;
    margin: 44px auto;
    text-align: center;
  }

  #sec-7 .footer-1 button {
    margin: 56px auto;
    display: block;
  }

  #sec-7 .email-input {
    width: 71%;
    margin: 0 auto;
  }

  #sec-7 .footer-2,
  #sec-7 .footer-3 {
    margin: 52px 0;
  }

  #sec-7 .footer-3 .sub .sab .sab-2 a {
    font-size: 17px;
  }

  #sec-7 .footer-2 .common li a {
    font-size: 17px;
  }

  #sec-7 .footer-last p {
    margin-block-end: 0;
    text-align: center;
    font-size: 13px;
  }

  /* About-Us */
  #sec-1.carry-on .car h1 {
    font-size: 60px;
  }

  #sec-1.carry-on .car p {
    font-size: 21px;
  }

  #sec-1.carry-on .car {
    padding: 12% 0 15% 10%;
  }

  #sec-2-about .about {
    margin-left: 0;
  }

  #sec-2-about .image {
    display: block;
  }

  #sec-2-about .image img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  #sec-2-about .container-sec-2 {
    max-width: 92%;
  }

  #sec-2-about .about-section h1 {
    font-size: 45px;
    line-height: 49px;
    width: 100%;
    margin: 38px 0 28px;
  }

  #sec-2-about .service-container .main .main-1 .sub-main-2 h4 {
    font-size: 24px;
  }

  #sec-2-about .service-container .main .main-1 .sub-main-2 p {
    font-size: 15px;
    line-height: 19px;
  }

  #sec-4.about-4 {
    padding: 70px 0;
  }

  #sec-5.about-5 {
    margin-top: 27%;
  }

  #sec-7.about-7 {
    margin-top: 13%;
  }

  /* About-Us */
  /* CONTACT-US */
  #sec-2-contact .container-contact {
    max-width: 96%;
    padding: 4rem 1rem;
  }

  #sec-2-contact .left h2 {
    font-size: 42px;
    line-height: 43px;
    width: 100%;
    text-align: center;
  }
  #sec-2-contact .right-main {
    margin-left: 0;
    gap: 0;
  }

  #sec-2-contact .main-1 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
    font-size: 28px;
    margin-top: 13px;
  }

  #sec-2-contact .container-contact-2 .form {
    padding: 4rem 2rem;
  }

  #sec-2-contact .container-contact-2 {
    max-width: 96%;
  }

  #sec-2-contact .container-contact-2 .map iframe {
    height: 350px;
    display: block;
  }
  #sec-2-contact .container-contact-2 .form h2 {
    font-size: 30px;
  }

  #sec-2-contact .container-contact-2 .form .btn {
    padding: 14px 46px;
    font-size: 20px;
  }
  #sec-2-contact .left .image {
    display: block;
  }
  #sec-2-contact .left .image img {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
  #sec-2-contact .right {
    flex-wrap: nowrap;
  }
  /* CONTACT-US */
  /* SERVICES */
  #sec-tab-service .container-service {
    max-width: 90%;
  }
  #sec-tab-service .nav-pills {
    background: #ebebeb;
    padding: 2rem;
    border-radius: 6px;
    width: 84%;
    margin: 0 auto;
  }
  #sec-tab-service .nav-pills .nav-link {
    padding: 1rem 0;
    font-size: 21px;
  }
  #sec-tab-service .tab-content .tab-pane p {
    font-size: 21px;
    line-height: 24px;
  }
  #sec-tab-service .tab-content .tab-pane h4 {
    font-size: 40px;
    line-height: 41px;
    margin-top: 30px;
    text-align: center;
  }
  #sec-tab-service .tab-content .tab-pane img {
    width: 75%;
    display: block;
    margin: 45px auto;
  }
  /* SERVICES */
  /* Project-detail */
  #sec-2-project-detail .container-project-detail {
    max-width: 90%;
  }
  #sec-2-project-detail .right .right-content .content {
    padding: 22px 43px 35px 70px;
  }
  #sec-2-project-detail .right .right-content {
    padding: 2rem 0;
    margin: 44px 0 0;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 40px;
    margin-top: 15px;
  }
  /* Project-detail */
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #sec-1 .left h1 {
    font-size: 60px;
    line-height: 72px;
  }

  #sec-1 .left .checks .check-1 span {
    font-size: 18px;
  }

  #sec-1 .left .btn-1 {
    margin: 25px 0;
  }

  #sec-2 h1 {
    font-size: 31px;
    line-height: 40px;
    width: 91%;
  }

  #sec-2 p {
    font-size: 18px;
    line-height: 26px;
    width: 91%;
  }

  #sec-2 .button-container {
    width: 100%;
  }

  #sec-2 .blue-button {
    padding: 20px;
    font-size: 16px;
  }

  #sec-3 .cards .cabinet .static-title {
    font-size: 18px;
    padding: 13px 14px;
  }

  #sec-3 .cards .cabinet .text-content p {
    font-size: 11px;
    width: 100%;
  }

  #sec-3 .cards .cabinet .text-content h5 {
    font-size: 18px;
  }

  #sec-4 .box {
    display: initial;
    text-align: center;
  }

  #sec-4 .box .right p {
    width: 85%;
    margin: 0 auto;
  }

  #sec-4 .box .right h5 {
    font-size: 25px;
  }

  #sec-4 .box .left {
    margin: 28px 0;
  }

  #sec-5 {
    margin-top: 20%;
  }

  #sec-5 .container-sec-5 {
    padding: 25px 0;
    max-width: 93%;
  }

  #sec-5 .left {
    margin-top: -112px;
    display: inline-block;
  }

  #sec-5 .marquee-all {
    gap: 3rem;
  }

  #sec-6 .images img {
    width: 91%;
  }

  #sec-7 .container-container-sec-7 {
    max-width: 88%;
  }

  #sec-7 .footer-1 p {
    font-size: 19px;

    line-height: 24px;
    width: 82%;
    margin: 37px 0;
  }

  #sec-7 .footer-2 h5 {
    font-size: 25px;
  }

  #sec-7 .footer-3 h5 {
    font-size: 25px;
  }

  #sec-7 .footer-3 .sub .sab .sab-2 a {
    font-size: 16px;
  }

  #sec-7 .footer-2 .common li a {
    font-size: 16px;
  }

  /* About-US */
  #sec-1.carry-on .car h1 {
    font-size: 65px;
  }

  #sec-1.carry-on .car p {
    font-size: 23px;
  }

  #sec-2-about .container-sec-2 {
    max-width: 95%;
  }

  #sec-2-about .about {
    margin-left: 0;
  }

  #sec-2-about .about-section h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }

  #sec-2-about .about-section p {
    font-size: 16px;
    line-height: 22px;
  }

  #sec-2-about .service-container .main {
    display: inherit;
  }

  #sec-4.about-4 {
    padding: 70px 0;
  }

  /* About-US */
  /* Contact-Us */
  #sec-2-contact .container-contact-2 .form {
    padding: 4rem 1rem;
  }
  #sec-2-contact .container-contact {
    max-width: 90%;
    padding: 4rem 1rem;
  }
  #sec-2-contact .container-contact-2 {
    max-width: 90%;
  }
  #sec-2-contact .left h2 {
    font-size: 40px;
    line-height: 44px;
    width: 100%;
  }
  #sec-2-contact .main-1 {
    display: block;
    text-align: center;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-1 img {
    width: 30%;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
    font-size: 22px;
    line-height: 29px;
  }
  #sec-2-contact .right {
    gap: 0;
    margin: 29px 0 0;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 a {
    font-size: 16px;
    line-height: 24px;
  }
  #sec-2-contact .left .image img {
    width: 85%;
  }
  #sec-2-contact .container-contact-2 .form .btn {
    padding: 21px 48px;
    font-size: 20px;
  }
  /* Contact-Us */
  /* SERVICES */
  #sec-tab-service .container-service {
    max-width: 87%;
  }
  #sec-tab-service .nav-pills {
    padding: 3rem 1rem 2rem;
  }
  #sec-tab-service .nav-pills .nav-link {
    padding: 1.5rem 0;
    font-size: 23px;
  }
  #sec-tab-service .tab-content .tab-pane p {
    font-size: 21px;
    line-height: 26px;
  }
  #sec-tab-service .tab-content .tab-pane h4 {
    font-size: 33px;
    line-height: 48px;
  }

  /* SERVICES */

  /* PROJECT-DETAIL */
  #sec-2-project-detail .container-project-detail {
    max-width: 96%;
  }
  #sec-2-project-detail .right .right-content .content h5 {
    font-size: 24px;
    line-height: 38px;
  }
  #sec-2-project-detail .right .right-content .content p {
    font-size: 16px;
    line-height: 20px;
  }
  #sec-2-project-detail .right .right-content .content {
    padding: 22px 0px 0px 38px;
  }
  #sec-2-project-detail .right .right-content {
    padding: 1rem 0 2rem;
  }
  #sec-2-project-detail .long-content p {
    font-size: 22px;

    line-height: 34px;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 34px;
    line-height: 37px;
  }
  #sec-2-project-detail .sub-content p {
    font-size: 20px;
    line-height: 27px;
  }
  #sec-2-project-detail .sub-content .custom-checklist li {
    font-size: 20px;
    line-height: 26px;
  }
  /* PROJECT-DETAIL */
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #sec-1 .left h1 {
    font-size: 60px;
    line-height: 72px;
  }

  #sec-1 .left .checks .check-1 span {
    font-size: 18px;
  }

  #sec-1 .left .btn-1 {
    margin: 25px 0;
  }

  #sec-2 h1 {
    font-size: 31px;
    line-height: 40px;
    width: 91%;
  }

  #sec-2 p {
    font-size: 18px;
    line-height: 26px;
    width: 91%;
  }

  #sec-2 .button-container {
    width: 96%;
  }

  #sec-2 .blue-button {
    padding: 20px 16px;
    font-size: 16px;
  }

  #sec-3 .cards .cabinet .static-title {
    font-size: 18px;
    padding: 13px 14px;
  }

  #sec-3 .cards .cabinet .text-content p {
    font-size: 11px;
    width: 95%;
  }

  #sec-3 .cards .cabinet .text-content h5 {
    font-size: 18px;
  }

  #sec-4 .box {
    display: initial;
    text-align: center;
  }

  #sec-4 .box .right p {
    width: 85%;
    margin: 0 auto;
  }

  #sec-4 .box .right h5 {
    font-size: 25px;
  }

  #sec-4 .box .left {
    margin: 28px 0;
  }

  #sec-5 {
    margin-top: 20%;
  }

  #sec-5 .container-sec-5 {
    padding: 25px 0;
    max-width: 93%;
  }

  #sec-5 .left {
    margin-top: -112px;
    display: inline-block;
  }

  #sec-5 .marquee-all {
    gap: 3rem;
  }

  #sec-6 .images img {
    width: 91%;
  }

  #sec-7 .container-container-sec-7 {
    max-width: 88%;
  }

  #sec-7 .footer-1 p {
    font-size: 19px;

    line-height: 24px;
    width: 82%;
    margin: 37px 0;
  }

  #sec-7 .footer-2 h5 {
    font-size: 25px;
  }

  #sec-7 .footer-3 h5 {
    font-size: 25px;
  }

  #sec-7 .footer-3 .sub .sab .sab-2 a {
    font-size: 16px;
  }

  #sec-7 .footer-2 .common li a {
    font-size: 16px;
  }

  /* About-US */
  #sec-1.carry-on .car h1 {
    font-size: 65px;
  }

  #sec-1.carry-on .car p {
    font-size: 23px;
  }

  #sec-2-about .container-sec-2 {
    max-width: 95%;
  }

  #sec-2-about .about {
    margin-left: 0;
  }

  #sec-2-about .about-section h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }

  #sec-2-about .about-section p {
    font-size: 16px;
    line-height: 22px;
  }

  #sec-2-about .service-container .main {
    display: inherit;
  }

  #sec-4.about-4 {
    padding: 70px 0;
  }

  /* About-US */
  /* Contact-Us */
  #sec-2-contact .container-contact-2 .form {
    padding: 4rem 1rem;
  }
  #sec-2-contact .container-contact {
    max-width: 90%;
    padding: 4rem 1rem;
  }
  #sec-2-contact .container-contact-2 {
    max-width: 90%;
  }
  #sec-2-contact .left h2 {
    font-size: 40px;
    line-height: 44px;
    width: 100%;
  }
  #sec-2-contact .main-1 {
    display: block;
    text-align: center;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-1 img {
    width: 30%;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
    font-size: 22px;
    line-height: 29px;
  }
  #sec-2-contact .right {
    gap: 0;
    margin: 29px 0 0;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 a {
    font-size: 16px;
    line-height: 24px;
  }
  #sec-2-contact .left .image img {
    width: 85%;
  }
  #sec-2-contact .container-contact-2 .form .btn {
    padding: 21px 48px;
    font-size: 20px;
  }
  /* Contact-Us */
  /* SERVICES */
  #sec-tab-service .container-service {
    max-width: 87%;
  }
  #sec-tab-service .nav-pills {
    padding: 3rem 1rem 2rem;
  }
  #sec-tab-service .nav-pills .nav-link {
    padding: 1.5rem 0;
    font-size: 23px;
  }
  #sec-tab-service .tab-content .tab-pane p {
    font-size: 21px;
    line-height: 26px;
  }
  #sec-tab-service .tab-content .tab-pane h4 {
    font-size: 33px;
    line-height: 48px;
  }

  /* SERVICES */
  /* PROJECT-DETAIL */
  #sec-2-project-detail .right {
    height: 100%;
  }
  #sec-2-project-detail .container-project-detail {
    max-width: 96%;
  }
  #sec-2-project-detail .right .right-content .content h5 {
    font-size: 24px;
    line-height: 38px;
  }
  #sec-2-project-detail .right .right-content .content p {
    font-size: 18px;
    line-height: 24px;
  }
  #sec-2-project-detail .right .right-content .content {
    padding: 22px 0px 0px 38px;
  }

  #sec-2-project-detail .long-content p {
    font-size: 22px;

    line-height: 34px;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 34px;
    line-height: 37px;
  }
  #sec-2-project-detail .sub-content p {
    font-size: 20px;
    line-height: 27px;
  }
  #sec-2-project-detail .sub-content .custom-checklist li {
    font-size: 20px;
    line-height: 26px;
  }
  /* PROJECT-DETAIL */
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  #sec-1 .left h1 {
    font-size: 63px;
    line-height: 72px;
  }

  #sec-1 .left .checks .check-1 span {
    font-size: 18px;
  }

  #sec-1 .left .btn-1 {
    margin: 25px 0;
  }

  #sec-2 .container-sec-2 {
    max-width: 90%;
  }

  #sec-2 h1 {
    font-size: 31px;
    line-height: 40px;
    width: 91%;
  }

  #sec-2 p {
    font-size: 18px;
    line-height: 26px;
    width: 91%;
  }

  #sec-2 .button-container {
    width: 76%;
  }

  #sec-2 .blue-button {
    padding: 20px 22px;
    font-size: 16px;
  }

  #sec-3 .cards .cabinet .static-title {
    font-size: 18px;
    padding: 13px 14px;
  }

  #sec-3 .cards .cabinet .text-content p {
    font-size: 11px;
    width: 95%;
  }

  #sec-3 .cards .cabinet .text-content h5 {
    font-size: 18px;
  }

  #sec-4 .box {
    display: initial;
    text-align: center;
  }

  #sec-4 .box .right p {
    width: 85%;
    margin: 0 auto;
  }

  #sec-4 .box .right h5 {
    font-size: 25px;
  }

  #sec-4 .box .left {
    margin: 28px 0;
  }

  #sec-5 {
    margin-top: 20%;
  }

  #sec-5 .container-sec-5 {
    padding: 25px 0;
    max-width: 93%;
  }

  #sec-5 .left {
    margin-top: -112px;
    display: inline-block;
  }

  #sec-5 .marquee-all {
    gap: 3rem;
  }

  #sec-6 .images img {
    width: 91%;
  }

  #sec-7 .container-container-sec-7 {
    max-width: 88%;
  }

  #sec-7 .footer-1 p {
    font-size: 19px;

    line-height: 24px;
    width: 82%;
    margin: 37px 0;
  }

  #sec-7 .footer-2 h5 {
    font-size: 25px;
  }

  #sec-7 .footer-3 h5 {
    font-size: 25px;
  }

  #sec-7 .footer-3 .sub .sab .sab-2 a {
    font-size: 16px;
  }

  #sec-7 .footer-2 .common li a {
    font-size: 16px;
  }

  /* About-US */
  #sec-1.carry-on .car h1 {
    font-size: 65px;
  }

  #sec-1.carry-on .car p {
    font-size: 23px;
  }

  #sec-2-about .container-sec-2 {
    max-width: 95%;
  }

  #sec-2-about .about {
    margin-left: 0;
  }

  #sec-2-about .about-section h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }

  #sec-2-about .about-section p {
    font-size: 16px;
    line-height: 22px;
  }

  #sec-2-about .service-container .main {
    display: inherit;
  }

  #sec-4.about-4 {
    padding: 70px 0;
  }

  /* About-US */
  /* Contact-Us */
  #sec-2-contact .container-contact-2 .form {
    padding: 4rem 1rem;
  }
  #sec-2-contact .container-contact {
    max-width: 90%;
    padding: 4rem 1rem;
  }
  #sec-2-contact .container-contact-2 {
    max-width: 90%;
  }
  #sec-2-contact .left h2 {
    font-size: 49px;
    line-height: 50px;
    width: 100%;
  }
  #sec-2-contact .main-1 {
    display: block;
    text-align: center;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-1 img {
    width: 30%;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
    font-size: 22px;
    line-height: 29px;
  }
  #sec-2-contact .right {
    gap: 0;
    margin: 29px 0 0;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 a {
    font-size: 16px;
    line-height: 24px;
  }
  #sec-2-contact .left .image img {
    width: 85%;
  }
  #sec-2-contact .container-contact-2 .form .btn {
    padding: 21px 48px;
    font-size: 20px;
  }
  /* Contact-Us */
  /* SERVICES */
  #sec-tab-service .container-service {
    max-width: 87%;
  }
  #sec-tab-service .nav-pills {
    padding: 3rem 2rem 2rem;
  }
  #sec-tab-service .nav-pills .nav-link {
    padding: 1.5rem 0;
    font-size: 23px;
  }
  #sec-tab-service .tab-content .tab-pane p {
    font-size: 21px;
    line-height: 26px;
  }
  #sec-tab-service .tab-content .tab-pane h4 {
    font-size: 45px;
    line-height: 48px;
  }

  /* SERVICES */
  /* PROJECT-DETAIL */
  #sec-2-project-detail .right {
    height: 100%;
  }
  #sec-2-project-detail .container-project-detail {
    max-width: 96%;
  }
  #sec-2-project-detail .right .right-content .content p {
    font-size: 20px;
    line-height: 24px;
  }
  #sec-2-project-detail .right .right-content .content {
    padding: 22px 0px 19px 38px;
  }

  #sec-2-project-detail .long-content p {
    font-size: 22px;

    line-height: 34px;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 34px;
    line-height: 37px;
  }
  #sec-2-project-detail .sub-content p {
    font-size: 20px;
    line-height: 27px;
  }
  #sec-2-project-detail .sub-content .custom-checklist li {
    font-size: 20px;
    line-height: 26px;
  }
  /* PROJECT-DETAIL */
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  #sec-2 .button-container {
    width: 94%;
  }
  #sec-2 .blue-button {
    padding: 20px 32px;
    font-size: 22px;
  }
  #sec-3 .cards .cabinet .static-title {
    font-size: 24px;
  }

  #sec-3 .cards .cabinet .text-content p {
    font-size: 16px;

    width: 90%;
  }

  #sec-3 .cards .cabinet .text-content h5 {
    font-size: 24px;
  }

  #sec-6 .images img {
    width: 95%;
  }

  /* About-US */
  #sec-1.carry-on .car h1 {
    font-size: 65px;
  }

  #sec-1.carry-on .car p {
    font-size: 23px;
  }

  #sec-2-about .container-sec-2 {
    max-width: 95%;
  }

  #sec-2-about .about {
    margin-left: 0;
  }

  #sec-2-about .about-section h1 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }

  #sec-2-about .about-section p {
    font-size: 16px;
    line-height: 22px;
  }

  #sec-2-about .service-container .main {
    display: inherit;
  }

  #sec-4.about-4 {
    padding: 70px 0;
  }

  /* About-US */
  /* Contact-Us */
  #sec-2-contact .container-contact-2 .form {
    padding: 4rem 1rem;
  }
  #sec-2-contact .container-contact {
    max-width: 90%;
    padding: 4rem 2rem;
  }
  #sec-2-contact .container-contact-2 {
    max-width: 90%;
  }
  #sec-2-contact .left h2 {
    font-size: 49px;
    line-height: 50px;
    width: 100%;
  }
  #sec-2-contact .main-1 {
    display: block;
    text-align: center;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-1 img {
    width: 30%;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 h4 {
    font-size: 22px;
    line-height: 29px;
  }
  #sec-2-contact .right {
    gap: 0;
    margin: 29px 0 0;
  }
  #sec-2-contact .right-main .right .main-1 .sub-main-2 a {
    font-size: 18px;
    line-height: 24px;
  }
  #sec-2-contact .left .image img {
    width: 85%;
  }
  #sec-2-contact .container-contact-2 .form .btn {
    padding: 21px 48px;
    font-size: 20px;
  }
  /* Contact-Us */
  /* SERVICES */
  #sec-tab-service .container-service {
    max-width: 87%;
  }
  #sec-tab-service .nav-pills {
    padding: 3rem 2rem 2rem;
  }
  #sec-tab-service .nav-pills .nav-link {
    padding: 1.5rem 0;
    font-size: 23px;
  }
  #sec-tab-service .tab-content .tab-pane p {
    font-size: 21px;
    line-height: 26px;
  }
  #sec-tab-service .tab-content .tab-pane h4 {
    font-size: 45px;
    line-height: 48px;
  }

  /* SERVICES */
  /* PROJECT-DETAIL */
  #sec-2-project-detail .right {
    height: 100%;
  }
  #sec-2-project-detail .container-project-detail {
    max-width: 96%;
  }
  #sec-2-project-detail .right .right-content .content {
    padding: 22px 0px 10px 38px;
  }

  #sec-2-project-detail .long-content p {
    font-size: 22px;
    line-height: 34px;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 34px;
    line-height: 37px;
  }
  #sec-2-project-detail .sub-content p {
    font-size: 20px;
    line-height: 27px;
  }
  #sec-2-project-detail .sub-content .custom-checklist li {
    font-size: 20px;
    line-height: 26px;
  }
  /* PROJECT-DETAIL */
}

@media only screen and (min-width: 1601px) and (max-width: 1614px) {
  #sec-3 .cards .cabinet .text-content p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1880px) {
  #sec-6 .images img {
    width: 96%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  #sec-2 .blue-button {
    padding: 20px 34px;
    font-size: 24px;
  }
  /* ABOUT US */
  #sec-2-about .about {
    margin-left: -10px;
  }

  /* ABOUT US */
  /* Contact-US */
  #sec-2-contact .left h2 {
    font-size: 53px;
    line-height: 59px;
    width: 97%;
  }
  #sec-2-contact .container-contact {
    padding: 4rem;
  }
  #sec-2-contact .left .image img {
    width: 80%;
  }
  /* Contact-US */
  /* PROJECT-DETAIL */
  #sec-2-project-detail .right {
    height: 100%;
  }
  #sec-2-project-detail .container-project-detail {
    max-width: 96%;
  }
  #sec-2-project-detail .right .right-content .content {
    padding: 22px 0px 10px 38px;
  }

  #sec-2-project-detail .long-content p {
    font-size: 22px;
    line-height: 34px;
  }
  #sec-2-project-detail .sub-content h2 {
    font-size: 34px;
    line-height: 37px;
  }
  #sec-2-project-detail .sub-content p {
    font-size: 20px;
    line-height: 27px;
  }
  #sec-2-project-detail .sub-content .custom-checklist li {
    font-size: 20px;
    line-height: 26px;
  }
  /* PROJECT-DETAIL */
}

@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  /* ABOUT US */
  #sec-2-about .about {
    margin-left: -96px;
  }

  /* ABOUT US */
}
