*,
::before,
::after {
  text-decoration: none;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.page {
  --tw-bg-opacity: 1;
  background-color: rgb(246 249 240 / var(--tw-bg-opacity));
  z-index: 1;
  min-height: 100vh;
  position: relative;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.66;
}
.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.site-header {
  background-color: transparent;
}

.site-header--sticky.mobile-sticky-enable.scrolling{
    padding: 12px 24px;
    background-color: rgb(255 255 255 / 30%);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
    z-index: 9999;
    animation-fill-mode: both;
    animation-name: sticky-animation;
    animation-timing-function: ease;
    animation-duration: 0.7s;
    transition: 0.3s all ease-in-out;
}

div {
  display: block;
  unicode-bidi: isolate;
}
header {
  display: block;
  unicode-bidi: isolate;
}

.container {
  margin-left: 4rem;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container .row {
  column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
a,
.block button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}



.block button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-transform: none;
}
.container .row img {
  max-width: 100%;
  height: auto;
}
.mobile-menu,
.mobile-menu-trigger {
  display: none;
}

.fa-solid {
  font-weight: 900;
}

.site-menu {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-menu .nav-item {
  display: inherit;
}
.site-menu li {
  list-style: none;
}

.site-menu > .nav-item-has-children > .drop-trigger {
  line-height: 70px;
}
.nav-link-item.drop-trigger {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.site-menu .nav-link-item {
  color: rgb(10 16 47 / 0.8);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.right-menu {
  gap: 1.5rem;
  align-items: center;
  display: flex;
}
.btn-text {
  font-size: 1rem;
  color: rgb(10 16 47 / 0.8);
  line-height: 1.5rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-text:hover {
  color: black;
}

.right-menu .btn {
  background-color: white;
  border-radius: 50px;
  margin-right: 60px;
  margin-top: 15px;
  padding: 15px 40px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  border: solid 2px black;
  border-bottom: 4px solid black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
.right-menu .btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid black;
}
.btn-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(246 249 240 / var(--tw-bg-opacity));
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul li {
  margin: 0 15px;
}

.image-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.text-content {
  flex: 1;
  padding-right: 10px;
}

.text-content h1 {
  font-size: 110px;
  margin: 0;
  font-weight: 500;
  font-family: sans-serif;
  line-height: 1.2;
  margin-top: 140px;
}

.text-content p {
  font-size: 20px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  padding-top: 10px;
  font-family: sans-serif;
  width: 110%;
}

.image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper img {
  width: 600px;
  height: 600px;
  padding: 120px;
  border-radius: 50%;
  margin-top: 100px;
}

.text-content button {
  background-color: white;
  border-radius: 25px;
  padding: 15px 30px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0;
  margin-top: 50px;
  border: solid 2px black;
  border-bottom: 4px solid black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}

.text-content button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid black;
}

.text-content a {
  color: black;
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  margin-left: 60px;
}

.dabba {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 80px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.db-1 {
  font-size: 3rem;
  color: white;
  font-weight: bold;
  text-align: center;
}

.text-1 {
  font-size: 5rem;
  color: rgb(76, 209, 76);
}

.text-2 {
  font-size: 5rem;
  color: palevioletred;
}

.text-3 {
  font-size: 5rem;
  color: orangered;
}

.db-2 p {
  font-size: 1.5rem;
  color: white;
  text-align: center;
  margin: 10px 0 0;
}

.image-container-gallery {
  display: flex;
  background-color: rgba(128, 128, 128, 0.186);
  box-sizing: border-box;
}

.image-container-gallery img {
  width: 500px;
  height: 400px;
  margin-left: 100px;
  margin-top: 150px;
  float: left;
  margin-right: 10px;
}

.text {
  margin-left: 80px;
}

.text h1 {
  width: 80%;
  font-weight: 500;
  font-size: 75px;
  font-family: sans-serif;
}

.text p {
  width: 80%;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: sans-serif;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity))
}

.text button {
  border-radius: 80px;
  color: black;
  padding: 15px 30px;
  border: solid 2px black;
  margin-top: 30px;
  margin-bottom: 90px;
  border-bottom: 4px solid black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}

.text button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid black;
}

.text a {
  color: black;
  font-size: 18px;
  font-weight: bold;
}

.container h1 {
  display: flex;
  font-family: sans-serif;
  font-size: 80px;
  font-weight: 500;
  width: 70%;
  margin-left: 200px;
  justify-content: center;
  text-align: center;
}

.new-image {
  display: flex;
  background-color: rgba(128, 128, 128, 0.186);
  box-sizing: border-box;
}

.new-image img {
  margin-right: 50px;
  margin-top: 150px;
  width: 500px;
  height: 550px;
}

.new-text {
  flex: 1;
  margin-top: 100px;
}

.new-text h1 {
  font-weight: 500;
  width: 80%;
  font-size: 78px;
  margin: 0 100px;
  font-family: sans-serif;
  margin-top: 20px;
}

.new-text p {
  width: 78%;
  font-size: 19px;
  font-family: sans-serif;
  margin: 0 100px;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity));
  margin-top: 10px;
}

