:root {
    --theme-clr: #01b5eb;
    --theme-clr-2: #1A1C29;
    --text-clr: #535862;
}

.txt-clr {
    color: var(--text-clr);
}

header{
    height: 100vh;
}
.headerImg{
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 0;
    right: 0;
    width: 100%;
}
.headerImg img {
    width: 100%;
}

/* NAVBAR */


.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    background-color: var(--theme-clr);
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0px;
    transition: .3s;
    border-radius: 5px;

}

.nav-link::before {
    content: '';
    position: absolute;
    background-color: var(--theme-clr);
    height: 0;
    width: 3.5px;
    right: 0;
    bottom: 0;
    transition-delay: .2s !important;
    transition: .3s;
    border-radius: 5px;

}

.nav-link:hover::after {
    width: 100%;
    left: 0;
}

.nav-link:hover::before {
    height: 100%;
    bottom: 0%;
}

/* NAVBAR */
.Feature_Box {
    border-radius: 5px;
    padding: 2rem;
    aspect-ratio: 1 / 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px;
    transition: .5s !important;
    /* background: #fff; */
}

.Feature_Box:hover {
    transition: 5s;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 0 54px 20px;
}

.Feature_icon {
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    background: hsl(0, 0%, 90%);
    padding: 1rem;
    margin-bottom: 2rem;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.Feature_Text p:first-child {
    font-weight: 600;
}

.Pricing_Box {
    border-radius: 20px;
    padding: 3rem 3rem 1.5rem 3rem;
    font-size: clamp(.8rem, 1.5vw, 1.2rem);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.recommend {
    background-color: #1A1C29;
    color: white;
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 0 5px #fff;
}


.Pricing_Body {
    text-align: center;
}

ul,
li {
    margin: 0 !important;
    padding: 0 !important;
}

.PricingBtn {
    background: #000;
    color: #fff;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    position: relative;
}

.PricingBtn>span {
    position: relative;
}

.PricingBtn>span>.arrow-1 {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    transition: .5s;
    top: 15%;
    left: 0;
    transform: rotate(-45deg);
    border-left: none;
    border-top: none;
    border-radius: 2px;
    transition: .5s;
}

.PricingBtn>span>.arrow-1::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #fff;
    transform-origin: right;
    transform: rotate(45deg) translate(-2px, 17px) scaleX(0);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;

}

.PricingBtn:hover .arrow-1::before {
    visibility: visible;
    opacity: 1;
    transform: rotate(45deg) translate(-2px, 17px) scaleX(1);

}

.Pricing_Body ul li {
    color: #ACACB7;
}

.Pricing_Body ul li>span {
    color: #111;
    font-weight: bolder;
}

.recommend .Pricing_Body ul li>span {
    color: #fff;
    font-weight: bolder;
}


.box {
    border-radius: 5px;
    -webkit-box-shadow: 0px 30px 40px -20px #a3a5ae;
    box-shadow: 0px 30px 40px -20px #a3a5ae;
    padding: 1rem;
    margin: 1rem;
    background: #fff;
}

.box p {
    color: #a3a5ae;
}

.box>img {
    float: right;
}

.cyan {
    border-top: 3px solid #45d3d3;
}

.red {
    border-top: 3px solid #FF2247;
}

.blue {
    border-top: 3px solid #2272FF;
}

.orange {
    border-top: 3px solid #FEBC0A;
}

@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: center;
    }
}
.row2-container{
    margin-top: 10rem;
}
@media (min-width: 950px) {

    .row1-container,
    .row2-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .box-down {
        position: relative;
        top: 150px;
    }

    .box {
        width: 30%;
    }

    .header p {
        width: 30%;
    }
}

/* END PRICING */
/* owl carousel arrows */
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
    width: 50px;
}

.owl-next {
    right: 0;
    width: 50px;

}

.owl-prev {
    color: #111111 !important;
    border: 1px solid;
    z-index: 100;
}

.owl-prev i {
    font-size: clamp(1.3rem, 2.5vw, 3rem);
}

.owl-next i {
    font-size: clamp(1.3rem, 2.5vw, 3rem);
}

.owl-next {
    color: #111111 !important;
    border: 1px solid;
    z-index: 100;
}

.fa-angle-double-right {
    color: var(--theme-clr);
}

.fa-angle-double-left {
    color: var(--theme-clr);
}

.owl-carousel::before,
.owl-carousel::after {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    position: absolute;
    width: 10%;
    z-index: 2;
}

.owl-carousel::before {
    left: 0;
    top: 0;
}

.owl-carousel::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/* ScreenShots END */

#GoTopbutton {
    background-color: var(--theme-clr-2) !important;
}

.SectionName p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .5em 1rem;
    border-radius: 2rem;
    background: #EFF0FF;
    color: #7A79D1;
    letter-spacing: .2rem;
    font-weight: bolder;
    font-size: .8rem;

}


.button2 {
    position: relative;
    display: inline-block;
    padding: 1rem 1.5rem;
    border-radius: .3rem;
    color: var(--theme-clr-2);
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    filter: hue-rotate(0deg);
    border: 2px solid #d2bdff;
    transition: all 0.1s linear;
}
.button2:hover {
    border: 2px solid transparent;
}
.button2:hover span {
    position: absolute;
    display: block;
}
.button2:hover span:nth-child(1) {
    filter: hue-rotate(0deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #3a86ff);
    animation: animate1 1s linear infinite;
}
@keyframes animate1 {
    0% {
        left: -100%;
   }
    50%, 100% {
        left: 100%;
   }
}
.button2:hover span:nth-child(2) {
    filter: hue-rotate(60deg);
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #3a86ff);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2 {
    0% {
        top: -100%;
   }
    50%, 100% {
        top: 100%;
   }
}
.button2:hover span:nth-child(3) {
    filter: hue-rotate(120deg);
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(270deg, transparent, #3a86ff);
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
}
@keyframes animate3 {
    0% {
        right: -100%;
        height: 3px;
   }
    50%, 100% {
        height: 2px;
        right: 100%;
   }
}
.button2:hover span:nth-child(4) {
    filter: hue-rotate(300deg);
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #3a86ff);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4 {
    0% {
        bottom: -100%;
   }
    50%, 100% {
        bottom: 100%;
   }
}
