/* icon */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* font */

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --black-color--: #000;
  --white-color--: #fff;
  --main-color--: #9b825e;
  --gray-color--: #555;
  --bg-gray-color--: #f0f2f4;
  --bg-blue-color--: #001026;
  --border-blue--: #1a283c;
  --border-gray--: #e5e5e5;
  --input-color--: #f5f5f5;
  --blog-span-color--: #a0aec0;
  --search-span-color--: #323232;
}

a {
  cursor: pointer;
}

body {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Jost";
  color: var(--black-color--);
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loader.gif") 50% 50% no-repeat var(--white-color--);
  background-size: 30rem;
}

.laza-laura {
  max-height: 500px;
}

h2 {
  font-size: 62px;
  line-height: 72px;
  margin-bottom: 70px;
  color: var(--black-color--);
}

h3 {
  font-size: 53px;
  line-height: 63px;
  letter-spacing: 1px;
  color: var(--black-color--);
}

h4 {
  font-size: 24px;
  line-height: 34px;
  color: var(--black-color--);
}

li {
  list-style: none;
}

.all-margin {
  margin: 135px 0;
}

.top-margin {
  margin-top: 135px;
}

.bottom-margin {
  margin-bottom: 135px;
}

.all-padding {
  padding: 135px 0;
}

.top-padding {
  padding-top: 135px;
}

.bottom-padding {
  padding-bottom: 135px;
}

.color {
  color: var(--main-color--) !important;
}

.bg-color {
  background-color: var(--main-color--);
}

.bg-gray {
  background-color: var(--bg-gray-color--);
}

.bg-blue {
  background-color: var(--bg-blue-color--);
}

.border-main-color {
  border-color: var(--border-blue--) !important;
}

.border-color {
  border-color: var(--main-color--) !important;
}

.border-gray {
  border-color: var(--border-gray--) !important;
}

.btn {
  font-size: 13px;
  line-height: 24px;
  color: var(--main-color--);
}

.bg-btn {
  background-color: var(--main-color--);
  color: var(--white-color--);
  transition: all 0.4s ease-out 0s;
}

.bg-btn:hover {
  background-color: transparent;
  color: var(--main-color--);
}

.btn {
  letter-spacing: 1px;
}

.main-btn .btn {
  font-size: 13px;
  font-weight: 500;
  color: var(--white-color--);
  background-color: var(--main-color--);
  transition: all 0.2s ease-in-out;
}

.main-btn .btn:hover {
  background-color: var(--black-color--);
  color: var(--white-color--);
}

img {
  max-width: 100%;
  object-fit: cover;
}

.img .inner-img {
  overflow: hidden;
}

.img .inner-img img {
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}

.img:hover .inner-img img {
  transform: scale(1.1);
}

.main p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 2px;
}

.fw-normal {
  font-weight: 500 !important;
}

.container {
  max-width: 1200px !important;
}

/* header */

.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--bg-gray-color--);
}

.navbar .container-fluid {
  padding: 0 30px;
}

.navbar .main-btn .btn {
  width: 140px;
  height: 52px;
}

.navbar a {
  font-size: 13px;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.navbar .logo img {
  max-width: 300px;
  max-height: 122px;
}

.navbar a:hover {
  color: var(--main-color--);
}

.navbar .col-5 {
  font-size: 15px;
}

.navbar .nav-item .dropdown .btn {
  padding: 3rem 20px !important;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .dropdown-menu a {
  font-size: 13px;
}

.navbar .dropdown-menu {
  background-color: var(--white-color--);
  color: var(--black-color--);
  width: 200px;
  height: 200px;
  position: absolute;
  top: 100%;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 11.5px;
  transition: all 0.3s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: var(--main-color--);
  color: var(--white-color--);
}

/* offcanvas */

.offcanvas .btn-close {
  height: 2em;
  opacity: 100%;
  box-shadow: none;
}

.offcanvas .btn {
  position: relative;
  left: 51%;
}

.offcanvas .btn.show {
  transform: rotate(180deg) !important;
  margin-left: 3rem !important;
}

.offcanvas {
  padding: 0 1rem;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 99999;
  width: 300px !important;
}

.offcanvas li a {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
}

.offcanvas .nav-link,
.dropdown-item {
  color: var(--black-color--);
  transition: all 0.2s ease-in-out;
}

.offcanvas .nav-link:hover {
  color: var(--main-color--);
}

.offcanvas .dropdown {
  overflow-x: hidden;
}

.offcanvas .dropdown-item:hover {
  background-color: transparent;
  color: var(--main-color--);
}

.dropdown-menu.show {
  position: relative !important;
  transform: translate(13px, -12px) !important;
}

.navbar .modal-btn {
  color: var(--black-color--);
  transition: all 0.2s ease-in-out;
}

.navbar .modal-btn:hover {
  color: var(--main-color--);
}

/* banner */

.banner {
  padding-bottom: 279px;
}

.banner h2 {
  margin-bottom: 0px;
}

.banner p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
}

.banner .col-12 {
  padding: 106px 0;
}

/* banner-img */

.banner-img img {
  transition: all 0.2s ease-in-out;
}

.banner-img img:hover {
  transform: translateY(0.5rem);
}

.banner-img {
  position: relative;
  transform: translateY(-17.5rem);
}

.banner-img img {
  width: 575px;
  height: 700px;
  position: absolute;
}

.banner-img .img1 img {
  padding-right: 1rem;
}

.banner-img .img2 img {
  padding-left: 1rem;
}

/* questions */

.questions h2 {
  margin-bottom: 0px;
}

.questions p {
  color: var(--white-color--);
}

.questions .accordion-item {
  margin-block: 9px;
  padding-block: 9px;
  background-color: transparent;
}

.questions .accordion-body {
  padding: 0px 0px 16px;
  color: var(--white-color--);
  background-color: var(--bg-blue-color--);
}

.questions .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}

