@import url('https://fonts.googleapis.com/css2?family=Rationale&display=swap');

* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: "Rationale", serif;
}

:root {
     --primary-color: #092813;
     --other-color: #010333;
     --secondary-color: #f1f1f2;
     --dark-color: #333;
     --black: #000;
}

body {
     overflow-x: hidden !important;
}

body::-webkit-scrollbar {
     display: none;
}

img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

h1 {
     font-size: 60px !important;
}

p {
     font-size: 20px;
     opacity: 70%;
}

body {
     width: 100vw !important;
     overflow-x: hidden;
     background: #f1f1f2 !important;
}

a {
     text-decoration: none !important;
     color: var(--primary-color);
}

nav {
     background-color: transparent;

}

nav .container-fluid {
     padding: 0 5vw;
}

nav .navbar-brand {
     width: 100px;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-left: 30px;
}

nav .navbar-brand img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

nav .nav-link {
     color: var(--primary-color);
}

nav .nav-link:hover {
     color: var(--black);
}

nav .active {
     color: #010333 !important;
     font-weight: 900;
}

nav .btn {
     border-radius: 10px;
     border: none;
     display: flex;
     align-items: center;
     gap: 10px;

}

nav .login,
nav .login:hover,
nav i {
     border: none;
     color: #092813;
}

nav .sign,
nav .sign:hover,
nav .sign i {
     background: linear-gradient(#010333, #092813);
     color: var(--secondary-color);
}

nav .btn:hover {
     transform: scale(0.9);
}

nav .navbar-toggler {
     border: none;
     color: #fff !important;
}


lottie-player {
     width: 100%;
     height: 100%;
}

section {
     position: relative;
     padding: 6rem 10px !important;
}

section::after {
     content: '';
     position: absolute;
     width: 200px;
     z-index: -2;
     height: 200px;
     background: linear-gradient(#010333, #092813);
     filter: blur(100px);
     left: 0 !important;
     top: 0 !important;
     border-radius: 50%;
}
.cardi{
     position: relative;
     overflow: hidden;
}
.cardi::before {
     content: '';
     position: absolute;
     opacity: 30%;
     width: 70px;
     height: 70px;
     background: linear-gradient(#010333, #092813);
     filter: blur(30px);
     right: 0 !important;
     top: 0 !important;
     border-radius: 50%;
     z-index: -1;
}

.h-box {
     width: 400px;
     height: 500px;
     background: linear-gradient(#092813, rgb(10, 70, 10), #092813);
}

#hero {
     background-size: cover;
     background-position: top;
     padding: 0vw !important;
     background-repeat: no-repeat;
}

#hero .container .text {
     width: 80%;
     height: 90vh;
     display: flex;
     justify-content: center;
     flex-direction: column;
     gap: 30px;
     color: #010333;

}

#hero .container .text h1 {
     font-size: 4.5rem;
     margin: 10px 0;
     font-weight: 600;
     line-height: 1;
     color: #010333;
}

#hero .container .text p {
     font-size: 1rem;
     width: 70%;
     color: #010333;

}

#hero .container .text p span {
     font-weight: 800;
}

#hero .container .swipe {
     position: relative;
     background-color: var(--secondary-color);
     width: 200px;
     height: 60px;
     color: var(--black);
     border-radius: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-decoration: none;
     letter-spacing: 2px;
     border: 0.5px solid rgba(0, 0, 0, 0.35);
     padding-left: 40px;
     cursor: pointer;
     transition: 0.35s ease;
}

#hero .container .swipe:hover {
     padding-left: 0;
     padding-right: 40px;
     color: var(--black);
}

#hero .container .containerr {
     position: absolute;
     left: 5px;
     width: 50px;
     height: 50px;
     background: var(--primary-color);
     border-radius: 50%;
     transition: 0.35s ease;
     display: flex;
     justify-content: center;
     align-items: center;
     color: var(--secondary-color);
}

#hero .container .swipe:hover .containerr {
     left: calc(100% - 55px);
     color: var(--secondary-color);
}

#start .boxss {
     display: grid;
     grid-template-rows: 1fr 1fr;
     background: #092813;
     color: #f1f1f2;
     border-radius: 10px;
     padding: 20px;
}

#start .boxss img {
     object-fit: contain;
}

#services .heading h1 {
     color: #010333;
     font-size: 3rem;
}

#services .heading h6 {
     color: #010333aa;
     font-size: 1.5rem;
}

