@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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&family=Pacifico&display=swap');

section:nth-child(odd) {
    background: #ffffff;
}
#more {
    display: none;
}

.box p {
    line-height: 28px;
    height: 115px;
    overflow: hidden;
}

.box a {
    display: inline-block;
}

.box.showContent p {
    height: auto;
}

.box.showContent .readmore-btn {
    background-color: rgb(150, 6, 6);
}

.box.showContent .readmore-btn {
    background-color: rgb(150, 6, 6);
}

.ws-40 {
    word-spacing: 10px;
}

.myimg {
    height: 200px;
}
.shop {
    height: 100px;
}
.text-blue-dark {
    color: #053472;
}

.fpl {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.vh-80 {
    height: 80vh;
}

.vh-100 {
    height: 100vh;
}

ul {
    list-style: none;
}

.mt-12 {
    margin-top: 12px;
}

.mydropdown li a:hover {
    background-color: #053472;
}

.mydropdown {
    background-color: #052349;
    border-radius: 0;
    margin-top: 15px;
    font-family: "Open sans", sans-serif;
}

.container-m {
    padding: 0 100px !important;
}

/*My Font*/
.oft {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.oftm {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: italic;
}