@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap");
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html,
body {
    position: relative;
    height: 100%;
    font-family: Montserrat, sans-serif;
}
.mainSwiper {
    width: 100%;
    height: 100%;
    background: #000;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 20px 10px; */
}

.swiper-button-next, .swiper-button-prev{
    background: #fff;
    padding: 18px;
    border-radius: 50%;
    color: #000000;
}

.spazeone-slider .swiper-slide, .spazeone-slider .swiper-slide img{
    width: 100%;
    /* height: 454px; */
    /* height: 80vh; */
}

/* Add this to your stylesheets */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-description {
    position: absolute;
    left: 7%;
    top: 30%;
    width: 45%;
    text-align: left;
    animation: slideIn 0.5s ease-in-out; /* Adjust the animation duration and easing as needed */
}
.banner-form {
    position: absolute;
    right: 7%;
    top: 18%;
    width: 28%;
    text-align: left;
    animation: slideIn 0.9s ease; /* Adjust the animation duration and easing as needed */
}

.article-container:hover img {
    transform: scale(1.05); /* You can adjust the scale factor as needed */
    transition: transform 0.5s ease; /* You can adjust the transition duration and easing function as needed */
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.slider-bonav .title {
    font-size: 41px;
    font-weight: 300;
}

.slider-bonav .subtitle {
    font-size: 21px;
}

.slider-bonav .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}
.slider-bonav {
    height: 80vh !important;
}

/* Testimonial */
:root {
    --theme-color: rgb(45 212 191);
    --bg-color: rgba(79, 48, 183, 0.06);
    --comp-color: #099983;
    --gradient: linear-gradient(rgb(102, 211, 197) 0%, rgb(45 212 191) 100%);
}
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap");

.text-center {
    text-align: center;
}
h2,
h1 {
    margin: 0;
    padding-top: 30px;
}

.bg-color {
    background: var(--bg-color);
}

.half-color-box {
    background: var(--gradient);
    height: 300px;
    margin-bottom: 100px;
}

.text-whtie {
    color: #fff !important;
}

.bold {
    font-weight: bolder;
}

.por {
    position: relative;
}

.review-box .quote {
    position: absolute;
    width: 40px;
    right: 10px;
    bottom: 10px;
}

.test-arrowbox {
    position: absolute;
    right: 20px;
    display: flex;
    top: 70px;
}

.review-box {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.review-box h5 {
    margin: 0;
}

.review-box p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #7d8597;
}

.user-post {
    font-size: 14px;
    margin: 0 !important;
}

.swiper-testimonial {
    padding: 100px 20px;
    padding-top: 30px;
}

.half-color-box {
    background: var(--gradient);
    height: 300px;
    margin-bottom: 140px;
}

.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
    margin-right: 20px;
    /* background: var(--comp-color);2 */
    border-radius: 50%;
    --size: 55px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-right {
    transform: rotate(180deg);
    margin-top: -8px;
}

