@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "megant-personal-use-onlyRg";
  src: local(""),
    url("../css/megante-personal-use-webfont.woff2") format("woff2"),
    url("../css/megante-personal-use-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.megant {
  font-family: "megant-personal-use-onlyRg";
  letter-spacing: 2px;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  cursor: pointer !important;
}

p {
  font-size: 18px;
}

.py-100 {
  padding: 100px 0;
}

.pb-100 {
  padding: 0 0 100px 0;
}

.fbfbfb {
  background: #fbfbfb;
}

.fs-15 {
  font-size: 15px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

/*---------------------------------------------------------header-------------------------------------------------------*/

.logo {
  width: 250px;
}

.btn-style {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 20px;
  border: 2px solid #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  font-weight: 500 !important;
  color: #000;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.btn-style-white {
  border: 2px solid #fff !important;
  color: #fff;
}

.btn-style-000 {
  border: 2px solid #000 !important;
}

.btn-style-000:hover {
  border: 2px solid #000 !important;
  color: #fff !important;
  background-color: #000 !important;
}

.btn-style:hover {
  background: #fff;
  cursor: pointer;
  color: #000;
}

.main-btn {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

.main-btn:hover {
  background-color: #2c2c2c;
  color: #fff;
}

/*---------------------------------------------------------banner-------------------------------------------------------*/

.banner {
  background-attachment: fixed;
}

.banner,
.banner-inner {
  height: 100vh;
  max-height: 100%;
}

.banner {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-text h2 {
  font-size: 24px;
  letter-spacing: 3px;
}

.banner-text h3 {
  font-size: 18px;
  letter-spacing: 3px;
}

.section-v2-b1 {
  background: url(../img/section2bg.jpg) no-repeat center center;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.banner-form {
  width: 100%;
  background: #000;
  z-index: 1;
}

.banner-form-inner ul {
  width: 100%;
}

.banner-form-inner ul li {
  width: calc(96% / 4);
  float: left;
  margin-bottom: 0 !important;
}

.list-wrap-inner li {
  width: 100% !important;
}

.banner-form-inner .list-wrap li input,
.banner-form-inner .list-wrap li select {
  border-radius: 0 !important;
  font-size: 12px !important;
  padding: 6px 10px !important;
  height: 40px !important;
}

.banner-submit,
.btn-submit-popup {
  background: #0000007d;
  color: #fff;
}

@keyframes StarBackground {
  10% {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  }
  20% {
    background-color: rgba(255, 255, 255, 0);
  }
  40% {
    background-color: rgba(255, 255, 255, 0.05);
  }
  50% {
    background-color: rgba(255, 255, 255, 0);
  }
  60% {
    background-color: rgba(255, 255, 255, 0.3);
  }
  70% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  80% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  90% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.09);
  }
}
@keyframes StarBorderColor {
  10% {
    border-color: rgba(255, 255, 255, 0.1);
  }
  20% {
    border-color: rgba(255, 255, 255, 0.05);
  }
  40% {
    border-color: rgba(255, 255, 255, 0);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
  }
  60% {
    border-color: rgba(255, 255, 255, 0);
  }
  70% {
    border-color: rgba(255, 255, 255, 0.2);
  }
  80% {
    border-color: rgba(255, 255, 255, 0.7);
  }
  90% {
    border-color: rgba(255, 255, 255, 0);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.4);
  }
}
.btn-star {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 30px;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  color: rgba(255, 255, 255, 1);
  font-weight: 100;
  transition: color 0.5s ease, background-color 0.1s ease;
  text-decoration: none;
}
.btn-star .top_left,
.btn-star .top_right,
.btn-star .bottom_left,
.btn-star .bottom_right {
  width: 10px;
  height: 10px;
  position: absolute;
}
.btn-star .bottom_right,
.btn-star .bottom_left {
  bottom: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.9);
}
.btn-star .top_left,
.btn-star .top_right {
  top: 0;
  border-top: 3px solid rgba(255, 255, 255, 0.9);
}
.btn-star .top_left,
.btn-star .bottom_left {
  left: 0;
  border-left: 3px solid rgba(255, 255, 255, 0.9);
}
.btn-star .top_right,
.btn-star .bottom_right {
  right: 0;
  border-right: 3px solid rgba(255, 255, 255, 0.9);
}
.btn-star:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  top: 0;
  left: 0;
  transition: border-color 0.2s ease;
}
.btn-star:hover {
  -webkit-animation: StarBackground 0.5s;
  /* Safari 4.0 - 8.0 */
  animation: StarBackground 0.5s;
  background-color: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 1);
}
.btn-star:hover .top_left,
.btn-star:hover .top_right,
.btn-star:hover .bottom_left,
.btn-star:hover .bottom_right {
  border: none;
}
.btn-star:hover:before {
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: StarBorderColor 1s;
  /* Safari 4.0 - 8.0 */
  animation: StarBorderColor 1s;
  border: 2px solid #fff;
}

