@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

.fp-prev:before {
  color: #000;
  content: '\f35a';
  /* You should use \ and not /*/
  font-family: "Font Awesome 5 Free";
  /* This is the correct font-family*/
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
  max-width: 1400px;
  margin: 0 auto !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f5f5f5;

}

.main-nav {
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  min-height: 8vh;
  padding: 1rem;
  transition: 0.6s;
  z-index: 10;
}

.main-nav.sticky {
  background: #009687e5;
  justify-content: space-around;
  padding: 0rem;
  min-height: 5vh;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: aliceblue;
  font-size: 2rem;
  transition: 0.6s;
  /* margin: 0 0 !important; */
}

.logo img {
  width: 50px;
  height: 50px;
  transition: 0.6s;
}

.logo h4 {
  padding-right: 10px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  width: 60%;
  /* margin: 0 0 !important; */
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.904);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  transition: all 500ms ease-in-out;
}

.nav-links a:hover {
  color: #212121;
}

.burger {
  position: absolute;
  right: 10px;
  display: none;
  cursor: pointer;
}

.burger div {
  background: aliceblue;
  height: 2px;
  width: 30px;
  margin: 5px !important ;
  transition: all 0.3s ease;
}

.language {
  width: 5%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.english {
  color: crimson;
}

/* ========================= NEXT SECTION ======================= */

#showcase {
  height: 100vh;
  color: aliceblue;
  position: relative;
  text-align: center;
  background: url(img/background.png) no-repeat center/cover;
}


#info {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  height: 100%;
  padding-top: 15vh;
}

.info-text h1 {
  font-size: 2.5rem;
  margin: 3rem;
  padding-bottom: 5px;
}

#info p {
  font-size: 1.1rem;
  padding: 10px;
  color: rgba(240, 248, 255, 0.856);
}

#info-image {
  width: 100%;
}

.info-image img {
    width: 80%;
    opacity: 0.95;
}

.info-text-image {
  width: 100%;
}

.info-text-image img{
  width: 25%;
  margin: 3rem 3rem;
  opacity: 0.85;
  padding-right: 2rem;
}


/* ========================= NEXT SECTION ======================= */
#profits {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 1.5rem ;
  background: url(img/background2.png) no-repeat center/contain;
}

.profits-header {
  padding-bottom: 2rem;
}

.profits-title {
  text-align: center;
  font-size: 2rem;
  color: #009688;
}

.profits-line {
  display: inline-block;
  width: 10rem;
  height: 3px;
  background: crimson;
  margin-bottom: 2rem;
  margin-top: 10px;
}

.wrap-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  /* align-items: flex-start; */
  justify-content: space-around;
  align-content: center;
}

.list-wrap {
  width: 25%;
  background-color: rgba(255, 255, 255, 0.753);
  border-radius: 20px;
  margin: 0 !important;
}

#list-wrap-p {
  padding: 15px;
  border-bottom: 0.2px solid #00897b2a;
  font-size: 1.3rem;
  text-align: right;
  width: 100%;
}

#list-wrap-p:last-child{
  border-bottom: 0;
}


#features-list{
  display: flex;
  flex-direction: column;
}

.list-wrap h1 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #00897bd2;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#profits-img {
  width: 70%;
  margin: 0 !important;
}

#profits-img img {
  width: 100%;
  opacity: 0.95;
}


/* ========================= NEXT SECTION ======================= */

#fixPrice {
  width: 100%;
  text-align: center;
  background-color: #00897B;
  color: aliceblue;
  padding: 1.5rem ;
  background: url(img/background3.png) no-repeat center/cover #00897B;
}

#fixPrice-header {
  padding-bottom: 2rem;
}

.fixprice-title {
  text-align: center;
  font-size: 2.5rem;
  color: aliceblue;
}


.main-line-fixPrice {
  display: inline-block;
  width: 10rem;
  height: 3px;
  background: crimson;
}


.fixPrice-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  align-content: center;
}

.fix-price-text {
  width:30%;
  background-color: #ffffff8e;
  padding: 20px;
  border-radius: 10px;
  margin: 0 !important;
}


.fix-price-image{
  width: 65%;
  margin: 0!important;
}

.fix-price-image img {
  width: 100%;
  opacity: 0.95;
}

.fix-price-text p{
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  text-align: right;
  line-height: 3rem;
}


/* ========================= NEXT SECTION ======================= */

