/* ==============================
   Global Reset
   ============================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* ==============================
   Base Elements
   ============================== */

body {
    background-color: #ffffff;
    color: #000000;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;

    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;

    word-break: break-word;
    overflow-x: hidden;
}


a {
    color: #5c0e71;
    font-weight: 500;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: inherit;
}


/* ==============================
   Form & Table Elements
   ============================== */

button,
input,
td {
    font-weight: 500;
}


section {
    margin: 30px 0 15px;
}
.bg-blank-light{
    background: #ffffff;
}
.max-width-1 {
    max-width: 60%;
}

.max-width-2 {
    max-width: 90%;
}
.remove-space {
    margin: 0;
    padding: 0;
}
.font-1 {
    font-weight: 600;
}
.font-2 {
    font-weight: 400;
}
.heading {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 23px;
}
.title {
    font-size: 20px;
}
.sub-title {
    font-size: 15px;
}
.content,
.hint {
    margin: 1px;
    padding: 1px;
    font-size: 13px;
}
.primary {
    color: #147bf3;
}
.secondary {
    color: #fbd104;
}
.white {
    color: #fafafa;
}
.black {
    color: #2c2c2c;
}
.green {
    color: #64d97b;
}
.red {
    color: #E31E25;
}

.button2 {
    text-align: center; 
    background: #64d97b;
    padding: 10px;
    font-size: 12px;
    outline: none;
    border: none;
    width: 121px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 25%);
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}
.margin-top {
    margin-top: 15px;
}
.center-item {
    margin: 0 auto;
}
.padding {
    padding: 10px;
}
.flot-right {
    float: right;
}
.center-box {
    text-align: center;
}
.right-box {
    text-align: right;
}
.search-box {
    position: relative;
    max-width: 600px;
    margin: 12px auto;
}
.divider-line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #767676;
}
.header-logo{
    width: 150px;
    height: auto;
}
.footer {
    padding: 35px;
    background-color: #000000;
}
.footer ul {
    padding-left: 0;
}
.footer li {
    list-style: none;
}
.footer-divider {
    border-bottom: 1px solid #757575;
}
.footer-social-box{
    text-align: right;
}
.footer-social {
    margin-top: 0;
}
.footer-social li {
    display: inline;
    padding: 5px;
    margin-top: 0;
}
.download-app-button1 {
    width: 120px;
    height: auto;
}
.image-responsive{
    width: 100%;
    height: auto;
}


/* blog header */
.blog-header{
    position: sticky;
    top: 0;
    z-index: 2;
}

.blog-top-bar-web {
    background: #000000;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 20%);
    display: block;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    max-width: 1600px;
    padding: 10px 20px;
}
.menu-link-separator{
    margin-left: 5px;
    margin-right: 5px;
}
.blog-top-bar-mob {
    background: #000000;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 20%);
    display: block;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    max-width: 1600px;
    display: none;
}

.blog-top-bar-mob-max {
    padding: 10px;
    margin: 0 auto;
    width: 40%;
}

