@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Cormorant Garamond", serif;
}

p {
  margin-bottom: 15px;
  color: #3B3B3B;
  letter-spacing: -0.02em;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #255728;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title span {
  color: #255728;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 18px;
}

.section-title h2,
.section-title h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 62px;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}


.section-title p {
  font-weight: 400;
  font-size: 16px;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: #255728;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #255728;
}

header .top-social {
  display: flex;
  gap: 15px;
}

header .top-social a {
  font-size: 26px;
  text-decoration: none;
}

header .top-social a i {
  background: linear-gradient(90deg, #F0B306 0%, #FFEA09 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

header .top-social a i:hover {
  -webkit-text-fill-color: white;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  line-height: 60px;
  background: linear-gradient(90deg, #F0B306 -4.83%, #FFEA09 969.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-banner .right-col p {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  max-width: 555px;
  text-align: end;
  margin-bottom: 0;
  font-family: "Cormorant Garamond", serif;
}

/* End */

/* about writer */
.about-writer {
  background: url("../images/bg-one.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-writer .left .left-top {
  padding: 30px;
  background: #FFFFFF;
  display: flex;
  gap: 60px;
  padding-bottom: 130px;
}

.about-writer .left .left-top img {
  transform: scale(1.21);
  position: relative;
  top: -9px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about-writer .left .left-top p {
  font-size: 15px;
  font-weight: 400;
}

.about-writer .left .left-bottom {
  background: #FFFFFF;
  border: 0.862643px solid #000000;
  display: flex;
  justify-content: space-between;
  padding: 20px 45px;
  max-width: 75%;
  position: relative;
  top: -42px;
  left: 38px;
}

/* .about-writer .left .left-bottom .left-bottom-column {} */

.about-writer .left .left-bottom .left-bottom-column span {
  color: #131313;
  font-weight: 600;
  font-size: 38.8189px;
  line-height: 43px;
}

.about-writer .left .left-bottom .left-bottom-column p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 13.8023px;
}

.about-writer .right h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.04em;
  text-align: center;
}

.about-writer .right p {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}

.about-writer .right form .form-inner {
  display: flex;
  gap: 15px;
}

.about-writer .right form .form-inner input {
  border-radius: 0;
  background-color: white;
}

.about-writer .right-col p {
  font-size: 15px;
  font-weight: 400;
}

.about-writer hr {
  background-color: black;
}

/* end */

/* sec-three */
.sec-three {
  background: url("../images/bg-three.png") no-repeat;
  background-size: cover;
}

.sec-three .left-col p {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

/* end */

/* testimonials */
.testimonials-card {
  flex-direction: column;
  display: flex;
  padding: 21px;
  background: #EEEEEE;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: space-between;
  height: 100%;
}

.testimonials-card p {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 300;
}

.rating i {
  font-size: 23px;
  color: #cdcdcd;
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating .orange {
  color: orange;
}

.testimonials-card strong {
  color: black;
  font-size: 17px;
}

/* end */

/* faqs */

.faqs-sec .faqs-box .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #255728;
  box-shadow: none;
}

.faqs-sec .faqs-box .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}

.faqs-sec .faqs-box h4 button {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px !important;
  background: #EEEEEE;
  color: #3B3B3B;
  font-family: "Outfit", sans-serif;
}

.faqs-sec .faqs-box ul li {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 12px;
}

.faqs-sec .faqs-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}

.faqs-sec .faqs-box .accordion-item {
  border: none;
  border-radius: 0px !important;
  background-color: #ececec;
}

.faqs-sec .faqs-box .accordion-button::after {
  background-image: url("../images/plus.png");
  transform: scale(1) !important;
}

.faqs-sec .faqs-box .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #255728;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  background: #F1F46A;
  border: 1.5px solid #255728;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  color: #090909;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 0;
  letter-spacing: -0.02em;
}

.btn-theme:hover {
  border: 1.5px solid #255728;
  background: #255728;
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
footer {
  background-color: #255728;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom>div span {
  color: #ffffffba;
  font-size: 16px;
}

.footer-content p a {
  color: #ffffffba;
  font-size: 16px;
}

.footer-top-heading {
  font-size: 39px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
}

.newsletter-input {
  background: white;
  border-radius: 0;
}

.newsletter-input input {
  border: 0;
  color: black !important;
  opacity: 1;
  background: white;
}

.subscribe-btn {
  background-color: #F1F46A;
  border: none;
  color: #000;
  padding: 10px 20px;
  border: 2px solid #F1F46A;
  transition: 0.3s;
  margin: 5px;
}

.footer-middle {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}

.footer-links a {
  color: #ffffffba;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.footer-content p {
  margin: 0;
  color: #ffffffba;
  font-size: 16px;
}

.footer-logo {
  font-size: 26px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links .row {
  width: 100%;
}

.footer-links .row .col-6 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.footer-top-heading {
  font-size: 32px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
}

.footer-bottom.container {
  font-size: 15px;
}

.footer-bottom.container {
  font-size: 15px;
}

.footer-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-heading {
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}

.footer-social a {
  color: #ffffffba;
  margin-left: 15px;
  text-decoration: none;
}

.subscribe-btn:hover {
  background: transparent;
  color: var(--secondary);
}

.footer-heading {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #255728;
  border-color: #255728;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #546DD4;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #546DD4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #546DD4 !important;
}

.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */
section.top-banner.other-hero {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}



.right-col.other-hero-content {
  text-align: center;
}

section.testimonials .row {
  gap: 20px 0;
}


.section-title.contact-us-title {
  text-align: left;
}

.contact-us-img {
  height: 280px;
  margin-bottom: 20px;
}

.contact-us-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.contact-us .needs-validation {
  border: 2px solid black;
  padding: 26px;
  border-radius: 5px;
}

.contact-us .needs-validation input,
.contact-us .needs-validation textarea {
  background: #d9d9d954;
}

.writer-img img {
  transform: scale(1) !important;
  margin-top: -20px;
  top: 0 !important;
}

.writer-img {
  height: 360px;
}

.mission {
  max-width: 1090px;
  background: #FFFFFF;
  border: 1px solid #000000;
  padding: 32px;
  display: flex;
  margin: 0 auto;
  margin-top: -110px;
  z-index: 4;
  position: relative;
}

.mission-card h4 {
  font-size: 40px;
  font-weight: 600;
}

.mission-card p {
  font-size: 15px;
  color: #3B3B3B;
}

.home-top {
  padding: 30px !important;
}