@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap");

.header-logo img {
  height: 35px;
}
.footer-logo img {
  height: 35px;
  margin-bottom: 10px;
}
.single-slider {
  padding: 50px 0px;
}
.about-count .single-count::before {
  display: none;
}
.single-brand {
  padding: 10px;
  /* border: 1px solid #e7e7e7;
  box-shadow: 2px 2px 5px #f5f5f5; */
}
body {
  font-family: "Open Sans", sans-serif;
}
.slider-content .sub-title {
  font-size: 16px;
}
.slider-content p {
  font-size: 16px;
  color: #ffffff;
}
.single-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000e0;
  /* opacity: 0.97; */
  z-index: -1;
}
.slider-content .sub-title,
.slider-content .main-title {
  color: #ffffff;
}
.footer-section::before {
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/product_bg.png);
}
input::-webkit-input-placeholder {
  color: #3e3e3e;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #3e3e3e;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #3e3e3e;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #3e3e3e;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #3e3e3e;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #3e3e3e;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  ):focus,
textarea:focus {
  outline: none;
  border-color: #ca2121;
}

.home-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b2e7f4;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
}

.slider-content {
  padding-bottom: 20px;
}

.slider-images img {
  max-height: 450px;
}
.mob_banner {
  display: none;
  width: 100%;
}
.desk_banner {
  width: 100%;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #33627b;
  z-index: 99;
  background-image: url(../img/product_bg.png);
}
#loading::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #b2e7f4ab;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.5;
  z-index: 0;
  backdrop-filter: blur(10px);
}
#loading-image {
  z-index: 100;
}
#loading .round-section {
  position: unset;
}
.product-area {
  background-color: #b2e7f4;
  background-image: url("../img/p_bg.png");
  padding: 80px 0px;
}
.product-area .section-title p {
  max-width: 500px;
  margin: 15px auto 0;
  font-size: 15px;
  font-weight: 500;
  color: #365d72;
}

.single-team .team-images img {
  width: 100%;
  border-radius: 20px;
}

.single-team {
  margin: 30px 30px 0px;
}
.single-team .team-content .content-wrapper .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #365d72;
}
/* .product-area .section-title .main-title {
  font-size: 52px;
  font-weight: 600;
  color: #316079;
  line-height: 1.1;
  margin-top: 20px;
} */

.single-team .team-images {
  position: relative;
}
.single-team .team-images::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.single-team .team-images:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-wrapper .section-title p {
  font-weight: 500;
  font-size: 14.61px;
  line-height: 18.41px;
  text-align: center;
  color: #aaaaaa;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.how-we-item {
  text-align: center;
}
.how-we-item .item-title {
  color: #33627b;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 5px;
  font-family: "Rajdhani", sans-serif;
}
.how-we-item .item-content {
  font-weight: 400;
  font-size: 10.82px;
  line-height: 100%;
  text-align: center;
}
.how-we-item .item-icon img {
  max-height: 100px;
  padding: 5px;
  border: 1px solid #b2e7f4;
  border-radius: 50%;
  background: #fff;
}
.how-we-item .item-icon {
  margin-bottom: 15px;
}
.how-we-item-2 {
  margin-top: 160px;
}
.how-we-item-4 {
  margin-top: 160px;
}
.how-we-item-3 {
  margin-top: 40px;
}
.how-we-item:hover .item-icon img {
  border: 1px solid #33627b;
}
.about-wrapper {
  position: relative;
}
.line path {
  fill: none;
  stroke: #b2e7f4;
  stroke-width: 2;
  stroke-dasharray: 6 6;
  transition: stroke 0.3s, stroke-width 0.3s;
}
.line {
  width: 20%;
  position: absolute;
  z-index: -1;
  height: 250px;
}
.line1 {
  top: 100px;
  left: 106px;
}
.line2 {
  top: 250px;
  left: 350px;
}
.line3 {
  top: 150px;
  left: 609px;
}
.line4 {
  top: 234px;
  left: 850px;
}
.header-main-wrapper {
  background: #365d72;
}
.header-section {
  background: #33627b;
  padding: 20px 0px;
  position: relative;
}
.slider-section {
  padding: 30px 0px 60px;
  background: #33627b;
  position: relative;
}
.slider-section::before {
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/product_bg.png);
}

