* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.nav-link {
  color: black;
}

.nav-link:hover {
  color: rgb(242, 169, 13);
}

.vip {
  color: #876cc4;
}
.vip:hover {
  color: #876cc4;
}

header {
  background-image: url(./image/background1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  padding: 60px 100px;
}

.head2 {
  background-image: url(./image/background3.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  padding: 60px 100px;
}

.imo {
  background-image: url(./image/background\ 2.jpg);
   filter: drop-shadow(15px 15px 15px lch(4.39% 1.37 199.46 / 0.652));
  background-position: 100% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  padding: 60px 100px;
  width: 260px;
  height: 260px;
  margin: 69px auto 0;
}

.imo1 {
  background-image: url(./image/finalimg.jpg);

  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 137px;
  height: 127px;
  margin: 69px auto 0 ;
}

.landing {
  background-image: url(./image/background\ 2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  padding: 90px 100px;
  width: 100%;
}

.pad {
  padding: 60px 0 !important;
}

svg {
  width: 70px;
}

.fs-1 {
  font-size: 60px !important;
}

.bg-gradient {
  background-color: #825bdc;
  color: aliceblue;
}

.pe {
  padding: 10px 10px;
  padding-right: 30px;
}

.ps {
  padding: 10px 30px;
}

.outline {
  outline-style: none;
}

.image {
  min-height: 248px;
}

.fill {
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.721));
}

.background {
  background-color: #876cc4;
}

.cards {
  background-color: #f4f8fb;
  padding: 0 120px;
}

.contain {
  justify-content: space-between;
}

.text {
  flex-wrap: wrap;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

button {
  margin: 30px auto 0 0;
  padding: 15px 39px 15px 37px !important;
  border-radius: 20px;
}

.card {
  border-radius: 20px;
}

.make {
  background-image: url(./image/background1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  padding: 100px 150px;
  min-height: 600px;
}

.make2 {
  background-color: #97bed8;
  padding: 30px 150px;
  min-height: 600px;
  color: #ffffff;
}

.make2 .change {
  background-color: #f2a90d !important;
}

.make2 .change:hover {
  background-color: rgb(218, 152, 13) !important;
}

.change1{
  background-color: #f2a90d;
  margin: 20px auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.change1:hover{
  background-color: #97bed8;
}

main {
  background-color: #b9d6e9;
  position: relative;
  min-height: 300px;
  padding-bottom: 50px;
}

.cap {
  min-height: 250px;
  min-width: 200px;
  position: relative;
  margin: 0 60px;
  padding-top: 40px;
}

.cap1 {
  min-height: 250px;
  min-width: 200px;
  position: relative;
  margin: 0 60px;
  padding-top: 40px;
}

.team {
  margin: 0 160px;
}

.kk {
  background-color: #825bdc;
}

.kk:hover {
  background-color: #69529d;
}

.mm {
  min-height: 200px;
  height: AUTO;
  margin-top: 60px;
  margin-bottom: 19px;
  background-color: #f4f8fb;
  color: black;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px;

  justify-content: space-between;
  min-width: 200px;
}

.mar{
  margin: 0 90px;
}

.mm h2 {
  margin-top: 10px;
  flex: 1 1 300px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.mm button {
  height: 50px;
  padding: 10px 25px !important;
  color: aliceblue;
  background-color: #825bdc;
  border: none;
  font-weight: 700;
  margin-top: 50px;
  flex: 1 1 200px;
  max-width: 250px;
}

.mm button:hover {
  background-color: #69529d;
}

.margin {
  padding: 0 180px;
}

.car {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.377);
  text-align: center;
  padding: 10px;
  border-radius: 30px;
}

.car h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 45px 0 0;
  line-height: 1.1;
  color: #f2a90d;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}

.car p {
  margin: 20px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.mor {
  filter: drop-shadow(15px 15px 15px rgba(70, 140, 238, 0.663));
}

.hav {
  transition: transform 0.2s ease;
}

.hav:hover {
  transform: scale(1.05);
}

.crd h3 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.crd p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.crd {
  width: 90%;
}



.back-hover{
   transition: all 500ms ease;
   cursor: pointer;
   box-shadow: 15px 15px 15px rgb(0, 0,0, .2);
}

.back-hover:hover{
 filter: brightness(80%); 

}

.crd1{
  width: 90%;
}

.phone {
  background-color: #ffae00;
}

.phone .cap {
  min-height: 250px;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
}

.comunicate {
  background-color: #f4f8fb;
  padding: 30px 40px;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 19px;
  max-width: 95%;
  margin: 0 50px;
}

.phone a:hover {
  color: #f2a90d;
}

.img-background1 {
  background-image: url(./image/img1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background2 {
  background-image: url(./image/img2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background3 {
  background-image: url(./image/img3.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background4 {
  background-image: url(./image/img4.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background5 {
  background-image: url(./image/img5.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background6 {
  background-image: url(./image/img6.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background7 {
  background-image: url(./image/img7.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background8 {
  background-image: url(./image/img8.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}

.img-background9 {
  background-image: url(./image/img9.jpg);
  background-position: 50% 50%;
  background-size: cover;
  object-fit: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 133px;
  height: 133px;
  margin: 0 auto;
}
.message{
  background-color: #876cc4;
  border-radius: 50%;
  width: 79px;
  height: 79px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.gps{
  background-color: #97bed8;
  border-radius: 50%;
  width: 79px;
  height: 79px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.pho{
  background-color: #f2a90d;
  border-radius: 50%;
  width: 79px;
  height: 79px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.animate__animated{
  animation-duration: 2s;
}


footer {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  height: 230px;
}

footer p a {
  color: #e5cdf3;
  text-decoration: none;
  border-bottom: 1px solid #d7c2ed;
}

footer p a:hover {
  color: rgb(161, 161, 161);
  border-width: 0px;
}

@media (max-width: 1024px) {
  .cards {
    padding: 0 40px;
  }

  .make {
    padding: 20px 30px;
  }

  .make2 {
    padding: 20px 30px;
  }

  .margin {
    padding: 0 20px;
  }

  .mar{
    margin: 0 20px !important;
  }
}

@media (max-width: 768px) {
  header {
    padding: 40px 0;
  }

  .head2 {
    padding: 40px 0;
  }

  .landing {
    padding: 40px 0;
    width: 100%;
  }

  .landing form input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .make h2 {
    font-size: 15px !important;
  }

  .make2 h2 {
    font-size: 25px;
  }

  .cards {
    padding: 0 20px;
  }

  .mm {
    margin-right: 20px;
  }

  .cap {
    margin: 0 20px;
  }

  .cap1{
    margin: 0 0 !important;
  }
  
}

@media (max-width: 767px) {
  .fs-1 {
    font-size: 25px !important;
  }

  .fs-2 {
    font-size: 25px !important;
  }

  .make2 h2 {
    font-size: 25px !important;
  }
  .comunicate {
    margin: 0 20px;
  }

  .comunicate h2 {
    font-size: 30px !important;
  }

  .comunicate p {
    font-size: 20px;
  }

  .comunicate a {
    font-size: 20px !important;
  }

  .container .h {
    font-size: 30px !important;
  }

  .crd1{
    width: auto;
    margin-left: auto;
  }

}