.questions
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}

.questions .accordion-button:not(.collapsed) {
  color: var(--white-color--);
  box-shadow: none;
  background-color: var(--bg-blue-color--);
}

.questions .accordion-button {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: var(--white-color--);
  background-color: var(--bg-blue-color--);
  padding: 0.9rem 0rem;
}

.questions .accordion-button:focus {
  box-shadow: none;
}

.questions .accordion-button::after {
  background-image: url("../images/plus.svg");
}

.questions .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.svg");
}

.questions .col-4 {
  width: 400px;
  height: 210px;
}

.questions .col-4 .img {
  width: 57px;
  height: 57px;
  transform: translateY(1rem);
}

/* team */

.team span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 2px;
}

.team a {
  color: var(--black-color--);
  font-size: 19px;
  transition: all 0.2s ease-in-out;
}

.team a:hover {
  color: var(--main-color--);
  transform: scale(110%);
}

.team .row2 {
  margin-top: 60px;
}

.team img {
  height: 300px;
}

.team .icon-margin {
  margin: 0 20px;
}

/* client */

.client .main {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 2px;
}

.client .client-margin {
  margin: 20px 0;
}

/* img */

.fix-img {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-section {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 310px;
}

.img-section .img-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-section .btn {
  width: 188px;
  height: 49px;
}

/* services */

.services h3 {
  margin-bottom: 80px;
}

.services .row.services-row {
  margin-top: 30px;
}

.services .border {
  border-color: var(--border-gray--);
}

.services img {
  width: 292px;
  height: 310px;
}

.services .text {
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0px 55px 0px 30px;
}

/* img */

.img-section2 {
  height: 700px;
}

.img-section2 .img-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.img-section2 h3 {
  margin-bottom: 58px;
}

.img-section2 .btn {
  width: 188px;
  height: 49px;
}

/* blog */

.blog h3 {
  margin-bottom: 53px;
}

.blog h4 {
  color: var(--black-color--);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5.1rem;
  transition: all 0.3s ease-in-out;
}

.blog h4:hover {
  color: var(--main-color--);
}

.blog .img .inner-img img {
  width: 100%;
  height: 250px;
}

.blog .btn {
  font-size: 17px;
  background-color: var(--main-color--);
  width: 86px;
  height: 37px;
  margin: 24px;
  cursor: auto;
  position: absolute;
  top: 0;
}

/* footer */

.footer .logo img {
  width: 250px;
}

.footer .row.info {
  padding: 120px 0;
}

.footer input {
  outline: none;
  background-color: var(--input-color--);
  min-height: 54px;
}

.footer input::placeholder {
  opacity: 100%;
  color: #a4a4a4;
}

.footer .footer-btn {
  height: 54px;
}

.footer ul {
  color: var(--black-color--);
}

.footer a {
  font-size: 17px;
  line-height: 27px;
  color: var(--white-color--);
  transition: all 0.2s ease-out 0s;
}

.footer a:hover {
  color: var(--main-color--);
}

.footer .fix-btn .btn {
  background-color: var(--main-color--);
  color: var(--black-color--);
  margin: 0;
  padding: 4px 10px;
  bottom: 2%;
  right: 1%;
  z-index: 999;
}

.footer .accordion-item,
.accordion-button.accordion-footer {
  font-size: 26px;
  line-height: 36px;
  color: var(--white-color--);
  background-color: transparent;
  box-shadow: none;
}

.footer .accordion-body {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.footer .accordion-button::after {
  background-image: url("../images/arrowhead-up.png");
  transform: rotate(180deg);
}

.footer .accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrowhead-up.png");
  transform: rotate(360deg);
}

/* inner-page-top */

.top-img {
  background-image: url("../images/bred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.top-bg {
  background-color: var(--black-color--);
  min-height: 400px;
}

.top {
  height: 100px;
}

.top .top-text {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top h2 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.top .h2-80 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 18px;
}

.top i {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 2px;
}

.top p {
  color: var(--white-color--);
  font-size: 14.45px;
  line-height: 23.1167px;
}

.top a {
  color: var(--white-color--);
  transition: all 0.2s ease-in-out;
}

.top a:hover {
  color: var(--main-color--);
}

/* team-page----------------------------------------- */

.team-page p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1px;
}

.team-page a {
  font-size: 17px;
}

.team-page img {
  transition: all 0.3s ease-in-out;
}

.team-page img:hover {
  transform: translateY(0.5rem);
}

/* price-page----------------------------------------- */

.price-page p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 2px;
}