#fees {
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.5rem ;
  background: url(img/background4.png) no-repeat center/contain;
}

.fees-header {
  padding-bottom: 2rem;
}

.fees-title {
  text-align: center;
  font-size: 2rem;
  color: #009688;
}

.fees-line {
  display: inline-block;
  width: 10rem;
  height: 3px;
  background: crimson;
  margin-bottom: 1rem;
}


.fees-wrap {
  width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    justify-content: space-around;
    align-content: center;
}

.fees-wrap-text {
  width: 30%;
  background-color: #009687be;
  padding: 20px;
  border-radius: 10px;
  margin: 0 !important;
}

.fees-wrap-text p {
    font-size: 1.5rem;
    color: aliceblue;
    font-weight: 500;
    text-align: right;
    line-height: 3rem;
}

.fees-wrap-image {
  width: 65%;
  margin: 0 !important;
}

.fees-wrap-image img {
  width: 100%;
    opacity: 0.95;
}
/* ========================= Privacy Ploicy ======================= */

#privacy {
  height: 100vh;
  color: aliceblue;
  position: relative;
  text-align: center;
  background: url(img/background.png) no-repeat center/cover;
}


#privacy-wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  padding-top: 10vh;
}

.privacy-wrap-title h1 {
  font-size: 2.5rem;
  padding-bottom: 5px;
}

.privacy-wrap-text p {
  font-size: 1.5rem;
  text-align: right;
  line-height: 1.5;
  padding: 20px;
}

.contact-us-privacy {
  text-align: center!important;
}

.privacy-wrap-text ul {
  font-size: 1.5rem;
  line-height: 1.9;
  padding-right: 50px;
  text-align: right;
  color: rgba(240, 248, 255, 0.856);
}

.privacy-wrap-footer p {
  color: black;
}

/* ========================= NEXT SECTION ======================= */

#main-footer {
  padding-top: 20px;
  width: 100%;
  text-align: center;
  background-color: #009688;
}

/* .logo-footer {
} */

.logo-footer h1{
  color: white;
  font-size: 2rem;
  margin: 1rem;
}

.logo-footer img{
  width:50px ;
  height: 50px;
  margin-bottom: 20px;
}

.version {
  color: #ffffffb6;
}

.main-footer__links {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
  padding: 10px;
}

.main-footer__link {
  display: inline-block;
  margin: 0px 16px;
}

.main-footer__link a {
  color: aliceblue;
  text-decoration: none;
  font-weight: bold;
}

.main-footer__link a:hover {
  color: black;
}

.footer-social-links div {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  width: 100px;
  font-size: 1.8rem;
  margin: auto;
  padding-bottom: 5px;
}

.footer-social-links div a {
  color: black;
  list-style: none;
}

.contact-us-privacy {
  /* text-align: center!important; */
  align-self: center;
}

.footer-social-links div a:hover {
  color: aliceblue;
}


#toUpBtn {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  cursor: pointer;
  transition: 500ms;
  opacity: 0.5;
}

#toUpBtn:hover {
  font-size: 2.5rem;
  opacity: 1;
}

.fa-caret-square-up {
  /* display: none; */
  font-size: 2rem;
  color: crimson;
}

