/* style.css */
@import url('variables.css');

/*-------------------------- Font ------------------------------ */
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Outfit-Medium";
  src: url("../fonts/Outfit-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "NanumPen";
  src: url("../fonts/NanumPenScript-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SpaceMono";
  src: url("../fonts/SpaceMono-Regular.ttf") format("truetype");
}

/*-------------------------- global ------------------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Comfortaa";
}

a {
  text-decoration: none;
}

.fontw-400 {
  font-weight: 400;
}

.fontw-500 {
  font-weight: 500;
}

.fontw-600 {
  font-weight: 600;
}

.fontw-700 {
  font-weight: 700;
}

.mainbtn,
.mainbtn:hover {
  width: 260px;
  height: 64px;
  background-color: #fff;
  border: 1px solid var(--base-color4);
  border-radius: 8px;
  font-size: 20px;
}

.mainContainer {
  overflow-x: hidden;
}

.banner-title h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  color: var(--base-color4);
  text-align: center;
  margin-bottom: 20px;
}

.banner-title p {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}

.line-sec {
  height: 1px;
  width: 60vw;
  background: radial-gradient(41.55% 41.55% at 50.03% 33.09%,
      #000000 0%,
      rgba(0, 0, 0, 0) 100%),
    linear-gradient(0deg, #ffffff, #ffffff);

  margin: 50px auto;
}

button {
  outline: none;
  border: none;
}

.transform-text {
  position: absolute;
  right: 2.04%;
  top: 30px;
  font-family: "NanumPen";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.658824px;
  color: #1b1b1b;
  transform: matrix(0.94, -0.34, 0.32, 0.95, 0, 0);
}

.btn1,
.btn2 {
  font-family: "Inter-Medium";
  width: 177px;
  height: 67.42px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid #000000;
}

.btn1 img,
.btn2 img {
  margin-right: 10px;
}

.btn1 span,
.btn2 span {
  font-family: "Inter-Medium";
  font-size: 16px;
  line-height: 20px;
  color: #212b36;
}

.btn1:hover,
.btn2:hover {
  background: #ffffff;
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.text-center {
  text-align: center;
}

/*-------------------------- global ------------------------------ */

/*-------------------------- Navbar ------------------------------ */
.mainNav {
  background-color: #fff;
  width: 75vw;
  max-width: 95%;
  margin: 16px auto;
  border-radius: 100px;
  height: 74px;
  box-shadow: 0px 4px 17px 0px #0000001a;
}

.nav-container {
  display: flex;
  width: 97%;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 97% !important;
}

.navbar-toggler,
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background: none;
}

.linksStyle li a,
.linksStyle li a:hover {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  color: #020202;
}

