/*--------------------------------------------------------------

--------------------------------------------------------------*/
:root {
  --qrowd-font: 'Manrope', sans-serif;
  --qrowd-reey-font: "reeyregular";
  --qrowd-gray: #4b5454;
  --qrowd-gray-rgb: 75, 84, 84;
  --qrowd-white: #ffffff;
  --qrowd-white-rgb: 255, 255, 255;
 /* --qrowd-base: #fe7f4c;   */
  --qrowd-base: #C3A332;
  --qrowd-base-rgb: 254, 127, 76;
  --qrowd-black: #1e3737;
  --qrowd-black-rgb: 30, 55, 55;
  --qrowd-primary: #743187;
  /* --qrowd-primary: #07847f; */
  --qrowd-primary-rgb: 7, 132, 127;
  --qrowd-extra: #f2f7f7;
  --qrowd-extra-rgb: 242, 247, 247;
  --qrowd-letter-spacing: -0.04em;
  --qrowd-black-ext: #743187;
  --qrowd-black-ext1: #cea0dc;
}

body {
  font-family: var(--qrowd-font);
  color: var(--qrowd-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

a {
  color: var(--qrowd-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--qrowd-black);
  margin: 0;
  letter-spacing: var(--qrowd-letter-spacing);
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--qrowd-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--qrowd-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--qrowd-base);
  opacity: 0.4;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  background-color: var(--qrowd-base);
  color: var(--qrowd-white);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 15px 50px 15px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: var(--qrowd-black-ext);
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.main-header-two__contact-list li .text p {
  font-size: 13px;
  font-weight: 500;
  color: #F9FAFA;
}

.main-header-two__contact-list li .text p a {
  color: #F9FAFA;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__login {
  position: relative;
  display: block;
  background-color: var(--qrowd-black-ext);
  padding: 5px 40px 5px;
}

.main-header-two__login-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #F9FAFA;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__login-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #F9FAFA;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__login-list li a:hover {
  color: var(--qrowd-base);
}

.main-header-two__login-list li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -9px;
  height: 10px;
  width: 1px;
  background-color: #F9FAFA;
  transform: rotate(15deg);
}

.stricky-header.main-menu-two {
  background-color: var(--qrowd-black-ext);
}

.site-footer {
  position: relative;
  display: block;
  background-color: var(--qrowd-black-ext);
  z-index: 1;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--qrowd-black-ext);
}

.black-bg {
  background-color: var(--qrowd-black-ext);
}

.counter-one__single:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: #cea0dc;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-one__single-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #cea0dc;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-one__icon {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  height: 114px;
  width: 114px;
  background-color: #cea0dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.counter-one__text {
  color: var(--qrowd-white);
  font-weight: 500;
  line-height: 27px;
}

.counter-one__single:hover:before {
  background-color: var(--qrowd-base);
}

.welcome-one {
  padding: 180px 0 100px;
  z-index: 1;
}

.welcome-one__left:before {
  top: 50px;    
}

.welcome-one__img-one:before {
  background-color: var(--qrowd-primary);
  content: "";
}

/*theme button*/
.thm-btn {
  padding: 10px 40px 10px;
  background-color: var(--qrowd-base);
  color: var(--qrowd-white);
}

.thm-btn::before {
  background-color: var(--qrowd-black-ext);
}

.thm-btn:hover {
  color: var(--qrowd-white);
}

.thm-btn:hover:before {
  height: 380%;
}

.why-choose-one__left {
  padding: 10px 0 100px;
}

.section-title__title {
  margin: 0;
  color: var(--qrowd-black);
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-top: 5px;
}

/* .counter-one {
  position: relative;
  display: block;
  padding: 180px 0 90px;
} */


/** main-slider **/

.main-slider{
  position: relative;
  margin-bottom: 100px;
}

.main-slider .text{
  position: relative;
  display: block;
  font-size: 25px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
}

.main-slider h1{
  font-size: 60px;
  color: #fff;
  font-family: 'Montserrat','Open Sans',sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 90px;
  letter-spacing: -0.04em;
  margin-top: 12px;
  margin-bottom: 10px;
  opacity: 90;
}


.tp-rightarrow.preview3 .tp-arr-iwrapper,
.tp-leftarrow.preview3 .tp-arr-iwrapper,
.tp-bullets.preview3{
  display: none;
}
.tparrows.preview3{
  background: none !important;
  margin: 0px 50px;
  top: 50% !important;
}
.tparrows.preview3:after{
  background: none !important;
  top: 60% !important;
  font-size: 20px;
  color: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border: 2px solid #c8cdd3;
  border-radius: 5px;
}
.main-slider .btn-two{
  color: #fff !important;
  margin-left: 10px;
  transition: all 900ms ease;
}
.main-slider .btn-two:hover{
  background: #f6b129;
  border: 2px solid #f6b129;
  transition: all 900ms ease;
}
.main-slider .btn-one{
  color: #fff !important;
  border-radius: 5px;
  padding: 11px 33px 10px 33px;
  border: 2px solid #f6b129;
  transition: all 900ms ease;
}
.main-slider .btn-one:hover{
  background: transparent;
  border: 2px solid #fff;
  transition: all 900ms ease;
}
#slide-1687-layer-4,#slide-1688-layer-4,#slide-1689-layer-4{
  padding: 0px !important;
  border: none;
}
#slide-1687-layer-4:hover,
#slide-1688-layer-4:hover,
#slide-1689-layer-4:hover{
  background: none !important;
}
#slide-1688-layer-1,
#slide-1689-layer-1{
  background: rgba(0, 0, 0, 0.1) !important;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="password"],
.contact-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: var(--qrowd-extra);
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  font-size: 14px;
  color: var(--qrowd-gray);
  display: block;
  font-weight: 500;
}

.contact-form__input-box textarea {
  font-size: 14px;
  color: var(--qrowd-gray);
  height: 190px;
  width: 100%;
  background-color: var(--qrowd-extra);
  padding: 10px 10px 10px;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
}

.footer-widget__about-text-box {
  color: #F9FAFA;
}

.footer-widget__about-text {
  font-size: 15px;
  font-weight: 500;
  color: #F9FAFA;
}

.footer-widget__Explore-list li a {
  font-size: 15px;
  font-weight: 500;
  color: #F9FAFA;
}

.footer-widget__Contact-list li .text p {
  font-size: 15px;
  font-weight: 500;
  color: #F9FAFA;
}

.footer-widget__Contact-list li .text p a {
  color: #F9FAFA;
}

.site-footer__bottom {
  position: relative;
  display: block;
  padding: 33px 0 38px;
  background-color: rgb(40, 17, 49);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.08);
}

.site-footer__bottom-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #D5DCDC;
}

.site-footer__bottom-text a {
  color: #D5DCDC;
}
