.blogRes {
    padding: 25px 0 0;
}
.owl-carousel.blogRes .card{
    margin-bottom: 1.5rem;
}
.bg {
    background-image: url("../images/bg-layer1.svg");
    background-repeat: no-repeat;
    background-size: 100% 27%;
    background-color: #F5F5F5;
}

.blogimg {
    width: 208px;
    margin: -60px 0px 0px 0px;
    position: absolute;
}

.blogtitle {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    font-family: "InterBold";
    margin: 30px 0px 120px;
    position: relative;
}

.box2 {
    border-radius: 20px;
    color: black;
    height: 100%;
    background-color: white;
}

.join {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    color: black;
    margin: 0px;
}

.joinit {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #11151F;
    margin: 10px 0px 20px;
}

.yournamelable {
    padding-left: 15px;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #383E41;
}

.yourname {
    width: 100%;
    margin: 8px 0px 15px 0px;
    height: 40px;
    border: 0.5px solid #5D5E60;
    filter: drop-shadow(4px -4px 4px rgba(255, 255, 255, 0.1)) drop-shadow(2px 3px 4px rgba(189, 208, 210, 0.4));
    border-radius: 50px;
    padding: 8px 24px;
    color: #333;
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: inherit;
}

.yourname::placeholder {
    color: #A6A6A6;
    opacity: 1;
    /* Firefox */
}

.yourname:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A6A6A6;
}

.yourname::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A6A6A6;
}

.followbtn {
    margin-top: 18px;
    width: 100%;
    height: 55px;
    padding: 14px 57px;
    color: white;
    background: #5D5E60;
    border-radius: 50px;
    border: none;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.thebestdiv {
    width: 100%;
    text-align: center;
    padding: 20px 10px 20px;
}

.thebest {
    color: black;
    margin: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-family: 'InterBold';

}

.joindivfooter {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: rgba(57, 66, 73, 0.5);
    font-family: 'InterMedium';


}
.joindivfooter a{
    text-decoration: none;
}
.buttonalign {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.card-body {
    padding: 33px 22px 22px;
}

 

/*  */
.titlespa {
    margin: 0px 0px 27px 0px;
}

.titlespa2 {
    margin: 0px 0px 55px 0px;

}

.titlespa3 {
    margin: 0px 0px 33px 0px;

}

.card-content {
    padding-bottom: 10px;
    font-family: 'InterLight';
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 12px;
    margin-bottom: 0;
    min-height: 90px;
}

.card {
    background: #636366;
    border-radius: 20px;
    height: 100%;
}

.card-title {
    padding-bottom: 0px;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: white;

}

.card-footer {
    padding: 0px 22px 22px 22px;
    display: flex;
    justify-content: space-between;
    border: none;
    background-color: #636366;
    border-radius: 0px 0px 20px 20px !important;
}

.card1img {
    width: 100%;
}

.dot {
    height: 16px;
    width: 16px;
    margin: 57px 0px 0px 0px;
    background-color: #5D5E60;
    border-radius: 50%;
    display: inline-block;
}

.dots {
    height: 16px;
    width: 16px;
    margin: 57px 0px 0px 0px;
    background-color: rgba(93, 94, 96, 0.5);
    border-radius: 50%;
    display: inline-block;
}

#card2img {
    display: none;
}

#card1img {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .bg {
        background-image: url("../images/bg-layer1.svg");
        background-repeat: no-repeat;
        background-size: 100% 15%;
        background-color: #F5F5F5;
    }

    #card1img {
        display: none;
    }

    #card2img {
        display: block;
        border-radius: 20px 20px 0px 0px;
    }

    /*  */
    .card1-btn {
        width: 150px !important;
    }

    .card1-hrbtn {
        width: 74px !important;

    }

}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .blogtitle {
        font-size: 55px;
        padding-top: 2rem;
    }
    .blogtitle:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 155px;
        opacity: 0.4;
        background-image: url(../images/ellipse.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
    }
    .blogtitle span, .blogtitle .blogimg{
        display: none;
    }
    .card1img {
        width: 100%;
        height: 290px;
    }
    

    /* .card,.box2{
        margin: 0px 0px 0px 10px;
    } */
    .bg {
        background-image: url("../images/bg-layer1.svg");
        background-repeat: no-repeat;
        background-size: 100% 5%;
        background-color: #F5F5F5;
    }

    .card1-btn {
        width: 150px !important;
    }

    .card1-hrbtn {
        width: 74px !important;

    }
}

.card1-btn {
    width: 206px;
    border-radius: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #636366;
    background-color: #F0F0F0;
    height: 43px;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.card1-hrbtn {
    width: 138px;
    border-radius: 50px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #636366;
    height: 43px;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.readmorebtn {
    width: 110px;
    border-radius: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 12px, 62px, 12px, 62px; */
    color: #636366;
    background-color: #F0F0F0;
    height: 35px;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.blog-readmore {
    text-decoration: none;
    color: #636366;
}

.blog-readmore:hover {
    text-decoration: none;
    color: #636366;
}

.hrbtn {
    width: 70px;
    border-radius: 50px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 12px, 62px, 12px, 62px; */
    color: white;
    background-color: #636366;
    height: 35px;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.date {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: capitalize;
    margin: 0px 0px 10px;

}

.date1 {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: capitalize;
    margin: 0px 0px 10px;

}

.row_space {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * 0);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}