.HOT-SELLING-text {
  background-color: #000;
  padding: 30px;
}

.HOT-SELLING-title {
  font-size: 22px;
}

.REASONS img {
  width: 75px;
  margin-bottom: 15px;
}

.ABOUT-EMINENCE-box img {
  width: 75px;
}

.img-height {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*============================= form ===============================*/

.footer-inner-a ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-inner-a ul li a:hover {
  border-bottom: 1px solid #fff;
}

.newsletter-content {
  text-align: center;
}

.footer-form .list-wrap li {
  margin-bottom: 25px;
}

.footer-form .list-wrap li input,
.footer-form .list-wrap li select {
  width: 100%;
  border: 1.3px solid #000;
  border-radius: 8px;
  font-size: 15px;
  padding: 13px 15px;
  height: 50px;
}

.footer {
  background-color: #000;
  color: #fff;
}

.popup-form input,
.popup-form select {
  width: 100%;
  border: 1.3px solid #000;
  border-radius: 8px;
  font-size: 15px;
  padding: 13px 15px;
  height: 50px;
  margin-bottom: 25px;
}

.modal-header img {
  border-radius: 5px 5px 0 0;
}

.modal-header h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.modal-header .btn-close {
  background-color: red;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
}

.modal-dialog {
  max-width: 550px;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

a.stiky-ws-fix {
  position: fixed;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 1030;
}

.banner-2 {
  height: 70vh !important;
}

/* .hadding {
    font-size: 36px;
} */

.WHY-INVEST,
.form-section {
  background-image: url(../img/section2bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.form-width {
  width: 600px;
  margin: 0 auto;
}

.newsletter-inner {
  border-radius: 16px;
  padding: 100px;
}

.popup-form input,
.newsletter-form input,
.newsletter-form button {
  width: 100%;
  border: 1.3px solid #000;
  border-radius: 8px;
  font-size: 15px;
  padding: 10px 15px;
  height: 50px;
  margin-bottom: 25px;
}

.REASONS-box {
  display: flex;
  justify-content: center;
  padding: 35px;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  align-items: center;
  flex-direction: column;
  background: #f9f9f9;
  margin: 0 auto;
}

.REASONS-box h5 {
  font-size: 16px;
  font-weight: 700;
}

.ABOUT-EMINENCE-box {
  display: flex;
  justify-content: center;
  padding: 35px;
  height: 200px;
  width: 325px;
  align-items: center;
  flex-direction: column;
  background: #f9f9f9;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .banner-form-width {
    width: 70% !important;
  }

  .banner-form-inner .footer-form {
    width: 600px;
    margin: 0 auto;
  }

  .banner-form-inner ul li {
    width: 100%;
    margin-bottom: 20px !important;
  }

  ul.banner-ul-inner li {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .py-100 {
    padding: 60px 0;
  }

  p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .project-desc-4 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-form-inner .footer-form {
    width: 100%;
  }
  .banner {
    height: 100vh;
  }

  .modal-header .btn-close {
    top: -24px;
    right: 6px;
  }

  .form-width {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .banner-text h2 {
    font-size: 16px;
  }

  .banner-text h3 {
    font-size: 13px;
  }

  .footer-form .list-wrap li input,
  .footer-form .list-wrap li select {
    width: 99%;
  }

  .width-29 {
    width: 29% !important;
  }

  .banner-h2 {
    font-size: 16px;
  }

  .fs-40 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 455px) {
  #footerphone {
    width: 74% !important;
  }

  .footer h6 {
    font-size: 13px;
  }

  .fs-40 {
    font-size: 20px;
  }
}