.nav-item {
  width: fit-content;
  height: 44px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.active-navLink,
.current-menu-item {
  background: #f1c73a;
  padding: 12px 15px;
  border-radius: 15px;
}

@media only screen and (max-width: 992px) {
  .mobNav {
    background-color: #fff;
    box-shadow: 0px 4px 17px 0px #0000001a;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 50px;
    z-index: 99;
  }

  .mainNav {
    width: 98vw;
    border-radius: 100px;
    height: 60px;
  }

  .linksStyle {
    margin: auto !important;
  }

  .linksStyle .ms-3 {
    margin-left: 0 !important;
  }
}

/*-------------------------- Navbar ------------------------------ */

/*-------------------------- simplify your occasions ------------------------------ */

.sectionLayout {
  width: 90vw;
  margin: auto;
  margin-bottom: 5px;
}

.sectionLayout .col-md-7 {
  margin-top: 28px;
}

.left-sec p {
  font-family: "Comfortaa";
  font-size: 20px;
  color: #333333;
}

.first-text .head-text {
  font-family: "Inter-Bold";
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.first-text .head-text>span {
  font-family: "Inter-Bold";
  font-size: 36px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.under-curve {
  position: relative;
  display: inline-block;
}

.under-curve span {
  color: #efc032;
}

.under-curve::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -18px;
  width: 350px;
  height: 40px;
  background: url("../images/vector1.svg") no-repeat;
}

.first-text p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 3%;
  text-transform: uppercase;
  margin-top: 20px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appBtns {
  margin-top: 80px;
}

@media only screen and (max-width: 992px) {
  .simplify-mob {
    flex-direction: column-reverse;
  }

  .left-sec {
    text-align: center;
  }

  .first-text .head-text {
    font-size: 35px;
  }

  .first-text .head-text>span {
    font-size: 24px;
  }

  .under-curve::before {
    left: -10px;
    width: 165px;
    height: 30px;
    background: url("../images/vector1-mob.svg") no-repeat;
  }

  .first-text p {
    font-size: 20px;
  }

  .appBtns,
  .btn1,
  .btn2 {
    display: none;
    margin-top: 0;
  }
}

/*-------------------------- simplify your occasions ------------------------------ */

/*-------------------------- input section ------------------------------ */
.center-input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.input-section {
  width: 883px;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 96px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choose-category {
  position: relative;
}

.choose-category::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -17px;
  width: 2px;
  height: 64px;
  background-color: rgba(144, 144, 144, 0.1);
}

.archImg {
  height: 240px;
  position: absolute;
  left: 0;
  top: -80px;
}

.input-section select,
input,
button {
  display: inline-block;
  margin-right: 10px;
}

.input-section button {
  background: #45808e;
  border-radius: 96px;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  margin-right: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.choose-location {
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-section select,
.input-section input {
  border: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #313131;
}

.choose-location select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.choose-location,
.choose-category,
.choose-date img {
  display: flex;
  align-items: center;
}

.choose-location img,
.choose-category img,
.choose-date img {
  margin-right: 5px;
}

.choose-date {
  display: flex;
  align-items: center;
}

.choose-date input {
  width: 150px;
}

.choose-date input::placeholder {
  border: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #313131;
}

/* .choose-date input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.choose-date .styled-date::-webkit-calendar-picker-indicator {
  background-image: url("../images/icons/calendar.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
}

.choose-date .styled-date::-moz-calendar-picker-indicator {
  background-image: url("../images/icons/calendar.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
} */
@media only screen and (max-width: 992px) {
  .archImg {
    display: none;
  }

  .center-input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }

  .input-section {
    width: 100%;
    height: fit-content;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: unset;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .choose-location,
  .choose-category,
  .choose-date {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    width: 266px;
    height: 42px;
    box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    border-radius: 12px;
  }

  .choose-location {
    background: #45808e;
  }

  .choose-category,
  .choose-date {
    background: #ffffff;
  }

  .input-section select,
  .input-section input {
    background-color: transparent;
  }

  .input-section button {
    width: 92px;
    height: 42px;
    background: #45808e;
    border-radius: 12px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }

  .choose-date input {
    width: 60px;
  }

  .choose-category::after {
    width: 0px;
    height: 0px;
  }
}

/*-------------------------- input section ------------------------------ */

/*-------------------------- category-section ------------------------------ */
.category-section {
  max-width: 90%;
  margin: 20px auto;
  margin-bottom: 80px;
}

.archImg2 {
  height: 240px;
  position: absolute;
  right: -160px;
  top: 335px;
}

.circle-text2 {
  margin-left: 20px;
  position: relative;
  display: inline-block;
}

.circle-text2::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -20px;
  width: 235px;
  height: 82px;
  background: url("../images/vector2.svg") no-repeat;
}

.category-section .imgs-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 35px;
}

.category-section .category-img-item {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 5px 15px;
}

.category-section .category-img-item p {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
}

.show {
  display: flex;
}

.category-section .category-img-item p {
  margin-top: 1rem;
}

.category-section .item-1 {
  background: linear-gradient(122.8deg, #49bcf6 3.5%, #49deb2 95.84%);
}

.category-section .item-2 {
  background: linear-gradient(122.8deg, #3e1051 3.5%, #cb409c 95.84%), #ffffff;
}

.category-section .item-3 {
  background: linear-gradient(122.8deg, #dc4473 3.5%, #ff6861 95.84%), #ffffff;
}

.category-section .item-4 {
  background: linear-gradient(122.8deg, #71ea97 3.5%, #394637 95.84%), #ffffff;
}

.category-section .item-5 {
  background: linear-gradient(180deg, #ff7d58 0%, #ffcc4b 100%), #ffffff;
}

.category-section .item-6 {
  background: linear-gradient(122.8deg, #041c44 3.5%, #09a4db 95.84%);
}

.category-section button {
  display: inline-block;
  background: #45808e;
  color: #fff;
  width: 239px;
  height: 65px;
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .banner-title h2 {
    font-size: 24px;
  }

  .banner-title p {
    font-size: 14px;
    line-height: 180%;
  }

  .circle-text2 {
    display: block;
    width: 135px;
    text-align: center;
    margin: 20px auto;
  }

  .circle-text2::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -20px;
    width: 235px;
    height: 82px;
    background: url("../images/vector2-mob.svg") no-repeat;
  }

  .category-section button {
    width: 130px;
    height: 42px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border-radius: 12px;
    text-transform: lowercase;
  }

  .category-section .category-img-item {
    display: none;
  }

  .show {
    display: flex;
  }
}

/*-------------------------- category-section ------------------------------ */

/*-------------------------- Not sure what you want? Enhanced By marwan------------------------------ */
.not-sure-shape1 {
  position: relative;
  width: 460px;
  height: 486px;
  margin-left: -100px;
}

.not-sure-shape1 img {
  display: block;
  width: 460px;
  height: 486px;
  object-fit: contain;
}

.not-sure-shape2 {
  position: relative;
  width: 538px;
  height: 479px;
  margin-right: -40px;
}

.not-sure-shape2>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.not-sure-shape1 .not-sure-text1 {
  position: absolute;
  width: 275px;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-sizing: border-box;
}

.not-sure-shape2 .not-sure-text2 {
  position: absolute;
  width: 360px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  padding: 10px;
  box-sizing: border-box;
}

.not-sure-shape1 .not-sure-text1 h4,
.not-sure-shape2 .not-sure-text2 h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
}

.not-sure-shape1 .not-sure-text1 p,
.not-sure-shape2 .not-sure-text2 p {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.not-sure-shape1 .not-sure-text1 button,
.not-sure-shape2 .not-sure-text2 button {
  height: 62px;
  padding: 0 30px;
  background: #f1c638;
  border-radius: 100px;
  margin-top: 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.04em;
}

.not-sure-shape1 .not-sure-text1 h4 {
  color: #ffffff;
}

.not-sure-shape2 .not-sure-text2 h4 {
  color: #363443;
}

.not-sure-shape1 .not-sure-text1 p {
  color: #ffffff;
}

.not-sure-shape2 .not-sure-text2 p {
  color: #363443;
}

.not-sure-shape1 .not-sure-text1 button {
  background: #f1c638;
  color: #000;
}

.not-sure-shape2 .not-sure-text2 button {
  background: #45808e;
  color: #fff;
}

.not-sure-text1 h4::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -40px;
  width: 63px;
  height: 74px;
  background: url("../images/sparkle1.svg") no-repeat;
}

.not-sure-text2 h4::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 83px;
  height: 70px;
  background: url("../images/sparkle2.svg") no-repeat;
}

.not-sure-text2 .card-avatar {
  height: 110px;
  width: 110px;
  border-radius: 50%;
}

.not-sure-text2 .card-verified {
  position: absolute;
  left: 34%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.not-sure-shape1::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -105px;
  width: 120px;
  height: 40px;
  background: url("../images/bigarrow1.svg") no-repeat;
}

.not-sure-square1 {
  box-sizing: border-box;
  padding: 24px;
  width: 500px;
  height: 200px;
  background: rgba(233, 233, 233, 0.5);
  border-radius: 16px;
  transform: rotate(3.92deg);
  margin-top: 75px;
  margin-left: 90px;
}

.not-sure-square1 h5 {
  font-family: "Comfortaa";
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}

.not-sure-shape2::before {
  content: "";
  position: absolute;
  bottom: 130px;
  left: -102px;
  width: 120px;
  height: 70px;
  background: url("../images/bigarrow2.svg") no-repeat;
}

.not-sure-square2 {
  box-sizing: border-box;
  padding: 24px;
  width: 639px;
  height: 170px;
  background: rgba(233, 233, 233, 0.5);
  border-radius: 16px;
  transform: rotate(3.92deg);
  margin-top: 335px;
}

.not-sure-square2 h5 {
  font-family: "Comfortaa";
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}

.not-sure2 {
  display: flex;
  justify-content: end;
  margin-top: -320px;
}

@media only screen and (max-width: 992px) {

  .not-sure-square1,
  .not-sure-square2 {
    display: none;
  }

  .not-sure-shape1 {
    width: 318px;
    height: 444px;
  }

  .not-sure-shape1 img {
    width: 318px;
    height: 444px;
  }

  .not-sure-shape2 {
    width: 350px;
    height: 355px;
  }

  .not-sure2 {
    margin-top: 1px;
  }

  .not-sure-shape1 .not-sure-text1 {
    width: 205px;
  }

  .not-sure-shape2 .not-sure-text2 {
    width: 300px;
  }

  .not-sure-shape1 .not-sure-text1 h4,
  .not-sure-shape2 .not-sure-text2 h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .not-sure-shape1 .not-sure-text1 p,
  .not-sure-shape2 .not-sure-text2 p {
    font-size: 14px;
    line-height: 21px;
  }

  .not-sure-shape1 .not-sure-text1 button {
    height: 42px;
    width: 114px;
    border-radius: 12px;
    padding: 8px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
  }

  .not-sure-shape1::after,
  .not-sure-shape2::before {
    display: none;
  }

  .not-sure-text2 .card-avatar {
    height: 90px;
    width: 90px;
  }

  .not-sure-shape2 .not-sure-text2 button {
    margin-left: 60px;
    width: 148px;
    height: 42px;
    border-radius: 12px;
    padding: 8px;
    font-weight: 700;
    margin-top: 10px;
    font-size: 14px;
  }
}

/*-------------------------- Not sure what you want? ------------------------------ */

/*-------------------------- scroll cards ------------------------------ */
.move-section {
  position: relative;
  overflow: hidden;
}

.circle-text3 {
  margin-left: 20px;
  position: relative;
  display: inline-block;
}

.circle-text3::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -20px;
  width: 230px;
  height: 64px;
  background: url("../images/vector3.svg") no-repeat;
}

.move-content1 {
  top: 0;
  left: 1500px;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translateX(1500px);
  transition: transform 0.3s ease-out;
  padding: 30px 0;
  flex-direction: row-reverse;
}

.scroll-card {
  height: 162px;
  width: 418px;
  border-radius: 100px;
  box-shadow: 0px 4px 17px 0px #0000001a;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 30px 30px;
  margin: 0 10px;
}

.scroll-card .card-avatar {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  max-width: inherit;
}

.scroll-card .card-title {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

/*Enhanced By Marwan*/
.scroll-card .card-desc {
  font-size: 14px;
  line-height: 16px;
  opacity: 70%;
  margin: 6px 0 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  padding: 0;
}

.card-rate i {
  color: var(--primary-color1);
  margin: 0px 4px;
  font-size: 14px;
}

/*Enhanced By Marwan*/
.card-rate p {
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-color3);
  padding: 0;
  margin-bottom: 1rem;
}

.card-verified {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.talents-btn {
  height: 65px;
  padding: 0 30px;
  background: #f1c638;
  border-radius: 100px;
  margin-top: 40px;
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 992px) {
  .scroll-card {
    height: 102px;
    width: 280px;
    gap: 5px;
    padding: 16px 20px 20px;
  }

  /*Enhanced By Marwan*/
  .scroll-card .card-avatar {
    height: 70px;
    width: 70px;
    max-width: inherit;
  }

  .scroll-card .card-title {
    font-size: 15px;
    width: 150px;
  }

  .scroll-card .card-desc {
    width: 150px;
  }

  .card-verified {
    left: -10px;
    width: 20px;
    height: 20px;
  }

  .circle-text3 {
    display: block;
    width: 102px;
    text-align: center;
    margin: 20px auto;
  }

  .circle-text3::before {
    content: "";
    position: absolute;
    top: -17px;
    left: -40px;
    width: 190px;
    height: 64px;
    background: url("../images/vector3-mob.svg") no-repeat;
  }

  .talents-btn {
    height: 42px;
    padding: 0 18px;
    background: #f1c638;
    border-radius: 12px;
    font-size: 14px;
    line-height: 15%;
  }
}

/*-------------------------- scroll cards ------------------------------ */

/*-------------------------- inspire section ------------------------------ */
.inspire-section {
  max-width: 90%;
  margin: 20px auto;
  margin-bottom: 80px;
  margin-top: 80px;
}

.inspire-section .section-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 35px 0;
}

.inspire-section .section-buttons button {
  background: #ffffff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-size: 20px;
  text-transform: capitalize;
  padding: 0px 50px;
  height: 60px;
  color: #091012;
  border: unset;
  margin: 10px;
}

.inspire-section .section-buttons button.active {
  background-color: var(--primary-color2);
  color: #fff;
}

.inspire-section .inspire-item {
  margin: 30px 20px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding-bottom: 20px;
}

.inspire-section .inspire-item .banner-img {
  border-radius: 26px;
  height: 216px;
  margin: auto;
}

.inspire-section .inspire-content {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.inspire-content .inspire-title {
  font-size: 15px;
  line-height: 17px;
  text-transform: capitalize;
  color: var(--base-color4);
  margin-bottom: 5px;
}

.inspire-content .inspire-name {
  font-size: 14px;
  line-height: 16px;
  color: var(--base-color4);
  opacity: 0.7;
  margin-bottom: 0px;
}

.inspire-content .rate-content {
  display: flex;
}

.inspire-content .inspire-rate {
  font-weight: 400;
  font-size: 12px;
  color: #555555;
  opacity: 0.6;
  margin-bottom: 0px;
}

.inspire-content .rate-content i {
  color: var(--primary-color1);
  margin: 0px 4px;
  font-size: 14px;
}

.inspire-content .item-avatar {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  margin: 0px 10px;
}

.inspire-section .owl-dots {
  text-align: center;
  padding-top: 10px;
}

.inspire-section .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0px 3px;
}

.inspire-section .owl-dots .owl-dot.active {
  background-color: var(--primary-color2);
  border: 1px solid var(--primary-color2);
}

.inspire-section .banner-title p {
  font-family: "Poppins";
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 992px) {
  .inspire-section {
    margin-bottom: 50px;
  }

  .inspire-section .section-buttons {
    flex-direction: column;
  }

  .inspire-section .section-buttons::-webkit-scrollbar {
    display: none;
  }

  .transform-text {
    display: none;
  }

  .inspire-section .section-buttons button {
    background: #ffffff;
    border-radius: 12px;
    height: 42px;
    width: 200px;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
}

/*-------------------------- inspire section ------------------------------ */
/*-------------------------- Application process ------------------------------ */

.app-process {
  margin: 130px 0;
}

.app-process {
  margin: 130px 0;
}

.app-process .sec-title p {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.022em;
  font-size: 18px;
  text-align: center;
}

.app-process .sec-title h2 {
  font-family: "Inter-SemiBold";
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.022em;
  color: #030303;
  text-align: center;
}

.circle-text4 {
  margin-left: 20px;
  position: relative;
  display: inline-block;
}

.circle-text4::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -20px;
  width: 200px;
  height: 88px;
  background: url("../images/vector4.svg") no-repeat;
}

.sec-mar {
  margin: 100px;
}

.card-style h4 {
  font-family: "Inter-Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.014em;
}

.card-style h6 {
  font-family: "SpaceMono";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #1b1b1b;
  margin: 12px 0 16px;
}

.card-style p {
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #1b1b1b;
}

.up-arrow,
.down-arrow {
  position: relative;
}

.up-arrow::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -20px;
  width: 90px;
  height: 26px;
  background: url("../images/uparrow.svg") no-repeat;
}

.down-arrow::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -20px;
  width: 90px;
  height: 26px;
  background: url("../images/downarrow.svg") no-repeat;
}

/*-------------------------- Application process ------------------------------ */
/*-------------------------- Download Now ------------------------------ */
.bannerContainer {
  width: 100%;
  max-width: 1170px;
  height: 475px;
  background: #f0eded;
  border-radius: 50px;
  background-size: 100% 100%;
  display: flex;
  padding-left: 20px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.ellipse-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 250px;
  z-index: 0;
  border-radius: 0 50px 0 0;
}

.bannerContent {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.bannerText {
  margin-bottom: 70px;
}

.bannerText h2 {
  font-family: "Inter-SemiBold";
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  color: #212b36;
}

.bannerText p {
  font-family: "Inter-Regular";
  font-size: 18px;
  line-height: 30px;
  color: #676767;
  margin-left: 60px;
}

.bannerImg1 img {
  width: 270px;
  height: 400px;
  z-index: 55;
  position: relative;
}

.bannerappBtns {
  margin-top: 40px;
  margin-left: 60px;
}

@media only screen and (max-width: 1100px) {
  .bannerContainer {
    display: none;
  }

  .app-process {
    display: none;
  }
}

/*-------------------------- Download Now ------------------------------ */
/*-------------------------- team section ------------------------------ */

.team-sec {
  background-color: #fafafa;
}

.team-sec-carou {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}

.owl-item .item {
  transform: translate3d(0, 0, 0);
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.team_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.team_slider .owl-item .item p {
  display: none;
}

.team_slider .owl-item.center .item p {
  display: block;
}

.team_slider {
  position: relative;
}

.team_slider .owl-item .item h3 {
  display: none;
}

.team_slider .owl-item.center .item h3 {
  display: block;
  font-family: "Inter-Regular";
  font-size: 16px;
  color: #2d2e2e;
  width: 400px;
}

.team_slider .owl-nav {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team_slider .owl-nav button {
  width: 11px;
  height: 24px;
}

.owl-nav button.disabled {
  opacity: 0.5;
}

.owl-nav button.owl-prev {
  position: absolute;
  bottom: 100px;
  left: 30%;
}

.owl-nav button.owl-next {
  position: absolute;
  bottom: 100px;
  right: 30%;
}

/*-------------------------- team section ------------------------------ */

/*-------------------------- customers section ------------------------------ */
.sponser-section {
  max-width: 85%;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 80px;
  margin-top: 100px;
}

.sponser-section .sponser-img-item {
  height: 40px;
  margin: 10px 5%;
  width: 80%;
}

.sponser-section img {
  max-height: 100px;
  height: 100%;
}

.sponser-section .sponser-title {
  font-size: 24px;
  text-transform: capitalize;
  color: var(--base-color4);
  margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .sponser-section {
    margin-bottom: 50px;
  }

  .sponser-section .sponser-title {
    margin-bottom: 20px;
  }
}

/*-------------------------- customers section ------------------------------ */

/*-------------------------- Footer ------------------------------ */
.footer-bg {
  background: rgba(228, 228, 228, 0.2);
}

.inputStyle {
  font-family: "Outfit-Medium";
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footerLinks h5 {
  font-family: "Outfit-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #0e0f1d;
  margin-bottom: 20px;
}

.footerLinks li {
  font-family: "Outfit-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #000;
}

.inputStyle input {
  width: 289px;
  height: 46px;
  background-color: #f5f6f7;
  padding: 10px;
  border: none;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  flex: 1;
}

.inputStyle button {
  position: absolute;
  right: 10px;
  width: 60px;
  height: 36px;
  background-color: #fff;
  color: var(--base-color4);
  border: none;
  border-radius: 25px;
  font-size: 12px;
  cursor: pointer;
}

.footer-powered {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--base-color2);
  padding: 17px 50px;
}

.footer-powered h5 {
  font-size: 16px;
  color: #0e0f1d;
}

.footer-powered .img1 {
  height: 17.9px;
  width: 74px;
  margin-right: 10px;
}

.footer-powered .img2 {
  height: 17px;
  width: 52px;
  margin-right: 10px;
}

.footer-powered .img3 {
  height: 20px;
  width: 34px;
  margin-right: 10px;
}

.footer-powered .img4 {
  height: 18px;
  width: 52px;
  margin-right: 10px;
}

.footer-powered .img5 {
  height: 13px;
  width: 74px;
}

@media only screen and (max-width: 992px) {
  .footer-powered {
    flex-direction: column;
    padding: 17px 20px;
    text-align: center;
  }

  .footer-powered div:first-child {
    margin-bottom: 20px;
  }
}

/*-------------------------- Footer ------------------------------ */

/*-------------------------- Custom Css By Marwan ------------------------------ */
/*Header*/
ul.account-list-item.mt-2 {
  padding-left: 0;
}

/*Home Slider*/
.main-img-custom {
  height: 600px;
  width: auto !important;
}

.v-desktop-only {
  display: block !important;
  ;
}

.v-mobile-only {
  display: none !important;
  ;
}

@media(max-width:600px) {
  .main-img-custom {
    height: auto;
    width: 100% !important;
  }

  .line-sec {
    margin: 40px auto 10px auto;
  }

  .inspire-section {
    margin-top: 0px !important;
  }

  .v-desktop-only {
    display: none !important;
  }

  .v-mobile-only {
    display: block !important;
    ;
  }

  .not-sure-shape1 .not-sure-text1 {
    top: 55%;
    left: 40%;
  }

  .not-sure-text1 h4::after {
    top: -37px;
    right: -21px;
  }

  .not-sure-shape1 {
    margin-left: -11px;
  }

  .not-sure-text1 a {
    position: absolute;
    bottom: -15%;
    right: -18%;
  }

  .not-sure-shape2 {
    width: 487px;
    height: 390px;
  }

  .not-sure-text2 .card-verified {
    left: 31%;
    width: 24px;
    height: 24px;
  }

  .not-sure-text2 .card-avatar {
    width: 110px;
    height: 110px;
  }

  .not-sure-shape2 .not-sure-text2 {
    top: 49%;
    left: 65%;
  }

  .not-sure-text2 h4::before {
    top: -30px;
    left: -38px;
  }

  .not-sure-shape2 .not-sure-text2 button {
    width: 138px;
  }

  .not-sure2 {
    margin-top: -45px !important;
  }

  .under-curve::before {
    left: 0px;
    top: 48px;
  }
}

/*Cookie Popup*/
#gdpr-cookie-message .gdpr-cookie-top-part.show {
  flex-direction: column;
  display: inline-flex;
  margin-left: 10%;
}

div#gdpr-cookie-message {
  background: #45808E;
  display: flex;
}

#gdpr-cookie-message h4,
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: #fff;
}

button#gdpr-cookie-accept {
  background: #F0D15C !important;
  border-color: #F0D15C !important;
  color: #363B3F !important;
}

button#gdpr-cookie-advanced {
  background-color: #363B3F !important;
  border-color: #363B3F !important;
  color: #fff !important;
  font-family: 'Inter-SemiBold';
}

