html,
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    color: #333;
    position: relative;
    z-index: 99;
}

body::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 0px;
    width: 100%;
}


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

.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
    color: #333;
}

h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

p {
    color: #333;
    font-family: 'Nunito';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 157.143% */
}

header {
    /* padding: 0 12px ; */
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;

    border-radius: 100px;
}

.logo a {
    color: #333;
    padding: 10px 48px 10px 12px;
    display: block;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;

}

.nav-links {
    width: 100%;
    display: flex;
    margin: 6px 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    justify-content: space-evenly;
}


.nav-links li {
    position: relative;
}

.nav-links li a {
    color: #333;
    text-transform: capitalize;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    padding: 12px;
    display: block;
}

/* .nav-links li.active a,
.nav-links li:hover a {
    border-radius: 100px;
    background: #FFE82C;
    color: #333;
} */


.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    margin: 2px;
    background: #f87e10;
}

.pc-searbtn {
    border-radius: 12px;
    background: #F9F6F6;
}

.burger,
.h5-searbtn,
.h5-close,
.h5-home {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.h5-text {
    display: none;
}

.burger a,
.h5-home a,
.h5-searbtn a {
    display: contents;
}

.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: transparent;
}

.back-to-top i {
    font-size: 25px;
}

.head-sear {
    margin: 0 12px;
    max-width: 180px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    border-radius: 100px;
    background: #F2F2F2;
}

.head-sear input {
    width: 100%;
    border-radius: 100px;
    background: #F2F2F2;

    border: none;
    outline: none;
    padding: 8px 12px;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-family: Nunito;
}

.head-sear input::placeholder {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-family: Nunito;
}

.head-search_btn a {
    display: block;
    padding: 4px 12px;
}

.head-search_btn a i {
    color: #333;
    font-size: 16px;
}

@media (max-width:1024px) {
    .logo a {
        font-size: 24px;
        line-height: 30px;
    }

    .nav-links li a {
        padding: 10px 18px;
    }
}

@media screen and (max-width: 992px) {
    .head-sear {
        margin-left: auto;
    }

    .nav-links {
        display: none;
        background-color: #fff;
        padding: 40px 20px;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
        margin: 0px 0;
    }


    .nav-links.nav-active {
        display: flex;
        gap: 16px;
        position: fixed;
        flex-direction: column;
        padding-bottom: calc(100vh - 340px);
        align-items: flex-start;
    }

    .nav-links li a {
        display: block;
        width: max-content;
        color: #333;
        padding: 8px 24px;
        border-radius: 100px;
        font-size: 14px;
        line-height: 18px;
        margin: auto;
        font-weight: 800;
    }


    .pc-searbtn {
        display: none;
    }

    .burger {
        display: flex;
        padding: 10px 12px;
        border-radius: 50%;
        margin-left: 24px;
    }

    .h5-home {
        display: flex;
        padding: 10px 12px;
        border-radius: 50%;
        margin-left: auto;
    }

    .h5-close {
        display: block;
        width: auto !important;
        margin-left: 0 !important;
        text-align: center;
        padding: 20px;
        position: absolute !important;
        top: 5px;
        right: 15px;

    }

    .h5-close i {
        font-size: 20px;
        color: #999;
    }

    .h5-searbtn {
        display: flex;
        padding: 10px 12px;
        border-radius: 50%;
        margin-left: 24px;
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        color: #333333;
        font-size: 22px;
    }

    .toggle i {
        color: #999999;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 20px;
        font-size: 24px;
        top: 0px;
        padding: 20px;
    }

    .logo a {
        padding: 8px 20px;
    }

    .h5-text {
        display: block;
        width: 100% !important;
    }

}

@media (max-width:550px) {


    /* .logo {
        width: calc(100% - 150px);
    } */
    .head-sear {
        margin-right: 0;
        max-width: 150px;
    }

    .head-sear input::placeholder,
    .head-sear input {
        font-size: 12px;
        line-height: 16px;
    }

    .logo a {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        padding: 3px 12px;
    }

    .burger,
    .h5-searbtn {
        margin-left: 12px;
    }

    .burger,
    .h5-searbtn,
    .h5-home {
        padding: 8px;
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        font-size: 20px;
    }

    .h5-close {
        padding: 12px 20px;
    }

    .back-to-top {
        bottom: 130px;
        right: 20px;
    }

    .back-to-top svg {
        width: 25px;
    }

}

@media (max-width:380px) {


    .burger,
    .h5-searbtn,
    .h5-home {
        padding: 8px;
    }

    .burger,
    .h5-searbtn {
        margin-left: 8px;
    }
}


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}


section {
    padding: 16px 0;
}

.cover {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    background: #D9D9D9;
}


.placeholder {
    object-fit: contain;
    margin: auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.heading {
    position: relative;
    color: #333;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.heading::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    left: 12px;
    top: 9px;
}

.search {
    width: 90%;
    margin: 12px auto;
    display: flex;
    align-items: center;
    flex-direction: row;

    border-radius: 8px;
    border: 2px solid #000;
}

.search input {
    border-radius: 48px;
    background: #FFF;
    width: 100%;
    outline: none;
    padding: 12px 48px;
    border: none;
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: Nunito;
}

.search input::placeholder {
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    font-family: Nunito;
}

.search_btn {
    border-radius: 0px 8px 8px 0px;
}

.search_btn a {
    display: flex;
    padding: 12px 48px;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.search_btn a i {
    color: #333;
    font-size: 20px;
}


footer {
    padding: 20px 0;
    margin: 50px auto 0;
}
footer .flex{
    max-width: 1200px;
    margin: auto;
}
footer .share {
    width: 50%;
    display: flex;
    justify-content: center;
}

footer .share a {
    padding: 3px;
    margin: 0 12px;
    display: flex;
    border-radius: 80px;
}

footer .share i {
    font-size: 25px;
}

footer .pt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .pt a {
    padding: 0 24px;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-decoration: underline;
    /* 125% */
}

footer .pb {
    width: 100%;
    text-align: center;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-top: 20px;
    /* 125% */
}

@media (max-width:1200px) {}

@media (max-width:768px) {
    footer .share a {
        margin: 0 6px;
    }

    footer .pt a {
        padding: 0 12px;
    }

}

@media (max-width:550px) {
    .search {
        width: auto;
        margin: 12px 6px;
    }
    .search input{
        padding: 8px 12px;
        font-size: 14px;
        line-height: 18px;
    }
    .search input::placeholder{
        font-size: 14px;
        line-height: 18px;
    }
    .search_btn a{
        padding: 8px 20px;
        font-size: 14px;
        line-height: 18px;
    }
    footer .share {
        padding-top: 12px;
        width: 100%;
    }

    footer .pt {
        width: 100%;
        order: -1;
    }

    footer .pt a {
        font-size: 14px;
    }

    footer .pb {
        padding-top: 12px;
        font-size: 14px;
    }

    footer .share a {
        padding: 0px;
    }

    footer .share i {
        font-size: 25px;
        line-height: 25px
    }

    footer {
        padding: 12px 0;
    }

    .heading {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 6px;
        padding-left: 6px;
    }



    h2 {
        font-size: 14px;
        line-height: 18px;
    }
}