@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
html {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
html body {
  font-family: "Alexandria", sans-serif;
  font-weight: 400;
}
html body p {
  font-size: 1.4rem;
  font-weight: 300;
}
html body h1,
html body .h1,
html body h2,
html body .h2,
html body h3,
html body .h3,
html body h4,
html body .h4,
html body h5,
html body .h5,
html body h6,
html body .h6 {
  font-family: "Alexandria", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #422A1A;
  margin: 0;
}
html body h1,
html body .h1 {
  font-size: 3rem;
}
html body h2,
html body .h2 {
  font-size: 2.2rem;
}
html body h3,
html body .h3 {
  font-size: 2.5rem;
}
html body h4,
html body .h4 {
  font-size: 1.5rem;
}
html body h4 h5,
html body h4 .h5,
html body .h4 h5,
html body .h4 .h5 {
  font-size: 1.3rem;
}
html body h4 h6,
html body h4 .h6,
html body .h4 h6,
html body .h4 .h6 {
  font-size: 1rem;
}

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  text-align: right;
  background-color: #F5F5F5;
}
@supports (-webkit-overflow-scrolling: touch) {
  body {
    width: 100%;
    max-width: 100%;
    will-change: position;
  }
}
body a {
  color: #422A1A;
  transition: color 0.3s ease-in-out;
}
body a:hover {
  text-decoration: none;
  color: #422A1A;
}
body .color {
  color: #422A1A;
}
body .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  direction: ltr;
}

.custom-select {
  background: transparent url("../images/select.svg") left 0 center/8px 10px no-repeat;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0;
  padding-inline-start: 16px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("../images/icons/toggler-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.d-pad {
  padding-top: 120px;
  padding-bottom: 120px;
}

.owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50px;
}

