/* ---- Main Section Start -----*/
@media only screen and (min-width: 2560px) {
    .blog-main-section-container {
        padding-bottom: 50px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 68%;
        height: 360px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 100px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2559px) {
    .blog-main-section-container {
        padding-bottom: 50px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 68%;
        height: 350px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 100px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2120px) {
    .blog-main-section-container {
        padding-bottom: 50px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 68%;
        height: 320px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 80px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1920px) {
    .blog-main-section-container {
        padding-bottom: 50px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 68%;
        height: 290px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 60px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1499px) {
    .blog-main-section-container {
        padding-bottom: 50px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 68%;
        height: 250px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 130px;
        color: white;
        font-size: 50px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1349px) {
    .blog-main-section-container {
        padding-bottom: 30px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 68%;
        height: 200px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 45px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 991px) {
    .blog-main-section-container {
        padding-bottom: 30px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 70%;
        height: 180px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 40px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px) {
    .blog-main-section-container {
        padding-bottom: 30px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 73%;
        height: 170px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 35px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 567px) {
    .blog-main-section-container {
        padding-bottom: 30px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 75%;
        height: 160px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 447px) {
    .blog-main-section-container {
        padding-bottom: 20px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 77%;
        height: 140px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 70px;
        color: white;
        font-size: 25px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 347px) {
    .blog-main-section-container {
        padding-bottom: 20px;
    }
    .blog-main-section-container .blog-image-banner {
        width: 77%;
        height: 130px;
        align-self: end;
    }
    .blog-main-section-container .blog-main-title {
        display: flex;
        justify-content: center;
        padding-top: 70px;
        color: white;
        font-size: 21px;
        font-weight: bold;
    }
}

/* ---- Main Section End -----*/

/* ---- Second Section Start -----*/
/* Tab/Nav*/
@media only screen and (min-width: 1400px) {
    .blog-nav-box {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    .blog-nav-box .nav {
        max-width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px 15px;
    }
    .blog-nav-box .nav .nav-item {
        max-width: 100%;
        height: auto;
    }
    .blog-nav-box .nav-item .nav-link {
        width: 100%;
        height: auto;
        background: white;
        border: 1px solid #808080;
        color: #808080;
        font-size: 15px;
    }
    .blog-nav-box .nav-item .nav-link.all-button {
        min-width: 100px !important;
    }
    .blog-nav-box .nav-item .nav-link.active {
        color: white;
        background: #fa6f10;
        border: none;
    }
}
@media only screen and (max-width: 1399px) {
    .blog-nav-box {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    .blog-nav-box .nav {
        max-width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px 8px;
    }
    .blog-nav-box .nav .nav-item {
        max-width: 100%;
        height: auto;
    }
    .blog-nav-box .nav-item .nav-link {
        width: 100%;
        height: auto;
        background: white;
        border: 1px solid #808080;
        color: #808080;
        font-size: 13px;
    }
    .blog-nav-box .nav-item .nav-link.all-button {
        min-width: 90px !important;
    }
    .blog-nav-box .nav-item .nav-link.active {
        color: white;
        background: #fa6f10;
        border: none;
    }
}
@media only screen and (max-width: 991px) {
    .blog-nav-box {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .blog-nav-box .nav {
        max-width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px 12px;
    }
    .blog-nav-box .nav .nav-item {
        max-width: 100%;
        height: auto;
    }
    .blog-nav-box .nav-item .nav-link {
        width: 100%;
        height: auto;
        background: white;
        border: 1px solid #808080;
        color: #808080;
        font-size: 13px;
    }
    .blog-nav-box .nav-item .nav-link.all-button {
        min-width: 80px !important;
    }
    .blog-nav-box .nav-item .nav-link.active {
        color: white;
        background: #fa6f10;
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    .blog-nav-box {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    .blog-nav-box .nav {
        max-width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px 5px;
    }
    .blog-nav-box .nav .nav-item {
        max-width: 100%;
        height: auto;
    }
    .blog-nav-box .nav-item .nav-link {
        width: 100%;
        height: auto;
        background: white;
        border: 1px solid #808080;
        color: #808080;
        font-size: 10px;
    }
    .blog-nav-box .nav-item .nav-link.active {
        color: white;
        background: #fa6f10;
        border: none;
    }
}
@media only screen and (max-width: 393px) {
    .blog-nav-box {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    .blog-nav-box .nav {
        max-width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px 5px;
    }
    .blog-nav-box .nav .nav-item {
        max-width: 100%;
        height: auto;
    }
    .blog-nav-box .nav-item .nav-link {
        width: 100%;
        height: auto;
        background: white;
        border: 1px solid #808080;
        color: #808080;
        font-size: 10px;
    }
    .blog-nav-box .nav-item .nav-link.all-button {
        min-width: 70px !important;
    }
    .blog-nav-box .nav-item .nav-link.active {
        color: white;
        background: #fa6f10;
        border: none;
    }
}
/*Blog Box*/
@media only screen and (min-width: 1200px) {
    .blog-content-box {
        padding-bottom: 70px;
    }
    .blog-card {
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .blog-card:hover .blog-title {
        color: #fa6f10;
    }
    .blog-card img {
        max-width: 100%;
        height: auto;
        border-radius: 15px 15px 0px 0px;
    }
    .blog-date {
        color: black;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .blog-title {
        color: black;
        font-size: 17px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }
    .blog-read {
        color: black;
        font-size: 13px;
        text-decoration: underline;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .blog-content-box {
        padding-bottom: 70px;
    }
    .blog-card {
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 15px;
        cursor: pointer;
        text-decoration: none;
    }
    .blog-card:hover .blog-title {
        color: #fa6f10;
    }
    .blog-card img {
        max-width: 100%;
        height: auto;
        border-radius: 15px 15px 0px 0px;
    }
    .blog-date {
        color: black;
        font-size: 11px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .blog-title {
        color: black;
        font-size: 15px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }
    .blog-read {
        color: black;
        font-size: 11px;
        text-decoration: underline;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-content-box {
        padding-bottom: 70px;
    }
    .blog-card {
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 15px;
        cursor: pointer;
        margin: 10px auto;
        text-decoration: none;
    }
    .blog-card:hover .blog-title {
        color: #fa6f10;
    }
    .blog-card img {
        max-width: 100%;
        height: auto;
        border-radius: 15px 15px 0px 0px;
    }
    .blog-date {
        color: black;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .blog-title {
        color: black;
        font-size: 17px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }
    .blog-read {
        color: black;
        font-size: 13px;
        text-decoration: underline;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-content-box {
        padding-bottom: 70px;
    }
    .blog-card {
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 15px;
        cursor: pointer;
        margin: 10px auto;
        text-decoration: none;
    }
    .blog-card:hover .blog-title {
        color: #fa6f10;
    }
    .blog-card img {
        max-width: 100%;
        height: auto;
        border-radius: 15px 15px 0px 0px;
    }
    .blog-date {
        color: black;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .blog-title {
        color: black;
        font-size: 16px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }
    .blog-read {
        color: black;
        font-size: 12px;
        text-decoration: underline;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-content-box {
        padding-bottom: 70px;
    }
    .blog-card {
        width: 90%;
        height: auto;
        background: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 15px;
        cursor: pointer;
        margin: 10px auto;
        text-decoration: none;
    }
    .blog-card:hover .blog-title {
        color: #fa6f10;
    }
    .blog-card img {
        max-width: 100%;
        height: auto;
        border-radius: 15px 15px 0px 0px;
    }
    .blog-date {
        color: black;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .blog-title {
        color: black;
        font-size: 17px;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }
    .blog-read {
        color: black;
        font-size: 13px;
        text-decoration: underline;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 20px;
    }
}
/* ---- Second Section End -----*/

/* ---- Spinner Loader -----*/
@media only screen and (min-width: 992px) {
    .spinner-box {
        width: 100vw;
        height: 100vh;
        z-index: 1001;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 1);
    }
    .spinner {
        width: 75px;
        height: 75px;
        --clr: rgb(246, 109, 16);
        --clr-alpha: rgb(246, 109, 16, 0.1);
        animation: spinner 1.6s infinite ease;
        transform-style: preserve-3d;
        position: relative;
    }
    .spinner > div {
        background-color: var(--clr-alpha);
        height: 100%;
        position: absolute;
        width: 100%;
        border: 3.5px solid var(--clr);
    }
    .spinner div:nth-of-type(1) {
        transform: translateZ(-35.2px) rotateY(180deg);
    }
    .spinner div:nth-of-type(2) {
        transform: rotateY(-270deg) translateX(50%);
        transform-origin: top right;
    }
    .spinner div:nth-of-type(3) {
        transform: rotateY(270deg) translateX(-50%);
        transform-origin: center left;
    }
    .spinner div:nth-of-type(4) {
        transform: rotateX(90deg) translateY(-50%);
        transform-origin: top center;
    }
    .spinner div:nth-of-type(5) {
        transform: rotateX(-90deg) translateY(50%);
        transform-origin: bottom center;
    }
    .spinner div:nth-of-type(6) {
        transform: translateZ(35.2px);
    }
    @keyframes spinner {
        0% {
            transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
        }
        50% {
            transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
        }
        100% {
            transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
        }
    }
}
@media only screen and (max-width: 991px) {
    .spinner-box {
        width: 100vw;
        height: 100vh;
        z-index: 1001;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 1);
    }
    .spinner {
        width: 50px;
        height: 50px;
        --clr: rgb(246, 109, 16);
        --clr-alpha: rgb(246, 109, 16, 0.1);
        animation: spinner 1.6s infinite ease;
        transform-style: preserve-3d;
        position: relative;
    }
    .spinner > div {
        background-color: var(--clr-alpha);
        height: 100%;
        position: absolute;
        width: 100%;
        border: 2px solid var(--clr);
    }
    .spinner div:nth-of-type(1) {
        transform: translateZ(-25px) rotateY(180deg);
    }
    .spinner div:nth-of-type(2) {
        transform: rotateY(-270deg) translateX(50%);
        transform-origin: top right;
    }
    .spinner div:nth-of-type(3) {
        transform: rotateY(270deg) translateX(-50%);
        transform-origin: top left;
    }
    .spinner div:nth-of-type(4) {
        transform: rotateX(90deg) translateY(-50%);
        transform-origin: top center;
    }
    .spinner div:nth-of-type(5) {
        transform: rotateX(-90deg) translateY(50%);
        transform-origin: bottom center;
    }
    .spinner div:nth-of-type(6) {
        transform: translateZ(25px);
    }
    @keyframes spinner {
        0% {
            transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
        }
        50% {
            transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
        }
        100% {
            transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
        }
    }
}