#services .createOrde {
     overflow-x: scroll;
     overflow-y: hidden;
}
.toast-container {
     bottom: 1vw;
     right: 2vw;
     position: fixed;
     z-index: 1050;
 }
#services .cards {
     display: flex;
     width: max-content;
     gap: 30px;
}

#services .cards .card {
     width: 50vw;
     height: 50vh;
     border-radius: 10px;
}

#services .cards .icon {
     top: 2%;
     right: 2%;
}

#services .cards .icon img {
     width: 200px;
     height: 200px;
     object-fit: contain;
}

#services .cards .text {
     font-size: 4rem;
     width: 35vw;
     color: #fff;
     font-weight: 600;
     z-index: 10;
     letter-spacing: 1px;
     margin-top: 5rem;
}

#services .youtube {
     background-color: #010333;
}

#services .instagram {
     background-color: #010333;
}

#services .facebook {
     background-color: #092813;
}

#services .twitter {
     background-color: #092813;
}

#services .linkedin {
     background-color: #092813;
}

#services .tiktok {
     background-color: #010333;
}

#services ::-webkit-scrollbar {
     display: none;
}

.how-it-works h2 {
     font-size: 24px;
     text-transform: uppercase;
     margin-bottom: 20px;
     color: #333;
}

.how-it-works .step {
     padding: 20px;
     border: 1px solid #092813;
     border-radius: 10px;
     backdrop-filter: blur(10px);
     background: #01033322;
     transition: all 0.3s ease;
}

.how-it-works .step:hover {
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.how-it-works .step i {
     font-size: 40px;
     color: #010333;
     margin-bottom: 10px;
}

.how-it-works .step h4 {
     font-size: 18px;
     margin: 15px 0;
     font-weight: 800;
     text-transform: uppercase;
     color: #444;
}

.how-it-works .step p {
     font-size: 14px;
     color: #555;
}

#faqs {
     padding: 10vw 0;
     padding-bottom: 0;

}

#faqs .text {
     text-align: left !important;
     color: #ccc;

}

#faqs .text h1 {
     text-align: left !important;
     margin-bottom: 30px;
     color: #010333;
     font-size: 3rem;
}

#faqs .text p {
     color: #010333aa;
     font-size: 1.5rem;
     width: 80%;
}

#faqs .accordion-item {
     border: none !important;
     margin: 5px 0;
}

#faqs .accordion-button {
     background: #010333;
     border: none !important;
     color: var(--secondary-color);
}

#faqs .accordion-button:not(.collapsed) {
     color: var(--secondary-color);
     background-color: var(--primary-color);
}

#faqs .accordion-button::after {
     filter: invert(1);
}

#faqs .accordion-body {
     border: none !important;
     background-color: #010333aa;
     color: var(--secondary-color);
}

#faqs .btn-outline-light {
     border-radius: 10px;
     float: right;
     color: var(--primary-color);
     border: none;
}

#faqs .btn-outline-light:hover {
     background-color: transparent;
     color: var(--secondary-color);
     transform: scale(0.9);
}

footer {
     background: linear-gradient(to right, #01033344, #09281344);
     border-top: 2px solid #092813;
     backdrop-filter: blur(5px);
}

#suscribe {
     display: flex;
     justify-content: start;
}

.subscribe-forms h2 {
     font-weight: 600;
     line-height: 1;
     color: #010333;
     text-align: left !important;
     width: 60%;
     font-size: 3rem;
     margin-bottom: 50px;
}

.subscribe-forms .subscribe-form {
     width: 100vw;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     gap: 20px;
     height: 35px;

}

 .subscribe-input {
     width: 50%;
     height: 100%;
     padding: 5px;
     border-right: 0;
     font-size: 15px;
     border-top: 0;
     border-left: 0;
     font-weight: 500;
     color: #000;
     background: transparent;
}

.subscribe-forms .subscribe-form .subscribe-btn {
     width: max-content;
     margin: 0 auto;
     height: max-content;
     background-color: var(--primary-color);
     font-size: 1rem;
     border: none;
     padding: 10px 100px;
     border-radius: 10px;
     font-weight: 500;
     color: var(--secondary-color);
     cursor: pointer;
}

.subscribe-input:focus {
     outline: none;
}


.hero-section {
     color: #092813;
     border-radius: 10px;
     margin: 0 auto;
}

