.card{
    background-color: white;
    border: 0.01rem solid rgb(223, 223, 223);
    border-radius: 0.5rem;
}
/*media screen*/
.custom-swiper-slide{
    width: 400px !important;
}
@media only screen and (max-width: 550px){
    .custom-swiper-slide{
        width: 350px !important;
    }
}
.custom-container{
    height: 36rem;
}
.custom-container a{
    color: black;
}
.title{
    transition: all 0.3s;
    color: black;
    font-weight: 900 !important;
}
.title:hover , .sub-title a:hover{
    color: #2948FF !important;
}
.sub-title{
    display: inline-block;
    color: rgb(77, 77, 77);
    margin-top: -1rem;
}
.sub-title a{
    transition: all 0.3s;
    color: rgb(77, 77, 77) !important;
}
.flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0rem 0.3rem;
}
.row{
    padding: 0 !important;
}
.rate-box{
    background-color: rgb(235, 235, 235);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.rate-box span{
    font-weight: bold;
}
.preview{
    border-radius: 0.5rem;
}
.preview:hover{
    background-color: #2F7BEF ;
}
.img{
    height: 20rem;
    overflow: hidden;
}
.scrollable {
    -webkit-transition: ease-in-out 6s !important;
    transition: ease-in-out 6s !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100%;
    border-radius: 0.5rem;
}
.scrollable:hover{
    background-position: center bottom !important;
}
.button {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-left: -0.7rem;
}
.custom-swiper{
    height: 34rem;
}
.custom-pagination{
    top: 32rem !important;
}


/*site slider*/
.text-swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
}
.text-slider-img{
    width: 80%;
    align-self: center;
}
.text-slider-title{
    font-weight: bold;
    padding: 0 3rem;
}
.text-slider-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem !important;
}
.text-slider-bottom-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-slider-btn{
    padding: 0.5rem 0.5rem !important;
    background: rgb(255, 201, 0);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold !important;
    color: rgba(0, 0, 0, 1) !important;
    transition: all 0.6s;
}
.text-slider-btn:hover{
    color: white !important;
    background: rgba(0, 0, 0, 1);
}
.site-slider-pagination{
    top: 33rem !important;
    left: 16rem !important;
}
.site-slider-pagination .swiper-pagination-bullet{
    background: #ffb02d !important;
    margin-left: 0.5rem !important;
}
.site-slider{
    height: 35rem!important;
    background: white;
}
.slider-resizer{
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
}

/*blog posts*/
.parent-blog-col{
    display: flex;
    justify-content: center;
}
.blog-img-container{
    overflow: hidden;
    position: relative;
    margin-right: 1rem;
    border-radius: 0.5rem;
}
.blog-img{
    opacity: 1;
    transition: all .5s ease;
    backface-visibility: hidden;
    display: block;
}
.blog-img-container:hover .blog-img{
    scale: 1.1;
}
.big-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.small-middle{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.blog-img-container:hover .blog-img{
    opacity: 0.3;
}

.blog-img-container:hover .small-middle {
    opacity: 1;
}

.big-blog-img-container:hover .big-middle {
    opacity: 1;
}

.middle-text {
    color: black;
}

.fw-bold{
    font-weight: bold;
}
.small-middle-text{
    font-size: 0.8rem ;
}
.blog-col{
    height: 28.5rem;
    margin-bottom: 1.5rem;
    
}
.small-col{
    background: white;
    padding: 0.02rem 2rem;
    border-radius: 0.625rem;
    box-shadow: 1px 1px 7px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.1);
    transition: all .3s;
    width: 95%;
}
.small-col:hover{
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    box-shadow: 1px 1px 7px rgba(0,0,0,.2);
}
.post-title{
    margin-top: 1rem;
}
.blog-col p{
    text-align: justify;
}
.big-blog-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.small-blog-post{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9rem;
    background: white;
    border-radius: 0.625rem;
    box-shadow: 1px 1px 7px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.1);
    transition: all .3s;
}
.small-blog-post:hover{
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    box-shadow: 1px 1px 7px rgba(0,0,0,.2);
}
.small-img-blog-post {
    width: 9.5rem;
}
.small-blog-post-bottom{
    padding-top: 1rem !important;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-col a h4{
    transition: all 0.3s;
}
.blog-col a h4:hover{
    color: #2948ff !important;
}

/*/////////////////////////*/
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 28px;
    border-radius: 8px;
}

/*get started btn*/
.get_started_button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background-color: rgba(255, 201, 0, 1);
    color: #000000;
    border-radius: 10rem;
    font-weight: 600;
    padding: .75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s;
    direction: ltr;
}

.get_started_button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--clr);
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.get_started_button:hover {
    background-color: #000;
    color: white !important;
}

.get_started_button:hover .get_started_button__icon-wrapper {
    color: #000;
}

.get_started_button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.get_started_button:hover .get_started_button__icon-svg:first-child {
    transition: transform .3s ease-in-out;
    transform: translate(150%, -150%);
}

.get_started_button:hover .get_started_button__icon-svg--copy {
    transition: transform .3s ease-in-out .1s;
    transform: translate(0);
}
.get_started_button_container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-col{
    display: flex;
    justify-content: center;
}

.features-col .features-card {
    --primary-clr: #1C204B;
    --dot-clr: #BBC0FF;
    --play: hsl(195, 74%, 62%);
    width: 200px;
    height: 150px;
    border-radius: 10px;
}

.features-col .features-card {
    color: #fff;
    display: grid;
    cursor: pointer;
    grid-template-rows: 50px 1fr;
}

.features-col .features-card:hover .img-section {
    transform: translateY(1em);
}

.features-col .card-desc {
    border-radius: 10px;
    padding: 15px;
    position: relative;
    top: -10px;
    /*display: grid;*/
    /*gap: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4b1c1c;
}

.features-col .card-time {
    font-size: 1.2em;
    font-weight: 500;
}

.features-col .img-section {
    display: flex;
    justify-content: center;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(255 201 0 / 51%);
}

.features-col .features-card svg {
    max-width: 100%;
    max-height: 100%;
    scale: 5;
    opacity: 0.3;
    padding-top: 0.45rem;
}

.features-col .features-card svg path{
    fill: black;
}

.features-col .features-card .special-svg{
    max-width: 100%;
    max-height: 100%;
    opacity: 0.3;
    scale: 1.4 !important;
    padding-top: 0.45rem;
}

.features-col .features-card .special-svg1{
    max-width: 100%;
    max-height: 100%;
    opacity: 0.3;
    scale: 1.3 !important;
    padding-top: 0.45rem;
}

.features-col .features-card .special-svg path{
    fill: black;
}

.features-row:nth-child(2){
    margin-top: 5rem;
}
.article-content .content{
    text-align : justify;
    margin-top:10px;
}
#same-posts-section.sticky {
    position: fixed;
    top: 20px;
    left: 10%;
    z-index: 1000;
    width: 18%;
}

#scrollable-demo.sticky{
	position:fixed;
	width:25%;
}
