@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  font-family: "Inter";
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  min-height: 100px;
}

ul {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

h1 {
  font-weight: 900;
  font-size: 120px;
  color: #000000;
  margin-bottom: 20px;
}

/******************* navigation ***********************/
header ul {
  display: flex;
  flex-direction: row;
}
.mCustom {
  margin-left: auto;
  margin-right: unset;
}

nav {
  padding-top: 20px !important;
  margin: 0 80px;
}

.navbar-brand {
  font-weight: 900;
  font-size: 29px;
}

.nav-item {
  margin-right: 50px;
  margin-left: unset;
}

.nav-item:last-of-type {
  margin-right: 0;
}

.nav-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
}
.navbar-brand {
  width: 6rem;
}
.flag {
  width: 30px;
}
.nav-item:first-of-type {
  margin-right: unset;
}

/************ main section *************/

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doIt {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}

.ride {
  font-weight: 900;
  font-size: 27px;
  color: #5300bc;
}

/* btns Wrap */
.btnsWrap {
  background-color: rgba(191, 215, 255, 0.3);
  width: 241px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 15px;
}

button {
  background-color: white;
  border: none;
  width: 110px;
  height: 46px;
  border-radius: 100px;
  color: #5300bc;
  display: flex;
  align-items: center;
  justify-content: center;
}

button i {
  font-size: 25px;
  margin-right: 10px;
}

select {
  width: 70px !important;
  height: 54px !important;
  border-radius: 20px !important;
  background: white;
  border: none;
  margin-left: 5px;
}

/*************** input section *********************/
.inputEmail,
.inputPhone {
  background-color: rgba(191, 215, 255, 0.3);
  width: 500px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.inputWrap {
  margin-top: 20px;
}

#inputEmailWrap {
  display: block;
}

#inputPhoneWrap {
  display: none;
}

input {
  background: none !important;
  border: unset !important;
}

.form-control:focus {
  box-shadow: unset;
}

.btnactive {
  background-color: #5300bc;
  color: white;
}

#emailNotifyBtn,
#phoneNotifyBtn {
  color: white;
  background-color: #5300bc;
  width: 120px;
  height: 54px;
  border-radius: 20px;
}

.notify {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  opacity: 50%;
  line-height: 19.36px;
  margin-top: 20px;
}

.social {
  display: flex;
  justify-content: space-between;
  width: 184px;
  margin-top: 15px;
  margin-bottom: 3%;
}

/**************** social icons *********************/
.social-mob {
  display: none;
}

.social i {
  font-size: 25px;
  color: #333333;
}

/**************** footer sliding img *******************/
footer {
  margin-top: auto;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scrolling-image-container {
  display: flex;
  overflow: hidden;
}

.scrolling-image {
  animation: slide 10s linear infinite;
}

.scrolling-image img {
  height: 185px;
}
.footerNav {
  background-color: #5300bc;
  display: flex;
  justify-content: space-around;
  padding-top: 1rem;
  align-items: center;
  color: white;
}
.footerLogo img {
  width: 7rem;
}
.footerNav nav ul {
  display: flex;
}
.footerNav nav ul .nav-item:first-of-type,
.footerNav nav ul .nav-item:nth-of-type(2) {
  margin-right: 50px;
}

@media only screen and (max-width: 1440px) {
  /* navigation */
  .nav-link {
    font-size: 18px;
  }

  h1 {
    font-size: 80px;
    margin-bottom: 15px;
  }

  /* main section */
  .doIt {
    font-size: 18px;
  }

  .ride {
    font-size: 22px;
  }

  /* button wraps */
  .btnsWrap {
    width: 241px;
    height: 50px;
    border-radius: 100px;
    margin-top: 10px;
  }

  button {
    width: 100px;
    height: 36px;
    border-radius: 80px;
  }

  /* input section */
  .inputEmail,
  .inputPhone {
    width: 500px;
    height: 54px;
  }

  #emailNotifyBtn,
  #phoneNotifyBtn {
    width: 110px;
    height: 44px;
    border-radius: 18px;
  }

  select {
    width: 60px !important;
    height: 44px !important;
    border-radius: 18px !important;
  }

  .notify {
    font-size: 14px;
    margin-top: 15px;
  }

  /* social icons */
  .social i {
    font-size: 18px;
  }

  .social {
    margin-top: 13px;
  }

  /* footer sliding img */
  .scrolling-image img {
    height: 135px;
  }
}

