.me-banner-content h1 {
    font-size: 50px;
}

.extra_padding_slider {
    padding: 100px 0px 120px 0px;
}

.testimonials-area {
    background-color: #444;
}

.funfact-style-two i {
    font-size: 50px;
}

.me-banner-content h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#DD2476));
    background: linear-gradient(90deg, #13c4a1 0%, #13c4a1 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.3;
}

.me-banner-image .circle-shape img {
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.me-banner-image .circle-shape:hover img {
    -webkit-animation-play-state: paused; /* Paused on hover */
    animation-play-state: paused; /* Paused on hover */
}
@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.single-funfacts {
    transition: 0.5s;
}

.single-funfacts:hover {
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    margin-top: -5px;
}


@media only screen and (max-width: 767px) {
    .me-banner-image {
        text-align: center;
        padding: 180px 0px;
    }
    .extra_br {
        margin-top: 20px;
    }

    .extra_padding_slider {
        padding: 50px 0px;
    }
}


/* homepage modal popup css start */

.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 9999;
}
.custom-modal-dialog {
    max-width: 620px;
    width: 100%;
    border-radius: 0px;
    position: relative;
}
.custom-modal-content {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
}
.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.custom-modal {
    opacity: 0;
    visibility: hidden;
}

body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
}

.custom-modal .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-modal,
body .custom-modal,
body.modal-open .custom-modal .custom-modal-dialog,
body .custom-modal .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.popup_img{
   border-radius: 20px 0px 20px 0px;
   transition: all 0.5s;

}
.popup_img:hover{
    transition: all 0.5s;
   border-radius: 0px 20px 0px 20px;
   transform: scale(1.5);
}
.section-title {
    text-align: center;
    max-width: 100%;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
  }

  .buy-now-btn{
    display: none;
  }

    .top-bar-area {
        padding: 3px 40px;
    }
    .align-items-center {
        align-items: center !important;
        font-size: 13px;
      }
      .top-bar-social li a i {
        font-size: 13px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
      }

      .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 300px;
      }
      .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        left: -301px;
      }

      .faq-accordion .accordion .accordion-item {
        display: block;
        background: #fff;
        margin-bottom: 10px;
        border: none;
    }

    .faq-accordion .accordion .accordion-title {
        padding: 0px 40px 10px 0px;
        color: #080a3c;
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
    }

    .widget-area .widget_archive ul li::before {
        background: #13c4a1;
        height: 7px;
        width: 7px;
        content: '';
        left: 0;
        top: 8px;
        position: absolute;
    }

    .faq-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 5px 0px;
        font-size: 14px;
        border-top: 1px solid #ff612f;
        color: #4a6f8a;
    }

    @media  only screen and (max-width: 767px) {
        .top-bar-area {
            display: none;
        }
    }
/* homepage modal popup css end */
