@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth !important;
}

.navbar {
  margin: 15px 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar h1 {
  font-weight: bold;
  font-family: sans-serif;
}
.navbar .logo {
  position: relative;
  text-align: center;
}
.navbar .logo::after {
  content: "";
  background: orange;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 17px;
  border-radius: 50%;
}
.navbar .navbar-nav {
  display: flex;
  align-items: center;
  gap: 60px;
}
.navbar .navbar-nav li {
  list-style: none;
  font-family: "Open Sans";
  font-weight: 700;
  color: #212832;
}
.navbar .navbar-nav li a {
  text-decoration: none;
  display: inline-block;
  color: #212832;
}
.navbar .navbar-nav li a:visited {
  color: #212832;
}
.navbar .navbar-nav .Sign_up {
  padding: 10px 20px;
  width: 120px;
  border: 1px solid #212832;
  border-radius: 5px;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
}
.navbar .hidden {
  color: transparent !important;
}
.navbar .navbar-toggler {
  border: none;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #080809;
}

.image-corner {
  position: relative;
}
.image-corner img {
  width: 50%;
  position: absolute;
  top: -50px;
  right: -50px !important;
  right: 0;
  z-index: -999;
}

.head {
  margin: 15px 70px !important;
  position: relative;
}
.head .first-page-content {
  margin: 50px auto;
  margin-left: -10px;
}
.head .first-page-content h3 {
  text-transform: uppercase;
  color: #DF6951;
  font-family: "Poppins";
  font-weight: 700;
}
.head .first-page-content h1 {
  color: #181E4B;
  font-family: "Volkhov";
  margin: 22px 0;
  font-weight: 700;
  font-size: 75.8px;
  line-height: 80.31px;
  letter-spacing: -4%;
}
.head .first-page-content h1 span {
  position: relative;
}
.head .first-page-content h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background: #DF6951;
}
.head .first-page-content p {
  margin-top: 30px;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 27.07px;
  letter-spacing: 0%;
  width: 65%;
}
.head .first-page-content .buttons {
  margin: 40px 0;
}
.head .first-page-content .buttons .first-btn {
  color: #ffffff;
  background: #F1A501;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16.24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 16px;
  border-radius: 16px;
  border: none;
  color: #ffffff;
  width: 154px;
  height: 55px;
  margin-right: 15px;
  box-shadow: 0px 18.05px 31.58px 0px rgba(241, 165, 1, 0.1490196078);
  cursor: pointer;
}
.head .first-page-content .buttons .first-btn:hover {
  background: #d99501;
}
.head .first-page-content .buttons .second-btn {
  color: #686D77;
  width: 149px;
  height: 47px;
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 15.34px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 25px;
  position: relative;
}
.head .first-page-content .buttons .second-btn::before {
  content: "▶";
  background: #DF6951;
  color: #ffffff;
  padding: 15px;
  margin-right: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.head .hide .first-plane {
  position: absolute;
  top: 85px;
  right: 370px;
  width: 150px;
}
.head .hide .second-plane {
  position: absolute;
  top: 100px;
  right: -90px;
  z-index: -999;
  width: 150px;
}

aside {
  margin: 15px 70px;
}
aside .title-aside {
  text-align: center;
  margin: 20px auto;
  margin-top: 50px;
}
aside .title-aside p {
  color: #5E6282;
  margin: 15px auto;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
aside .title-aside h1 {
  font-family: "Volkhov";
  color: #14183E;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
aside .Boxes {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 50px;
}
aside .Boxes img {
  height: 30%;
}
aside .Boxes div {
  height: 250px;
}
aside .Boxes h4 {
  color: #1E1D4C;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 25px;
}
aside .Boxes p {
  width: 55%;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  margin: 25px auto;
}
aside .Boxes .box-2 {
  box-shadow: 0px 25px 5px 5px rgba(0, 0, 0, 0.08);
  border-radius: 36px;
  scale: 1.05;
  position: relative;
}
aside .Boxes .box-2::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: -1;
  padding: 1px;
  width: 100px;
  height: 100px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 10px;
  background: #DF6951;
}

.cards {
  margin: 15px 70px;
}
.cards .title-section {
  text-align: center;
  margin: 30px auto;
  margin-top: 70px;
}
.cards .title-section p {
  color: #5E6282;
  margin: 15px auto;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.cards .title-section h1 {
  font-family: "Volkhov";
  color: #14183E;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.cards .Allcard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 150px;
}
.cards .Allcard .card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 315px;
  height: 465px;
  background-image: url(Images/Rectangle\ 14.png);
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 24px;
  background-origin: border-box;
}
.cards .Allcard .card .card-content {
  position: relative;
  bottom: -350px;
  left: 0;
}
.cards .Allcard .card .card-content .location {
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards .Allcard .card .card-content .location p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;
}
.cards .Allcard .card .card-content .details {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px;
}
.cards .Allcard .card .card-content .details p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.cards .Allcard .card .card-content .details img {
  position: relative;
  scale: 1.1;
  top: -10px;
}
.cards .Allcard .card-2 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 315px;
  height: 465px;
  background-image: url(Images/Rectangle\ 15.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 24px;
  background-origin: border-box;
}
.cards .Allcard .card-2 .card-content {
  position: relative;
  bottom: -350px;
  left: 0;
}
.cards .Allcard .card-2 .card-content .location {
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards .Allcard .card-2 .card-content .location p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;
}
.cards .Allcard .card-2 .card-content .details {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px;
}
.cards .Allcard .card-2 .card-content .details p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.cards .Allcard .card-2 .card-content .details img {
  position: relative;
  scale: 1.1;
  top: -10px;
}
.cards .Allcard .card-3 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 315px;
  height: 465px;
  background-image: url(Images/Rectangle\ 16.png);
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 24px;
  background-origin: border-box;
}
.cards .Allcard .card-3 .card-content {
  position: relative;
  bottom: -350px;
  left: 0;
}
.cards .Allcard .card-3 .card-content .location {
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards .Allcard .card-3 .card-content .location p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;
}
.cards .Allcard .card-3 .card-content .details {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px;
}
.cards .Allcard .card-3 .card-content .details p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.cards .Allcard .card-3 .card-content .details img {
  position: relative;
  scale: 1.1;
  top: -10px;
}

.text-title {
  margin: 15px 70px;
}
.text-title p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.text-title h1 {
  margin: 13px 0;
  width: 45%;
  color: #14183E;
  font-family: "Volkhov";
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.sec-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 70px;
  padding: 15px;
}
.sec-2 .dep-1 p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.sec-2 h1 {
  margin: 13px 0;
  width: 45%;
  color: #14183E;
  font-family: "Volkhov";
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.sec-2 .dep-detail {
  margin: 0 30px;
  margin-left: 70px;
  position: relative;
}
.sec-2 .dep-detail h3 {
  margin: 5px 0;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.sec-2 .dep-detail p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.sec-2 .dep-detail::before {
  content: "";
  width: 47px;
  height: 48px;
  border-radius: 13px;
  padding: 5px;
  margin-left: -20px;
  background-image: url(Images/Group.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translatey(-50%);
}
.sec-2 .dep-detail-2 {
  position: relative;
  margin: 40px 50px;
  margin-left: 70px;
}
.sec-2 .dep-detail-2 h3 {
  margin: 5px 0;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.sec-2 .dep-detail-2 p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.sec-2 .dep-detail-2::before {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 13px;
  padding: 16px;
  margin-left: -26px;
  background-image: url(Images/Group2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translatey(-50%);
}
.sec-2 .dep-detail-3 {
  position: relative;
  margin: 40px 50px;
  margin-left: 70px;
}
.sec-2 .dep-detail-3 h3 {
  margin: 5px 0;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.sec-2 .dep-detail-3 p {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}
.sec-2 .dep-detail-3::before {
  content: "";
  width: 47px;
  height: 48px;
  border-radius: 13px;
  padding: 10px;
  margin-left: -22px;
  background-image: url(Images/Group3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translatey(-50%);
}

.brands {
  margin: 15px 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}

.interaction {
  margin: 15px 70px;
  background: #DFD7F9;
  border-radius: 20px;
  border-top-left-radius: 129px;
  position: relative;
  padding: 50px;
}
.interaction img {
  scale: 0.8;
  position: absolute;
  top: -20px;
  right: -20px;
}
.interaction h1 {
  width: 70%;
  margin: 70px auto;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 33px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
}
.interaction .inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
  text-align: center;
}
.interaction .inputs .email-input {
  position: relative;
}
.interaction .inputs .email-input button {
  padding: 10px;
  width: 180px;
  height: 60px;
  background: linear-gradient(180deg, #FF946D 0%, #FF7D68 100%);
  border: none;
  border-radius: 10px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.interaction .inputs .email-input button:hover {
  background: #e06148;
}
.interaction .inputs .email-input i {
  color: #DFD7F9;
  position: absolute;
  top: 54%;
  left: 15px;
  transform: translatey(-50%);
  scale: 1.1;
}
.interaction .inputs .email-input input {
  width: 421px;
  height: 35px;
  padding: 30px;
  border: none;
  background: #ffffff;
  border-radius: 10px;
}
.interaction .inputs .email-input input::-moz-placeholder {
  padding: 20px;
  color: #39425D;
}
.interaction .inputs .email-input input::placeholder {
  padding: 20px;
  color: #39425D;
}
.interaction .inputs .email-input input:focus {
  outline: none;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 70px !important;
}
footer .element-1 {
  margin-bottom: 80px;
  width: 15%;
}
footer .element-1 h1 {
  color: #181E4B;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 40px auto;
}
footer .element-1 p {
  margin: 10px;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 0%;
  width: 100%;
  text-align: left;
}
footer .element-2 li, footer .element-3 li, footer .element-4 li {
  list-style: none;
  margin: 15px auto;
}
footer .element-2 li a, footer .element-3 li a, footer .element-4 li a {
  display: inline-block;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #5E6282;
}
footer .element-2 h1, footer .element-3 h1, footer .element-4 h1 {
  color: #080809;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 21px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 20px auto;
}
footer .icons {
  margin-bottom: 20px;
}
footer .icons .icons-logo {
  margin: 30px auto;
  margin-bottom: 5px;
}
footer .icons h2 {
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.5%;
  margin-left: 10px;
}
footer .icons .image-foot {
  margin: 20px auto;
}

.foot-p {
  margin: 10px auto;
  text-align: center;
  color: #5E6282;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
}

.trip-card {
  width: 350px;
  background: #fff;
  border: none;
}
.trip-card .card-img-top {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.trip-card .card-body .trip-date {
  font-size: 0.9rem;
  color: #666;
}
.trip-card .card-body .trip-icons i {
  font-size: 1.2rem;
  color: #999;
}
.trip-card .card-body .people-going {
  font-size: 0.9rem;
}
.trip-card .card-body .people-going i {
  margin-right: 5px;
}
.trip-card .progress-badge {
  top: 70%;
  left: 60%;
  width: 180px;
  font-size: 0.85rem;
}
.trip-card .progress-badge .progress-bar {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .navbar {
    width: 100% !important;
    margin: 20px !important;
  }
  .navbar .navbar-nav {
    margin: 20px auto;
    gap: 6px;
  }
  .navbar .navbar-nav li {
    width: 100%;
    text-align: center;
    margin: 5px auto;
    border-bottom: 2px solid #DF6951;
    background: #f6e5c5;
    border-radius: 8px;
  }
  .navbar .navbar-nav .Sign_up {
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }
  .navbar .navbar-toggler {
    font-size: 2rem !important;
    position: relative;
    left: 30px;
  }
  .navbar .navbar-brand h1 {
    font-size: 3.5rem !important;
  }
  .head {
    width: 100%;
    margin: 20px !important;
    position: relative;
  }
  .head .first-page-content p {
    width: 100%;
  }
  .head .first-page-content h1 {
    width: 100%;
  }
  .head .first-page-content .buttons {
    width: 100%;
    margin: 30px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .head .first-page-content .buttons button {
    width: 50% !important;
  }
  .head .hide {
    display: none;
  }
  .image-corner {
    position: relative;
  }
  .image-corner img {
    width: 70%;
    right: -80px !important;
  }
  .photo {
    display: block;
    width: 100%;
    text-align: center;
  }
  .photo img {
    width: 100%;
    text-align: center;
  }
  aside {
    position: relative;
    left: 50%;
    transform: translateX(-60%);
  }
  aside .title-aside {
    text-align: center;
    margin: 0 auto !important;
  }
  aside .title-aside p {
    margin-top: 20px !important;
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
  aside .title-aside h1 {
    margin-top: 20px !important;
    width: 100%;
    font-size: 35px;
    text-align: center;
  }
  aside .Boxes {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  aside .Boxes img {
    height: 30%;
  }
  aside .Boxes div {
    height: 250px;
  }
  aside .Boxes h4 {
    color: #1E1D4C;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 25px;
  }
  aside .Boxes p {
    width: 55%;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    margin: 25px auto;
  }
  aside .Boxes .box-2 {
    box-shadow: 0px 25px 5px 5px rgba(0, 0, 0, 0.08);
    border-radius: 36px;
    scale: 1.05;
    position: relative;
  }
  aside .Boxes .box-2::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    z-index: -999 !important;
    padding: 1px;
    width: 100px;
    height: 100px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 10px;
    background: #DF6951;
  }
  .cards {
    margin: 15px 70px;
  }
  .cards .title-section {
    position: relative !important;
    left: 74% !important;
    transform: translateX(-70%) !important;
  }
  .cards .title-section p {
    margin-top: 20px !important;
    color: #5E6282;
    margin: 15px auto;
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .cards .title-section h1 {
    margin-top: 20px !important;
    font-size: 35px;
  }
  .cards .Allcard {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-98%) !important;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
    margin: 45px 150px;
  }
  .cards .Allcard .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 315px;
    height: 457px;
    background-image: url(Images/Rectangle\ 14.png);
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 24px;
    background-origin: border-box;
  }
  .cards .Allcard .card .card-content {
    position: relative;
    bottom: -350px;
    left: 0;
  }
  .cards .Allcard .card .card-content .location {
    padding: 16px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cards .Allcard .card .card-content .location p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .cards .Allcard .card .card-content .details {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
  }
  .cards .Allcard .card .card-content .details p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .cards .Allcard .card .card-content .details img {
    position: relative;
    scale: 1.1;
    top: -10px;
  }
  .cards .Allcard .card-2 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 315px;
    height: 457px;
    background-image: url(Images/Rectangle\ 15.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 24px;
    background-origin: border-box;
  }
  .cards .Allcard .card-2 .card-content {
    position: relative;
    bottom: -350px;
    left: 0;
  }
  .cards .Allcard .card-2 .card-content .location {
    padding: 16px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cards .Allcard .card-2 .card-content .location p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .cards .Allcard .card-2 .card-content .details {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
  }
  .cards .Allcard .card-2 .card-content .details p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .cards .Allcard .card-2 .card-content .details img {
    position: relative;
    scale: 1.1;
    top: -10px;
  }
  .cards .Allcard .card-3 {
    background-image: url(Images/Rectangle\ 16.png);
  }
  .cards .Allcard .card-3 .card-content {
    position: relative;
    bottom: -350px;
    left: 0;
  }
  .cards .Allcard .card-3 .card-content .location {
    padding: 16px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cards .Allcard .card-3 .card-content .location p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .cards .Allcard .card-3 .card-content .details {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
  }
  .cards .Allcard .card-3 .card-content .details p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .cards .Allcard .card-3 .card-content .details img {
    position: relative;
    scale: 1.1;
    top: -10px;
  }
  .sec-2 {
    flex-direction: column;
    margin: 0 20px !important;
  }
  .sec-2 .text-title {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
  }
  .sec-2 .text-title h1 {
    width: 250px !important;
  }
  .sec-2 .dep-1 p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .sec-2 p {
    font-size: 30px;
  }
  .sec-2 h1 {
    margin: 13px 0;
    width: 45%;
    color: #14183E;
    font-family: "Volkhov";
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0%;
    width: 100%;
    text-transform: capitalize;
  }
  .sec-2 .dep-detail {
    margin: 50px 50px;
    margin-left: 70px;
    position: relative;
  }
  .sec-2 .dep-detail h3 {
    margin: 5px 0;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .sec-2 .dep-detail p {
    width: 100%;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .sec-2 .dep-detail::before {
    content: "";
    width: 47px;
    height: 48px;
    border-radius: 13px;
    padding: 5px;
    margin-left: -20px;
    background-image: url(Images/Group.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translatey(-50%);
  }
  .sec-2 .dep-detail-2 {
    position: relative;
    margin: 40px 50px;
    margin-left: 70px;
  }
  .sec-2 .dep-detail-2 h3 {
    margin: 5px 0;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .sec-2 .dep-detail-2 p {
    width: 100%;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .sec-2 .dep-detail-2::before {
    content: "";
    width: 58px;
    height: 58px;
    border-radius: 13px;
    padding: 16px;
    margin-left: -26px;
    background-image: url(Images/Group2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translatey(-50%);
  }
  .sec-2 .dep-detail-3 {
    position: relative;
    margin: 40px 50px;
    margin-left: 70px;
  }
  .sec-2 .dep-detail-3 h3 {
    margin: 5px 0;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .sec-2 .dep-detail-3 p {
    width: 100%;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
  }
  .sec-2 .dep-detail-3::before {
    content: "";
    width: 47px;
    height: 48px;
    border-radius: 13px;
    padding: 10px;
    margin-left: -22px;
    background-image: url(Images/Group3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translatey(-50%);
  }
  .text-title {
    margin: 15px 70px;
  }
  .text-title p {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .text-title h1 {
    width: 100%;
    font-size: 50px;
  }
  .brands {
    position: relative;
    left: 50%;
    transform: translatex(-65%);
    flex-direction: column;
  }
  .interaction {
    position: relative;
    left: 50%;
    transform: translatex(-60%);
    width: 100%;
    margin: 15px 70px;
    background: #DFD7F9;
    border-radius: 20px;
    border-top-left-radius: 129px;
    padding: 50px;
  }
  .interaction img {
    scale: 0.8;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .interaction h1 {
    width: 70%;
    margin: 70px auto;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 33px;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
  }
  .interaction .inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
    text-align: center;
  }
  .interaction .inputs .email-input {
    position: relative;
  }
  .interaction .inputs .email-input i {
    color: #DFD7F9;
    position: absolute;
    left: 15px;
    top: 35px;
    scale: 1.3;
  }
  .interaction .inputs .email-input input {
    width: 321px;
    height: 35px;
    padding: 30px;
    border: none;
    background: #ffffff;
    border-radius: 10px;
  }
  .interaction .inputs .email-input input::-moz-placeholder {
    padding: 20px;
    color: #39425D;
  }
  .interaction .inputs .email-input input::placeholder {
    padding: 20px;
    color: #39425D;
  }
  .interaction .inputs .email-input input:focus {
    outline: none;
  }
  .interaction button {
    margin-top: 50px;
    padding: 10px;
    width: 180px;
    height: 60px;
    background: linear-gradient(180deg, #FF946D 0%, #FF7D68 100%);
    border: none;
    border-radius: 10px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
  }
  .interaction button:hover {
    background: #e06148;
  }
  footer {
    flex-direction: column;
    margin-left: -50px !important;
    width: 100% !important;
  }
  footer .element-1 {
    margin-left: -150px !important;
  }
  footer .element-1 h1 {
    color: #181E4B;
    font-family: "Poppins";
    font-weight: 400;
    width: 100%;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 40px auto;
  }
  footer .element-1 p {
    margin: 10px;
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: 0%;
    width: 250px;
    text-align: left;
  }
  footer .element-2, footer .element-3, footer .element-4 {
    margin-left: -90px !important;
  }
  footer .element-2 li, footer .element-3 li, footer .element-4 li {
    list-style: none;
    margin: 15px auto;
  }
  footer .element-2 li a, footer .element-3 li a, footer .element-4 li a {
    display: inline-block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #5E6282;
  }
  footer .element-2 h1, footer .element-3 h1, footer .element-4 h1 {
    color: #080809;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 21px;
    line-height: 125%;
    letter-spacing: 0%;
    margin: 20px auto;
  }
  footer .icons {
    margin-bottom: 20px;
  }
  footer .icons .icons-logo {
    margin: 30px auto;
    margin-bottom: 5px;
  }
  footer .icons h2 {
    color: #5E6282;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0.5%;
    margin-left: 10px;
  }
  footer .icons .image-foot {
    margin: 20px auto;
  }
}/*# sourceMappingURL=style.css.map */