body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --bunker: #0c1315;
  --bunker-2: #0c13150d;
  --mercury: #e5e5e5;
  --mongoose: #bfa37c;
  --my-sin: #ffb82f;
  --spring-wood: #f7f5f2;
  --white: #ffffff;
  --white-2: #ffffff1a;
  --font-size-l: 16px;
  --font-size-m: 16px;
  --font-size-xl: 22px;
  --font-size-xxl: 26px;
  --font-size-xxxl: 28px;
  --font-size-xxxxl: 48px;
  --font-size-xxxxxl: 80px;
  --font-family-font_awesome_5_brands-regular: "Font Awesome 5 Brands-Regular",
    Helvetica;
  --font-family-font_awesome_5_free-solid: "Font Awesome 5 Free-Solid",
    Helvetica;
  --font-family-nunito_sans: "Nunito Sans", Helvetica;
  --font-family-readex_pro: "Readex Pro", Helvetica;
  --font-family-inter: "inter", Helvetica;
}

* {
  box-sizing: border-box;
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}


p {
  margin: 0;
}

 .email_text p a{
  text-decoration: none;
  color: black;
 }
  .contact_text_1 p a{
    text-decoration: none;
  color: black;
 }
  }

.container {
  width: 100%;
  margin: 0 auto;
}
/* Header */
.header_container_1 {
  width: 100%;
  background-color: var(--mongoose);
}
.heade_details {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
  height: 40px;
}
.header_social_text {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header_number,
.header_email,
.header_address {
  display: flex;
  gap: 10px;
}
.header-logo{
/*  padding: 1% 0px 1% 0px;*/
width: 100%;
}
.header-logo img {
    width: 160px;
    height: auto;
    padding: 1% 0px 1% 0px;
}
.mobile_number,
.email,
.address {
  color: var(--white);
  font-family: var(--font-family-nunito_sans);
  font-size: 12px;
  align-items: center;
  display: flex;
}
.header_social_icons {
  align-items: center;
  display: flex;
}
.social_icons {
  display: flex;
  gap: 10px;
}
.icon_facebook,
.icon_instagram,
.icon_linkedin {
  align-items: center;
  display: flex;
  cursor: pointer;
}
.header_container {
  width: 100%;
}
.header {
  width: 80%;
  margin: 0 auto;
}
.header_2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 60px;
  gap: 30px;
}
nav.header_nav {
  align-items: center;
  display: flex;
}
ul.header_ul {
  align-items: center;
  display: flex;
  padding: 0;
  gap: 19px;
  margin: 0;
}
.header_ul li a{
  text-decoration: none;
  color: black;
}
.header_social_text a {
  text-decoration: none;
    color: white;
}
.footer-contact a{
  text-decoration: none;
    color: white;
}
ul.header_ul .active {
  border-bottom: 2px solid black;
}
ul.header_ul li {
  list-style-type: none;
  font-family: var(--font-family-nunito_sans);
  cursor: pointer;
}
.header_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.icon_search,
.icon_lines {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .heade_details {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .heade_details {
    width: 95%;
  }
  .header_social_text {
    gap: 10px;
  }
  .social_icons {
    gap: 15px;
  }
  .header_2 {
    justify-content: center;
  }
}
@media only screen and (max-width: 669px) {
  .heade_details {
    width: 95%;
    height: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_social_text {
    gap: 5px;
    display: grid;
    width: 80%;
  }
  .header_social_icons {
    display: grid;
    width: 20%;
    justify-content: center;
  }
  .social_icons {
    display: grid;
  }
  .header {
    width: 95%;
    margin: 0 auto;
  }
  .header_2 {
    display: flex;
    height: 30%;
    gap: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
  }
  ul.header_ul {
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ul.header_ul li {
    font-size: 15px;
  }
  .header_number,
  .header_email,
  .header_address {
    gap: 5px;
  }
  .header_icons {
    justify-content: center;
  }
  .icon_search,
  .icon_lines {
    width: 20px;
  }
  .icon_search img,
  .icon_lines img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .heade_details {
    width: 95%;
    height: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_social_text {
    gap: 5px;
    display: grid;
    width: 80%;
  }
  .header_social_icons {
    display: grid;
    width: 20%;
    justify-content: center;
  }
  .social_icons {
    display: grid;
  }
  .header {
    width: 95%;
    margin: 0 auto;
  }
  .header_2 {
    display: grid;
    height: 30%;
    gap: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
  }
  ul.header_ul {
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ul.header_ul li {
    font-size: 12px;
  }
  .header_number,
  .header_email,
  .header_address {
    gap: 5px;
  }
  .header_icons {
    justify-content: center;
  }
  .icon_search,
  .icon_lines {
    width: 20px;
  }
  .icon_search img,
  .icon_lines img {
    width: 100%;
  }
}
/* Header */
/* sliderbanner */
.slideshow-container * {
  font-family: "Readex Pro", Helvetica;
}

.slideshow-container {
  border-top: solid #000000 0px;
  border-bottom: solid #000000 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slideshow-container-settings {
  margin: 0 auto;
}

.custom-slideshow-sliderslideshow-coun .swiper-wrapper {
  align-items: stretch !important;
}

.custom-slideshow-btn-prevslideshow-coun,
.custom-slideshow-btn-nextslideshow-coun {
  position: absolute;
  z-index: 2;
  bottom: 20px !important;
  top: unset !important;
  left: unset !important;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.custom-slideshow-btn-prevslideshow-coun.hide,
.custom-slideshow-btn-nextslideshow-coun.hide,
.custom-slideshow-paginationslideshow-coun.hide,
.custom-slideshow-numbers-paginationslideshow-coun.hide {
  display: none;
}

.custom-slideshow-btn-prevslideshow-coun.swiper-button-disabled,
.custom-slideshow-btn-nextslideshow-coun.swiper-button-disabled {
  opacity: 0.3;
}

.custom-slideshow-btn-nextslideshow-coun {
  right: 20px !important;
}

.custom-slideshow-btn-prevslideshow-coun {
  right: 80px !important;
}

.custom-slideshow-btn-prevslideshow-coun:hover,
.custom-slideshow-btn-nextslideshow-coun:hover {
  transition: all 0.3s ease 0s;
  border: 1px solid #cfcdcd;
}

.custom-slideshow-btn-prevslideshow-coun svg {
  height: 12px;
  width: 10px;
  transform: rotate(90deg);
}

.custom-slideshow-btn-nextslideshow-coun svg {
  height: 12px;
  width: 10px;
  transform: rotate(-90deg);
}

.custom-slideshow-btn-prevslideshow-coun svg path,
.custom-slideshow-btn-nextslideshow-coun svg path {
  fill: #ffffff;
  transition: all 0.3s ease 0s;
}

.custom-slideshow-btn-prevslideshow-coun:hover svg path,
.custom-slideshow-btn-nextslideshow-coun:hover svg path {
  fill: #cfcdcd;
  transition: all 0.3s ease 0s;
}

.custom-slideshow-paginationslideshow-coun {
  position: absolute;
  bottom: 15% !important;
  top: unset !important;
  left: unset !important;
  right: 20px;
  z-index: 2;
  width: fit-content !important;
}

.custom-slideshow-paginationslideshow-coun .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.custom-slideshow-paginationslideshow-coun .swiper-pagination-bullet:hover {
  border: 1px solid #cfcdcd;
  transition: all 0.3s ease 0s;
}

.custom-slideshow-paginationslideshow-coun
  .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}

.custom-slideshow-paginationslideshow-coun
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d6ac76;
}

.custom-slideshow-paginationslideshow-coun
  .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  transition: all 0.3s ease 0s;
  background-color: #cfcdcd;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.custom-slideshow-numbers-paginationslideshow-coun {
  position: absolute;
  left: unset !important;
  right: 20px !important;
  bottom: 20px !important;
  top: unset !important;
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content !important;
}

.custom-slideshow-numbers-paginationslideshow-coun .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.custom-slideshow-numbers-paginationslideshow-coun .swiper-pagination-bullet {
  height: 40px;
  width: 40px;
  margin: 0px;
  border: 2px solid #ffffff;
}

.custom-slideshow-numbers-paginationslideshow-coun
  .swiper-pagination-bullet
  span {
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-slideshow-desktop-imageslideshow-coun {
  display: none !important;
}

@media (min-width: 1024px) {
  .slideshow-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .custom-slideshow-desktop-imageslideshow-coun {
    display: block !important;
  }

  .custom-slideshow-mobile-imageslideshow-coun {
    display: none !important;
  }
}

.custom-slideshow-slide-block_GiYHqJ {
  opacity: 0 !important;
  z-index: -1 !important;
  position: relative;
  height: auto !important;
  min-height: 250px;
  box-sizing: border-box;
  background-color: #a9a9a9;
  border-radius: 0px;
}

.custom-slideshow-slide-block_GiYHqJ.swiper-slide-active {
  opacity: 1 !important;
  z-index: 1 !important;
}

.custom-slideshow-slide-block_GiYHqJ h2 {
  transform: translateY(20px);
  transition: all 0.3s ease 0s;
}

.custom-slideshow-slide-block_GiYHqJ.swiper-slide-active h2 {
  transform: translateY(0);
  transition: all 0.3s ease 0s;
}

.custom-slideshow-slide-block_GiYHqJ p {
  transform: translateY(20px);
  transition: all 0.4s ease 0s;
}

.custom-slideshow-slide-block_GiYHqJ.swiper-slide-active p {
  transform: translateY(0);
  transition: all 0.4s ease 0s;
}

.custom-slideshow-slide-block_GiYHqJ a {
  transform: translateY(20px);
  transition: all 0.5s ease 0s;
}

.custom-slideshow-slide-block_GiYHqJ::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  border-radius: 0px;
  opacity: 20%;
}

.custom-slideshow-slide-block_GiYHqJ.swiper-slide-active::after {
  z-index: 1;
}

.custom-slideshow-slide-block_GiYHqJ > svg,
.custom-slideshow-slide-block_GiYHqJ > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.custom-slideshow-content-block_GiYHqJ {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: fit-content;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 12px;
}

.custom-slideshow-content-block_GiYHqJ h2 {
  margin: 0px;
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: unset;
  text-align: left;
}

.custom-slideshow-content-block_GiYHqJ p {
  /* margin: 0px; */
  margin-top: 12px;
  font-size: 14px;
  color: #bfa37c;
  text-align: left;
  font-family: "Readex Pro", Helvetica;
  text-transform: uppercase;
}

.custom-slideshow-content-block_GiYHqJ a {
  display: block;
  width: fit-content;
  margin: 0px;
  font-size: 16px;
  color: #0c1315;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: unset;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

@media (min-width: 1024px) {
  .custom-slideshow-content-block_GiYHqJ {
    max-width: 80%;
  }

  .custom-slideshow-content-block_GiYHqJ h2 {
    font-size: 50px;
    width: 40%;
  }

  .custom-slideshow-content-block_GiYHqJ a {
    margin-top: 16px;
  }
}

.custom-slideshow-content-block_GiYHqJ {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-slideshow-content-block_GiYHqJ a {
  padding: 9px 12px;
  border-radius: 8px;
  background-color: #d6ac76;
  border: 0px solid #ffffff;
  text-transform: uppercase;
  word-wrap: break-word;
  gap: 5px;
  display: flex;
  align-items: center;
}

@media (min-width: 750px) {
  .custom-slideshow-content-block_GiYHqJ a {
    padding: 12px 16px;
  }

  .custom-slideshow-paginationslideshow-coun {
    position: absolute;
    bottom: 15% !important;
    top: unset !important;
    left: 10% !important;
    right: 20px;
    z-index: 2;
    width: fit-content !important;
  }
}

/* end sliderbanner */
/* Creator */
.creator_container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.creator {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 5%;
}
.creator_detail {
  width: 50%;
  display: grid;
  gap: 30px;
}
.creator_text {
  gap: 15px;
  display: grid;
}
.creator_heading {
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}
.creator_subtext {
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: var(--font-size-l);
  line-height: 20px;
}
.owner_details {
  display: flex;
  width: 100%;
}
.creator_owner {
  display: flex;
  width: 60%;
  height: 70px;
  gap: 5%;
}
.creator_owner_1 {
  width: 25%;
}
.creator_images {
  width: 50%;
}
.owner_image {
  height: 100%;
}
.owner_image img {
  width: 100%;
  height: 100%;
}
.creator_name {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.owener_name {
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: 17px;
  font-weight: 600;
}
.owener_post {
  color: var(--mongoose);
  font-family: var(--font-family-readex_pro);
  font-size: 13px;
}
.creator_sign {
  width: 40%;
  align-items: center;
  display: flex;
}
.owner_sign img {
  width: 100%;
}
.ct_images {
  display: flex;
  width: 95%;
  gap: 5%;
}
.ct_image_1 img,
.ct_image_2 img {
  width: 100%;
}
/* Creator */
/* Adjusting the swiper-container width for different screen sizes */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Get In Touch */
.contact_container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contact_detail {
  gap: 25px;
  display: grid;
  width: 42%;
}

.contact_left {
  gap: 10px;
  display: grid;
  width: 100%;
}

.contact_heading {
  color: var(--bunker);
  font-size: 40px;
  line-height: 45px;
  font-family: var(--font-family-readex_pro);
  font-weight: 600;
}

.contact_text {
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: 20px;
  line-height: 25px;
}

.contact_email {
  gap: 10px;
  display: grid;
}

.email,
.contact_1 {
  display: flex;
  gap: 10px;
}

.email_icon,
.contact_icon {
  width: 25px;
  height: 25px;
}

.email_icon img,
.contact_icon img {
  width: 100%;
  height: 100%;
}

.email_text,
.contact_text_1 {
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  align-items: center;
  display: flex;
}

.contact_sub_text {
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: 15px;
  width: 90%;
}

.contact_form {
  width: 50%;
}

form.c_form {
  width: 100%;
  gap: 15px;
  display: grid;
}

form.c_form label {
  width: 100%;
  display: block;
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: var(--font-size-l);
  font-weight: 700;
}

.fname,
.lname,
.mnumber,
.textarea {
  width: 96%;
  background-color: var(--bunker-2);
  border-radius: 10px;
  border: none;
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: 12px;
  padding-left: 20px;
  height: 45px;
}

input.textarea {
  height: 70px;
}

.c_name,
.c_email,
.c_number,
.c_textarea {
  gap: 10px;
  display: grid;
}

input.contact_button {
  width: 36%;
  border-radius: 50px;
  background-color: var(--bunker);
  padding: 12px 20px;
  color: var(--white);
  font-size: 14px;
  font-family: var(--font-family-readex_pro);
  border: none;
}

/* Get In Touch */
/* Team */
.team_container {
  width: 100%;
  background-color: var(--bunker);
  padding-top: 50px;
  padding-bottom: 50px;
}

.team {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.team_heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text_bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.team_text {
  align-items: center;
  font-size: 30px;
  height: 50px;
  display: flex;
}

.team_text p {
  margin: 0;
  color: var(--white);
  font-family: var(--font-family-inter);
  font-weight: 700;
}

.team_button {
  display: flex;
  gap: 20px;
}

a.button_left,
a.button_right {
  background: #bfa37c;
  height: 100%;
  display: grid;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50%;
  left: unset;
  position: sticky;
  text-decoration: none;
  width: unset;
  font-size: 16px;
}

a.button_left.swiper-button-prev::after,
a.button_right.swiper-button-next::after {
  font-size: 16px;
  color: black;
  font-weight: 700;
}

.team_border {
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.tb_text {
  height: 100%;
  color: var(--mongoose);
  font-family: var(--font-family-readex_pro);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.tb_text p {
  margin: 0;
  align-items: center;
  display: flex;
  height: 100%;
}

.tb_border {
  width: 90%;
  align-items: center;
  display: grid;
}

.border {
  background: #ffffff1a;
  height: 1px;
}

.team_content {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  gap: 22px;
}

.content_1,
.content_2,
.content_3 {
  width: 32%;
}

.team_img img {
  width: 100%;
  border-radius: 10px;
}

.team_detail {
  margin-top: 20px;
  gap: 5px;
  display: grid;
}

.team_name {
  height: 30px;
  font-size: 20px;
  color: var(--white);
  font-family: var(--font-family-readex_pro);
  font-weight: 600;
}

.team_name p {
  align-items: center;
  display: flex;
  height: 100%;
}

.team_sub_text {
  display: flex;
  height: 20px;
  gap: 10px;
}

.team_text_1 {
  color: var(--mongoose);
  font-family: var(--font-family-readex_pro);
  font-size: 13px;
}

.team_text_1 p {
  height: 100%;
  align-items: center;
  display: flex;
}

.team_icon {
  height: 100%;
  align-items: center;
  display: flex;
}

/* Team */
@media only screen and (max-width: 1024px) {
  input.contact_button {
    width: 45%;
  }
}

@media only screen and (max-width: 991px) {
  /* Creator */
  .creator {
    width: 90%;
  }
  .creator_text {
    gap: 10px;
  }
  .creator_heading {
    font-size: 23px;
    line-height: 23px;
  }
  .creator_subtext {
    font-size: 14px;
  }
  .creator_detail {
    gap: 20px;
  }
  .creator_owner {
    height: 55px;
  }
  .creator_name {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .owener_name {
    font-size: 13px;
  }
  .owener_post {
    font-size: 10px;
  }
  /* Creator */
  .team {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  .tb_text {
    font-size: 12px;
  }

  .tb_border {
    width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  /* Creator */
  .creator {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 5%;
  }
  .creator_text {
    gap: 10px;
  }
  .creator_detail {
    gap: 15px;
  }
  .creator_owner {
    height: 50px;
  }
  .owener_name {
    font-size: 13px;
  }
  .owener_post {
    font-size: 10px;
  }
  .creator_name {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .creator_heading {
    font-size: 20px;
    line-height: 25px;
  }
  .creator_subtext {
    line-height: 18px;
    font-size: 15px;
  }
  /* Creator */
  /* Team */
  input.contact_button {
    width: 45%;
  }

  .contact {
    width: 95%;
  }

  /* Team */
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .team {
    width: 90%;
    margin: 0 auto;
  }

  .text_bt {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .team_border {
    justify-content: unset;
    gap: 10px;
    width: 100%;
  }

  .tb_border {
    width: 80%;
  }

  .team_name {
    font-size: 18px;
  }

  .team_text_1 {
    font-size: 11px;
  }
}

@media only screen and (max-width: 699px) {
  .contact {
    width: 95%;
  }

  /* Creator */
  .creator {
    width: 80%;
    display: grid;
  }
  .creator_detail {
    width: 100%;
  }
  .creator_images {
    width: 100%;
  }
  /* Creator */

  input.contact_button {
    width: 45%;
  }

  .team_content {
    display: grid;
  }

  .content_1,
  .content_2,
  .content_3 {
    width: 70%;
    margin: 0 auto;
  }

  .team_name {
    font-size: 19px;
  }

  .team_name p {
    justify-content: center;
  }

  .team_sub_text {
    justify-content: center;
  }
}

@media only screen and (max-width: 638px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  /* Creator */
  .creator {
    width: 80%;
    display: grid;
  }
  .creator_detail {
    width: 100%;
  }
  .creator_images {
    width: 100%;
  }
  /* Creator */
  /* Get In Touch */
  .contact {
    width: 90%;
    margin: 0 auto;
    display: grid;
    justify-content: unset;
    gap: 50px;
  }

  .contact_detail {
    width: 100%;
  }

  .contact_sub_text {
    width: 100%;
  }

  .contact_form {
    width: 100%;
  }

  form.c_form label {
    font-size: 14px;
  }

  .fname,
  .lname,
  .mnumber,
  .textarea {
    padding-left: 10px;
  }

  input.contact_button {
    width: 30%;
    padding: 12px 20px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  /* Creator */
  .creator {
    width: 90%;
    display: grid;
  }
  .creator_detail {
    width: 100%;
  }
  .creator_images {
    width: 100%;
  }
  /* Creator */
  /* Get In Touch */
  .contact {
    width: 90%;
    margin: 0 auto;
    display: grid;
    justify-content: unset;
    gap: 50px;
  }

  .contact_detail {
    width: 100%;
  }

  .contact_sub_text {
    width: 100%;
  }

  .contact_form {
    width: 100%;
  }

  form.c_form label {
    font-size: 14px;
  }

  .fname,
  .lname,
  .mnumber,
  .textarea {
    padding-left: 10px;
  }

  input.contact_button {
    width: 45%;
    padding: 12px 20px;
    font-size: 12px;
  }

  /* Get In Touch */
  /* Team */
  /* Team */
  .team {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  .team_heading {
    gap: 20px;
    display: grid;
  }

  .text_bt {
    display: grid;
    gap: 10px;
    justify-content: unset;
  }

  .team_text {
    order: 2;
    justify-content: center;
  }

  .team_button {
    order: 1;
    justify-content: end;
    height: 50px;
  }

  .team_border {
    display: grid;
    gap: 10px;
    justify-content: unset;
  }

  .tb_text {
    font-size: 20px;
  }

  .tb_text p {
    justify-content: center;
  }

  .tb_border {
    width: 100%;
  }

  .border {
    height: 3px;
  }

  .team_content {
    display: grid;
  }

  .content_1,
  .content_2,
  .content_3 {
    width: 100%;
  }
}

/* About */

.about-us {
  padding: 20px;
  margin: 0 auto;
  background-color: #000000;
  color: #fff;
}

.about-us-heading {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 2rem 0;
}

.about-us--main-heading {
  background-color: transparent;
  letter-spacing: 0px;
  margin-top: -1px;
  position: relative;
  text-align: left;
  align-self: stretch;
  color: white;
  font-family: "Readex Pro", Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
  padding: 0;
}

.about-us-container {
  width: 90%;
  margin: 0 auto;
}

.about-us-content-container {
  padding: 0 0 10% 0;
  width: 100%;
}

.about-us-content-container .about-us-section {
  margin-bottom: 40px;
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  position: relative;
}

.about-us-content-container .about-us-section:nth-child(3) {
  margin-bottom: 0px;
}

.about-us-section .about-us-icon {
  text-align: center;
}

.about-us-section .about-us-text {
  flex: 3;
  padding: 0 20px;
}

.about-us-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.about-us-section p {
  font-size: 16px;
  line-height: 1.5;
}

.about-us-section .about-us-image {
  flex: 2;
}

.about-us-section .about-us-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
}

.about-us-content-text {
  position: relative;
  width: 100%;
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  flex: 0 0 auto;
}

.about-us-text-main {
  line-height: 24px;
  color: white;
  font-family: "Nunito Sans", Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.about-us-overlay.overlay {
  height: 100%;
  top: 85px;
  background-color: #ffffff1a;
  border-radius: 4px;
  left: 34px;
  position: absolute;
  width: 8px;
}

.about-us-background {
  background-color: white;
  border-radius: 4px;
  height: 100%;
  left: 34px;
  position: absolute;
  top: 85px;
  width: 8px;
}

.about-us-overlay.overlay.overlay_2 {
  height: 100%;
  top: 85px;
  background-color: #ffffff1a;
}

.about-us-background.background_2 {
  border-radius: 4px;
  height: 50%;
  left: 34px;
  position: absolute;
  top: 85px;
  width: 8px;
}

.about-us-overlay.overlay.overlay_3 {
  border-radius: 4px;
  left: 34px;
  position: absolute;
  width: 8px;
  height: 100%;
  top: 68px;
}

.about-us-image-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .about-us-container {
    width: 100%;
  }

  .about-us--main-heading {
    font-size: 32px;
  }

  .about-us-content-container .about-us-section {
    gap: 10px;
  }

  .about-us-icon img {
    width: 60px;
    height: 60px;
  }

  .about-us-overlay.overlay,
  .about-us-overlay.overlay.overlay_2,
  .about-us-overlay.overlay.overlay_3 {
    top: 55px;
    left: 24px;
  }

  .about-us-background {
    left: 24px;
    top: 55px;
  }

  .about-us-background.background_2 {
    left: 24px;
    top: 55px;
  }

  .about-us-section .about-us-text {
    padding: 0 10px;
  }

  .about-us-section h2 {
    font-size: 20px;
  }

  .about-us-content-text {
    gap: 10px;
  }

  .about-us-text-main {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .about-us-image-mobile {
    display: block;
  }

  .about-us-image {
    display: none;
  }

  .about-us-content-text {
    width: 100%;
  }

  .about-us-image-mobile img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}

/* About Us */

/* faq */
.faq-main-container {
  max-width: 960px;
  margin: 50px auto;
  padding: 20px;
/*  padding: 0 0 20%;*/
}

.faq-header-main {
  display: flex;
  gap: 18rem;
  margin-bottom: 10px;
}

.faq-header-main h1 {
  margin: 0;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.learn-more {
  background-color: #bfa37c;
  color: black;
  padding: 10px 16px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  align-items: center;
  display: flex;
}

.faq-container {
  gap: 20px;
  display: flex;
  height: 494.67px;
  flex-direction: column;
  justify-content: flex-start;
}

.faq-hr {
  display: flex;
  padding-bottom: 1rem;
  gap: 2rem;
}

.faq-hr p {
  margin: 0;
  width: 34.28px;
  height: 24px;
  color: #bfa37c;
  font-size: 16px;
  font-family: Readex Pro;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.64px;
  word-wrap: break-word;
}

.faq-hr div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 90%;
  margin-bottom: 10px;
}

.faq-img-text {
  align-self: stretch;
  padding: 30px;
  background: #f7f5f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-section {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.faq-image {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
}

.faq-image img {
  width: 185.41px;
  height: 182.67px;
  position: relative;
  border-radius: 10px;
}

.faq-content {
  margin-top: 15px;
}

.faq-content p {
  line-height: 1.6;
}

.faq-item {
  background: #f7f5f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 40px;
  padding: 0 30px;
}

.faq-item h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0;
}

.faq-item .icon {
  float: right;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  position: relative;
  bottom: 27px;
}

.faq-item.active .icon {
  transform: rotate(90deg);
}

.faq-item > div {
  padding: 5px;
  margin: 1%;
}

.faq-item .content {
  display: none;
  padding-top: 10px;
}

.faq-item.active .content {
  display: block;
}

/* review and csrd iamge */

.home .container-F5fSKj {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: 695px;
  margin-right: -260px;
  padding: -1px 0px 60px;
  position: relative;
  width: 100%;
}

.home .image-iTplZe {
  background-color: transparent;
  height: 698px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.home .container-iTplZe {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  left: 0px;
  position: relative;
  /* top: -205px; */
  /* width: 1920px; */
  bottom: 30%;
}

.home .container-JaL3WK {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  width: 100%;
}

.home .container-ixx5RT {
  /* align-items: center; */
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  /* padding: 0px 260px; */
  position: relative;
}

.home .container-zBQ7s2 {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  /* max-width: 1400px; */
  position: relative;
  width: 100%;
}

.home .container-CAQQtb,
.home .container-PsTxcq,
.home .container-11IDpj {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 1;
  flex-grow: 1;
  justify-content: center;
  min-height: 1px;
  padding: 0px 15px;
  position: relative;
}

.home .container-RcsFMB {
  padding: 0;
}

.home .background-JK7LgI,
.home .background-cZOIyx,
.home .background-AywPOx,
.home .container-edhpgT {
  align-items: flex-start;
  align-self: stretch;
  background-color: #f7f5f2;
  border-radius: 10px 60px 10px 40px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 45px;
  position: relative;
}

.home .container-edhpgT {
  background-color: transparent;
  border-radius: 0;
  padding: 72.4800033569336px 15px 72.5px;
}

.home .container-Cagq93,
.home .container-ckHtUH,
.home .container-GRgPuF {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: 188.97999572753906px;
  position: relative;
  width: 100%;
}

.home .container-7giAPD,
.home .container-NrR2el,
.home .container-iDTYRg {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  /* padding: 0px 34.5px; */
  position: relative;
  width: 100%;
}

.home .awwared-001png-hu2UL4,
.home .awwared-002png-qZHNgR,
.home .awwared-003png-qgNxpx {
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  height: 158.97999572753906px;
  /*max-width: 230px;*/
  overflow: hidden;
  position: relative;
  width: 161px;
}

.home .awwared-001png-hu2UL4 {
  background-image: url("image/awwared-001.png.png");
}

.home .awwared-002png-qZHNgR {
  background-image: url("image/gepg.png");
      width: 279px;
}

.home .awwared-003png-qgNxpx {
  background-image: url("image/pro.png");
}

.home .container-r73kVq,
.home .container-OUhwiV,
.home .container-SaFvfM {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: 72px;
  margin-top: -4.263256414560601e-13px;
  position: relative;
  width: 100%;
}

.home .container-jGCMNr,
.home .container-jennol,
.home .container-1xzs8D {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.home .innovation-in-manufacturing-2020-21-ei98km,
.home .best-in-gems-jewellery-2015-16-ycLQP0,
.home .most-socially-responsible-2016-17-dkn6T {
  align-self: stretch;
  background-color: transparent;
  letter-spacing: 0.64px;
  line-height: 24px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}

.home .container-uKhAWs {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 0px 20px;
  position: relative;
  width: 100%;
}

.home .heading-2 {
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  position: relative;
}

.home .heading-2-23JYAX {
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  padding: 0px 51.290000915527344px 0px 51.29999923706055px;
  width: 100%;
}

.home .certificates-O2rXSq {
  align-self: stretch;
  background-color: transparent;
  color: var(--bunker);
  font-family: var(--font-family-readex_pro);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 36px;
  margin-top: -1px;
  position: relative;
  text-align: center;
}

.home .container-y3pIGr {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.home .container-eNVhx3 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 0px 49px;
  position: relative;
  width: 100%;
}

.home .home-03-banner-png-01png {
  background-color: transparent;
  background-image: url("image/home-03-banner-png-01.png.png");
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.home .home-03-banner-png-01png-1MHt3Q {
  height: 150px;
  max-width: 320px;
  width: 222px;
}

.home .container-xtDWVy {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  width: 1920px;
  bottom: 16%;
}

.home .container-bt0UBs {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px 120px;
  /* bottom: 100%; */
  position: relative;
}

.home .container-gQsZQn {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  /* max-width: 1400px; */
  padding: 0px 0px 0px 30%;
  position: relative;
  /* width: 1400px; */
}

.home .container-aow6qo {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 1;
  flex-grow: 1;
  justify-content: center;
  min-height: 1px;
  padding: 0px 15px;
  position: relative;
}

.home .container-57gj9c {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.home .container-hGUt5m {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.home .container-WUte6j {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home .container-PzHyNy {
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 1px;
  position: relative;
  width: 670px;
}

.home .container-09OXW1 {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 15px;
  position: relative;
  width: 100%;
}

.home .paragraph-xRApVm {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  gap: 9.100000381469727px;
  padding: 2px 0px 8px;
  position: relative;
  width: 100%;
}

.home .symbol {
  background-color: transparent;
  letter-spacing: 0px;
  white-space: nowrap;
}

.home .symbol-GL1he8 {
  line-height: 22px;
  margin-top: -1px;
  position: relative;
  text-align: left;
  width: fit-content;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.fontawesome5free-solid-normal-my-sin-22px {
  color: #ffb82f;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.home .horizontal-border-xRApVm {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #0000001a;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 0px 1px;
  position: relative;
  width: 100%;
}

.home .delve-deeper-into-th-7hymeb {
  align-self: stretch;
  background-color: transparent;
  color: white;
  font-family: "Nunito Sans", Helvetica;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 34px;
  margin-top: -1px;
  position: relative;
  text-align: left;
}

.home .container-xRApVm {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  padding: 15px 0px 0px;
  position: relative;
  width: 100%;
}

.home .container-eFmngO {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0px 20px 0px 0px;
  position: relative;
}

.home .h2-testimoniol-001jpg-CA3b3L {
  background-color: transparent;
  background-image: url("image/rating.png");
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 90px;
  height: 90px;
  max-width: 110px;
  overflow: hidden;
  position: relative;
  width: 90px;
}

.home .container-vfBCWI {
  align-items: flex-start;
  background-color: transparent;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 9px;
  padding: 0px 0px 4px;
  position: relative;
}

.home .heading-5-dqjYSa {
  align-items: flex-start;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.home .jhon-martin-zBggCE {
  background-color: transparent;
  letter-spacing: 0px;
  line-height: 36px;
  margin-top: -1px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
  color: white;
  font-size: 26px;
}

.home .jewelry-designer-dqjYSa {
  background-color: transparent;
  color: #bfa37c;
  font-family: "Nunito Sans", Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 24px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: fit-content;
}

.home .container-S6sVaH {
  background-color: transparent;
  height: 70px;
  left: 610px;
  position: absolute;
  top: 0px;
  width: 60px;
}

.home .container-bqGSo7 {
  background-color: transparent;
  height: 56px;
  left: 0px;
  position: absolute;
  top: 267px;
  width: 670px;
}

/* footer */
div.footer {
  background-color: #111;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.footer-logo {
  text-align: left;
  width: 50%;
  font-family: var(--font-family-nunito_sans);
}

.footer-logo img {
  width: 20%;
  height: auto;
}

.footer-logo p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer-logo .social-icons {
  display: flex;
  margin-top: 20px;
}

.footer-logo .social-icons a {
  display: inline-block;
  margin: 0 10px;
  color: #000000;
  font-size: 1.3em;
  background: #bfa37c;
  border-radius: 100%;
  width: 50px;
  height: 53px;
  align-content: center;
}

.footer-logo .social-icons a i {
  padding: 1rem;
}

.footer-container .center-area {
  height: 50%;
  margin-bottom: 10px;
  font-family: var(--font-family-nunito_sans);
}

.footer-container .center-area a {
  position: relative;
  text-decoration: none;
  color: white;
}

.footer-container .center-area a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background-color: white;
  border-radius: 40px;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.footer-container .center-area a:hover::after {
  transform-origin: center;
  transform: scaleX(1);
}

.footer-container .center-area a {
  font-size: 15px;
  padding: 5px 0;
}

.footer-container .center-area li {
  padding: 5px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 10px;
}

.footer-container .center-area ul {
  list-style: inherit;
  padding: 0 0 0 1rem;
  margin: 0;
  padding-left: 1rem;
  padding: 0;
}
.horizontal-divider-HEfoyn {
  background-color: var(--mongoose);
  height: 2px;
  width: 10px;
}

.footer-container .footer-contact {
  text-align: left;
  display: grid;
  font-family: var(--font-family-nunito_sans);
}

.footer-container .footer-contact h2,
.footer-container .center-area h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.footer-container .footer-contact p {
  font-size: 1em;
  margin-bottom: 5px;
}

footer.footer {
  background-color: #bfa37c;
  padding: 20px 0;
  text-align: center;
}

footer.footer p {
  color: #333;
  font-size: 1em;
  width: 100%;
}

.fab.fa-facebook-f {
  padding-left: 1.2rem;
}

@media (max-width: 1024px) {
  .faq-main-container {
    padding: 0;
  }

  .learn-more {
    padding: 5px 14px;
    font-size: 12px;
  }

  .faq-header-main {
    display: flex;
    gap: 13rem;
    margin-bottom: 10px;
    width: 100%;
    /* margin: 0 auto; */
    padding: 0 35px;
  }

  .faq-hr {
    margin: 0 30px;
    gap: 1rem;
  }

  .home .container-F5fSKj {
    align-items: center;
    background-color: transparent;
    display: block;
    flex-direction: column;
    height: auto;
    margin-right: 0;
    padding: 0;
    position: unset;
    width: 100%;
    padding-bottom: 20px;
  }

  .home .image-iTplZe {
    background-color: transparent;
    height: auto;
    left: 0px;
    position: unset;
    top: 0px;
    width: 100%;
  }

  .home .container-iTplZe {
    align-items: unset;
    background-color: transparent;
    display: unset;
    flex-direction: column;
    left: 0px;
    position: unset;
    bottom: 0;
    padding: 0;
  }

  .home .container-JaL3WK {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    position: relative;
    width: 100%;
  }

  .home .container-JaL3WK {
    align-items: unset;
    background-color: transparent;
    display: unset;
    flex: 0 0 auto;
    justify-content: center;
    position: unset;
    width: 100%;
  }

  .home .container-ixx5RT {
    align-self: stretch;
    background-color: transparent;
    display: block;
    flex: 1;
    flex-direction: column;
    flex-grow: 1;
    position: unset;
    padding-top: 20px;
  }

  .home .container-zBQ7s2 {
    align-items: unset;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    max-width: unset;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }

  .home .container-CAQQtb,
  .home .container-PsTxcq,
  .home .container-11IDpj {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 1;
    flex-grow: 1;
    justify-content: center;
    min-height: 1px;
    padding: 0px 15px;
    position: relative;
    width: 50%;
  }

  .home .container-RcsFMB {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .home .container-edhpgT,
  .home .heading-2-23JYAX,
  .home .container-eNVhx3 {
    padding: 0;
  }

  .home .container-xtDWVy {
    width: 100%;
  }

  .home .container-bt0UBs {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
  }

  .home .container-gQsZQn {
    padding: 0;
    margin: 0 auto;
  }

  .home .delve-deeper-into-th-7hymeb,
  .home .jhon-martin-zBggCE {
    color: black;
    font-size: 18px;
  }

  .home .container-xRApVm {
    padding: 0;
  }

  .home .container-PzHyNy {
    width: 100%;
  }

  .faq-header-main h1 {
    font-size: 22px;
  }

  .faq-container {
    width: 95%;
    margin: 0 auto;
  }

  .faq-title {
    font-size: 1.2rem;
  }

  .faq-content {
    margin: 0;
  }

  .faq-content p {
    font-size: 14px;
  }

  .faq-item h3 {
    font-size: 1rem;
  }

  div.footer {
    padding: 20px 20px;
  }

  .footer-container .footer-contact h2,
  .footer-container .center-area h2 {
    font-size: 1rem;
  }

  .footer-container .center-area a {
    font-size: 18px;
  }

  .footer-contact p {
    padding: 1px;
  }

  .footer-logo {
    text-align: left;
    width: 40%;
  }

  .footer-container .footer-contact {
    text-align: left;
    width: 34%;
  }

  .footer-logo .social-icons a {
    width: 40px;
    height: 40px;
  }

  .footer-logo .social-icons a i {
    padding: unset;
  }

  .fab.fa-facebook-f {
    padding: 0.7rem 0.9rem !important;
  }

  .fab.fa-instagram,
  .fab.fa-linkedin-in {
    padding: 0.7rem 0.7rem !important;
  }

  .home .container-bqGSo7 {
    width: 100%;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-container {
    height: auto;
  }

  .faq-main-container {
    padding: 20px 0;
  }

  .faq-container {
    padding: 0 20px;
  }

  .faq-title {
    font-size: 1rem;
  }

  .faq-content {
    margin-top: 0px;
  }

  .faq-content p {
    margin: 0;
  }

  .faq-item h3 {
    font-size: 1rem;
  }

  .faq-item .icon {
    bottom: 33px;
  }

  .faq-header-main {
    display: grid;
    gap: 3px;
    align-content: center;
    margin: 0 auto;
    padding-bottom: 10px;
    width: auto;
  }

  .faq-header-main h1 {
    text-align: center;
    margin: 2px 0px;
    font-size: 1.5rem;
  }

  .learn-more {
    padding: 4px 12px;
  }

  .faq-hr {
    display: none;
  }

  .learn-more {
    display: inline-flex;
    margin: 0 auto;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 20px;
    width: 90%;
  }

  .footer-logo img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }

  .footer-container .center-area {
    width: 90%;
    text-align: left;
  }

  .center-area ul {
    margin-bottom: 20px;
  }

  .center-area ul li {
    display: block;
    margin-left: 0;
  }

  .footer-container .footer-contact {
    text-align: left;
    width: 90%;
  }

  .footer-container .footer-contact h2,
  .footer-container .center-area h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }

  .footer-container .footer-contact div {
    padding: 0 0 0 1rem;
  }

  .home .container-bqGSo7 {
    display: none;
  }
}

@media (max-width: 600px) {
  .faq-section {
    display: block;
  }
}