@media only screen and (max-width: 926px) {
  /* navigation */
  nav {
    padding-top: 20px !important;
    margin: 0 20px;
  }

  .nav-link {
    font-size: 20px;
    line-height: 36.31px;
  }

  .navbar-toggler {
    border: unset;
    width: unset;
  }

  #offcanvasNavbar {
    height: 100%;
    width: 100%;
  }

  .offcanvas-body {
    margin-top: 40px;
    padding: 20px;
  }

  h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  /* main section */
  .doIt {
    font-size: 16px;
    line-height: 19.36px;
  }

  .ride {
    font-size: 20px;
    line-height: 24.2px;
  }

  /* input section */
  .inputWrap {
    margin-top: 10px;
  }

  #inputEmailWrap,
  #inputPhoneWrap {
    height: 150px;
  }

  #emailNotifyBtn,
  #phoneNotifyBtn {
    margin-top: 10px;
  }

  .inputEmail,
  .inputPhone {
    width: 350px;
    align-items: center;
    justify-content: space-around;
  }

  .inputEmail input,
  .inputPhone input {
    height: 60px;
  }

  #emailNotifyBtn,
  #phoneNotifyBtn {
    width: 350px;
    height: 64px;
  }

  .notify {
    font-size: 14px;
  }

  /* social icons */
  .social {
    display: none;
  }

  .social-mob {
    display: flex;
    justify-content: space-between;
    width: 184px;
    margin-top: 152px;
    margin-bottom: 120px;
  }

  .social-mob i {
    font-size: 25px;
  }

  /* footer sliding img */
  footer {
    margin-top: unset;
  }

  .scrolling-image img {
    height: 125px;
  }
}

/******************* contact us page style **********************/
.mainContainer {
  min-width: 70%;
  border-radius: 20px;
  box-shadow: 0px 3px 37px -12px rgba(0, 0, 0, 0.48);
  padding: 1rem;
  margin-bottom: 3%;
}
.getInTouch {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.getInTouch h2 {
  color: #5300bc;
  font-weight: bold;
}
.input {
  background-color: rgba(191, 215, 255, 0.3);
  height: 54px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
textarea {
  border: unset !important;
  border-radius: 15px;
  background: rgba(191, 215, 255, 0.3) ;
}
#contactBtn {
  color: white;
  background-color: #5300bc;
  width: 100%;
  height: 54px;
  border-radius: 20px;
  margin-top: 1rem;
}
.location i,
.phoneContact i,
.mail i {
  color: #5300bc;
  font-size: 20px;
  border: 1px solid #5300bc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.location,
.phoneContact,
.mail {
  display: flex;
  align-items: center;
}
.contacts img {
  max-width: 350px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 926px) {
  .mainContainer {
    display: flex;
    flex-direction: column;
    width: 80%;
    box-shadow: 0px 3px 37px -12px rgba(0, 0, 0, 0.48);
  }
  .contacts img {
    max-width: 280px;
    margin-bottom: 1rem;
  }
}

/************************* about page  *********************/
.aboutWrap,
.whyWrap {
  display: flex;
}
.about h2,
.whyUse h2 {
  margin-bottom: 2rem;
}
.aboutWrap img,
.profit img {
  max-width: 350px;
}
.aboutPointWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutPoint {
  display: flex;
  align-items: center;
}
.aboutPoint i {
  font-size: 30px;
  margin-right: 2rem;
  color: #5300bc;
}
.whyUse,
.about,
.profit {
  margin: 2rem 9rem;
}
.profit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote {
  background-color: #5300bc;
  color: white;
  width: 100%;
  padding: 4rem;
  text-align: center;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.WhyPointWrap {
  display: flex;
  align-items: center;
}
.whyPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
}
.whyPoint i {
  padding: 0.7rem;
  font-size: 40px;
  border-radius: 50%;
  background-color: #5300bc;
  border: 1px solid #5300bc;
  color: white;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 926px) {
  .whyUse,
  .about,
  .profit {
    margin: 2rem;
  }
  .WhyPointWrap {
    flex-direction: column;
  }
  .profit {
    flex-direction: column;
  }
  .profit:nth-last-of-type(2) {
    flex-direction: column-reverse !important;
  }
  .aboutWrap {
    flex-direction: column-reverse;
  }
  .mCustom {
    margin-left: unset;
  }
  .footerNav{
    display: flex;
    flex-direction: column;
}
.footerNav nav ul{
    /* display: flex; */
    flex-direction: column;
    
}
.footerNav nav ul .nav-item:first-of-type,
.footerNav nav ul .nav-item:nth-of-type(2){
    margin-right: unset !important;
    margin-left: none !important;
}
}