.slider-img {
  z-index: 2;
  mask-size: auto;
  position: relative;
  border-radius: 20px;
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-image: url(../img/hero-img-shape-2.svg);
}

.sider-imageset {
  position: relative;
  z-index: 1;
}

.round-section {
  top: -95px;
  z-index: 3;
  right: 322px;
  width: 180px;
  height: 180px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background: #365d72;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

.round-section span.center-image {
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  padding: 10px;
  line-height: 1;
  position: absolute;
  border-radius: 50%;
  background: #b2e7f4;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.circle-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 150px;
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: textRotate 20s infinite linear;
  animation: textRotate 20s infinite linear;
}

.slider-content-title h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 74.61px;
  line-height: 73px;
  vertical-align: middle;
  color: #ffffff;
}
.slider-content-title h2 span {
  color: #b2e7f4;
}
.slider-content-text p {
  color: #ffffff;
  font-weight: 500;
  line-height: 23px;
  font-family: Inter;
  font-size: 14.61px;
  vertical-align: middle;
}
.sider-textset {
  margin-bottom: 70px;
  padding: 0px 20px;
  z-index: 2;
  position: relative;
}
.tj-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #b2e7f4;
  font-size: 16px;
  padding: 5px 5px 5px 20px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
}
.tj-primary-btn .btn-text {
  color: #33627b;
  overflow: hidden;
  font-weight: 600;
}
.tj-primary-btn .btn-text span {
  display: flex;
  line-height: 1.3;
  text-shadow: 0 30px 0 #fff;
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.tj-primary-btn .btn-icon i img {
  width: 13px;
  margin-top: -3px;
}
.tj-primary-btn .btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background: #33627b;
}
.tj-primary-btn .btn-icon i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.sider-imageset::before {
  content: "";
  position: absolute;
  top: -215px;
  right: 200px;
  width: 450px;
  height: 500px;
  border-radius: 50%;
  background: #b2e7f4ab;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0.5;
  z-index: 0;
  backdrop-filter: blur(10px);
}
@keyframes textRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.copyright-wrapper,
.footer-widget-section {
  position: relative;
  z-index: 2;
}
.sticky {
  background-color: #365d72;
}
.quote-button {
  background: #b2e7f4;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14.61px;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
}
.quote-button i {
  font-size: 24px;
  margin-right: 10px;
}
.footer-copyright-section {
  background-color: #001a24;
  padding-bottom: 15px;
  z-index: 3;
  position: relative;
}
.single-blog .blog-content .more {
  color: #285c72;
}
.btn-custom-01 {
  background-color: #365d72;
  border-color: #365d72;
  border-bottom: 2px solid #316079;
  color: #ffffff;
}
.btn-custom-01:focus,
.btn-custom-01:active,
.btn-custom-01:hover {
  background-color: #ffffff !important;
  border-color: #316079 !important;
  border-bottom-color: #316079 !important;
  color: #316079 !important;
}