.price-page h2 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 500;
  margin-bottom: 0;
}

.price-page h2 span {
  font-size: 50px;
  line-height: 60px;
  margin-right: 4px;
}

.price-page h6 {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-color--);
  transform: translateY(-0.8rem);
}

.price-page ul li {
  list-style: none;
  padding-bottom: 15px;
}

.price-page .btn {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  color: var(--black-color--);
  border-color: var(--black-color--);
  padding: 10px 21px;
}

.price-page .btn:hover {
  color: var(--white-color--);
  background-color: var(--main-color--);
  border-color: var(--main-color--);
}

/* faq-page----------------------------------------- */

.faq-page .accordion-item {
  padding-block: 9px;
  background-color: transparent;
}

.faq-page .accordion-body {
  background-color: transparent;
  padding: 0px 0px 16px;
}

.faq-page .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}

.faq-page
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}

.faq-page .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--black-color--);
  background-color: transparent;
}

.faq-page .accordion-button {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: var(--black-color--);
  background-color: transparent;
  padding: 0.9rem 0rem;
}

.faq-page .accordion-button:focus {
  box-shadow: none;
}

.faq-page .accordion-button::after {
  background-image: url("../images/plus-black.svg");
}

.faq-page .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-black.svg");
}

/* com0g-page----------------------------------------- */

.coming-bg {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/comming.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#timer {
  font-family: "Jost";
  margin: 3.2rem 0 3rem;

  div {
    font-size: 60px;
    line-height: 70px;
    display: inline-block;
    min-width: 90px;
    font-weight: 400;
    margin: 0 4rem;

    span {
      color: var(--white-color--);
      display: block;
      font-size: 13px;
      line-height: 23px;
      font-weight: 500;
      text-transform: uppercase;
    }
  }
}

.fix-part h2 {
  font-size: 60px;
  line-height: 70px;
  color: var(--white-color--);
}

.fix-part h4 {
  line-height: 27px;
}

.fix-part .btn {
  background-color: var(--main-color--);
  color: var(--white-color--);
  padding: 15px 60px;
  transition: all 0.2s ease-in-out;
}

.fix-part .btn:hover {
  background-color: var(--black-color--);
  color: var(--white-color--);
}

/* about-page----------------------------------------- */

.about-page h3 {
  font-size: 48px;
  line-height: 63px;
}

.about-page p.mb-0 {
  padding-bottom: 2rem;
}

.about-page img {
  transition: all 0.2s ease-in-out;
}

.about-page img:hover {
  transform: translateY(0.5rem);
}

/* blog-page----------------------------------------- */

.blog-page .container {
  max-width: 1248px !important;
}

.blog-page .blog-sec input {
  height: 50px;
  outline: none;
}

.blog-page .col-2 {
  width: 50px;
}

.blog-page .blog-sec img {
  height: 77px;
}

.blog-page .blog-sec p {
  font-size: 16px;
  line-height: 26px;
  color: var(--black-color--);
  transition: all 0.2s ease-in-out;
}

.blog-page .blog-sec p:hover {
  color: var(--main-color--);
}

.blog-page .blog-sec .form-date {
  font-size: 0.8125em;
  line-height: 23.4px;
}

.blog-page .col-8 img {
  height: 195px;
}

