:root {
    --putih: #fff;
    --nav-grad-1: rgba(0,230,161,1);
    --nav-grad-2: rgba(0,217,242,1);
    --blue-sky-1: #b9f0f6;
    --dark: #1C2A34;
}

html {
    scroll-behavior: smooth;
}

.navbar .navbar-brand {
    color: var(--putih);
    font-weight: 800;
}

.navbar .nav-link {
    color: var(--putih) !important;
    font-weight: 500;
}

.navbar .nav-link.active {
    color: var(--putih) !important;
    font-weight: 800;
    opacity: 0.8;
}

mainNav {
    -moz-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

#mainNav.transparency {
    background: transparent !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

#mainNav.background-navbar {
    background: rgb(0,230,161);
    background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
    height: 55px !important;
}

#mainNav .navbar-brand {
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 99;
}

#mainNav.transparency .navbar-brand {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #fff !important;
    border: none;
}
#mainNav.background-navbar .navbar-brand {
    color: #fff !important;
    border: none;
}

#mainNav.transparency .nav-link,
#mainNav.transparency .nav-link.active,
#mainNav.transparency .nav-link:focus {
    color: #fff;
    border: none;
    opacity: 1;
}

#mainNav.transparency .nav-link:hover {
    color: #fff;
    opacity: 0.7;
}

#mainNav .navbar-toggler {
    position: relative;
    height: 35px;
    margin-right: -.75rem;
    border: none;
}

#mainNav .navbar-toggler:active,
#mainNav .navbar-toggler:focus {
    outline: 0;
}

#mainNav .navbar-toggler span {
    display: block;
    background-color: #6f6f6e;
    height: 2px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

#mainNav.transparency .navbar-toggler span {
    background: #fff;
}

#mainNav .navbar-toggler span:nth-child(1),
#mainNav .navbar-toggler span:nth-child(3) {
    -moz-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
}

#mainNav .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

#mainNav .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

#mainNav .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

#mainNav .nav-profile .nav-link img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}
#mainNav .nav-cart {
    margin-left: 20px;
}

#mainNav .nav-cart .navbar-badge {
    position: absolute;
    left: 20px;
    top: 3px;
    font-size: 10px;
}

header.header-slider {
    background-color: #1C2A34;
    padding: 100px 0 50px;
}

.carousel img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.carousel a {
    text-decoration: none;
    color: var(--putih);
}

.carousel h1 {
    font-size: 30px;
}

.carousel .carousel-indicators {
    position: relative;
    bottom: -30px;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    width: 5%;
}

.header-slider {
    overflow: hidden;
    position: relative;
}

.header-slider::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: rgb(0,230,161);
    background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slider-bg {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    filter: grayscale(1);
    height: auto;
}

.carousel h1,
.carousel p {
    color: var(--putih);
}
.navbar .btn-login {
    border: 2px solid red;
    border-radius: 20px;
    padding: 3px 5px;
}

#second h3 {
    font-weight: 700;
    font-size: 18px;
}

#second p {
    font-size: 12px;
}

.section-title {
    border-left: 5px solid #238388;
    padding-left: 10px;
    margin-bottom: 5px;
}

.section-title h2 {
    font-weight: bold;
    font-size: 30px;
}
.section-title small {
    font-weight: 400;
    font-size: 12px;
}

.card-event {
    border: none;
    background-color: transparent;
    padding: 5px;
    border-radius: 10px;
}
.card-event img {
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.card-event .card-body {
    padding: 0;
}

.card-event .card-title {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(37, 37, 37, 0.8);
}

.card-event .card-date {
    font-size: 9px;
    letter-spacing: 0.1em;
    color: rgba(105, 105, 105, 0.8);
}

.card-event:hover img {
    box-shadow: 0 0 5px 2px var(--tix-blue-bg);
}

.card-location {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: rgba(64, 64, 64, 0.8);
}

#wisata .owl-theme .owl-dots,
#wisata .owl-theme .owl-nav {
    text-align: right !important;
}

#jasa .owl-theme .owl-dots,
#jasa .owl-theme .owl-nav {
    text-align: left !important;
}

.owl-theme .owl-dots .owl-dot span {
    transition: 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--blue-sky-1) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--nav-grad-2) !important;
}

#partner .owl-item {
    position: relative;
    height: 200px;
}

#partner .owl-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}

#sw-js-blob-svg {
    position: absolute;
    width: 800px;
    left: -250px;
    top: -50px;
    z-index: -1;
}

.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    background: rgb(0,230,161);
    background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.5s;
}

.whatsapp-float:hover {
    color: var(--putih);
    transform: scale(1.1);
}

.my-whatsapp-float {
    margin-top: 14px;
}
.scroll-to-up-float {
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 80px;
    right: -50px;
    background: rgb(0,230,161);
    background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: right 0.5s ease-in-out;
}

.scroll-to-up-float:hover {
    color: var(--putih);
    transform: scale(1.1);
}

.my-scroll-to-up-float {
    margin-top: 5px;
}

