/**
    * Theme Name:        MODEE
    * Theme URI:         https://avertra.com/
    * Description:       This theme was desgned by the Marketing team and developed by IT team in Avertra
    * Version:           1.0.7
    * Author:            Alixsander Haj Saw
    * Author URI:        https://opensourcehustle.com
    * Tags:              Custom Theme
    * Text Domain:       avertra
    * Tested up to:      6.8
    * Requires at least: 6.2
    * Requires PHP:      8.1
    * License:           GNU General Public License v2.0 or later
    * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Normalize box-sizing across the board */

*, *::before, *::after {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    font-size: 20px;
}

.main-cnt {
    width: 100%;
    position: relative;
}

.margin-cnt {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

button {
    border: none;
    padding: 13px 37px;
    font-weight: bold;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.semiBold {
    font-weight: 600;
}

.underline {
    text-decoration: underline;
}

.white {
    color: white;
}

.blue {
    color: #0844BC;
}

.darkBlue-bg {
    background-color: #161E35;
}

.blue-bg {
    background-color: #0844BC;
}


@media only screen and (max-width: 767px) {


}