.mob-top-strip {
    margin-top: 4px;
    background: #000000;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

.web-logo {
    width: 150px;
    height: auto;
}

/*search*/

.search-box {
    margin-top: 7px;
    width: 100%;
    display: flex;
    height: 35px;
    background: #ffffff;
    border: 2px solid #dddd;
}
.search-input {
    width: 100%;
    padding-left: 5px;
    margin-left: 8px;
    height: auto;
    border: none;
    outline: none;
    font-size: 12px;
    color: #f0631b;
    font-family: Arial, Helvetica, sans-serif;
}
.search-input:focus {
    color: #000000;
}

.search-button {
    margin: -2px;
    width: 110px;
    height: 36px;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    background: #333;
    padding: 6px 0px 6px 0px;
}

/*video-modal*/
.modal-content-video {
    width: 36%;
    background-color: #232323;
    margin: auto;
    padding: 20px;
    border: 1px solid #838383;
    border-radius: 12px;
}

.modal-header-button-video {
    position: absolute;
    right: 10px;
    top: -3px;
    background: #e31e25;
    border-radius: 50px;
    width: 22px;
    height: 22px;
}

.close-video {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 5px;
    top: 0;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #838383;
    border-radius: 12px;
    width: 50%;
}
.modal-header{
    position: relative;
     height: 30px; 
    border-bottom: 1px solid #4b4a4a;
}
.close {
    color: #333;
    font-size: 34px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: -8px;
}

/*swiper*/
.swiper-button-prev, .swiper-button-next {
    width: 27px !important;
    height: 27px !important;
    margin: 10px;
    background-size: cover;
    background-position: center;
}
.swiper-button-prev {
    background-image: url('/public/assets/image/icons/swiper-button-prev.png?vr=2');
    left: 3px !important; 
}
.swiper-button-next {
    background-image: url('/public/assets/image/icons/swiper-button-next.png?vr=2');
    right: 3px !important; 
}
.swiper-button-prev::after, 
.swiper-button-next::after {
    display: none;
}

/*card 1*/
.post-card-1{
    margin-bottom: 5px;
}
.post-card-1-img-box{
   width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.post-card-1-img{
    width:100%;
    transition:all 0.3s ease-in-out;
}
.post-card-1-img-box:hover .post-card-1-img{
    transform:scale(1.1);
    filter:brightness(0.7);
}
.post-card-1-title{
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s ease;
}

.post-card-1-title:hover {
  border-bottom: 2px solid white;
}

.post-card-1-badge{
    background: #ffffff;
    color: #222222;
    padding: 5px;
    border-radius: 4px;
    font-size: 10px;
}

/*card 3*/
.post-card-3{
    position: relative;
}
.post-card-3-top-content{
    position: absolute;
    top: 0;
    padding: 0 15px;
    right: 0;
}
.post-card-3-img-box{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.post-card-3-img{
    display: block;
    width: 100%;
    height: auto;
    width:100%;
    transition:all 0.3s ease-in-out;
}
.post-card-3-img-box:hover .post-card-3-img{
    transform:scale(1.1);
    filter:brightness(0.7);
}

.post-card-3-content{
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(180deg, #00000040, #1c1b1b);
    width: 100%;
}
.post-card-3-title{
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s ease;
    display: inline;
}

.post-card-3-title:hover {
  border-bottom: 2px solid white;
}
.post-card-3-badge{
    background: #ffffff;
    color: #222222;
    padding: 5px;
    border-radius: 4px;
    font-size: 10px;
}



@media (min-width: 480px) and (max-width: 991px) {
    h1,
    h2,
    h3,
    h6 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .title {
        margin: 0;
        padding: 0;
        font-size: 18px;
    }
    .sub-title {
        font-size: 15px;
    }
    .content {
        font-size: 12px;
    }
    .hint {
        font-size: 11px;
    }
    .button2{
        width: 105px;
        padding: 2px;
    }
    .margin-top {
        margin-top: 7px;
    }
    .padding {
        padding: 5px;
    }
    .footer {
        padding: 10px;
    }
    .footer-social-box{
        text-align: center;
    }
    .blog-top-bar-web {
        display: none;
    }
    .blog-top-bar-mob {
        display: block;
    }
    .blog-top-bar-mob-max {
        width: 70%;
        padding: 3px;
    }
    .modal-content-video {
        width: 80%;
    }
    
    .modal-content {
        width: 80%;
    }
    .post-cat-1-img-box {
        height: 105px;
        width: 105px;
        margin-bottom: 5px;
    }
    .max-width-1 {
        max-width: 90%;
    }
    .max-width-2 {
        max-width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    .content,
    .sub-title,
    h1,
    h2,
    h3,
    h6 {
        font-size: 13px;
    }
    .title {
        font-size: 14px;
    }
    .content {
        font-size: 12px;
    }
    .hint {
        font-size: 10px;
    }
    .button2{
        width: 105px;
        padding: 2px;
    }
    .margin-top {
        margin-top: 7px;
    }
    .padding {
        padding: 5px;
    }
    .footer {
        padding: 10px;
    }
    .footer-social-box{
        text-align: center;
    }
    .blog-top-bar-web {
        display: none;
    }
    .blog-top-bar-mob {
        display: block;
    }
    .blog-top-bar-mob-max {
        width: 100%;
        padding: 5px;
    }
    .modal-content-video {
        width: 80%;
    }
    
    .modal-content {
        width: 80%;
    }

    .post-cat-1-img-box {
        height: 80px;
        width: 80px;
        margin-bottom: 5px;
    }
    .max-width-1 {
        max-width: 90%;
    }
    .max-width-2 {
        max-width: 100%;
    }
}
@media (max-width: 320px) {
    body {
        display: none;
    }
}
