@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*----------------------------------------------------*/
.header-section {
  padding: 38px 0 149px 0;
  background-image: url(../images/Vector.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-section .manu {
  background: #090C1D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  padding: 11px 15px 8px 29px;
}

.header-section .manu .logo a {
  position: relative;
  top: 5px;
}

.header-section .manu .header-navbar ul {
  padding: 0;
}

.header-section .manu .header-navbar ul li {
  display: inline-block;
  margin-left: 40px;
}

.header-section .manu .header-navbar ul li:first-child {
  margin-left: 0 !important;
}

.header-section .manu .header-navbar ul li a {
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  transition: all 0.3s;
}

.header-section .manu .header-navbar ul li a:hover {
  color: #285BFA;
}

.header-section .manu .right-side-btn a {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}

.header-section .manu .right-side-btn .sing-up {
  margin-left: 23px;
  background: #285BFA;
  border-radius: 30px;
  padding: 10px 25px;
}

.header-section .header-contain {
  text-align: center;
  margin-top: 65px;
}

.header-section .header-contain ul {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 30px 5px 5px;
  display: inline-flex;
  justify-content: space-between;
      margin-bottom: 20px;
    margin-top: 30px;
}

.header-section .header-contain ul .promo {
  background: #285BFA;
  border-radius: 50px;
  margin-right: 10px;
}

.header-section .header-contain ul .promo a {
  display: block;
  line-height: 15px;
  padding: 5px 15px;
}

.header-section .header-contain ul .promo a img {
  position: relative;
  top: -3px;
}

.header-section .header-contain ul .discunt {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0;
}

.header-section .header-contain h1 {
  margin-top: 12px;
  font-family: 'Righteous';
  font-style: normal;
  font-weight: 400;
  font-size: 62px;
  line-height: 72px;
  color: #FFFFFF;
  max-width: 874px;
  margin: 0 auto;

  background: radial-gradient(102.97% 76.54% at 0% 50%, #FFFFFF 31.6%, #285BFA 56.68%, #FFFFFF 91.84%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-section .header-contain p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 613px;
  margin: 0 auto;
  margin-top: 37px;
}

.header-section .header-contain .bottons {
  margin-top: 65px;
}

.header-section .header-contain button,.header-section .header-contain a.btn {
  background: #285BFA;
  border-radius: 30px;
  border: none;
  padding: 10px 25px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  transition: all 0.3s;
}

.header-section .header-contain button:hover,.header-section .header-contain a.btn:hover {
  background-color: #fff;
  color: #285BFA;
}

.header-section .header-contain button:hover svg,.header-section .header-contain a.btn:hover svg {
  fill: #285BFA;
  transition: all 0.3s;
}

.header-section .header-contain button svg,.header-section .header-contain a.btn svg {
  margin-left: 10px;
  fill: #fff;
  position: relative;
  bottom: 2px;
}

.header-section .header-contain .join-btn {
  margin-left: 22px;
}

/*----------------------------------------------------*/
body {
  background: #00020F;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

p {
  margin: 0;
}

.lable {
  background-image: url(../images/Label.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px 30px;
  backdrop-filter: blur(7.5px);
  border-radius: 50px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: inline-block;
}

.heding-title {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  color: #FFFFFF;
  background: radial-gradient(31.37% 35.32% at 41.32% 39.68%, #2B60FA 0%, #FFFFFF 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.pragraph {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
}

/*----------------------------------------------------*/
.about-section {
  padding: 80px 0;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-section .about-titel {
  text-align: center;
}

.about-section .about-titel h1 {
  margin-top: 34px;
}

.about-section .about-titel p {
  max-width: 863px;
  display: inline-block;
  margin-top: 36px;
}

.about-section .about-card {
  margin-top: 128px;
}

.about-section .about-card .cards {
  border-radius: 31.8911px;
  padding: 50px 70px 60px 48px;
  background-image: url(../images/about-card-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section .about-card .cards .card-logo {
  display: block;
  width: 70px;
  height: 70px;
  background: #285BFA;
  border-radius: 34.5487px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 24px;
}

.about-section .about-card .cards .heading {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 26.5759px;
  line-height: 33px;
  color: #FFFFFF;
}

.about-section .about-card .cards p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 21.2607px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 24px;
}

.about-section .about-card .middle-card {
  margin-top: -59px;
}

/*----------------------------------------------------*/
.works-section {
  /* background-image: url(../images/Union.png); */
  background-repeat: no-repeat;
  background-position: left;
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}

.works-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/Union.png);
  background-repeat: no-repeat;
  background-position: left;
  z-index: -1;
  opacity: 0.3;
}

.works-section .title .main-title {
  margin-top: 34px;
  display: flex;
}



.works-section .work-cards {
  margin-top: 124px;
  position: relative;
}

.works-section .work-cards .col-lg-4 {
  padding: 0;
}

.works-section .work-cards .cards {
  background-image: url(../images/work-tem-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30.5534px 0px 0px 30.5534px;
  padding: 47px 50px 74px 45px;
}

.works-section .work-cards .cards h2 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 38.3221px;
  line-height: 48px;
  color: #285BFA;
  margin: 0 0 11px 0;
}

.works-section .work-cards .cards a h3 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 38.3221px;
  line-height: 48px;
  color: #FFFFFF;
}

.works-section .work-cards .cards .sign {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 19.161px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 85px;
  display: block;
}

.works-section .work-cards .middle-cards {
  border-radius: 30.5534px;
  background: #285BFA;
  padding: 40px 60px 46px 45px;
  margin-top: -80px;
}

.works-section .work-cards .middle-cards h2 {
  color: #FFFFFF;
}

.works-section .work-cards .middle-cards p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 19.161px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 50px;
}

.works-section .work-cards .middle-cards .more {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 23.9513px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 73px;
  display: block;
}

.works-section .work-cards .right-side-card {
  border-radius: 0px 30.5534px 30.5534px 0px;
  background-image: url(../images/work-tem-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------------------------*/
.pricing-section {
  overflow: hidden;
  padding: 80px 0;
}

.pricing-section .pricing-titel {
  text-align: center;
}

.pricing-section .pricing-titel h1 {
  margin: 35px 0 35px 0;
}

.pricing-section .pricing-card {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  position: relative;
}

.pricing-section .pricing-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16%;
  width: 100%;
  height: 100%;
  background-image: url(../images/11.png);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}

.pricing-section .pricing-card .cards {
  background-image: url(../images/pricing-card-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 40px 50px 40px;
  border-radius: 30px;
  width: 367px;
}

.pricing-section .pricing-card .cards h5 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}

.pricing-section .pricing-card .cards h1 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 63px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.pricing-section .pricing-card .cards h1 span {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-left: 12px;
}

.pricing-section .pricing-card .cards p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.5);
  margin: 14px 0 16px 0;
}

.pricing-section .pricing-card .cards a {
  background: #285BFA;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 30px #285BFA;
  border-radius: 50px;
  padding: 10px 30px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.pricing-section .pricing-card .cards ul {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding-top: 23px;
}

.pricing-section .pricing-card .cards ul li {
font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 11px;
    display: flex
;
    align-items: flex-start;
}

.pricing-section .pricing-card .cards ul li:last-child {
  margin: 0;
}

.pricing-section .pricing-card .cards ul li img {
  margin-right: 5px;
}

.pricing-section .pricing-card .card-two {
  background: none;
}

.pricing-section .pricing-card .card-two a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #2C2C2C;
  box-shadow: none;
}

/*----------------------------------------------------*/
.affiliate-section {
  overflow: hidden;
  padding: 80px 0;
  background-image: url(../images/affiliate-bg.png);
  background-repeat: round;
  background-size: cover;
}

.affiliate-section .affiliate-titel {
  text-align: center;
  justify-content: center;
}

.affiliate-section .affiliate-titel .heding-title {
  max-width: 874px;
  font-family: 'Righteous';
  font-weight: 400;
  font-size: 70px;
  line-height: 87px;
  margin: 0 auto;
  margin-top: 48px;
}

.affiliate-section .affiliate-titel p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 959px;
  margin: 0 auto;
  margin-top: 22px;
}

.affiliate-section .data-table {
  margin-top: 48px;
  width: 100%;
}

@media (max-width: 767px) {
  .affiliate-section .data-table {
    width: 700px;
  }
}

.affiliate-section .data-table thead tr th {
  border: 1px solid #C3C2FF;
  padding: 16px 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  text-transform: capitalize;
  background: #3568fa;
}

.affiliate-section .data-table tbody tr td {
  border: 1px solid #C3C2FF;
  padding: 16px 20px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #EBEBEB;
}

.affiliate-section .affiliate-btn {
  text-align: center;
  margin-top: 75px;
}

.affiliate-section .affiliate-btn button,.affiliate-section .affiliate-btn a.btn {
  background: #285BFA;
  border-radius: 30px;
  border: none;
  padding: 10px 25px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  transition: all 0.3s;
}

.affiliate-section .affiliate-btn button:hover,.affiliate-section .affiliate-btn a.btn:hover {
  background-color: #FFFFFF;
  color: #285BFA;
}

.affiliate-section .affiliate-btn button:hover svg,.affiliate-section .affiliate-btn a.btn:hover svg {
  fill: #285BFA;
}

.affiliate-section .affiliate-btn button svg,.affiliate-section .affiliate-btn a.btn svg {
  margin-left: 10px;
  fill: #FFFFFF;
  position: relative;
  bottom: 2px;
}

/*----------------------------------------------------*/
.fags-section {
  overflow: hidden;
  padding: 80px 0;
  background-image: url(../images/faqs-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fags-section .fags-titel {
  text-align: center;
}

.fags-section .fags-titel .lable {
  margin-bottom: 34px;
  display: inline-block;
}

.fags-section .fags-accordion {
  margin-top: 87px;
}

.fags-section .fags-accordion .accordion-item {
  margin-top: 36px;
  background-color: transparent;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  border: 0;
}

.fags-section .fags-accordion .accordion-item .accordion-header .accordion-button {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  padding: 25px 0 29px 43px;
  background-image: url(../images/according-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  box-shadow: none;
  border-radius: 30px 30px 0 0;
  position: relative;
}

.fags-section .fags-accordion .accordion-item .accordion-header .accordion-button {
  background-image: url(../images/according-bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
}

.fags-section .fags-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-image: url(../images/according-item-bg.png) !important;
}

.fags-section .fags-accordion .accordion-item .accordion-header .accordion-button::after {
  all: unset;
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 70px;
  font-weight: 100;
}

.fags-section .fags-accordion .accordion-item .accordion-header .collapsed {
  border-radius: 40px;
  color: rgb(255 255 255 / 56%);
}

.fags-section .fags-accordion .accordion-item .accordion-header .collapsed::after {
  all: unset;
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 70px;
  font-weight: 100;
}

.fags-section .fags-accordion .accordion-item .accordion-collapse {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 30px 30px;
}

.fags-section .fags-accordion .accordion-item .collapse .accordion-body {
  color: #fff;
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*----------------------------------------------------*/
.cta-section {
  overflow: hidden;
  padding: 80px 0;
}

.cta-section .cta-contain {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 71px 0 97px 0;
}

.cta-section .cta-contain h1 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 88px;
  color: #FFFFFF;
  margin-bottom: 36px;
}

.cta-section .cta-contain p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
}

.cta-section .cta-contain a {
  background: #285BFA;
  border-radius: 30px;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 46px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  transition: all 0.3s;
}

.cta-section .cta-contain a:hover {
  background-color: #FFFFFF;
  color: #285BFA;
}

/*----------------------------------------------------*/
.contact-section {
  overflow: hidden;
  padding: 107px 0 104px 0;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.contact-section .contact-titel {
  text-align: center;
}

.contact-section .contact-titel .heding-title {
  margin-top: 34px;
}

.contact-section .contact-box {
  margin-top: 87px;
  position: relative;
}

.contact-section .contact-box .form-control {
  width: 100%;
  height: 92px;
  font-family: 'Outfit';
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(7.63834px);
  border-radius: 30px;
  border: 0;
  outline: none;
  box-shadow: none;
  margin-bottom: 36px;
  padding-left: 43px;
}

.contact-section .contact-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .contact-box .form-control:hover,
.contact-section .contact-box .form-control:focus {
  color: #fff;
  background-image: url(../images/according-bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .contact-section .contact-box .form-control:hover::placeholder,
.contact-section .contact-box .form-control:focus::placeholder {
  color: rgba(255, 255, 255, 0.5);
} */


.contact-section .contact-box textarea {
  width: 100%;
  height: 264px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7.63834px);
  border-radius: 30px;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 25px 0 0 43px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 9;
  color: #fff;
}

.contact-section .contact-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .contact-box .submit-btn {
  text-align: center;
  margin-top: 24px;
}

.contact-section .contact-box .submit-btn button {
  background: #285BFA;
  border-radius: 30px;
  padding: 10px 25px;
  border: 0;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  transition: all .3s;
}

.contact-section .contact-box .submit-btn button:hover {
  background-color: #fff;
  color: #285BFA;
}

/*----------------------------------------------------*/
.footer-section {
  overflow: hidden;
}

.footer-section .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 0 28px 0;
  position: relative;
  z-index: 1;
}

.footer-section .footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.footer-section .footer span {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .footer ul li {
  display: inline-block;
  margin-left: 18px;
}

/*----------------------------------------------------*/
@media (max-width: 1399px) {
  .col-xl-6 {
    margin-top: 30px;
  }

  .about-section .about-card .middle-card {
    margin-top: -0px;
  }

  .cta-section .cta-contain {
    border-radius: 30px;
  }

  .about-section .about-card {
    margin-top: 60px;
  }

  .header-section .header-contain ul {
    margin-bottom: 30px;
  }

  .pricing-section .pricing-card {
    margin-top: 60px;
  }

  .pricing-section .pricing-titel h1 {
    margin-bottom: 15px;
  }

  .affiliate-section .data-table {
    margin-top: 60px;
  }

  .fags-section .fags-accordion,

  .contact-section .contact-box {
    margin-top: 60px;
  }
}

.mobile-menu {
  display: none;
}

.navbar-icon {
  display: none;
}

@media (max-width: 991px) {
  .navbar-icon {
    display: block;
    max-width: 30px;
    cursor: pointer;

    img {
      max-width: 100%;
    }
  }

  .header-section .manu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 20px;
    transition: all 0.3s;

    &.active {
      left: 0;
    }

    li {
      display: block;

      a {
        display: block;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        padding: 10px 0;

        &:hover,
        &:focus {
          color: #285BFA;
        }

      }
    }
  }

  .close-icon {
    background: transparent;
    outline: none;
    box-shadow: none;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid rgba(40, 91, 250, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    line-height: 30px;
    padding: 0;
  }

  .header-section .manu {
    display: block;
    text-align: center;
    padding: 30px;
  }

  .header-section .manu .header-navbar ul {
    display: none;
  }

  .header-section .manu {
    padding: 10px;
  }

  .header-section .manu .logo a img {
    width: 100%;
  }

  .header-section .manu .logo a {
    max-width: 160px;
    display: block;
    margin: 0 auto;
  }

  .header-section .manu .header-navbar {
    margin-top: 0;
    display: none;
  }

  .right-side-btn {
    display: none !important;
  }

  .header-section .manu .right-side-btn {
    display: block;
    margin-top: 30px;
  }

  .header-section .header-contain h1 {
    font-size: 55px;
  }

  .works-section .title .main-title {
    display: block;
  }

  .works-section .title .main-title .pragraph {
    margin-top: 30px;
  }

  .works-section .work-cards .middle-cards {
    margin: 30px;
  }

  .fags-section {
    padding: 0px 0;
  }

  .cta-section .cta-contain h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .footer-section .footer {
    display: block;
    text-align: center;
  }

  .footer-section .footer span {
    display: block;
    margin: 15px 0;
  }

  .affiliate-section {
    padding: 40px 0;
  }

  .header-section {
    padding: 10px 0;
  }

  .header-section .header-contain ul .promo {
    margin: 0 !important;
  }

  .header-section .header-contain ul .discunt {
    font-size: 14px;
    margin: 0;
  }

  .header-section .header-contain ul {
    display: flex !important;
    align-items: center;
  }

  .header-section .header-contain h1 {
    line-height: 40px !important;
    margin-top: 20px;
  }

  .about-section .about-card {
    margin-top: 20px;
  }

  .works-section .work-cards {
    margin-top: 40px;
  }

  .fags-section .fags-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 15px;
    border-radius: 24px;
  }

  .cta-section {
    padding-top: 40px;
  }

  .contact-section {
    padding: 60px 0 !important;
  }

  .contact-section .contact-box {
    margin-top: 40px;
  }

  .contact-section .contact-box .form-control,
  .contact-section .contact-box textarea {
    width: 100%;
    height: 65px;
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7.63834px);
    border-radius: 30px;
    border: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 36px;
    padding-left: 26px;
    border-radius: 14px;
  }

  .contact-section .contact-box textarea {
    height: 150px;
  }

  .header-section {
    padding-bottom: 60px;
  }

  .header-section .header-contain h1 {
    line-height: 70px !important;
  }

  .header-section .header-contain ul {
    max-width: 340px;
    margin: 0 auto;
  }

  .works-section,
  .pricing-section {
    padding-bottom: 0;
  }

  .affiliate-section {
    padding: 80px 0;
  }

  .works-section .title .main-title .pragraph {
    margin-top: 15px;
  }

  .affiliate-section .affiliate-btn {
    margin-top: 40px;
  }

  .cta-section {
    padding: 80px 0;
  }

  .contact-section {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-section .header-contain h1 {
    font-size: 35px;
    line-height: 50px !important;
  }

  .pricing-section .pricing-card {
    display: block;
  }

  .pricing-section .pricing-card .cards {
    margin: 0 auto;
  }

  .pricing-section {
    padding: 25px 0 0 0;
  }

  .cta-section .cta-contain {
    padding: 30px;
  }

  .affiliate-section .affiliate-titel .heding-title {
    font-size: 50px;
    line-height: 65px;
  }

  .affiliate-section .affiliate-titel .pragraph {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .heding-title {
    font-size: 40px;
    line-height: 45px;
  }

  .affiliate-section .affiliate-titel .heding-title {
    font-size: 40px;
    line-height: 54px;
  }

}

@media (max-width: 575px) {
  .header-section .header-contain ul {
    display: block;
  }

  .header-section .header-contain ul .promo {
    display: inline-block;
    margin-bottom: 15px;
  }

  .header-section .header-contain ul li {
    display: block;
  }

  .pricing-section .pricing-card .cards {
    width: 100%;
    padding: 40px;
    background-size: cover;
  }

  .fags-section .fags-accordion .accordion-item .accordion-header .collapsed::after {
    display: none;
  }

  .fags-section .fags-accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
  }

  .cta-section .cta-contain h1 {
    font-size: 36px;
  }
}

@media (max-width:575px) {
  .header-section .header-contain .bottons .join-btn {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }

  .about-section .about-card .cards,
  .works-section .work-cards .cards {
    padding: 20px;
  }

  .works-section .work-cards {
    padding: 15px;
  }

  .cards.middle-cards {
    margin: 20px 0 !important;
  }
}

/*----------------------------------------------------*/