.nav-bg {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    filter: grayscale(1);
    height: auto;
}
.header-product {
    overflow: hidden;
    position: relative;
    height: 90px;
}

.header-product::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: rgb(0,230,161);
    background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-list img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product-list .product-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-list h4 {
    color: var(--dark);
}

.product-list .product-price {
    font-weight: 800;
    font-size: 22px;
}
.product-list .col-center {
    border-right: 2px solid #1c2a346c;
    color: var(--dark);
}

.product-list .btn-detail {
    background-color: rgb(0, 174, 122);
    font-weight: bold;
    color: var(--putih);
}
.product-list .btn-detail:hover {
    background-color: rgb(0, 140, 98);
}

.recomended-product-list img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.recomended-product-list h4 {
    font-size: 14px;
    color: var(--dark);
}

.recomended-product-list .product-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 300;
    color: var(--dark);
}

.recomended-product-list .product-price {
    font-weight: 600;
    font-size: 14px;
    color: var(--dark);
}

.blog-list img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.blog-list .blog-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal !important;
}

.blog-list h4 {
    color: var(--dark);
}

.blog-list .btn-detail {
    background-color: rgb(0, 174, 122);
    font-weight: bold;
    color: var(--putih);
}
.blog-list .btn-detail:hover {
    background-color: rgb(0, 140, 98);
}

.recomended-blog-list img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.recomended-blog-list h4 {
    font-size: 14px;
    color: var(--dark);
}

.recomended-blog-list .blog-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 300;
    color: var(--dark);
}

.landing-blogs .card-title {
    font-size: 22px;
    color: var(--dark);
}
.landing-blogs .card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 300;
    color: var(--dark);
    text-align: justify;
}

.landing-blogs .card {
    border: none;
}

.landing-blogs img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.landing-blogs .section-title {
    text-align: center;
    border: none;
}

.image-about-us img{
    height: 120px;
}


