*,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Nunito", serif;
  background: #000;
  color: #fff;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Glinster";
  src: url("../fonts/GlinsterRegular.eot");
  src: url("../fonts/GlinsterRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GlinsterRegular.woff2") format("woff2"),
    url("../fonts/GlinsterRegular.woff") format("woff"),
    url("../fonts/GlinsterRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.container-a {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* /////////// variables ////////// */
:root {
  --color-a: #000;
  --color-b: #d0b8ac;
  --color-c: #363636;
  --color-m: #fff;
}

/* ///////////////////////////////////////////////////////// */
/* ////////////////// custom css //////////////////////// */
.sec-heading {
  color: var(--color-b);
  font-family: "Glinster";
  font-size: 130px;
  font-weight: 400;
}

.txt-p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 20.43px;
}

.btn-a {
  color: var(--color-b);
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hl {
  height: 1px;
  background: var(--color-b);
}
.vl {
  width: 1px;
  background: var(--color-b);
}

.v-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* bs-5.3 */
.navbar {
  padding: 0;
  padding-top: 32px;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar-nav {
  gap: 65px;
}
.navbar-collapse {
  gap: 76px;
}
.nav-link {
  color: var(--color-m);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}
/*  */
.offcanvas {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  & .offcanvas-header .btn-close {
    background-color: #fff;
  }
}

/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ////////////// Navbar ///////////// */

/* ////////////// hero-sec ///////////// */
.home .hero-sec {
  width: 100%;
  height: 936px;
  flex-shrink: 0;
  background-image: url("../images/banner-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.hero-sec .sec-heading {
  max-width: 367px;
}
.hero-sec .txt-p {
  font-size: 16px;
  max-width: 367px;
  margin-top: 47px;
  margin-bottom: 61px;
}

.hero-sec .logos {
  padding-top: 31px;
  padding-bottom: 31px;
  gap: 30px;
}

.hero-sec .vl {
  height: 187.003px;
}
/* ////////////// profile-sec ///////////// */
.profile-sec {
  padding-top: 153px;
  padding-bottom: 153px;
  gap: 55px;
}
.profile-sec .block-a .txt-block {
  margin-top: 61px;
  position: absolute;
}
.profile-sec .block-a .sec-heading:last-child {
  margin-left: 127px;
}

.profile-sec .block-b .txt-p {
  max-width: 658px;
}
.profile-sec .block-b .sub-block {
  margin-top: 72px;
}
.profile-sec .block-b .vl {
  margin-left: 114px;
  height: 242px;
}

/* ////////////// portfolio ///////////// */
.portfolio {
  padding-top: 100px;
  padding-bottom: 100px;
}
.portfolio .sec-heading {
  font-size: 75px;
  margin-bottom: 54px;
}
.portfolio .block-a .hl {
  margin-top: 93px;
}
.portfolio .block-b .txt-p {
  max-width: 602px;
}
.portfolio .m-block {
  gap: 45px;
}
.portfolio .img-block {
  margin-top: 59px;
  width: 100%;
}
.portfolio .img-block .img-1 {
  position: absolute;
  bottom: -66px;
  left: 0;
}
.portfolio .btn-sec {
  margin-top: 86px;
}
/* ////////////// works ///////////// */
.works .top-block .sec-heading {
  max-width: 390px;
  font-size: 100px;
  margin-bottom: 23px;
}
.works .top-block .txt-p {
  max-width: 468px;
}
.works .vl {
  margin-left: 42px;
}
.works .top-block {
  margin-bottom: 68px;
}

/*  */
.swiper-wrapper {
  cursor: pointer;
}
.swiper.workSlider {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.workSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  top: inherit;
  width: 268px;
  height: 2px;
  flex-shrink: 0;
  background: #585858;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #d0b8ac;
}
.workSlider .sw-nav {
  gap: 24px;
  margin-top: 40px;
}
.swiper-button-prev,
.swiper-button-next {
  position: static;
  top: inherit;
  margin-top: 0;

  &::after {
    content: inherit;
  }
}

/* ////////////// price ///////////// */
.price {
  gap: 32px;
}
.price .sec-heading {
  font-size: 75px;
}
.price .txt-a {
  color: var(--color-m);
  font-family: "Open Sans";
  font-size: 25px;
  font-weight: 400;
}
.price .txt-p {
  margin-top: 16px;
  max-width: 567.398px;
}
.price .vl {
  margin-left: 28px;
}
.price ul {
  gap: 57px;
}
.price .btn-sec {
  margin-top: 78px;
}

/* ////////////// reviews ///////////// */
.reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}
.reviews .sec-heading {
  font-size: 100px;
}
.reviews .vl {
  height: 130px;
}
.reviews .top-block {
  position: relative;
  margin-bottom: 47px;
}

.swiper.revirewSlider {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.revirewSlider .sw-nav {
  gap: 24px;
  margin-top: 78px;
}
.revirewSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.revirewSlider .swiper-slide.swiper-slide-next {
  transform: scale(1.2);
  z-index: 2;
}

/* ////////////// contact ///////////// */
.contact {
  position: relative;
  gap: 54px;
}
.contact .sec-heading {
  max-width: 530px;
  font-size: 100px;
}
.contact .img-1 {
  margin-top: 70px;
}
.contact .contact-form {
  position: absolute;
  bottom: 102px;
  left: 0;
  max-width: 685px;
  /* height: 410px; */
  padding-top: 67px;
  padding-right: 75px;
  padding-bottom: 50px;
  padding-left: 52px;
  background: #363636;
}
.contact .contact-form .inp-fild {
  color: #6c6c6c;
  transition: 0.5s ease-in-out;
  &:hover {
    color: #fff;
  }
}
.contact .contact-form label {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
}
.contact .contact-form .inp-fild:nth-child(3) {
  margin-top: 50px;
}
.contact .contact-form textarea,
.contact .contact-form input {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  padding-block: 6px;
  background: transparent;
  border: none;
  border-radius: inherit;
  border-bottom: 2px solid;
  border-color: #6c6c6c;
  transition: 0.5s ease-in-out;
  &:hover {
    border-color: #fff;
  }
}
.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: #6c6c6c;
  transition: 0.5s ease-in-out;
}
.contact .contact-form input:hover::placeholder,
.contact .contact-form textarea:hover::placeholder {
  color: #fff;
}
.contact .contact-form .btn-a {
  margin-top: 43px;
}

/* ////////////// footer ///////////// */
.footer {
  padding-top: 60px;
  padding-bottom: 24px;
}

.footer .link-block {
  gap: 40px;
}
.footer .sec-heading {
  font-size: 30px;
  margin-top: 24px;
}
.footer .hl {
  margin-top: 58px;
}
.footer .txt-a {
  color: var(--color-m);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}
.footer .s-block {
  width: 318.23px;
  gap: 28px;
}
.footer .txt-a.c {
  font-size: 15px;
  margin-top: 31px;
}

/* ///////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////// */
/* ////////////// media-quaries ///////////// */

@media screen and (max-device-width: 1400px) {
}
@media screen and (max-device-width: 1200px) {
  .container-a {
    padding-left: 27px;
    padding-right: 27px;
  }

  .profile-sec .block-a .txt-block {
    margin-top: 40px;
    position: static;
  }
  .profile-sec .block-a .sec-heading:last-child {
    margin-left: 0px;
  }
}
@media screen and (max-device-width: 1200px) {
}
@media screen and (max-device-width: 1140px) {
}
@media screen and (max-device-width: 992px) {
}
@media screen and (max-device-width: 768px) {
  .btn-a {
    font-size: 25px;
    gap: 15px;
  }
  .hero-sec .btn-sec {
    margin-top: 79px;
    margin-bottom: 73px;
  }
  .profile-sec .block-a .sec-heading {
    font-size: 60px;
  }

  .portfolio .img-block .img-1 {
    position: absolute;
    bottom: -79px;
    left: inherit;
    right: 0;
  }
  .portfolio .btn-sec {
    margin-top: 134px;
  }

  .revirewSlider .swiper-slide.swiper-slide-next {
    transform: inherit;
  }

  .contact .r-block {
    position: relative;
  }
  .contact .contact-form {
    position: inherit;
    margin-inline: 15px;
    margin-top: -150px;
    bottom: 0px;
    left: 0;
    padding-top: 65px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 28px;
    z-index: 5;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .footer .m-block {
    gap: 50px;
  }
  .footer .sec-heading {
    margin-bottom: 0px;
  }
  .footer .hl {
    margin-top: 80px;
  }
}

@media screen and (max-device-width: 576px) {
  .navbar-nav {
    gap: 5px;
  }
  .v-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*  */
  .home .hero-sec {
    height: 936px;
    /* background-position: center; */
    background-position: bottom 50px right -400px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero-sec .sec-heading {
    font-size: 85px;
    margin-bottom: 36px;
  }

  .profile-sec {
    padding-top: 0px;
    padding-bottom: 84px;
    gap: 34px;
  }
  .profile-sec .block-b .sub-block {
    margin-top: 40px;
  }

  .portfolio {
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .works .top-block .sec-heading {
    max-width: 100%;
    font-size: 60px;
    margin-bottom: 38px;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 224px;
  }
  .workSlider .sw-nav {
    gap: 15px;
  }

  .price {
    gap: 50px;
  }
  .price ul {
    gap: 45px;
  }

  .reviews .sec-heading {
    font-size: 45px;
  }
  .revirewSlider .sw-nav {
    margin-top: 50px;
  }

  .contact {
    /* position: static; */
    gap: 50px;
  }
  .contact .sec-heading {
    font-size: 45px;
  }
  .contact .img-1 {
    margin-top: 0px;
  }

  .footer.container-a {
    padding-left: 0;
    padding-right: 0;
  }

  .footer .txt-a.c {
    font-size: 15px;
    margin-top: 50px;
  }
}
