@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Rubik&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin-top: 75px;
  font-family: "Roboto", sans-serif;
  font-family: "Rubik", sans-serif;
  scroll-behavior: smooth;
  background-color: #ccc0;
}
header {
  height: 75px;
  padding-top: 5px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 10px #000;
}

.text-secondary {
  color: #838383;
}

.text-primary {
  color: #1b3281;
}

.bgHover:hover {
  background: #1b3281;
  color: #fff;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.py-1 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-2 {
  padding: 13px;
}
.p-5 {
  padding: 33px 40px;
}
.b-radius {
  border-radius: 5px;
}
.transition {
  transition: 0.5s all;
}
.mt-1 {
  margin-top: 7px;
}
.mt-2 {
  margin-top: 15px;
}
.mt-3 {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 50px;
}
.mx-2 {
  margin: auto 10px;
}
.my-5 {
  margin: 50px auto;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
li {
  list-style: none;
}
.bold {
  font-weight: bold;
}
a {
  text-decoration: none;
}
.text-white {
  color: white;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.slide::before {
  content: "";
  position: absolute;
  background: #00000011;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

/*  */
.btnToggle {
  display: none;
}

/*  */ 
#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition-duration: .5s;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: rgb(0, 0, 0);
  border-radius: 4px;
}

#bar2 {
  transition-duration: .8s;
}

#bar1,#bar3 {
  width: 70%;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.title,
.title-left {
  font-size: 32px;
  width: fit-content;
  position: relative;
}
.mx-auto {
  margin: auto;
}
.title-left::before {
  content: "";
  bottom: -5px;
  left: -0%;
  position: absolute;
  background-color: #6db146;
  width: 140%;
  height: 5px;
  border-radius: 5px;
}
.title::before {
  content: "";
  bottom: -5px;
  left: -20%;
  position: absolute;
  background-color: #6db146;
  width: 140%;
  height: 5px;
  border-radius: 5px;
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.gallery-item {
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 2px solid #ccc;
  border-radius: 10px;
  margin: auto;
}

.gallery-item:hover {
  transform: scale(1.05);
  border-color: #ff4c4b;
}

/* popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.popup-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #ff4c4b;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bgImage {
  background: fixed
    url("https://images.unsplash.com/photo-1485083269755-a7b559a4fe5e?q=80&w=1469&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
    no-repeat;
  background-size: cover;
  min-height: 60vh;
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.bgImage::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: #0000003a;
}
#myImg:hover {
  opacity: 0.7;
}

.text-home {
  background: #000000c0;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 5px 5px 5px #00000073;
}

.contact-form {
  width: 500px;
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.map {
  width: 500px;
  height: 400px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333333;
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: #333333;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #007bff;
}

textarea.form-control {
  resize: vertical;
}
.btn {
  color: #fff;
  padding: 15px 15px;
  font-size: 20px;
  background: #67ae3e;
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}

.box-contact {
  border: 1px solid #ccc;
  border-left: 3px solid #1b3281;
  padding: 20px 15px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  width: 400px;
  margin-top: 40px;
}
.box-contact i {
  font-size: larger;
  color: #1b3281;
}
.box-contact a {
  margin-left: 20px;
}

footer {
  background: #1b3281;
}
footer ul li {
  line-height: 2.2;
}

/* select */
.custom-select {
  position: relative;
  display: inline-block;
  width: 70px;
}

.selected-option {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #ddd;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  user-select: none;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.option {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.option:hover {
  background-color: #f0f0f0;
}


.image {
  position: relative;
  width: 500px;
  z-index: 3;
  display: block;
}

.image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 4;
  left: 0;
  top: 0;
}

.laptop {
  display: block;
}
.mobile {
  display: none;
}
.banner {
  height: 100%;
}

@media only screen and (max-width: 700px) {
  .banner {
    height: 240px;
    object-fit: cover;
    width: 100%;
  }
  .laptop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .navbar {
    position: absolute;
    display: block;
    height: 0;
    left: auto;
    background: #000000b2;
    width: 100vw;
    left: -100%;
    top: 75px;
    line-height: 5;
    transition: 0.4s all;
  }
  .navbar a {
    color: white;
  }
  .btnToggle {
    display: block;
  }
  .text-home {
    width: 300px;
  }
  .active {
    left: 0%;
  }
  .image {
    width: 100%;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .box-contact {
    width: 100%;
  }
}