/* ==================--------------------========================== */
@media (max-width: 992px) {
  body {
      overflow-x: hidden;
    }
  
    .nav-links {
      position: absolute;
      height: 100vh;
      width: 50%;
      top: 0;
      right: 0;
      background: #009687de;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      transform: translateX(100%);
      transition: transform 0.5s ease-in;
    }
  
    .nav-links li {
      opacity: 0;
    }
  
    .burger {
      display: block;
    }
  /* ============================= */
    #info {
      justify-content: space-evenly;
      padding: 0.5rem;
    }
    .info-text h1 {
      font-size: 1.5rem;
      padding-top: 8rem !important;
    }
    #info p {
      font-size: 0.75rem;
      padding: 5px;
    }
    .logo img {
      width: 30px;
      height: 30px;
    }
    .logo h4 {
      font-size: 1.5rem;
    }
    .info-image img {
      width: 100%;
    }
    .info-text-image img {
        width: 40%;
        margin: 3rem;
        padding-right: 15px;
        }
    /* ============================= */
    #profits {
      padding: 1rem;
      }
    .profits-title {
      font-size: 1.5rem;
    }
    .wrap-main {
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
    }
    .list-wrap {
      width: 100%;
    }
    #profits-img {
      width: 100%;
    }
    #list-wrap-p {
      padding: 10px;
      border-bottom: 0.2px solid #00897b2a;
      font-size: 1.3rem;
      text-align: right;
      width: 100%;
    }
    /* ============================= */
    #fixPrice {
      padding: 1rem;
    }

    #fixPrice-header {
      padding-bottom:1rem;
    }
    
    .fixprice-title {
      font-size: 1.5rem;
    }

    .fixPrice-wrap {
      flex-direction: column;
    }
    
    .fix-price-text {
      width: 100%;
      background-color: #ffffff8e;
      padding: 8px;
      margin-bottom: 0.5rem !important;
    }
    
    
    .fix-price-image {
      width: 100%;
    }
    
    .fix-price-image img {
      width: 100%;
      opacity: 0.90;
    }
    
    .fix-price-text p {
      font-size: 1.1rem;
      color: #000;
      font-weight: normal;
      text-align: right;
    }
    /* ============================= */
    #fees {
      padding: 1rem;
    }

    .fees-header {
      padding-bottom: 1rem;
    }

    .fees-title {
      font-size: 1.5rem;
    }
    /* ============================= */
    #privacy-wrap {
      height: 100%;
      justify-content: space-evenly;
      padding-top: 15vh;
    }

    .privacy-wrap-title h1 {
      font-size: 1.2rem;
      padding-bottom: 5px;
    }

    .privacy-wrap-text p {
      font-size: 0.9rem;
      text-align: right;
      line-height: 1.5;
      padding: 10px;
    }

    .privacy-wrap-text ul {
      font-size: 0.9rem;
      line-height: 1.5;
      padding-right: 15px;
      color: rgba(240, 248, 255, 0.856);
    }

    .privacy-wrap-footer p {
      color: black;
      font-size: 10px;
    }

    /* ============================= */
    #main-footer {
      padding-top: 5px;
    }
    .logo-footer h1 {
      font-size: 1.2rem;
    }

    .logo-footer img {
      width: 30px;
      height: 30px;
      margin-bottom: 5px !important;
    }

    .version {
      font-size: 12px;
    }

    .main-footer__links {
      width: 100%;
      padding: 10px;
    }

    .main-footer__link {
      display: inline-block;
      margin: 0px 5px;
    }

    .main-footer__link a {
      color: aliceblue;
      font-weight: 400;
      font-size: 12PX;
    }


    .footer-social-links div {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-evenly;
      width: 100px;
      font-size: 1.5rem;
      margin: auto;
      padding-bottom: 5px;
    }

    .footer-social-links div a {
      color: black;
      list-style: none;
    }

    #toUpBtn {
      display: none;
      position: fixed;
      right: 1rem;
      bottom: 1rem;
      z-index: 10;
      cursor: pointer;
      transition: 500ms;
      opacity: 0.5;
    }

    #toUpBtn:hover {
      font-size: 2.5rem;
      opacity: 1;
    }

    .fa-caret-square-up {
      /* display: none; */
      font-size: 2rem;
      color: crimson;
    }
    .copyright {
      font-size: 12px;
    }
}

/* ==================--------------------========================== */


/* @media (max-width: 800px) {
  body {
    overflow-x: hidden;
  }

  .nav-links {
    position: absolute;
    height: 90vh;
    width: 50%;
    top: 9.9vh;
    right: 0;
    background: #009687de;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }

  .nav-links li {
    opacity: 0;
  }

  .burger {
    display: block;
  }


  #main {
    height: auto;
  }

  #main h1 {
    padding-top: 1rem;
  }

  .main-line {
    display: inline-block;
    width: 5rem;
    height: 3px;
    background: crimson;
    margin-bottom: 1rem;
  }

  .wrap-main {
    width: 90%;
    display: flex;
    flex-direction: column;
    background: none;
    box-shadow: none;
    border-radius: none;
  }

  .wrap-main img {
    height: 32vh;
    margin-bottom: 1rem;
  }

  .main-section__texts {
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.699);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
    padding: 10px;
  }

  .social-links {
    margin: 2rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .social-links div a {
    color: rgb(31, 31, 134);
    list-style: none;
  }

  .first,
  .second,
  .third,
  .fourth {
    width: 100%;
  }
} */

.nav-active {
  transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

