:root {
  --qrowd-font: 'Manrope', sans-serif;
  --qrowd-reey-font: 'Manrope', sans-serif;
  --qrowd-gray: #6e7a7a;
  --qrowd-gray-rgb: 110, 122, 122;
  --qrowd-white: #ffffff;
  --qrowd-white-rgb: 255, 255, 255;
  --qrowd-base: #fe7f4c;
  --qrowd-base-rgb: 254, 127, 76;
  --qrowd-black: #1e3737;
  --qrowd-black-rgb: 30, 55, 55;
  --qrowd-primary: #dcbf52;
  --qrowd-primary-rgb: 7, 132, 127;
  --qrowd-extra: #f2f7f7;
  --qrowd-extra-rgb: 242, 247, 247;
  --qrowd-letter-spacing: -0.04em;

}

/*--------------------------------------------------------------
# Ready One
--------------------------------------------------------------*/
.ready-one {
  position: relative;
  display: block;
  z-index: 2;
	margin: 25px 0px;
}

.ready-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--qrowd-base);
  padding: 57px 60px 56px;
  overflow: hidden;
  z-index: 1;
}

.ready-one-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: .10;
  z-index: -1;
}

.ready-one-shape-1 img {
  width: auto;
}

.ready-one__big-icon {
  position: absolute;
  right: 0;
  top: -95px;
  transform: rotate(-30deg);
}

.ready-one__big-icon span {
  position: relative;
  display: inline-block;
  font-size: 350px;
  color: rgba(var(--qrowd-white-rgb), .10);
}

.ready-one__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--qrowd-black);
  content: "";
  z-index: 1;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.ready-one__left {
  position: relative;
  display: flex;
  align-items: center;
}

.ready-one__left .icon {
  position: relative;
  margin-right: 10px;
  top: 7px;
}

.ready-one__left .icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--qrowd-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.ready-one__left .icon:hover span {
  transform: scale(.9);
}

.ready-one__left .content {
  position: relative;
  display: block;
}

.ready-one__inner h3{ margin-bottom: 15px;}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    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;
}

.ready-one__left .content p {
  font-size: 16px;
  font-weight: 500;
  color: #ffd7c7;
  line-height: 26px;
}

.ready-one__left .content h3 {
  font-size: 34px;
  font-weight: 800;
  color: var(--qrowd-white);
}

.ready-one__right .thm-btn {
  background-color: var(--qrowd-black);
}

.ready-one__right .thm-btn::before {
  background-color: var(--qrowd-white);
}

.ready-one__right .ready-one__btn:hover {
  color: var(--qrowd-base);
}

.ready-one__right .thm-btn {
    background-color: var(--qrowd-black);
}