/* @import url('https://fonts.googleapis.com/css2?family=Noto Serif&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "Noto Serif";
    src: url("/assets/font/peth-font.woff") format("woff");
    font-display: swap;
}

body {
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #f6eee1;
}
a {
    font-family: "Noto Serif", serif;
}
p {
    font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4 {
    margin: 0;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

/* .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
} */
.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -15px;
    margin-right: -15px; */
}
.vw-100 {
    width: 100vw;
}
.flex-col {
    flex-direction: column;
}
.mb-1 {
    margin-bottom: 1rem;
}

.w-100 {
    width: 100%;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.text-center {
    text-align: center;
}
.text-white {
    color: white;
}
.m-0 {
    margin: 0px;
}
/* Mobile styles */
@media (max-width: 767px) {
    .d-flex {
        display: flex !important;
    }
    .d-block {
        display: block !important;
    }
    .d-none {
        display: none !important;
    }
    .col {
        flex: 1 0 0%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .col-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }
    .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .flex-m-col {
        flex-direction: column;
    }
    .container {
        padding: 0px 20px !important;
    }
    h1 {
        font-size: 35px !important;
        line-height: normal !important;
    }
    h2 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    h4 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    h5 {
        font-size: 15px !important;
    }
    p {
        font-size: 15px !important;
        margin-bottom: 0px;
    }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
    .d-flex {
        display: flex !important;
    }
    .d-tab-block {
        display: block !important;
    }
    .d-tab-none {
        display: none !important;
    }
    .col-tab {
        flex: 1 0 0%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-tab-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
    .col-tab-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-tab-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-tab-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }
    .col-tab-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-tab-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .col-tab-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }
    .col-tab-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-tab-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-tab-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .container {
        max-width: 960px;
    } */
    .flex-tab-col {
        flex-direction: column;
    }
}
/* Laptop styles */
@media (min-width: 1025px) and (max-width: 1366px) {
    .d-flex {
        display: flex !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
    .col-md {
        flex: 1 0 0%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-md-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .col-md-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .container {
        max-width: 1140px;
    } */
}

/* Desktop styles */
@media (min-width: 1367px) and (max-width: 1440px) {
    .d-flex {
        display: flex !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .col-lg {
        flex: 1 0 0%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .container {
        max-width: 1320px;
    } */
}
/* Widescreen styles */
@media (min-width: 1441px) {
    .d-flex {
        display: flex !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .col-lg {
        flex: 1 0 0%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-lg-2 {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6667%;
        max-width: 66.6667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