button#gdpr-cookie-advanced {
  background-color: #363B3F !important;
  border-color: #363B3F !important;
  color: #fff !important;
  font-family: 'Poppins';
  padding: 7px 15px;
  font-size: 16px;
  border-radius: 8px;
  font-family: 'Outfit-Medium';
}

#gdpr-cookie-message button {
  font-family: 'Inter-SemiBold' !important;
}

button#gdpr-cookie-more {
  color: #fff !important;
  border-color: #fff !important;
}

button#gdpr-cookie-more:hover {
  background-color: #fff !important;
  color: #363B3F !important;
}

span#gdpr-cookie-close {
  display: none;
}

.gdpr-cookie-content-wraper-area:before {
  content: url(../images/icons/cookies.svg);
  position: absolute;
}

/*Remove More Info Link*/
#gdpr-cookie-message a {
  display: none;
}

@media(max-width:600px) {
  div#gdpr-cookie-message {
    flex-direction: column;
  }

  div#gdpr-cookie-message .gdpr-cookie-content-wraper-area {
    padding: 0;
  }

  #gdpr-cookie-message .gdpr-cookie-top-part.show {
    margin-left: 25%;
  }
}

/*Error Pages*/
.error-wrapper {
  max-width: 1140px;
}

.error-wrapper .btn-wrapper .cmn-btn.btn-bg-1 {
  background-color: var(--primary-color2);
}