.list-menu {
  counter-reset: list-counter;
  list-style: none;
  padding: 0px;
  margin: 0 80px;
  margin-top: 30px;
  width: 75%;
}

.list-menu li {
  font-size: 30px;
  color: black;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding-left: 60px;
}

.list-menu li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: orange;
  transform: translateY(-50%);
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.list-menu li:nth-child(1)::before {
  background-color: #33ff99;
}

.list-menu li:nth-child(3)::before {
  background-color: lightcoral;
}

.new-content h1 {
  display: flex;
  font-family: sans-serif;
  font-size: 80px;
  font-weight: 500;
  width: 65%;
  margin-left: 250px;
  justify-content: center;
  text-align: center;
}

.flexbox-container {
  width: 80%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 100px;
  margin-left: 150px;
}

.item {
  width: 280px;
  height: 280px;
  background: rgba(128, 128, 128, 0.183);
  font-size: 20px;
  font-weight: 400;
  font-family: sans-serif;
  text-align: center;
  margin-left: 0 100px;
  border-radius: 20px;
  margin-top: 20px;
  margin: 10px;
  padding-top: 20px;
}

.btn {
  margin-top: 50px;
}

.btn a {
  color: black;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.btn button {
  width: 250px;
  border-radius: 45px;
  border: solid 2px black;
  padding: 15px 30px;
  margin: 0 600px;
  border-bottom: 4px solid black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}

.btn button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid black;
}

.container-1 {
  box-sizing: border-box;
  background-color: rgba(128, 128, 128, 0.186);
  margin-top: 80px;
  outline: none;
  text-decoration: none;
  padding: 0;
  text-transform: capitalize;
}

.container-1 h1 {
  font-family: sans-serif;
  font-size: 80px;
  width: 70%;
  margin-top: 160px;
  padding: 15px 7%;
  padding-bottom: 50px;
  font-weight: 400;
}

.container-1 .user-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 4px;
}

.container-1 .user-1 .testimonial {
  border-radius: 5px;
  margin: 0 100px;
}

.testimonial img {
  border: solid 2px;
  border-radius: 50%;
}

.testimonial p {
  font-family: sans-serif;
  font-size: 22px;
  width: 128%;
}

.testimonial h2 {
  font-size: 20px;
}

.heading h1 {
  padding: 20px;
  font-family: sans-serif;
  font-size: 70px;
  font-weight: bolder;
  text-align: center;
  width: 65%;
  margin-left: 240px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 100px;
  background-color: rgb(246 249 240);
  box-sizing: border-box;
  width: 90%;
}

.faq-content {
  list-style: none;
  padding: 0;
}

.faq-content li {
  position: relative;
}

input[type="radio"] {
  display: none;
}

label {
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 26px;
  font-family: sans-serif;
  padding: 20px;
  background-color: rgb(246 249 240);
  border-bottom: 1px solid #ccc;
  transition: background 0.3s ease;
}

label:hover {
  background: #e0e0e0;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

input[type="radio"]:checked + label + .content {
  max-height: 100px;
}

.content p {
  margin: 10px 0;
  padding: 0 10px;
  color: #252525;
  font-size: 22px;
  font-family: sans-serif;
}

.arrow {
  float: right;
  transition: transform 0.3s ease;
  font-weight: lighter;
}

input[type="radio"]:checked + label .arrow {
  transform: rotate(180deg);
}

.new-heading-image {
  display: flex;
  background-color: rgb(72 201 108);
  margin-top: 120px;
}

.new-heading-image img {
  padding: 100px;
}

.new-heading h1 {
  font-family: sans-serif;
  text-align: start;
  font-weight: 500;
  font-size: 70px;
  margin-left: 120px;
  margin-top: 100px;
  width: 65%;
}

.new-heading button {
  border-radius: 30px;
  padding: 15px 30px;
  border: 2px black solid;
  margin-left: 120px;
  margin-bottom: 50px;
  border-bottom: 4px solid black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}

.new-heading button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid black;
}