.btn-success:focus,
.btn-success:active,
.btn-success:hover {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
  color: #ffffff !important;
}
.header-top-info p a {
  font-weight: 700;
  color: #365d72;
}
.footer-widget a:hover {
  color: #a0eaf5;
}
.copyright-social a {
  color: #b2e7f4;
}
.copyright-social a:hover {
  color: #316079;
}
#orderForm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  position: fixed;
  background-color: #ffffff;
  background-image: url(../img/bg_order.webp);
  background-size: cover;
}
.offcanvas-header {
  justify-content: end;
}
.mobile-menu-items {
  padding: 0px 0px 30px;
}
.make-order-title {
  padding: 10px 0px;
  text-align: center;
  background: #365d72;
  margin-top: 30px;
  border-bottom: 2px solid #285c7270;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  position: relative;
}
.name-and-country {
  background: #f9f9f9;
  padding: 15px 15px 5px;
  border-radius: 0px 0px 10px 10px;
}
.table-responsive table {
  margin: 0px;
}
#contact-form input {
  border: 1px solid #1d5f799c;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222222;
  border-radius: 10px;
  background-color: #e7f8ff9e;
  margin-bottom: 0;
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#contact-form textarea {
  border: 1px solid #1d5f799c;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222222;
  border-radius: 10px;
  background-color: #e7f8ff9e;
  margin-bottom: 0;
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-top: 15px;
  resize: none;
}
.add-button-in-order {
  height: 35px;
  color: #365d72;
  line-height: 25px;
  padding: 5px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  outline: none;
  border-color: #ca2121;
}
.order-table-head {
  background: #365d72;
  color: #fff;
}
.muted-button {
  color: #bdbdbd;
}
.hover-red {
  background: #fff;
}
.hover-red:hover,
.hover-red:focus,
.hover-red:active,
.hover-red:hover {
  background: #ca2121 !important;
}
.table > :not(caption) > * > * {
  padding: 3px;
}
#orderForm
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::-webkit-input-placeholder {
  opacity: 1;
  color: #c4c4c4;
}
#orderForm input:focus {
  outline: none;
  border-color: #b1b1b1;
  box-shadow: 0px 0px 0px #000;
}
.section-padding-01 {
  padding-bottom: 130px;
}
.capital-input {
  text-transform: uppercase;
}
.form-close-button-top {
  display: inline-block;
  padding: 5px 15px;
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff;
  cursor: pointer;
}
.form-close-button-top:hover {
  color: #ca2121;
}
#orderForm::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff7d;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  top: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-01 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-01 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-01 {
    padding-bottom: 60px;
  }
}
.header-meta {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.quote-button-view i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  background: #33627b;
  margin-left: 10px;
  margin-right: 0px;
}
.header-main .header-quote {
  display: none;
}
.header-main.sticky .header-quote {
  display: block;
}
.contact-buttons-view {
  display: flex;
  padding: 10px;
  justify-content: start;
}

.whatsapps {
  display: none;
}
.whatsapps {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px;
  left: 5px;
  bottom: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* border: 1px solid #fff; */
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); */
}
.whatsapps a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
}
.whatsapp img {
  color: #fff;
  height: 40px;
  border-radius: 0;
  /* filter: hue-rotate(45deg); */
}
.no-scroll {
  overflow: hidden;
}
.success_message,
.error_message,
.spinner {
  padding: 80px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #316079;
}