.arrow {
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.arrow:hover {
    transform: translateX(-15px);
}

ul.toggle li {
    font-weight: 500;
    color: rgb(107 114 128);
}

/* Plan List */
.plan-list li {
    margin-bottom: 20px;
}
.plan-list .box {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 25px 220px 25px 90px;
    position: relative;
    min-height: 135px;
    cursor: pointer;
}
.plan-list .box .img {
    width: 60px;
    position: absolute;
    left: 15px;
}
.plan-list .box h4 {
    color: #010101;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.plan-list .box p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: #676767;
}
@media (max-width: 767px) {
    .plan-list .box h4 {
        margin-bottom: 0;
        font-size: 14px;
    }
    .plan-list .box {
        padding: 20px;
    }
    .plan-list .box p {
        margin-bottom: 15px;
    }
    .plan-list .box .img {
        position: static;
    }
}
.plan-list .row .box {
    padding-right: 25px;
}
.plan-list .action-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 25px;
    text-align: right;
}
.plan-list .action-box .price {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: right;
    margin-bottom: 10px;
}
.plan-list .action-box .price small,
.plan-list .action-box .price span {
    font-size: 15px;
    font-weight: 300;
}
.plan-list .action-box .price span {
    display: block;
}
.plan-list .action-box .btn-link {
    line-height: normal;
}
.plan-list .action-box .btn-link .icon-next {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .plan-list .action-box .price {
        font-size: 15px;
        color: #4343f8;
        text-align: left;
    }
    .plan-list .action-box {
        position: static;
        padding: 0;
        text-align: left;
    }
}
@media (max-width: 480px) {
    .hideOnMobile {
        display: none !important;
    }
}
@media (min-width: 480px) {
    .hideOnweb {
        display: none !important;
    }
}
.onlyMobile {
    display: none;
}
@media (max-width: 480px) {
    .onlyMobile {
        display: block;
    }
    small {
        color: #000;
    }
    .plan-list .col-6 {
        padding: 0 5px;
    }
    .plan-list.row {
        padding: 0 15px;
    }
    .plan-list .price_box {
        min-height: auto !important;
        padding: 20px 15px 25px !important;
        text-align: center;
        margin-bottom: 10px;
        height: auto !important;
    }
    .box.price_box .img {
        margin: 0 auto;
    }
    .price_box .price .small_text {
        font-size: 10px !important;
    }
    .price_box h4 {
        font-size: 13px !important;
        line-height: 22px !important;
    }
    .price_box .price {
        font-size: 12px !important;
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    .plan-list .action-box .price small span {
        font-size: 12px !important;
        font-weight: 400;
        display: inline-block;
    }
    .plan-list .box .img {
        width: 45px;
        height: 40px;
    }
}

/* InnerSpace Gallery CSS */
.gallery-image-item {
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: all 0.5s;
}

.img-one {
    height: 450px;
}

.gallery-image-item::after {
    position: absolute;
    content: "";
    background: radial-gradient(
        44.97% 44.97% at 50% 55.03%,
        rgba(57, 68, 79, 0) 1%,
        rgba(57, 68, 79, 0.2) 72.92%
    );
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-image-item img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.gallery-image-item:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.gallery-image-item.img-four,
.gallery-image-item.img-four img,
.gallery-image-item.img-one,
.gallery-image-item.img-one img {
    height: 450px;
}
.space-between {
    padding: 0 5px;
}

.innerspace-swiper .swiper-button-next,
.innerspace-swiper .swiper-button-prev {
    color: rgb(13 148 136);
}
:root {
    --swiper-navigation-size: 24px;
}
.heading {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    position: relative;
}
.form-section .title p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    color: #272828;
}
#snackbar {
    visibility: hidden;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: 60px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbarerr{
    visibility: hidden;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: 60px;
    font-size: 17px;
}

#snackbarerr.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.callback + #callBackRequest {
    animation: callback 1s;
  }
  @keyframes callback {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }

@keyframes shake {
    0% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake-effect {
    animation: shake 0.8s linear;
}

.footulli::after {
    content: " |"; 
}
.footulli:last-child::after {
    content: none;
}

/* Tabs  */
.tab-btn{
    margin-right: 16px;
    line-height: 1.42857;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.3px;
    padding: 0px;
}

.tab-btn.active{
    color: #099983;
    background-color: transparent;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.3px;
    border-bottom: 4px solid;
    padding: 0px;
}

h2.tab-heading1 {
    display: inline-block;
    color: #099983;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
    margin: 0px;
    position: relative;
}
h2.tab-heading1:before {
    content: '';
    width: 70px;
    height: 4px;
    background: #099983;
    position: absolute;
    bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
p.tab-point {
    color: #6D6E71;
    font-size: 12px;
    display: flex;
    align-items: baseline;
    margin-top: 4px;
    margin-bottom: 0px;
}
.tab-point i.fa.fa-square {
    font-size: 5px;
    color: #099983;
    padding-right: 10px;
}
@media (min-width: 1323px) and (max-width: 1524px){
    .rubybtn{
        display:ruby;
    }
}
@media (min-width: 1023px) and (max-width: 1322px){
    .desksection a{
        padding:8px;
    }
}

@media (min-width: 768px){
    .tab-btn{
        margin-right: 100px;
        line-height: 1.42857;
        border: 0px solid transparent;
        border-radius: 4px 4px 0 0;
        color: #000000;
        font-size: 28px;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: -0.3px;
        padding: 0px;
    }
    
    .tab-btn.active{
        color: #099983;
        background-color: transparent;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
        font-size: 28px;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: -0.3px;
        border-bottom: 4px solid;
        padding: 0px;
    }
    h2.tab-heading1 {
        display: inline-block;
        color: #099983;
        font-size: 43px;
        font-weight: 700;
        padding-bottom: 4px;
        margin: 0px;
        position: relative;
    }
    h2.tab-heading1:before {
        content: '';
        width: 150px;
        height: 4px;
        background: #099983;
        position: absolute;
        bottom: 2px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    p.tab-point {
        color: #6D6E71;
        font-size: 18px;
        display: flex;
        align-items: baseline;
        margin-top: 20px;
        margin-bottom: 0px;
    }
}