/* ********************************
*************public style**********
*********************************** */
@font-face {
  font-family: Alexandria;
  src: url("../fonts/Alexandria/static/Alexandria-Light.ttf") format("opentype");
}

:root {
  /* --main-color: #e9a0b4; */
  --bg-danger: #ffebe9;
  --border-danger: #e82646;
  --text-danger: #e82646;
  --bg-primary: #e6f9ff;
  --transition: 0.5s all;
  --box-shadow: 0 20px 68px 0 rgb(0 0 0 / 16%), 0 3px 4px 0 rgb(0 0 0 / 4%);
  --line-height: 21px;
  --border-radius: 5px;
  --letter-spacing: 0.9px;
}

* {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Alexandria;
  font-size: 17px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  direction: ltr;
}

a,
a:hover {
  color: inherit;
  transition: var(--transition);
  text-decoration: none;
}

button,
button:focus,
button:hover {
  border: none !important;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  object-fit: cover;
}

input {
  outline: none;
}

select,
input,
textarea,
button {
  box-shadow: none;
  outline: 0 !important;
}

/* ##################################################
######################custmise style ################
##################################################### */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  /* letter-spacing: 0.06rem; */
  line-height: 1.3;
  text-align: center;
}

[class*="section"] {
  margin-bottom: 70px;
}

[class*="title"] {
  font-weight: bold;
  text-transform: capitalize;
  text-align: inherit;
}

.title {
  letter-spacing: var(--letter-spacing);
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
}

p {
  text-align: justify;
}

.btn {
  text-transform: capitalize;
  font-weight: bold;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

/**************************************************************
***************************************************************
*****************************Home section**********************
***************************************************************
*************************************************************** */
.section-home {
  margin-top: 138px;
  /* background-color: #f5f5f55e; */
  /* background-color: #e9edf4; */
  background-color: #f4f4f7;
  padding: 80px 0;
}

.item-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

.item-slider {
  width: 50%;
}

.description {
  line-height: 27px;
  margin-bottom: 41px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.description-web {
  text-align: left;
}
.title-home {
  font-size: 27px;
}
.slug {
  color: #fcb945;
  font-weight: bold;
  display: block;
  font-size: 25px;
  padding: 8px 0;
  margin-bottom: 15px;
}

.btn-send {
  background-color: #fcb945;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  padding: 8px 15px;
  border-radius: 3px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  border: 1px solid #fcb945;
}

.btn-send:hover {
  color: #fcb945;
  background-color: #f4f4f7;
}

.section-home .owl-carousel .owl-item img {
  /* width: 90%; */
}

.home-description {
  width: 40%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 4px;
  border-radius: 6px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #d9d9e0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fcb945;
}

.owl-carousel .owl-dots.disabled,
.section-home .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.section-home .owl-theme .owl-nav [class*="owl-"] {
  font-size: 40px !important;
  margin: unset;
}
.section-home .owl-theme .owl-nav [class*="owl-"] span {
  margin-top: -5px;
}
.section-home .owl-theme .owl-nav .owl-next,
.section-home .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fcb945  !important;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.section-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
  font-size: 50px !important;
}
.section-home .owl-theme .owl-nav .owl-next {
  right: -57px;
}

.section-home .owl-theme .owl-nav .owl-prev {
  left: -57px;
}
.section-home .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 27px;
}
.section-home .img-width {
  position: relative;
}
 .service-name {
  position: absolute;
  bottom: 0px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  left: 0px;
  background-color: #fcb945;
  padding: 8px 18px;
  letter-spacing: .5px;
 }
