body {
    font-family: "DM Sans", sans-serif;
    color: #555;
    line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #333;
}
a {
    text-decoration: none;
} /*@Custom*/ /*font*/
.font-bold {
    font-weight: 700 !important;
}
.font-serif {
    font-family: "DM Serif Display", serif;
    font-weight: 700;
}
.font-body {
    color: #666;
}
.font-upper-label {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.font-small {
    font-size: 12px;
} /*Button*/
.btn-primary {
    background-color: #da3654;
    border-color: #da3654;
    padding: 13px 30px;
    font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #da3654 !important;
    border-color: #da3654 !important;
    box-shadow: 1px 1px 20px 10px rgb(218 54 84 / 21%) !important;
    outline: none !important;
}
.btn-white {
    background-color: #fff;
    color: #333;
    font-weight: bold;
}
.btn-xs {
    padding: 0px 10px;
    font-size: 14px;
}
.btn-dashed {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    padding: 4px 0;
    border-bottom: 1px #333 dashed;
    color: #333;
}
.btn-dashed:focus,
.btn-dashed:hover {
    color: #da3654;
}
.btn-custom {
    background-color: #fff;
    border-color: #da365473;
    color: #da3654;
}
.btn-custom:hover,
.btn-custom:focus {
    border-color: #da3654;
    background-color: #fff !important;
    color: #da3654;
} /*Nav Top*/
.nav-top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #da3654;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
} /*Navbar*/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px; /*box-shadow: 0px 5px 10px 5px #0000000d;*/
} /*Border*/
.rounded-border {
    border-radius: 14px;
}
.border-dashed {
    border: 3px dashed #da3654;
} /*Menu*/
.menu-content.active {
    position: fixed;
    display: block !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff !important;
    z-index: 1000;
    padding: 20px;
}
.menu-content > a {
    float: right;
    color: #666;
    text-decoration: none;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu > li {
    padding: 0;
    margin: 0;
}
.menu > li > a {
    display: inline-block;
    padding: 12px 0;
    color: #666;
    font-weight: 500;
    font-family: "DM Serif Display", serif;
    font-size: 1.2rem;
}
.menu > li.active > a {
    color: #333;
    text-decoration: underline;
}
.menu-icon {
    display: block;
    padding: 15px 10px;
    border-radius: 6px;
    text-decoration: none !important;
    color: #333 !important;
}
.menu-icon:focus,
.menu-icon:hover,
.menu-icon:visited {
    background-color: #f5f5f5;
}
.menu-icon-toggle {
    margin-right: 10px;
    color: #333;
}
.menu-icon-toggle > span {
    display: block;
    content: "";
    height: 3px;
    width: 18px;
    background-color: #333;
}
.menu-icon-toggle > span:first-child {
    margin-bottom: 6px;
} /*Baackground*/
.bg-custom {
    background-color: #f5f9fb;
}
.bg-custom-dark {
    background-color: #21094d;
}
.bg-white-transparent {
    background-color: #ffffffe8 !important;
} /*Text*/
.text-primary {
    color: #da3654 !important;
}
.text-decoration-none {
    text-decoration: none;
    color: #555;
}
.text-decoration-none:hover {
    text-decoration: none;
} 
/*Image Slider*/
.img-slider {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.img-slider::-webkit-scrollbar {
    width: 0;
}
.img-slider > .img-item {
    position: relative;
}
.img-slider > .img-item > img {
    max-width: 400px;
    height: 145px;
    border-radius: 10px;
    margin-right: 20px;
}
.img-slider > .img-item-two {
    border-radius: 10px;
}
.img-slider > .img-item-two > img {
    max-width: 250px;
    height: 250px;
    border-radius: 10px;
    margin-right: 20px;
} 
/*Border*/ /*Border*/
.border-custom-bottom {
    border-bottom: 1px solid #dee2e6 !important;
} /*Other*/
.quote:before.quote:after {
    display: block;
    content: '"';
    font-size: 4rem;
    color: #da3654;
}
.overlay {
    display: none;
}
.overlay.active {
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10 !important;
    background-color: #fff;
    overflow-y: scroll !important;
    overlay-x: hidden !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch;
}
.carousel-indicators {
    z-index: 3 !important;
}
.btn-play-video {
    position: absolute;
    display: block;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
} /*List Menu*/
.list-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-menu li {
    margin: 0;
    padding: 0;
}
.list-menu li a {
    display: inline-block;
    padding: 8px 0 6px 0;
    color: #e2f5ff;
    border-bottom: 1px dashed #858585;
    text-decoration: none;
} /*// Extra small devices (portrait phones, less than 576px)*/ /*// No media query for `xs` since this is the default in Bootstrap*/ /*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
} /*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .navbar {
        justify-content: center;
    } /*Menu*/
    .menu-content {
        position: relative;
        display: inline-block;
    }
    .menu {
        padding: 0;
    }
    .menu > li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    .menu > li > a {
        display: inline-block;
        padding: 10px 15px;
        color: #666;
        font-weight: 500;
        font-family: "DM Serif Display", serif;
        font-size: 16px;
    }
    .menu > li.active > a {
        color: #333;
        text-decoration: underline;
    }
    .menu-icon {
        display: block;
        padding: 15px 10px;
        border-radius: 6px;
    } 
    
    /*Image Slider*/
    .img-slider > .img-item > img {
        max-width: 400px;
        height: 200px;
    } /*Border*/
    .border-custom-bottom {
        border-bottom: none !important;
    }
} /*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
} /*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}