.new-heading a {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-weight: bold;
}

.footer {
  background-color: black;
  padding: 60px 0;
  box-sizing: border-box;
}

.section {
  margin: 0 70px;
}
.section .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

ul {
  list-style: none;
}
.section .row .col {
  width: 20%;
  padding: 0 0px;
}

.col .foo {
  row-gap: 15px;
}
.col h2 {
  color: white;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 30px;
  text-align: justify;
  position: relative;
  text-transform: capitalize;
  font-size: 20px;
  margin-left: 10px;
}
.col .foo li a {
  font-family: sans-serif;
  font-size: 20px;
  color: #f6f9f0d3;
}

.section .col a {
  text-decoration: none;
  color: gray;
  font-size: 16px;
  margin-bottom: 30px;
}
.section .copy{
  display: flex;
}
.section .copy h3 {
  color: #f6f9f0d3;
  text-align: right;
  margin-top: 30px;
  margin-left: 680px;
  font-family: sans-serif;
}
.section .col .social-media a {
  width: 50px;
  margin-left: 10px;
}

.section img {
  margin-top: 30px;
  float: left;
}

.col h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.col ul li {
  display: inline-block;
  margin-right: 20px;
}

.col ul li a {
  text-decoration: none;
  color: gray;
  position: relative;
  padding-bottom: 2px;
}

.col ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: gray;
  transition: width 0.3s;
}

.col ul li a:hover::after,
.col ul li a:focus::after {
  width: 100%;
}

.grid {
  display: grid;
  padding: 20px;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.box-1 {
  padding: 20px;
  border-radius: 10px;
  background-color: rgb(246 249 240);
  box-shadow: rgba(0, 0, 0, 0.1);
}

.box-1 .group {
  display: flex;
  align-items: center;
}

.relative-flex {
  flex: 0 0 auto;
  margin-right: 20px;
}

.relative-flex img {
  max-width: 100px;
  height: auto;
  border-radius: 5px;
  margin: 0 20px;
}

.flex-1 {
  flex: 1;
}

.font-text h4 {
  margin: 0;
  font-size: 1.8rem;
  color: #333;
  font-weight: 400;
  transition: color 0.3s;
}

.p-text p {
  margin: 10px 0 0;
  font-size: 1.5rem;
  color: #666;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.3s;
  width: 95%;
}

.arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 150px;
  text-decoration: none;
  color: white;
  transition: color 0.3s;
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: black;
}

.box-1:hover {
  background-color: black;
  color: white;
}

.arrow-link span {
  font-size: 1.5rem;
}

.arrow-link:hover {
  background-color: #007bff;
}

.arrow-link i::before {
  content: "\f061";
}