@media only screen and (max-width: 1199px) {
  .line2 {
    top: 225px;
    left: 290px;
  }
  .line3 {
    top: 150px;
    left: 465px;
  }
  .line4 {
    top: 215px;
    left: 675px;
  }
}
@media only screen and (max-width: 1024px) {
  .slider-content-title h2 {
    font-size: 52.61px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .line1 {
    top: 120px;
    left: 50px;
  }
  .line2 {
    top: 225px;
    left: 200px;
  }
  .line3 {
    top: 150px;
    left: 350px;
  }
  .line4 {
    top: 195px;
    left: 500px;
  }
  .slider-content-text p {
    line-height: 20px;
    font-size: 12.61px;
  }
  .slider-content-title h2 {
    font-size: 42.61px;
    line-height: 50px;
  }
  .tj-primary-btn .btn-icon {
    width: 36px;
    height: 36px;
  }
  .round-section span.center-image {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .circle-text {
    width: 100px;
    height: 100px;
  }
  .round-section {
    width: 120px;
    height: 120px;
    top: -58px;
    z-index: 3;
    right: 235px;
  }
  .slider-img {
    mask-image: none;
  }
  .sider-imageset::before {
    top: -255px;
    right: 100px;
  }

  /* .quote-button {
    width: 150px;
    margin-top: 20px;
    margin-left: 10px;
  } */
  .header-main.sticky .header-quote {
    margin-right: 18px !important;
  }

  .header-main.sticky .header-quote .quote-button {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12.61px;
    line-height: 21px;
  }

  .header-main.sticky .header-quote .quote-button-view i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
    background: #33627b;
    margin-left: 10px;
    margin-right: 0px;
  }
  .header-main.sticky .header-quote .quote-button-view i img {
    width: 7px;
  }
  .header-toggle {
    align-items: center;
    display: flex;
  }
  .whatsapps {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .single-team .team-content {
    padding: 10px;
  }
  .single-team .team-content .content-wrapper .name {
    font-size: 18px;
  }
  .how-we-item-5,
  .how-we-item-4,
  .how-we-item-3,
  .how-we-item-2,
  .how-we-item-1 {
    margin: 0px 0px 0px;
  }

  .zigzag-mobile {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .zigzag-mobile .item {
    width: 50%;
  }

  /* odd items → left */
  .zigzag-mobile .item:nth-child(odd) {
    align-self: flex-start;
    text-align: left;
  }

  /* even items → right */
  .zigzag-mobile .item:nth-child(even) {
    align-self: flex-end;
    text-align: right;
  }

  .line1 {
    top: 84px;
    width: 50%;
    left: 150px;
    height: 300px;
  }
  .line2 {
    top: 395px;
    width: 50%;
    left: 125px;
    height: 300px;
  }
  .line3 {
    top: 420px;
    width: 50%;
    left: 135px;
    height: 380px;
  }
  .line4 {
    top: 710px;
    width: 50%;
    left: 104px;
    height: 380px;
  }
  .sider-imageset::before {
    /* top: -104px; */
    right: 0;
    backdrop-filter: none;
    width: 100%;
  }
  .single-team {
    margin: 15px 5px 0px;
  }
  .container-no-padding .container {
    padding: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .round-section {
    top: -58px;
    right: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .mob_banner {
    display: block;
  }
  .desk_banner {
    display: none;
  }
  .header-main-wrapper {
    padding: 10px;
  }
  .single-team {
    margin: 15px 0px 0px;
  }
}
@media only screen and (max-width: 550px) {
  .line1 {
    top: 55px;
  }
  .line2 {
    top: 365px;
  }
  .line3 {
    top: 400px;
  }
}
@media only screen and (max-width: 475px) {
  .line4 {
    top: 685px;
  }
}
@media only screen and (max-width: 425px) {
  .line1 {
    top: 75px;
    left: 120px;
  }
  .line2 {
    top: 365px;
    width: 50%;
    left: 100px;
    height: 300px;
  }
  .line3 {
    top: 420px;
    left: 122px;
  }
  .line4 {
    top: 695px;
    left: 85px;
  }
  .round-section {
    top: -58px;
    right: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .line1 {
    top: 90px;
    left: 120px;
  }
  .line2 {
    top: 350px;
    width: 50%;
    left: 78px;
    height: 345px;
  }
  .line3 {
    top: 405px;
    left: 100px;
    height: 450px;
  }
  .line4 {
    top: 700px;
    left: 80px;
  }
}
@media only screen and (max-width: 360px) {
  .line1 {
    top: 90px;
    left: 40px;
    width: 100%;
  }
  .line2 {
    top: 390px;
    width: 100%;
    left: 20px;
    height: 345px;
  }
  .line3 {
    top: 405px;
    left: 25px;
    height: 450px;
    width: 100%;
  }
  .line4 {
    top: 800px;
    left: 45px;
    width: 100%;
    height: 280px;
  }
}
@media only screen and (max-width: 335px) {
  .line2 {
    top: 370px;
    width: 85%;
    left: 25px;
    height: 380px;
  }
  .line1 {
    top: 40px;
    left: 20px;
    width: 100%;
    height: 380px;
  }
}
@media only screen and (max-width: 320px) {
  .line2 {
    top: 370px;
    width: 85%;
    left: 35px;
    height: 380px;
    rotate: -25deg;
  }
  .line3 {
    top: 430px;
    left: 0px;
    height: 450px;
    width: 100%;
  }
  .line4 {
    top: 835px;
    left: 25px;
    width: 100%;
    height: 280px;
    rotate: -25deg;
  }
}
