/* Intro Area Start Here */
.intro-area {
    /* background-color: var(--section-bg); */
    /* background-color: #f5e5d8; */
    background-image: url('../img/home/slide_1_bg.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
}

@media only screen and (max-width: 1199px) {
    .intro-area {
        padding-top:140px;
        padding-bottom: 140px
    }
}

.dark .intro-area {
    background-color: #171717
}

.intro-area .intro-grid {
    display: grid;
    grid-template-columns: 200px 600px 1fr;
    align-items: end;
    padding-top: 20vh;
}

@media only screen and (max-width: 1919px) {
    .intro-area .intro-grid {
        grid-template-columns:200px 600px 1fr
    }
}

@media only screen and (max-width: 1599px) {
    .intro-area .intro-grid {
        grid-template-columns:0px 600px 1fr;
        padding-top: 5vh;
    }
}
@media only screen and (min-height: 699px) and (max-width: 1599px) {
    .intro-area .intro-grid {
        padding-top: 17vh;
    }
}
@media only screen and (max-height: 699px) and (max-width: 1599px) {
    .intro-area .intro-grid {
        padding-top: 10vh;
    }
}


@media only screen and (max-width: 991px) {
    .intro-area .intro-grid {
        grid-template-columns:355px 1fr
    }
}

@media only screen and (max-width: 767px) {
    .intro-area .intro-grid {
        grid-template-columns:1fr
    }
}

.intro-area .intro-info .text {
    padding-bottom: 13px;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.intro-area .highlight-text {
    font-size: 24px;
    font-weight: 400;
    max-width: 200px;
    line-height: 1.8;
    padding-bottom: 78px;
}

@media only screen and (max-width: 1919px) {
    .intro-area .highlight-text {
        padding-bottom:28px
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .highlight-text {
        max-width:201px
    }
}

.intro-area .arrow-button {
    padding-bottom: 156px
}

.dir-rtl .intro-area .arrow-button {
    transform: rotateY(180deg)
}

@media only screen and (max-width: 1919px) {
    .intro-area .arrow-button {
        max-width:40px;
        padding-bottom: 46px
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .arrow-button {
        display:none
    }
}

.intro-area .counter-box {
    background-color: #bacec982;
    padding: 35px;
    border-radius: 30px;
    max-width: 230px;
    position: absolute;
    top: 20vh;
    right: 150px;
    -webkit-animation: platform 4s infinite ease-in-out;
          animation: platform 4s infinite ease-in-out;
}

@-webkit-keyframes platform {
  0%, 100% {
    transform: translateY(-0.8em);
  }
  50% {
    transform: translateY(0.8em);
  }
}
@keyframes platform {
  0%, 100% {
    transform: translateY(-0.8em);
  }
  50% {
    transform: translateY(0.8em);
  }
}

.intro-area .counter-box p{
    /* color: #fff; */
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.intro-area .counter-box img{
    filter: grayscale(0.9);
}

.dark .intro-area .counter-box {
    background-color: #222
}

@media only screen and (max-width: 1599px) {
    .intro-area .counter-box {
        right: 50px;
    }
}
@media only screen and (max-width: 1399px) {
    .intro-area .counter-box {
        padding:25px;
        border-radius: 15px
    }
}

/* .intro-area .counter-box::before {
    position: absolute;
    content: "";
    inset-inline-end: -68px;
    top: 50%;
    transform: translateY(-50%);
    width: 82px;
    height: 2px;
    background-color: #999999;
} */

@media only screen and (max-width: 767px) {
    .intro-area .counter-box::before {
        display:none
    }
}

.intro-area .counter-title {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 10px;
    /* color: #ffffff; */
}

@media only screen and (max-width: 1919px) {
    .intro-area .counter-title {
        font-size:40px
    }
}

@media only screen and (max-width: 767px) {
    .intro-area .intro-content {
        order:-1;
        margin-bottom: 30px
    }
}

.intro-area .intro-content .text {
    font-size: 24px;
    padding-bottom: 50px;
    font-weight: 300
}

@media only screen and (max-width: 1399px) {
    .intro-area .intro-content .text {
        font-size:20px
    }
}

.intro-area .intro-title {
    position: relative;
    font-family: var(--font_teko);
    font-size: 60px;
    text-transform: uppercase;
    padding-bottom: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: .92;
    color: #000;
    min-width: 700px;
}
/* .intro-area .intro-title div{
    background: linear-gradient(0deg, #5270ff, #02c063);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
} */
.intro-area .intro-title span {
    background: linear-gradient(0deg, #374bac, #58ef8e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 100px;
    line-height: 0.8;
}
.intro-area .intro-title span.highlight {
    font-size: 150px;
}
/* .intro-area .intro-title span::after {
    position: absolute;
    content: "";
    top: -85px;
    right: 52px;
    width: 70px;
    height: 100px;
    background-image: url('../img/home/stuck.png');
    background-size: contain;
    background-repeat: no-repeat;
} */

@media only screen and (max-width: 1919px) {
    .intro-area .intro-title {
        font-size: 60px
    }
}
@media only screen and (max-width: 1599px) {
    .intro-area .intro-title {
        font-size: 60px
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .intro-title {
        font-size: 60px;
        min-width: auto;
        max-width: 100%;
    }
    .intro-area .intro-title span.highlight {
        font-size: 120px;
    }
    .intro-area .intro-title span {
        font-size: 85px;
    }
}

@media only screen and (max-width: 991px) {
    .intro-area .intro-title {
        font-size:56px
    }
}

@media(max-width: 575px) {
    .intro-area .intro-title {
        font-size:46px
    }
}

.intro-area .intro-title .small-hypen {
    display: inline-block;
    height: 15px;
    width: 30px;
    background-color: #121212;
    border-radius: 3px;
    position: relative;
    top: -20px
}

@media only screen and (max-width: 1199px) {
    .intro-area .intro-title .small-hypen {
        height:10px;
        top: -15px
    }
}

@media only screen and (max-width: 991px) {
    .intro-area .intro-title .small-hypen {
        height:5px;
        top: -10px
    }
}

.intro-area .main-thumb {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .intro-area .main-thumb {
        display:none
    }
}

.dir-rtl .intro-area .main-thumb img {
    transform: rotateY(180deg)
}

.intro-area .shape-1 {
    position: absolute;
    inset-inline-end: 0;
    bottom: 27%
}

.dir-rtl .intro-area .shape-1 {
    transform: rotateY(180deg)
}

@media only screen and (max-width: 1919px) {
    .intro-area .shape-1 {
        width:100px
    }
}

@media only screen and (max-width: 1399px) {
    .intro-area .shape-1 {
        bottom:17%
    }
}
/* Intro Area End Now */
.info-text .text {
    /* background-color: #1c1c1c; */
    padding: 13px 30px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    color: #285445;
    border: 1px solid;
    max-width: 500px;
    padding-bottom: 13px !important;
    font-size: 16px !important;
    text-transform: capitalize;
    position: relative;
}
.info-text .text {}
.info-text .text .wc-btn-underline {
    color: var(--white);
    font-size: inherit;
    font-weight: inherit;
    padding-bottom: 0;
}