@media screen and (max-width: 767px) {
  .image-container {
    width: 100%;
  }

  .text-content {
    margin-left: 20px;
  }

  .text-content h1 {
    font-size: 40px;
    font-weight: bold;
    width: 110%;
  }

  .text-content p{
    font-size: 19px;
    width: 110%;
    font-weight: 500;
  }

  .text-content button {
    font-size: 13px;
  }

  .image-wrapper {
    margin-left: -280px;
  }

  .image-wrapper img {
    flex-direction: column;
    margin-top: 670px;
    width: 300px;
    height: 300px;
    margin-right: 120px;
    padding: 0;
  }

  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 10px;
    padding: 10px;
  }

  .image-container-gallery {
    flex-direction: column-reverse;
  }

  .image-container-gallery img {
    width: 300px;
    height: 300px;
    margin-left: 0;
    margin-top: 0;
  }

  .image-container-gallery .text{
    margin-left: 10px;
    margin-top: 20px;
  }

  .text h1 {
    font-size: 35px;
    width: 100%;
  }

  .text p {
    width: 100%;
    font-size: 20px;
    margin-left: 0;
  }

  .container h1 {
    font-size: 32px;
    margin-top: 70px;
    margin-left: 10px;
    font-weight: bold;
  }

  .container .grid .box-1 {
    padding: 5px;
    width: 280px;
    height: 480px;
    margin-left: -80px;
  }

  .box-1 .group {
    flex-direction: column;
  }

  .relative-flex img {
    max-width: 70px;
    margin-left: -120px;
  }

  .font-text h4 {
    margin-left: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .p-text p {
    margin-left: 10px;
    font-size: 1.2rem;
  }

  .arrow-link {
    margin-top: 30px;
    margin-left: -40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .new-text {
    margin-top: 50px;
  }

  .new-text h1 {
    font-size: 33px;
    margin-left: 20px;
    font-weight: bold;
  }

  .new-text p {
    font-size: 20px;
    width: 85%;
    margin-left: 20px;
    margin-top: 30px;
  }

  .list-menu {
    margin-left: 10px;
    width: 85%;
  }

  .list-menu li {
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
  }
  .new-image img{
    flex-direction: column;
    margin-top: 870px;
    margin-bottom: 40px;
    width: 300px;
    height: 300px;
    margin-left: -320px;
    padding: 0;
  }

  .new-content h1 {
    font-size: 32px;
    margin-top: 50px;
    margin-left: 50px;
    font-weight: 600;
  }

  .flexbox-container {
    margin: 40px;
  }

  .btn button {
    margin-left: 40px;
    margin-top: -20px;
  }

  .container-1 h1 {
    font-size: 30px;
    width: 100%;
    margin-top: 30px;
    font-weight: bold;
  }

  .container-1 .user-1 .testimonial {
    border-radius: 5px;
    margin: 0;
    margin-left: 20px;
  }

  .testimonial p {
    font-size: 18px;
    width: 90%;
  }

  .heading h1 {
    padding: 30px;
    font-size: 33px;
    width: 130%;
    margin-left: -47px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0;
    margin: 0 0;
  }

  .faq-grid .faq-content label{
    font-weight: bold;
    padding: 10px;
    font-size: 22px;
  }

  .faq-content .content p {
    font-size: 17px;
    font-weight: 500;
  }

  .new-heading-image {
    flex-direction: column-reverse;
    margin-top: 70px;
  }

  .new-heading-image img {
    padding: 20px;
  }

  .new-heading h1 {
    font-size: 32px;
    margin-left: 10px;
    width: 110%;
    margin-top: 80px;
    font-weight: bold;
  }

  .new-heading button {
    border-radius: 30px;
    padding: 15px 30px;
    margin-left: 10px;
  }

  .section {
    margin: 0 10px;
  }

  .section .row{
    flex-direction: column;
  }
  .section .row .col{
    width: 100%;
  }
  .col h2{
    margin-bottom: 5px;
  }

  .section .row .col{
    display: block;
    margin-right: 0;
  }

  .col ul li a {
    padding-bottom: 0px;
  }
  .section .col .social-media a{
    margin-left: 10px;
  }

  .section .copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section .copy h3 {
    font-size: 18px;
    text-align: center;
    margin-left: -10px;
    width: 100%;
    font-weight: 400;
  }

}

@media screen and (min-width:768px) and (max-width: 1023px) {
  .right-menu{
    gap: 0.5rem;
  }

  .right-menu .btn-text{
    margin-left: 70px;
  }

  .image-container {
    width: 100%;
  }

  .text-content {
    margin-left: 20px;
  }

  .text-content h1 {
    font-size: 50px;
    font-weight: bold;
    width: 80%;
  }

  .text-content p{
    font-size: 19px;
    width: 80%;
    font-weight: 500;
  }
  .image-wrapper {
    margin-left: -150px;
  }

  .image-wrapper img {
    margin-top: 200px;
    width: 300px;
    height: 300px;
    margin-right: 10px;
    padding: 0;
  }

  .grid-1 {
    margin-left: 10px;
    padding: 10px;
  }

  .dabba{
    padding-bottom: 40px;
    margin-left: 20px;
  }


  .db-1{
    font-size: 2rem;
    width: 55%;
    margin-left: 15px;
  }

  .text-1{
    font-size: 2rem;
    width: 25%;
  }

  .text-2{
    font-size: 2rem;
    width: 25%;
  }
  .text-3{
    width: 25%;
    font-size: 2rem;
  }

  .image-container-gallery {
    flex-direction: column-reverse;
  }

  .image-container-gallery img {
    width: 350px;
    height: 350px;
    margin-left: 200px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .image-container-gallery .text{
    margin-left: 20px;
    margin-top: 20px;
  }

  .text h1 {
    font-size: 45px;
    width: 100%;
    font-weight: bold;
  }

  .text p {
    width: 90%;
    font-size: 20px;
    margin-left: 0;
  }

  .container h1 {
    font-size: 50px;
    width: 100%;
    margin-top: 70px;
    margin-left: 10px;
  }

  .container .grid .box-1 {
    margin-left: -90px;
  }

  .relative-flex img {
    max-width: 80px;
  }

  .font-text h4 {
    margin-left: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .p-text p {
    margin-left: 10px;
    font-size: 1.2rem;
  }

  .arrow-link {
    margin-right: 30px;
    width: 50px;
    height: 50px;
  }

  .new-text {
    margin-top: 50px;
  }

  .new-text h1 {
    font-size: 45px;
    width: 170%;
    margin-left: 20px;
    font-weight: bold;
  }

  .new-text p {
    font-size: 20px;
    width: 165%;
    margin-left: 20px;
    margin-top: 30px;
  }

  .list-menu {
    margin-left: 10px;
    width: 115%;
  }

  .list-menu li {
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
  }

  .new-image img{
    margin-top: 700px;
    width: 450px;
    height: 450px;
    margin-bottom: 40px;
    margin-left: -250px;
    margin-right: 130px;
  }
  

  .new-content h1 {
    font-size: 45px;
    margin-top: 50px;
    margin-left: 50px;
    width: 95%;
  }

  .flexbox-container {
    margin: 80px;
  }

  .btn button {
    margin-left: 200px;
    margin-top: -20px;
  }

  .container-1 h1 {
    font-size: 45px;
    width: 100%;
    margin-top: 30px;
    font-weight: 500;
  }

  .container-1 .user-1 .testimonial {
    border-radius: 5px;
    margin: 0;
    margin-left: 40px;
  }

  .testimonial p {
    font-size: 18px;
    width: 90%;
  }

  .heading h1 {
    font-size: 43px;
    width: 110%;
    margin-left: 0px;
  }

  .faq-grid {
    width: 100%;
    padding: 0;
    margin: 0 0;
  }

  .faq-grid .faq-content label{
    font-weight: bold;
    padding: 10px;
    font-size: 24px;
  }

  .faq-content .content p {
    font-size: 20px;
    font-weight: 500;
  }

  .new-heading-image {
    margin-top: 70px;
  }

  .new-heading-image img {
    padding: 20px;
    width: 250px;
    height: 250px;
    margin-top: 50px;
  }

  .new-heading h1 {
    font-size: 45px;
    margin-left: 10px;
    width: 100%;
    margin-top: 80px;
    font-weight: bold;
  }

  .new-heading button {
    border-radius: 30px;
    padding: 15px 30px;
    margin-left: 10px;
  }

  .section {
    margin: 0 40px;
  }

  .section .row .col {
    width: 30%;
  }

  .section .copy h3 {
    font-size: 18px;
    text-align: center;
    margin-left: 80px;
    width: 100%;
    font-weight: 400;
  }

}

@media screen and (min-width:1024px) and (max-width: 1440px) {

  .right-menu .btn{
    width: 180px;
  }
  .image-container {
    width: 100%;
  }

  .text-content {
    margin-left: 20px;
  }

  .text-content h1 {
    font-size: 70px;
    font-weight: bold;
    width: 90%;
    margin-top: 180px;
  }

  .text-content p{
    font-size: 19px;
    width: 85%;
    font-weight: 500;
  }
  .image-wrapper {
    margin-left: -150px;
  }

  .image-wrapper img {
    margin-top: 200px;
    width: 300px;
    height: 300px;
    margin-right: 10px;
    padding: 0;
  }

  .grid-1 {
    margin-left: 10px;
  }

  .dabba{
    padding-bottom: 40px;
  }

  .text-1{
    font-size: 2rem;
  }

  .text-2{
    font-size: 2rem;
  }
  .text-3{
    font-size: 2rem;
  }

  .image-container-gallery img {
    width: 350px;
    height: 350px;
    margin-left: 30px;
    margin-top: 120px;
  }

  .image-container-gallery .text{
    margin-left: 20px;
    margin-top: 20px;
  }

  .text h1 {
    font-size: 55px;
    width: 100%;
    font-weight: bold;
  }

  .text p {
    width: 90%;
    font-size: 20px;
    margin-left: 0;
  }

  .container h1 {
    font-size: 53px;
    width: 130%;
    margin-top: 70px;
    margin-left: -140px;
    font-weight: bold;
  }

  .container .grid .box-1 {
    margin-left: -90px;
  }

  .relative-flex img {
    max-width: 80px;
  }

  .font-text h4 {
    margin-left: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .p-text p {
    margin-left: 10px;
    font-size: 1.2rem;
  }

  .arrow-link {
    margin-right: 30px;
    width: 50px;
    height: 50px;
  }

  .new-text {
    margin-top: 50px;
  }

  .new-text h1 {
    font-size: 55px;
    width: 100%;
    margin-left: 20px;
    font-weight: bold;
  }

  .new-text p {
    font-size: 20px;
    width: 90%;
    margin-left: 20px;
    margin-top: 30px;
  }

  .list-menu {
    margin-left: 10px;
    width: 100%;
  }

  .new-image img {
    width: 350px;
    height: 350px;
    margin-right: 50px;
    margin-top: 200px;
  }
  
  .new-content h1 {
    font-size: 55px;
    margin-top: 50px;
    margin-left: -150px;
    width: 130%;
    font-weight: bold;
  }

  .flexbox-container {
    margin: 80px;
    width: 100%;
  }

  .btn button {
    margin-left: 350px;
    margin-top: -20px;
  }

  .container-1 h1 {
    font-size: 55px;
    width: 80%;
    margin-top: 50px;
    font-weight: bold;
  }

  .container-1 .user-1 .testimonial {
    margin: 0;
    margin-left: 60px;
  }

  .testimonial p {
    font-size: 22px;
    width: 95%;
  }

  .heading h1 {
    font-size: 55px;
    width: 90%;
    margin-left: 0px;
  }

  .faq-grid {
    width: 100%;
    padding: 0;
    margin: 0 0;
  }

  .faq-grid .faq-content label{
    font-weight: bold;
    padding: 10px;
    font-size: 28px;
  }

  .faq-content .content p {
    font-size: 24px;
    font-weight: 500;
  }

  .new-heading-image {
    margin-top: 70px;
  }

  .new-heading-image img {
    padding: 20px;
    width: 300px;
    height: 300px;
    margin-top: 50px;
  }

  .new-heading h1 {
    font-size: 55px;
    margin-left: 60px;
    width: 90%;
    margin-top: 80px;
    font-weight: bold;
  }

  .new-heading button {
    border-radius: 30px;
    padding: 15px 30px;
    margin-left: 70px;
  }

  .section {
    margin: 0 40px;
  }

  .section .copy h3 {
    font-size: 20px;
    text-align: center;
    margin-left: 300px;
    width: 100%;
    font-weight: 400;
  }

}

@media (max-width: 991px) {
  .container .row a{
    margin-left: -90px;
  }
  .site-header .menu-block .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .site-header .navbar {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .site-header .navbar .mobile-menu {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .site-header .navbar .mobile-menu .back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  } 
   
  .site-header .navbar .mobile-menu .current-menu{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
    text-transform: capitalize;
  }

  .site-header .navbar .mobile-menu .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
}

 .site-header .navbar .site-menu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
}

.navbar.active .nav-link-item {
  color: #000 !important;
  margin-left: 3px;
}
  .site-header .navbar.active {
    transform: translate(0%);
}

.site-menu .nav-item {
  display: inherit;
}
  .site-menu > li {
    line-height: 1;
    margin: 0;
    width: 100%;
  }

  .site-menu > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

  .right-menu .hidden {
    display: none;
  }

  .right-menu .block {
    display: block;
  }

  .site-header .mobile-menu-trigger span {
    display: block;
    height: 3px;
    background-color: #13111a;
    width: 24px;
    position: relative;
}

.site-header .mobile-menu-trigger span:before {
  top: -10px;
}

.site-header .mobile-menu-trigger span:before, .site-header .mobile-menu-trigger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13111a;
}

.site-header .mobile-menu-trigger {
  display: flex;
  height: 20px;
  width: 30px;
  margin-left: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
}
@media (width < 991px) {
  .site-menu .nav-link-item {
      display: block;
      width: 100%;
  }
}
@media (width < 992px) {
  .site-menu{
      flex-direction: column;
      width: 100%;
  }
}

@media (min-width: 768px) {
  .container{
      padding-left: 2.5rem;
      padding-right: 2.5rem;
  }
}

@media (min-width: 576px) {
  .container{
      padding-left: 2rem;
      padding-right: 2rem;
  }

  .right-menu .btn-text{
    display: inline-block;
  }
  .right-menu .btn{
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .lg\:hidden {
      display: none;
  }
}