.owl-prev {
  right: -50px;
}
@media screen and (max-width: 991px) {
  .owl-prev {
    right: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-prev {
    right: -16px;
  }
}

.owl-next {
  left: -50px;
}
@media screen and (max-width: 991px) {
  .owl-next {
    left: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .owl-next {
    left: -16px;
  }
}

.offset-lg-3 {
  margin-right: 25%;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .offset-lg-3 {
    margin-right: 0;
  }
}

.main__book {
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
  background-color: #035568;
  border: 3px solid #035568;
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main__book {
    margin-top: -60px;
  }
}
.main__book .book-block__title {
  position: relative;
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px;
}
@media screen and (max-width: 991px) {
  .main__book .book-block__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main__book .book-block__title {
    font-size: 24px;
  }
}
.main__book .book-block__title span {
  position: absolute;
  top: -2px;
  left: 0px;
  font-size: 60px;
  font-weight: 400 !important;
  animation: slide 1s ease-in-out infinite;
}
@keyframes slide {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
@media screen and (max-width: 991px) {
  .main__book .book-block__title span {
    font-size: 48px;
  }
}
.main__book .book-block__form {
  background-color: #fff;
  border-radius: 28px;
  padding: 48px 24px;
  position: relative;
}
.main__book .btn {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -26px;
  min-width: 235px;
  min-height: 44px;
  background: linear-gradient(260deg, #60DBCA 0%, #035568 60%);
}
.main__book .btn:hover {
  background: linear-gradient(260deg, #60DBCA 0%, #035568 60%);
}

.feature {
  background: #fff;
  padding: 32px 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.feature:hover {
  background-color: #422A1A;
  color: #fff;
}
.feature:hover .feature__icon path {
  fill: #fff;
}
.feature:hover .feature__text h6 {
  color: #fff;
}
.feature:hover .feature__number {
  color: #fff;
}
.feature__icon {
  margin-bottom: 24px;
}
.feature__number {
  font-size: 24px;
}
.feature__text h6 {
  font-size: 28px;
  color: #422A1A;
}
.feature__p {
  margin: 120px 0;
}
.feature__p hr {
  border-top: 2px solid #422A1A;
  max-width: 40%;
}
.feature__p p {
  font-weight: bold;
  color: #422A1A;
}

.title {
  position: relative;
  z-index: 1;
  padding-right: 72px;
  margin-bottom: 40px;
  color: #1E1E1E;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .title {
    padding-right: 0;
  }
}
.title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background-color: #035568;
}
@media screen and (max-width: 767px) {
  .title::before {
    width: 20px;
    height: 20px;
    z-index: -1;
    top: -30px;
  }
}

.floating-btn {
  background: transparent;
  position: fixed;
  inset-inline-end: 32px;
  top: 80vh;
  z-index: 111;
}

.gap-2 {
  gap: 8px;
}

.row-gap-40 {
  row-gap: 40px;
}

.main-navbar.fixed-top-scroll .navbar {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .main-navbar.fixed-top-scroll .navbar {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 991px) {
  .main-navbar.fixed-top-scroll .navbar-brand img {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .main-navbar.fixed-top-scroll .navbar .nav-item .nav-link {
    margin: 4px 0;
    padding: 8px 16px;
  }
}
.main-navbar.fixed-top-scroll .navbar .book-btn {
  margin-top: 0;
}

.main-navbar {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .main-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.main-navbar .navbar {
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 16px 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .main-navbar .navbar {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 8px 16px;
  }
}
.main-navbar .navbar-brand {
  margin-left: 1rem;
  margin-right: 0;
}
@media screen and (min-width: 991px) {
  .main-navbar .navbar-brand img {
    height: 56px;
  }
}
@media (max-width: 567.98px) {
  .main-navbar .navbar-brand img {
    width: 95px;
  }
}
.main-navbar .navbar .mobile-nav {
  display: flex;
}
.main-navbar .navbar .mobile-nav .book-btn {
  margin-top: 0;
}
@media (min-width: 568px) {
  .main-navbar .navbar .mobile-nav .book-btn .btn {
    padding-inline: 16px;
  }
}
@media (max-width: 567.98px) {
  .main-navbar .navbar .mobile-nav .book-btn .btn {
    padding-inline: 10px;
    font-size: 13px;
  }
  .main-navbar .navbar .mobile-nav .book-btn .btn img {
    width: 15px;
  }
}
.main-navbar .navbar-nav {
  padding-right: 0;
}
.main-navbar .navbar-nav .nav-item .nav-link {
  margin: 0 8px 0 32px;
  color: #504C4C;
  font-size: 18px;
}
.main-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #035568;
}
@media screen and (max-width: 991px) {
  .main-navbar .navbar-nav .nav-item .nav-link {
    margin: 4px 0;
    background-color: #F5F5F5;
    padding: 8px 16px;
    border-radius: 24px;
  }
}

.thanks-wrapper {
  position: relative;
  background-color: #fff;
  padding-top: 260px;
}
@media screen and (max-width: 1199px) {
  .thanks-wrapper {
    padding-top: 240px;
  }
}
.thanks-wrapper .main-navbar .navbar {
  background-color: #F5F5F5;
  box-shadow: none;
}
.thanks-wrapper .thanks {
  padding-bottom: 240px;
}
.thanks-wrapper .thanks__msg {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .thanks-wrapper .thanks__msg {
    width: 100%;
  }
}
.thanks-wrapper .thanks__msg-icon {
  margin-bottom: 32px;
}
.thanks-wrapper .thanks__msg-text {
  color: #422A1A;
}
.thanks-wrapper footer {
  position: relative;
}
.thanks-wrapper footer p {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .thanks-wrapper footer p {
    padding: 0;
  }
}
.thanks-wrapper footer::before {
  content: "";
  background: url("../images/cloud-noshadow.svg") top center repeat-x;
  position: absolute;
  top: -230px;
  left: 0;
  right: 0;
  height: 240px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background: linear-gradient(260deg, rgba(96, 219, 202, 0.3) 0%, rgba(3, 85, 104, 0.3) 60%);
}
@media (min-width: 768px) {
  .hero {
    padding-top: 220px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 150px;
  }
}
@media (min-width: 768px) {
  .hero__text {
    margin: 64px 0 80px 0;
  }
}
@media (max-width: 767.98px) {
  .hero__text {
    margin: 0px 0 53px 0;
  }
}
.hero__text h1 {
  row-gap: 16px;
  font-size: 20px;
  font-weight: 400;
  color: #353232;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero__text h1 {
    font-size: 18px;
  }
}
.hero__text h1 .strong-offers {
  font-size: 20px;
}
.hero__text h1 .bold {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .hero__text h1 .bold {
    font-size: 22px;
  }
}
.hero__text h1 .sale {
  font-size: 18px;
}
.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  background: url("../images/cloud.svg") top center repeat-x;
  height: 190px;
  z-index: 99;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .hero::after {
    height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .hero::after {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .hero::after {
    height: 96px;
  }
}
@media screen and (max-width: 575px) {
  .hero::after {
    height: 46px;
    background-position: bottom;
  }
}
.hero__photo {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .hero__photo {
    margin-top: 30px;
  }
}
.hero__photo-big {
  height: 720px;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  transform: scale(1.4);
  pointer-events: none;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .hero__photo-big {
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 767px) {
  .hero__photo-big {
    margin-bottom: -100px;
    height: 400px;
  }
}
.hero__photo-big img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.hero__photo-ins {
  display: none !important;
  background: url("../images/masked.svg") center center no-repeat;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: -70px;
  height: 430px;
  background-size: contain;
  z-index: 11;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .hero__photo-ins {
    font-size: 20px;
    height: 320px;
    bottom: -120px;
    right: 42%;
  }
}
@media screen and (max-width: 767px) {
  .hero__photo-ins {
    right: 40%;
    bottom: -170px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .hero__photo-ins {
    right: 0;
    left: 0;
    bottom: -190px;
    height: 300px;
    padding-bottom: 50px;
    font-size: 16px;
  }
}
.hero__photo-ins span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 80px;
  color: #b5d466;
}
@media screen and (max-width: 767px) {
  .hero__photo-ins span {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .hero__photo-ins span {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .hero .main__book {
    margin-bottom: 100px;
  }
}

.features {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

.services {
  background-color: #F5F5F5;
}
.services__slider {
  background: #fff;
  box-shadow: 0 0 rgba(0, 0, 0, 0.16);
  padding: 64px 0;
}
.services__slider-block h6 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 24px 8px;
  max-width: 85%;
  margin: auto;
  color: #422A1A;
  position: relative;
  min-height: 150px;
}
.services__slider-block h6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background-color: #422A1A;
  border-radius: 32px;
}

.offers {
  position: relative;
  max-height: 1150px;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  background: #fff;
}
.offers .offer {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  height: 100%;
  box-shadow: 0.25px 0.5px 0 0 rgba(0, 0, 0, 0.2);
}
.offers .offer__photo {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.offers .offer__photo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
}
.offers .offer__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
}
.offers .offer__info {
  position: relative;
  padding: 32px 24px;
  padding-inline-end: 40%;
}
.offers .offer__info h5 {
  margin: 0;
  font-size: 20px;
}
.offers .offer__info p {
  margin: 0;
  font-size: 20px;
  color: #035568;
  font-weight: 700;
}
.offers .offer__info .cta {
  position: absolute;
  left: 14px;
  top: -48px;
  background: linear-gradient(260deg, #60DBCA 0%, #035568 60%);
  color: #fff;
  padding: 8px 8px;
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
  transition: all 0s ease-in-out;
}
.offers .offer__info .cta:hover {
  background-color: #422A1A;
}
.offers .more-offers {
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0));
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 160px 0 0 0;
  transition: max-height 0.4s ease-in-out;
}
.offers .more-offers .btn {
  font-size: 28px;
  font-weight: 400;
  color: #504C4C;
}
.offers .more-offers .btn img {
  margin-top: 16px;
}

.testimonials {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 220px;
}
.testimonials .book-now-div {
  margin-top: 64px;
}
.testimonials .testimonial__block {
  position: relative;
}
.testimonials .testimonial__block::before {
  right: 0;
  background: url("../images/icons/quote-before.svg") no-repeat;
}
.testimonials .testimonial__block::after {
  left: 0;
  background: url("../images/icons/quote-after.svg") no-repeat;
}
.testimonials .testimonial__block::before, .testimonials .testimonial__block::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 138px;
  height: 126px;
  transform: translateY(-50%);
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .testimonials .testimonial__block::before, .testimonials .testimonial__block::after {
    width: 48px;
    height: 46px;
    top: 0;
  }
}
.testimonials .testimonial__block .review {
  border: 1px solid #60DBCA;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 64px;
  width: 70%;
  margin: 20px auto;
  font-size: 24px;
  font-weight: 300;
  color: #353232;
}
@media screen and (max-width: 991px) {
  .testimonials .testimonial__block .review {
    padding: 40px 20px;
    font-size: 20px;
    width: 100%;
  }
}
.testimonials .testimonial__block .review-client {
  font-size: 16px;
  font-weight: 400;
  background: #035568;
  border-radius: 30px;
  padding: 4px 32px;
  color: #fff;
  position: absolute;
  bottom: -18px;
  left: 200px;
}
@media screen and (max-width: 991px) {
  .testimonials .testimonial__block .review-client {
    left: 10%;
  }
}

.book {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
  background-color: #F5F5F5;
}
.book::before {
  content: "";
  background: url("../images/cloud-noshadow.svg") top center repeat-x;
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  height: 260px;
}

footer {
  padding: 40px 0;
  background-color: #F5F5F5;
}
footer.footer_thank {
  position: relative;
}
footer.footer_thank::before {
  content: "";
  background: url(../images/cloud-noshadow.svg) top center repeat-x;
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  height: 260px;
}
footer .row {
  display: flex;
  align-items: end;
}
footer p {
  display: flex;
  justify-content: space-around;
  margin: 0;
  font-size: 14px !important;
}
@media screen and (max-width: 991px) {
  footer p {
    padding: 8px 0;
    font-size: 12px !important;
  }
}
footer a {
  color: #504C4C;
}

.thank-you {
  background: #fff;
  padding: 80px 0 150px 0;
}
.thank-you-content {
  row-gap: 40px;
}
.thank-you-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #353232;
}
.thank-you-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #353232;
}
.thank-you-content .button-group {
  row-gap: 24px;
}
@media screen and (min-width: 991px) {
  .thank-you-content .button-group {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .thank-you-content .button-group {
    justify-content: center;
  }
}
.thank-you-content .btn {
  min-height: 44px;
  min-width: 214px;
  position: relative;
  z-index: 1111;
}
@media screen and (max-width: 991px) {
  .thank-you-content .btn {
    max-width: 90%;
  }
}
.thank-you-content .btn-outline {
  border: 1px solid #60DBCA;
  background: transparent;
  color: #035568;
  font-size: 16px;
  padding: 0 24px;
}

.btn {
  padding: 16px 48px;
  border-radius: 64px;
  font-weight: 500;
  border: 0;
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn.btn-brown {
  background-color: #422A1A;
  color: #fff;
}
.btn.btn-gradient {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(260deg, #60DBCA 0%, #035568 60%);
  min-height: 44px;
  padding: 0 24px;
  border-radius: 24px;
  font-weight: 400;
}
@media screen and (min-width: 575px) {
  .btn.btn-gradient {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .btn.btn-gradient {
    font-size: 14px;
  }
}
.btn.btn-gradient img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(21%) hue-rotate(10deg) brightness(105%) contrast(105%);
}
.btn.btn-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(260deg, #035568 60%, #60DBCA 100%);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  border-radius: inherit;
  z-index: 0;
}
.btn.btn-gradient:hover::after {
  opacity: 1;
}
.btn.btn-gradient span,
.btn.btn-gradient img {
  position: relative;
  z-index: 111;
}
.btn.btn-green {
  background-color: #422A1A;
  color: #fff;
}
.btn.btn-green:hover {
  background: #422A1A;
  color: #fff;
}

.form-control {
  min-height: 48px;
  padding: 0;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  color: #422A1A;
  border: none;
  border-bottom: 2px solid #035568;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  font-weight: 400;
  font-family: "Alexandria", sans-serif;
  color: #422A1A;
}
.form-control::placeholder {
  font-weight: 400;
  font-family: "Alexandria", sans-serif;
  color: #422A1A;
}
.form-control:hover, .form-control:focus, .form-control:active {
  color: #422A1A;
  border-bottom-color: #422A1A;
  box-shadow: none;
}

select,
option {
  font-family: "Alexandria", sans-serif !important;
  color: #422A1A !important;
  padding-right: 8px;
  padding-left: 8px;
}

option {
  padding: 8px;
}

.custom-control-inline {
  margin-left: 20%;
  margin-right: 0;
}

.custom-control-inline:nth-child(2) {
  margin-left: 0;
}

.custom-control-input {
  right: 0;
  left: auto;
}

.custom-control-label::before,
.custom-control-label::after {
  right: -24px;
  left: auto;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

.custom-control-label {
  padding: 4px 0;
  color: #fff;
  padding-right: 4px;
  font-size: 15px;
}

.custom-control-label::before {
  border: 2px solid #422A1A;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #422A1A;
  right: -19px;
  top: 9px;
}
@media screen and (max-width: 991px) {
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 8px;
    width: 10px;
    height: 10px;
  }
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #422A1A;
  background-color: #422A1A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(66, 42, 26, 0.4);
}

.custom-control {
  padding-right: 1.5rem;
  padding-left: 0;
}

input[type=text] {
  font-family: "Alexandria", sans-serif;
}

html[lang=ar] input[type=tel] {
  direction: rtl;
  text-align: right;
}/*# sourceMappingURL=main.css.map */