@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --black-color: #0E0E0E;
  --white-color: #fff;
  --red-color: #E40000;
  --gray: #B5B5B5;
  --blue: #1E9DC1;
  --planeColor: hsl(0, 0%, 95%);
  --size: 150px;
}

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

body {
  font-family: "Montserrat", serif;
  background-size: cover;
  overflow-x: hidden;
  color: var(--black-color);
}

h2,
h3,
h4 {
  /* font-family: 'CambriaBold'; */
}

a {
  text-decoration: none !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #0a7b05;
}

body::-webkit-scrollbar-thumb {
  background-color: #0a7b05;
}

/* header Style Start  */
.navbar {
  /* background-color: #ffffff3d; */
  padding: 1rem 2rem;
}

.logo>img {
  max-width: 350px;
}

.nav-link {
  color: #333 !important;
  margin: 0 10px;
  font-weight: 500;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
/* hero section Start  */
.btn-contact {
  background-color: #ff0033;
  color: white !important;
  padding: 14px 20px;
  border-radius: 5px;
}
.inr-pg-section{
  min-height: 500px;
  padding: 8.5rem 0 4rem;
  position: relative;
  border-radius: 20px;
  width: 99.5%;
  margin: 0 auto;
}
.inr-pg-section::after {
  content: '';
  width: 300px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  filter: blur(50px);
  background: rgb(48, 11, 29);
  background: radial-gradient(circle, rgba(48, 11, 29, 0.7) 0%, rgba(48, 11, 29, 0.7) 100%);
}
.hero-section {
  background-color: #15132129;
  min-height: 500px;
  padding: 9.5rem 0 4rem;
  position: relative;
  border-radius: 20px;
  width: 99.5%;
  margin: 0 auto;
}
.hero-subs-sec{
  min-height: 500px;
  padding: 8.5rem 0 4rem;
  position: relative;
  border-radius: 20px;
  width: 99.5%;
  margin: 0 auto;
}
.ft-logo img {
  min-width: 350px;
  max-width: 350px;
  display: table;
  margin: 0 auto;
}
.ft-logo {
  margin-bottom: 20px;
}
.hero-subs-sec::before {
  content: '';
  width: 300px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  filter: blur(50px);
  background: rgb(48, 11, 29);
  background: radial-gradient(circle, rgba(48, 11, 29, 0.7) 0%, rgba(48, 11, 29, 0.7) 100%);
}

.hero-subs-sec::after {
  content: '';
  width: 300px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  filter: blur(50px);
  background: rgb(48, 11, 29);
  background: radial-gradient(circle, rgba(48, 11, 29, 0.7) 0%, rgba(48, 11, 29, 0.7) 100%);
}

.hero-section::before {
  content: '';
  width: 300px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  filter: blur(50px);
  background: rgb(48, 11, 29);
  background: radial-gradient(circle, rgba(48, 11, 29, 0.7) 0%, rgba(48, 11, 29, 0.7) 100%);
}

.hero-section::after {
  content: '';
  width: 300px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  filter: blur(50px);
  background: rgb(48, 11, 29);
  background: radial-gradient(circle, rgba(48, 11, 29, 0.7) 0%, rgba(48, 11, 29, 0.7) 100%);
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
}

.hero-content p {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.btn-read-more {
  background-color: #ff0033;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}

.hero-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  background: #3b1c2c;
  padding: 50px 40px;
  border-radius: 20px;
}

/* header Style END  */
/* services START  */
.services-section {
  background-color: #086900;
  padding: 4rem 0;
  border-radius: 1rem;
}

.services-section h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.services-section h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 2.5rem 0 1.5rem 0;
}

.services-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

/* services END  */


/* ABOUTS US START  */
.about-section {
  padding: 4rem 0;
}

.about-section h1 {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

.about-section img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-content {
  padding: 0 2rem;
}

.about-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.read-more-btn {
  background-color: #E31837;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  color: white;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #c41530;
}

/* ABOUTS US END  */




/* WEEKLY SECTION START  */
.weekly-options {
  padding: 4rem 0;
}

.weekly-options h1 {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

.weekly-options img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-section h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.content-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.read-more-btn {
  background-color: #E31837;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  color: white;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #c41530;
}

/* WEEKLY SECTION END  */


/* PACKAGES SECTION START  */
.pricing-section {
  padding: 4rem 0;
}

.pricing-section h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

.free-trial:hover {
  background-color: #E31837;
  color: white;
  transform: translate3d(0, -10px, 0);
}
.free-trial:hover .btn-choose-white {
  background-color: #fff;
  color: #000;
}
.free-trial:hover .sgnbx p {
  color: #fff;
}
.free-trial:hover .sub p {
  color: #fff;
}
.free-trial {
  /* background-color: #E31837; */
  /* color: white; */
  padding: 2rem;
  border: 1px solid #0000001b;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow .3s ease;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}

.free-trial-price {
  font-size: 2.5rem;
  font-weight: 500;
}
.pricing-card {
  /* border: 1px solid #dee2e6; */
  /* border-radius: 0.5rem; */
  /* padding: 2rem; */
  text-align: center;
  transition: all 0.5s ease;
  height: 100%;
}

.pricing-card:hover {
  background-color: #E31837;
  color: white;
  transform: translate3d(0, -10px, 0);
}
.pricing-card:hover .pric-mid {
  border: none;
}
.pricing-card:hover .duration {
  border: none;
}

.pricing-card:hover .btn-outline-primary {
  background-color: white;
  color: #E31837;
  border-color: white;
}

.price {
  font-size: 3rem;
  font-weight: 500;
  margin: 1rem 0;
}

.plan-name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.duration {
  color: #6c757d;
  margin-bottom: 15px;
  border-bottom: 1px solid #0000001b;
  padding-bottom: 10px;
}
.pric-mid {
  border: 1px solid #0000001b;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow .3s ease;
}
.pricing-card:hover .duration {
  color: rgba(255, 255, 255, 0.8);
}

.btn-choose {
  background-color: #E31837;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.pricing-card:hover .btn-choose {
  background-color: white ;
  color: black ;
}

.btn-choose-white {
  background-color: #E31837;
  color: white;
  padding: 0.75rem 5rem;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
.sgnbx p {
  color: #000;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}
.sgnbx {
    width: 28%;
}
.sub p {
  color: #000;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}
.btn-choose-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.testimonials {
  padding: 4rem 0;
}

.subtitle {
  color: #a5a5a5;
  line-height: 46px;
  font-size: 36px;
  font-weight: 500;
}

.main-title {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
  max-width: 500px;
}

.testimonial-card {
  background-color: #086900;
  color: white;
  padding: 2.5rem;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonials .owl-carousel .owl-nav button.owl-prev, .testimonials .owl-carousel .owl-nav button.owl-next, .testimonials .slick-prev, .testimonials .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #fff;
  border-radius: 50%;
  position: absolute !important;
  top: 92% !important;
  transform: translatey(-50%);
  color: transparent;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.testimonials .owl-carousel .owl-nav button.owl-prev:after, .testimonials .slick-prev:after {
  content: '\f053';
  position: absolute;
  font-family: 'FontAwesome';
  color: #000;
  font-size: 14px;
  top: 0px;
  left: 17px;
}
.testimonials .owl-carousel .owl-nav button.owl-next:after, .testimonials .slick-next:after {
  content: '\f054';
  position: absolute;
  font-family: 'FontAwesome';
  color: #000;
  font-size: 14px;
  top: 0px;
  left: 17px;
}
.testimonials .owl-carousel .owl-nav button.owl-next {
  right: 60px;
}
.testimonials .owl-carousel .owl-nav button.owl-prev {right: 120px;}

.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: 1.5rem;
  font-weight: 500;
}

.navigation-buttons {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.nav-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

.nav-button svg {
  width: 24px;
  height: 24px;
}

/* PACKAGES SECTION END  */



/* CONATCT START  */
.contact-section {
  padding: 4rem 0;
}

.contact-section h2 {
  font-size: 55px;
  color: #000000;
  text-align: left;
  font-weight: 500;
}
.contact-section p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #000000;
  margin-bottom: 2rem;
}
.benefits-list {
  list-style: none;
  padding: 0 0 0 18px;
  margin-bottom: 2rem;
}
.contact-section input {
  background-color: #e3e3e3;
  border: none !important;
  border-radius: 6px;
  padding: 14px 19px;
  color: black;
}

.contact-section textarea {
  background-color: #e3e3e3;
  border: none;
  border-radius: 6px;
  padding: 19px 18px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  height: 192px;
}
.benefits-list li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.2rem;
  list-style-type: auto;
  /* position: relative; */
}

/* .benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #E31837;
  border-radius: 50%;
} */

.form-control {
  background-color: #f0f0f0;
  border: none;
  padding: 1rem;
  margin-bottom: 1rem;
}

.form-control:focus {
  background-color: #f0f0f0;
  box-shadow: none;
  border: 1px solid #E31837;
}

textarea.form-control {
  min-height: 150px;
}

.btn-send {
  background-color: #E31837;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.btn-send:hover {
  background-color: #c41530;
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.cont-im img {
  height: 700px;
  object-fit: cover;
}
.cont-im:before{
  content: '';
  position: absolute;
  background-image: url(../images/asda.png);
  width: 505px;
  height: 545px;
  left: -61px;
  z-index: -1;
}
/* CONATCT END  */


/* Footer START   */
.footer {
  color: white;
  padding: 3rem 0 0 0;
  background: linear-gradient(175deg, #b9b3b8, #6f5c67);
}

.footer-tagline {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #E31837;
  color: white;
}

.footer h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #E31837;
}

.copyright {
  /* background-color: rgba(0, 0, 0, 0.3); */
  padding: 1rem 0;
  margin-top: 3rem;
  text-align: center;
}

.copyright a {
  color: white;
  text-decoration: none;
}

.copyright a:hover {
  color: #E31837;
}

.copyright {
  padding: 1rem 0;
  margin-top: 3rem;
  text-align: center;
  border-top: 1px solid #ffffff61;
}

/* Footer  END  */
/* INNER PAGE START */
.inr-pg-hed {
  padding: 50px;
  border: 1px solid #f2052f;
  border-radius: 20px;
  box-shadow: 0px 0px 30px #f2052f;
  margin-top: 70px;
}
.inr-pg-hed h2{
  font-size: 68px;
  line-height: 1.2;
  font-weight: 500;
}
.abt-im p {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  font-weight: 400;
}
.abt-im li {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  font-weight: 400;
}
.abt-im {
  position: sticky;
  top: 30px;
}
.abt-im img {
  width: 90%;
  border-radius: 10px;
}
.abt-sec {
  padding-bottom: 40px;
}
.abt-im h3 {
  font-size: 35px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}
.abt-im h6 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 13px;
}
.disclim {
  padding: 50px;
  border: 1px solid #f2052f;
  border-radius: 20px;
  box-shadow: 0px 0px 30px #f2052f;
  margin-top: 10px;
  margin-bottom: 40px;
}
.disclim h2 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.disclim p {
  font-size: 20px;
  margin-bottom: 20px;
}
.prict p {
  font-size: 22px;
  font-weight: 500;
}
.prict {
  padding: 50px 0 20px;
}
.clt-para {
  padding: 25px;
  margin-top: 25px;
}
.clt-im img {
  border-radius: 50%;
  margin-right: 25px;
}
.clt-im h5 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.clt-para p {
  font-size: 18px;
  font-weight: 500;
}
.clint-inr:hover {
  background: #086900;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.clint-inr {
  transition: all 0.5s;
}
.cont-loc {
  padding: 45px 30px 45px 30px;
  background: #f2052f;
  text-align: center;
  color: #fff;
  min-height: 200px;
  width: 30%;
  border-radius: 30px;
  margin: 0 auto 30px;
}
.cont-loc a {
  color: #fff !important;
  text-decoration: none !important;
}
.contat-detl h2 {
  font-size: 65px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  margin-bottom: 49px;
}
.contat-detl p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.contat-detl a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
.contact-al input {
  border: 1px solid #f2052f;
  border-radius: 10px;
  padding-left: 20px;
  height: 47px;
  margin-top: 20px;
}
.contact-al textarea {
  border: 1px solid #f2052f;
  height: 127px;
  border-radius: 10px;
  padding-left: 20px;
}
.contact-al button {
  background-color: #f2052f;
  border: 1px solid #f2052f;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'montserrat';
  font-weight: 500;
  margin-top: 15px;
}
/* INNER PAGE END */

#inquiry_submit {
  background-color: #E31837;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

a.btn-contact1 {
  margin: 0 16px;
  color: #fff;
  border: 1px solid #f03;
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #ff0033;
}
.lgo-res1 a {
  float: inherit !important;
}
.lgo-res1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
form#loginForm a {
  background-color: #f2052f;
  border: 1px solid #f2052f;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'montserrat';
  font-weight: 500;
  margin-top: 15px;
  float: right;
}

.contact-al a {
  background-color: #f2052f;
  border: 1px solid #f2052f;
  color: white;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'montserrat';
  font-weight: 500;
  margin-top: 15px;
}
button.buttonNewsletter.newsletter-form {
  background-color: #E31837;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}
.forgot-pass-field input {
  height: 40px;
  background-color: #ccc;
  border: 1px solid red;
  color: #000;
}
.inr-pg-hed h3 {
  font-size: 55px;
  line-height: 65px;
}
.wn-stu li {
  font-size: 18px;
  margin-bottom: 12px;
}
.wn-stu h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.wn-stu p {
  font-size: 18px;
  margin-bottom: 20px;
}
.wn-stu h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.wn-stu span {
  text-decoration: underline;
}