.hero-section h1 {
     font-size: 48px;
     font-weight: bold;
}

.hero-section p {
     font-size: 18px;
     margin-top: 20px;
     line-height: 1.6;
}

.hero-section .get-started {
     background-color: #010333;
     color: #f1f1f2;
     padding: 12px 30px;
     text-transform: uppercase;
     font-weight: bold;
     transition: background-color 0.2s ease;
}

.hero-section .get-started:hover {
     background-color: transparent;
     outline: 2px solid #010333;
     color: #010333;
}

.hero-section img {
     max-width: 100%;
     height: auto;
}
 .step{
     height: 100%;
 }
@media (max-width: 991px) {
     .hero-section {
          padding: 20px 10px;
          text-align: left;
     }

     .hero-section h1 {
          font-size: 30px !important;
     }

     .hero-section p {
          font-size: 16px;
     }

     .hero-section .get-started {
          font-size: 12px;
     }

     .text-content {
          max-width: 100%;
     }

     .hero-section .get-started {
          margin-top: 20px;
          display: block;
          width: max-content;
          text-align: left;
     }

     section::before,
     section::after {
          z-index: -1;
     }

     section {
          position: relative;
          padding: 6rem 5px !important;
     }

     .container {
          max-width: 100vw !important;
          width: 100vw !important;
          overflow: hidden;
     }

     .navbar-collapse {
          background-color: #f1f1f2;
          width: 100%;
          left: 0;
          padding: 30px;
          position: absolute;
          top: 10vh;
          z-index: 100;
     }

     .cards {
          display: flex;
          width: max-content;
          gap: 10px !important;
     }

     #hero p {
          width: 90% !important;
     }

     #hero .col-lg-6 {
          width: 100% !important;
     }

     #hero .row {
          gap: 2rem;
     }

     .col-6 {
          width: 100%;
     }

     .how-it-work {
          padding: 1rem;
     }

     #services {
          padding: 1rem;

     }

     #services .heading h1 {
          font-size: 2.5rem !important;
     }

     #services .heading h6 {
          font-size: 1.5rem;
     }

     #services .cards .card {
          width: 10rem !important;
          height: 8rem;
     }

     #services .cards .icon img {
          width: 4rem;
          height: 4rem;
     }

     #services .cards .card .text {
          font-size: 1.2rem;
          color: #fff;
          font-weight: 600;
          z-index: 10;
          letter-spacing: 1px;
          margin-top: 3rem;
          width: 130px!important;
          word-wrap: normal;
     }

     #services ::-webkit-scrollbar {
          display: none;
     }


     #faqs .text h1 {
          font-size: 2.5rem !important;
          text-align: left !important;
     }

     #faqs .text p {
          width: 100% !important;
          text-align: left;
     }

     .subscribe-forms h1 {
          font-size: 1rem;
     }

     .last {
          margin-top: 50px;
          font-size: 0.5rem;
          width: 100vw;
          grid-template-columns: repeat(4, 1fr);
     }

     .col-6 {
          width: 100%;
     }

     nav .navbar-brand {
          width: 70px !important;
     }

     .how-it-work {
          padding: 1rem;
     }

     .container {
          max-width: 100vw !important;
          width: 100vw !important;
          overflow: hidden;
     }

     .navbar-collapse {
          background-color: #f1f1f2;
          width: 100%;
          left: 0;
          padding: 30px;
          position: absolute;
          top: 15vh;
          z-index: 100;
     }

     #hero {
          height: max-content !important;
     }

     #faqs .text h1 {
          font-size: 2.5rem !important;
          text-align: left !important;
     }

     #faqs .text p {
          width: 100% !important;
     }

     #faqs .text .btn-outline-light {
          padding: 10px 20px;
          font-size: 1rem;
          margin-top: 20px;
          margin-bottom: 20px;
     }

     .col-6 {
          width: 100%;
     }

     #suscribe .subscribe-forms h2 {
          font-size: 2rem;
     }

     .subscribe-form {
          height: max-content !important;
     }
     .h-box {
          background: none;
          margin-top: -30%;
          z-index: -3;
          height: max-content;
     }
     .toast-container {
          max-width: 70%;
     }
     .toast-header {
          padding: 0!important;
          padding-right: 20px!important;
     }
     .toast-body {
          padding: 6px;
     }
     #faqs .col-6{
          width: 98%!important;
          margin: 0 auto;
     }
}