.blog-page h4 {
  color: var(--black-color--);
  transition: all 0.2s ease-in-out;
}

.blog-page h4:hover {
  color: var(--main-color--);
}

.blog-page .date {
  font-size: 16px;
  line-height: 26px;
}

.blog-page .btn {
  font-size: 80%;
  line-height: 21.7667px;
  letter-spacing: 0.05em;
  color: var(--black-color--);
  transition: all 0.2s ease-in-out;
}

.blog-page .btn:hover {
  color: var(--main-color--);
}

.blog-page .part-margin {
  margin: 48px 0;
}

.blog-page .img .blog-img {
  overflow: hidden;
}

.blog-page .img .blog-img img {
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}

.blog-page .img:hover .blog-img img {
  transform: scale(1.1);
}

.blog-page h6 {
  font-size: 17px;
  line-height: 27px;
}

/* blog-inner-page */

.blog-inner .row {
  padding: 0px !important;
}

.blog-inner .blog-img {
  position: relative;
}

.blog-inner .blog-img img {
  width: 100%;
  height: 570px;
}

.blog-inner .rounded-circle {
  max-width: 100%;
  height: 25px;
  width: 25px;
}

.blog-inner .blog-img::after {
  content: "";
  box-shadow: inset 0px -390px 120px -235px var(--white-color--);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.blog-inner h2 {
  font-size: 75px;
  line-height: 85px;
  text-align: start;
}

.blog-inner .uncategorized-btn {
  width: auto;
  font-size: 11.9px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.25rem;
  margin: 0 13px 22px;
  border-radius: 0.25rem;
}

.blog-inner .part {
  font-size: 15px;
  line-height: 25px;
  margin: 30px 0;
}

.blog-inner span {
  font-size: 15px;
  line-height: 25px;
  position: relative;
  padding-inline: 4px;
  color: var(--main-color--);
}

.blog-inner span::before {
  content: "|";
  margin: 0 0.5rem;
}

.blog-inner span::after {
  content: "|";
  margin: 0 0.5rem;
}

.blog-inner p {
  margin-bottom: 2rem;
}

.blog-inner ul {
  margin-bottom: 2rem;
}

.blog-inner ul li {
  list-style: disc;
  margin-left: 2.3rem;
}

.next {
  position: relative;
}

.next .icon {
  font-size: 80% !important;
  letter-spacing: 0.05em;
}

.next span {
  position: absolute;
  color: var(--blog-span-color--);
  left: 48.6%;
  bottom: 43%;
}

.next span::before {
  content: "|";
}

.reply p {
  font-size: 13.6px;
  line-height: 14.6px;
  font-style: italic;
  margin: 0.8rem 0 1.3rem;
}

.reply input {
  outline: none;
}

.reply .form-check-label {
  font-size: 90%;
  line-height: 19.8833px;
}

.reply .btn {
  padding: 12px 25px;
}

/* contact-page----------------------------------------- */

.contact h6 {
  font-size: 50px;
  line-height: 60px;
}

.contact p {
  font-size: 15px;
  line-height: 25px;
}

.contact .contact-inner {
  margin-top: 40px;
}

.contact input {
  height: 52px;
}

.contact textarea {
  height: 180px;
}

.contact input,
textarea {
  outline: none;
  padding: 15px;
}

.contact .btn {
  padding: 15px 50px;
}

/* search-page----------------------------------------- */

.section .text {
  padding: 2rem;
}

.section span::before {
  margin: 0.7rem 0.4rem;
  content: "";
  background-color: var(--search-span-color--);
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
}

.section .color::before {
  background-color: var(--main-color--);
}

.section .img img {
  height: 248px;
}

.section .part .sec-img {
  overflow: hidden;
}

.section .part .sec-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}

.section .part:hover .sec-img img {
  transform: scale(1.1);
}

.section .d-flex {
  font-size: 13.6px;
  line-height: 21.7667px;
}

.section .blog-sec .d-flex {
  font-size: 16px;
  line-height: 26px;
}

.section .Uncategorized-btn {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: var(--black-color--);
  transition: all 0.2s ease-in-out;
}

.section .Uncategorized-btn:hover {
  color: var(--main-color--);
}

.section .sec-margin {
  padding: 40px 0;
}

.section h3 {
  line-height: 79.5px;
  transition: all 0.3s ease-in-out;
}

.section h3:hover {
  color: var(--main-color--);
}

.section h4 {
  line-height: 28.8px;
  transition: all 0.3s ease-in-out;
}

.section h4:hover {
  color: var(--main-color--);
}