/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar{
        background: rgb(0,230,161);
        background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
        padding: 0px 16px;
    }

    .navbar .navbar-brand img {
        width: 100px;
    }
    .navbar .nav-item {
        text-align: center;
    }
    .navbar .nav-link {
        color: var(--putih) !important;
        font-weight: 500;
    }

    .image-about-us img{
        height: 80px;
    }
  
    #mainNav.transparency {
        /* background: transparent !important; */
        background: rgb(0,230,161);
        background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
        padding: 0px 16px;
    }


    #mainNav .navbar-brand {
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease;
        z-index: 99;
    }

    #mainNav.transparency .navbar-brand {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border: none;
    }
    #mainNav.background-navbar .navbar-brand {
        border: none;
    }

    #mainNav .nav-link,
    #mainNav .nav-link.active,
    #mainNav .nav-link:focus {
        color: #fff;
        border: none;
        opacity: 1;
    }

    #mainNav .nav-link:hover {

        opacity: 0.8;
    }

    #mainNav .navbar-toggler {
        position: relative;
        height: 35px;
        margin-right: -.75rem;
        border: none;
    }

    #mainNav .navbar-toggler:active,
    #mainNav .navbar-toggler:focus {
        outline: 0;
    }

    #mainNav .navbar-toggler span {
        display: block;
        background-color: var(--putih);
        height: 2px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }

    #mainNav.transparency .navbar-toggler span {
        background: #fff;
    }

    #mainNav .navbar-toggler span:nth-child(1),
    #mainNav .navbar-toggler span:nth-child(3) {
        -moz-transition: transform 0.35s ease-in-out;
        transition: transform 0.35s ease-in-out;
    }

    #mainNav .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }

    #mainNav .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }

    #mainNav .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }

    #mainNav .nav-profile .nav-link img {
        width: 25px;
        height: 25px;
        object-fit: cover;
    }
    #mainNav .nav-cart {
        margin-left: 20px;
    }

    #mainNav .nav-cart .navbar-badge {
        position: absolute;
        left: 20px;
        top: 3px;
        font-size: 10px;
    }

    header.header-slider {
        background-color: #1C2A34;
        padding: 100px 0 50px;
    }

    .carousel img {
        width: 100%;
        aspect-ratio: 1/0.8;
        object-fit: cover;
    }

    .carousel a {
        text-decoration: none;
        color: var(--putih);
    }

    .carousel h1 { 
        margin-top: 10px;
        font-size: 22px;
    }
    .carousel p {
        font-size: 14px;
    }

    .carousel h1,
    .carousel p {
        color: var(--putih);
    }

    .carousel .carousel-indicators {
        position: relative;
        bottom: -30px;
    }

    .carousel .carousel-control-next,
    .carousel .carousel-control-prev {
        width: 3%;
    }

    .header-slider {
        overflow: hidden;
        position: relative;
    }

    .header-slider::before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: rgb(0,230,161);
        background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .header-slider .page-title
    {
        font-size: 22px;
    }

    .slider-bg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        object-fit: cover;
        filter: grayscale(1);
        width: 100%;
        height: 100%;
        opacity: 0.3
    }

    #second img{
        width: 100px;
    }

    #second h3 {
        font-weight: 700;
        font-size: 18px;
    }

    #second p {
        font-size: 10px;
    }

    .section-title {
        text-align: center;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .section-title h2 {
        font-weight: bold;
        font-size: 30px;
    }
    .section-title small {
        font-weight: 400;
        font-size: 12px;
    }

    .card-event {
        border: none;
        background-color: transparent;
        padding: 5px;
        border-radius: 10px;
    }
    .card-event img {
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .card-event .card-body {
        padding: 0;
    }

    .card-event .card-title {
        font-size: 14px;
        line-height: 1.4em;
        letter-spacing: 0.02em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: rgba(37, 37, 37, 0.8);
    }

    .card-event .card-date {
        font-size: 9px;
        letter-spacing: 0.1em;
        color: rgba(105, 105, 105, 0.8);
    }

    .card-event:hover img {
        box-shadow: 0 0 5px 2px var(--tix-blue-bg);
    }

    .card-location {
        font-size: 12px;
        letter-spacing: 0.1em;
        color: rgba(64, 64, 64, 0.8);
    }

    #wisata .owl-theme .owl-dots,
    #wisata .owl-theme .owl-nav {
        text-align: right !important;
    }

    #jasa .owl-theme .owl-dots,
    #jasa .owl-theme .owl-nav {
        text-align: left !important;
    }

    .owl-theme .owl-dots .owl-dot span {
        transition: 0.5s;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        width: 30px;
    }

    .owl-theme .owl-dots .owl-dot span {
        background-color: var(--blue-sky-1) !important;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: var(--nav-grad-2) !important;
    }

    #partner .owl-item {
        position: relative;
        height: 200px;
    }

    #partner .owl-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    #sw-js-blob-svg {
        position: absolute;
        width: 500px;
        left: -250px;
        top: -50px;
        z-index: -1;
    }

    .whatsapp-float {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 25px;
        right: 25px;
        background: rgb(0,230,161);
        background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 25px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        transition: 0.5s;
    }

    .whatsapp-float:hover {
        color: var(--putih);
        transform: scale(1.1);
    }

    .my-whatsapp-float {
        margin-top: 14px;
    }
    .scroll-to-up-float {
        position: fixed;
        width: 30px;
        height: 30px;
        bottom: 80px;
        right: -50px;
        background: rgb(0,230,161);
        background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 18px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        transition: right 0.5s ease-in-out;
    }

    .scroll-to-up-float:hover {
        color: var(--putih);
        transform: scale(1.1);
    }

    .my-scroll-to-up-float {
        margin-top: 5px;
    }

    .nav-bg {
        opacity: 0.3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        filter: grayscale(1);
        height: auto;
    }
    .header-product {
        overflow: hidden;
        position: relative;
        height: 90px;
    }

    .header-product::before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: rgb(0,230,161);
        background: linear-gradient(69deg, rgba(0,230,161,1) 0%, rgba(0,217,242,1) 100%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .product-list img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .product-list .product-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-list h4 {
        color: var(--dark);
        font-size: 16px;
    }

    .product-list .product-price {
        font-weight: 800;
        font-size: 14px;
    }
    .product-list .col-center {
        color: var(--dark);
        font-size: 12px;
    }

    .product-list .btn-detail {
        background-color: rgb(0, 174, 122);
        font-weight: bold;
        color: var(--putih);
        font-size: 12px;
    }
    .product-list .btn-detail:hover {
        background-color: rgb(0, 140, 98);

    }

    .recomended-product-list img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .recomended-product-list h4 {
        font-size: 12px;
        color: var(--dark);
    }

    .recomended-product-list .product-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px;
        font-weight: 300;
        color: var(--dark);
    }

    .recomended-product-list .product-price {
        font-weight: 600;
        font-size: 14px;
        color: var(--dark);
    }

    .blog-list img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .blog-list .blog-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        font-style: normal !important;
        font-size: 12px;
    }

    .blog-list small {
        font-size: 10px;
    }

    .blog-list h4 {
        color: var(--dark);
        font-size: 12px;
    }

    .blog-list .btn-detail {
        background-color: rgb(0, 174, 122);
        font-weight: bold;
        color: var(--putih);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 10px;
    }
    .blog-list .btn-detail:hover {
        background-color: rgb(0, 140, 98);
    }

    .recomended-blog-list img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .recomended-blog-list h4 {
        font-size: 14px;
        color: var(--dark);
    }

    .recomended-blog-list .blog-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px;
        font-weight: 300;
        color: var(--dark);
    }

    .landing-blogs .card-title {
        font-size: 14px;
        color: var(--dark);
    }
    .landing-blogs .card-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px;
        font-weight: 300;
        color: var(--dark);
        text-align: justify;
    }

    .landing-blogs .card {
        border: none;
        background: transparent;
    }

    .landing-blogs img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .landing-blogs .btn {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        font-size: 10px;
    }

    .landing-blogs .section-title {
        text-align: center;
        border: none;
    }

}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   

}