/* ===================================================
=======================media query====================
====================================================== */
@media (min-width: 992px) and (max-width: 1200px) {
  .description {
    line-height: 24px;
    margin-bottom: 6px;
  }

  .section-home .owl-carousel .owl-item img {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .description-wrapper {
    display: none;
  }
  .description-wrapper {
    margin-top: 30px;
    text-align: justify;
  }
}
@media (max-width: 992px) {
  .section-home {
    margin-top: 97px;
  }
  .item-home {
    display: block;
  }
.description-web {
  display: none;
}
  .home-description {
    width: 100%;
  }

  .item-slider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .item-home {
    display: block;
  }

  .description {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .slug {
    font-size: 18px;
  }

  .sub-title {
    font-size: 20px !important;
  }

  .secound-title {
    font-size: 15px !important;
  }
}

/**************************************************************
****************************************************************
*****************************counter section********************
****************************************************************
*************************************************************** */
.item-column {
  margin-bottom: 35px;
}
.sub-title {
  font-size: 27px;
  margin-bottom: 50px;
  color: #fcb945;
}

.secound-title {
  font-size: 17px;
  width: 80%;
  line-height: 25px;
  color: #000;
  text-transform: math-auto;
  text-align: justify;
  margin: auto;
  letter-spacing: 0.6px;
  font-weight: 500;
  margin-bottom: 30px;
}

.service-title {
  font-size: 20px;
  color: #000;
  padding: 0 0 14px;
  font-weight: 500;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.services-section .item-column:hover .services-title {
  color: #fbbd50;
}

.column-description {
  font-size: 16px;
  text-align: center;
  padding: 0 90px;
  margin: auto;
  line-height: 25px;
  color: #c8c8c8;
}



.btn-service {
  margin: 10px auto 0;
}

.services-section .item-column img {
  width: 150px;
  height: 150px;
}

.window {
  margin-top: 59px;
}

/* ===================================================
=======================media query====================
====================================================== */
@media (min-width: 992px) and (max-width: 1200px) {
  .secound-title {
    width: 60% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .secound-title {
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  .secound-title {
    width: unset !important;
  }
}

/***************************************************************
****************************************************************
*****************************choose section**********************
****************************************************************
**************************************************************** */

.choose-section {
  background-image: url("../images/background.jpg");
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  background-attachment: fixed;
  position: relative;
  margin-bottom: unset;
}

.background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #2b161b;
  opacity: 0.64;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.choose-section .column-description {
  width: 70%;
  position: relative;
}

.choose-section .sub-title,
.choose-section .service-title {
  position: relative;
  color: #fff;
}

.choose-section .secound-description {
  position: relative;
  color: #c8c8c8;
  font-size: 16px;
  padding: 9px 0;
  letter-spacing: 0.6px;
  line-height: 25px;
  width: 85%;
  margin: auto;
  text-transform: math-auto;
}





/**************************************************************
****************************************************************
*****************************contact section*****************
****************************************************************
**************************************************************** */
.contact-section {
  background-image: url("../images/bg5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  padding-top: 70px;
}

.contact-section::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  left: -19%;
  right: 0;
  width: 35%;
  height: 80%;
  background-image: url("../images/bg.png");
}

.contact-box {
  box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
  background-color: #fff;
  border: 1px solid #d8d1d155;
  padding: 50px 10px;
  position: relative;
  z-index: 9;
  border-radius: 5px;
}

.box-shadow-primary {
  box-shadow: 0 5px 10px #c6d9df;
}

.box-shadow-secondary {
  box-shadow: 0 5px 10px #b5d0dc;
}

.box-shadow-success {
  box-shadow: 0 5px 10px #beefe7;
}

.box-shadow-danger {
  box-shadow: 0 5px 10px #efc2c9;
}

.contact-icon {
  border-radius: 0 40% 0 40%;
  transition: var(--transition);
}

.counter-status:hover .contact-icon {
  border-radius: 40% 0 40% 0;
}

.icon-name {
  font-size: 17px;
  margin-bottom: 7px;
  letter-spacing: 0.8px;
  line-height: 27px;
  font-weight: bold;
}

.address {
  font-size: 0.85rem;
  text-align: center;
  white-space: nowrap;
}

.form-group {
  margin-bottom: 20px;
}

.input {
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d5875;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9edf4;
  border-radius: 7px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.submit {
  display: flex;
  align-items: center;
  background-color: #6c5ffc;
  border: 1px solid #6c5ffc;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 0.8125rem;
  min-width: 2.375rem;
  padding: 0.375rem 1rem;
}

.buy-section .using-section {
  top: 70px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
  padding: 50px 60px;
}

.buy-section .using-section::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right,
      rgba(108, 95, 252, 0.4) 0%,
      rgba(9, 199, 255, 0.49) 90%);
  z-index: -1;
  border-radius: 20px;
}

.buy-section .using-section::before {
  display: none;
}

.buy-description {
  text-align: initial;
  color: #fff;
}

.buy-section .secound-title {
  margin-bottom: 20px;
}

.buy-btn {
  color: #fff !important;
  background-color: #ec82ef !important;
  border-color: #ec82ef;
  font-weight: 500;
  padding: 12px 0;
  letter-spacing: 0.03em;
  font-size: 0.8125rem;
  border-radius: 5px;
  width: 160px;
}

/* ===================================================
=======================media query====================
====================================================== */
@media (max-width: 991px) {}

@media (max-width: 767px) {}

/* page service */
.service-page img {
  width: 350px !important;
  max-width: 100%;
  margin: auto;
}

.service-page .service-title {
  padding-bottom: 35px;
}

.page-title {
  margin-bottom: 70px;
  width: 75%;
}

.about-img img {
  width: 70%;
}

.secound-title {
  font-size: 16px;
  width: 50%;
  padding: 0 20px;
}

.about-img img {
  width: unset;
}

/* contact us page */
.other-page {
  margin-top: 180px;
}

.contact {
  padding: 0 20px;
}

.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
  margin-bottom: 80px;
}

.infobox {
  background-color: #c8c8c8;
  padding: 59px 30px 91px;
  width: 50%;
}

.infobox h3 {
  margin-bottom: 50px;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}

.infobox .content-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.content-info {
  margin-bottom: 30px;
}

.contact-page .footer-contact {
  margin: unset !important;
  padding: 2px 0px !important;
  display: flex;
  justify-content: start;
  align-items: center;
}

.work-hour {
  display: grid !important;
  text-align: left;
  margin-bottom: unset !important;
}

.infobox div p {
  margin: 0;
}

.bk-icon {
  display: grid;
  align-items: center;
  border: 1px solid #fcb945;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fcb945;
  color: #fff;
}

.oclock , .location , .phone {
  color: #000 !important;
  text-transform: capitalize;
  text-align: left;
}

.infobox .contact-us {
  display: block;
}

.infobox .contact-us h4 {
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  color: #514599;
  padding-bottom: 35px;
}

.input-info {
  background-color: #fcb945;
  padding: 50px 30px;
  width: 50%;
  position: relative;
}

.input-info::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 35px;
  left: -35px;
  border: 18px solid;
  border-color: transparent #fcb945 transparent transparent;
}

.input-info h3 {
  margin-bottom: 50px;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}

.input-info input {
  border: none;
  width: 100%;
  padding: 10px;
  margin: 0 10px;
  caret-color: #fcb945;
  background-color: #f4f4f7;
}

.sign-info div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

textarea {
  width: 100%;
  padding: 10px;
  margin: 0 11px;
  background-color: #f4f4f7;
  border: none;
}

.message {
  margin-top: 10px;
  caret-color: #fcb945;
}

.btn-contact {
  background-color: #c8c8c8;
  margin: 19px auto 0;
}

.item-nano {
  margin: auto;
}

@media (max-width: 991px) {
  .contact-info {
    display: block;
  }

  .infobox {
    width: 100%;
  }

  .input-info {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding: 0 20px;
  }

  .footer-logo img {
    width: 100px;
  }

  .infobox a {
    font-size: 15px;
  }

  .input-info::before {
    top: -33px;
    left: 44%;
    border-color: transparent transparent #fcb945 transparent;
  }

  .contact {
    padding: unset;
  }
}

@media (max-width: 767px) {

  .input-info h3,
  .infobox h3 {
    font-size: 18px;
  }

  .btn-send {
    font-size: 15px;
  }
}