@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

h1,h2,h3,h4,h5,h6,li,ul,a,span,p{
  font-family: "Outfit", sans-serif;  
}
p {
    font-size: 20px;
}
img {
    width: 100%;
}
a.navbar-brand img {
    width: 160px;
}
a.nav-link {
    font-weight: 400;
    color: #000;
    font-size: 17px;
}
.btn-head a {
    background: #e31e24;
    border: none;
    padding: 8px 27px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}
div#navbarNav {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
ul.navbar-nav {
    gap: 40px;
}
.btn-head {
    margin-left: 50px;
    margin-top: 12px;
}
.overlay-banner {
    padding: 100px 0px;
    background: #ffffff30;
}
.content-banner {
    background: #ffffff7d;
    padding: 40px;
    border-radius: 20px;
    /* border: 2px solid #000000; */
}
.content-banner a {
    background: #e31e24;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
}
.content-banner h2 {
    font-size: 50px;
    text-align: center;
}
.content-banner p {
    margin-bottom: 30px;
    text-align: center;
}
section.why-choose img {
    border-radius: 20px;
}
section.why-choose h2 {
    font-size: 40px;
}
span.choose-content {
    color: #e31e24;
    font-style: italic;
}
section.why-choose li {
    list-style: none;
}
section.why-choose ul {
    padding-left: 5px;
}
section.why-choose li {
    list-style: none;
    font-size: 19px;
    padding: 11px 0px;
}
section.why-choose li svg path {
    fill: #e31e24;
}
section.why-choose img {
    border-radius: 20px;
    aspect-ratio: 16 / 15;
    object-fit: cover;
    object-position: bottom;
}
.btn-why a {
    background: #e31e24;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 10px;
}
.btn-why {
    transition: .3s ease-in-out;
}
.btn-why:hover {
    transform: translateY(-5px);
}
.banner-btn:hover {
    transform: translateY(-5px);
}
.banner-btn {
    transition: .3s ease-in-out;
    text-align: center;
}
.btn-head:hover {
    transform: translateY(-5px);
}

.btn-head {
    transition: .3s ease-in-out;
}
.box-product {
    padding: 20px;
    background: hsl(206deg 8.15% 97.03%);
    border-radius: 20px;
}
.box-product h2 {
    text-align: center;
    font-size: 25px;
    padding-top: 10px;
}
.box-product {
    padding: 20px;
    background: hsl(206deg 8.15% 97.03%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .3s ease-in-out;
}
.box-product img {
    width: 65px;
}
section.products h2 {
    font-size: 40px;
}
.box-product h2 {
    font-size: 25px !important;
}
.box-product:hover {
    transform: translateY(-6px);
}
.product-btn a {
    background: #e31e24;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 10px;
}
.product-btn {
    text-align: center;
    padding-top: 30px;
    transition: .3s ease-in-out;
}
.product-btn:hover {
    transform: translateY(-5px);
}
.overlay-cta.py-5 {
    background: #000000b5;
}
.overlay-cta h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.overlay-cta p {
    text-align: center;
    color: #fff;
}
.btn-cta {
    text-align: center;
    transition: .3s ease-in-out;
}
.btn-cta:hover {
    transform: translateY(-5px);
}
.btn-cta a {
    background: #e31e24;
    color: #fff;
    text-decoration: none;
    padding: 10px 27px;
    border-radius: 10px;
}
section.why-choose li svg {
    margin-right: 10px;
}
.get img {
    aspect-ratio: 16 / 11 !important;
    object-fit: cover;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0px 0 !important;
    font-family: 'Outfit' !important;
    font-weight: 500 !important;
    text-transform: none;
}
form {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #cbcbcb;
}
button.btn.btn-primary {
    background: #e31e24;
    border: none;
    padding: 8px 30px;
    border-radius: 10px;
}
.testi-box {
    background: #e8e8e8;
    padding: 30px;
    border-radius: 20px;
}
.uk-slider {
    padding: 22px 0px;
    margin: 10px;

}
.testi-box p {
    color: #3b3b3b;
    font-style: italic;
}
.testi-box h3 {
    color: #db1d23 !important;
    font-size: 21px;
}
.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgb(223 30 35) !important;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
}
.uk-dotnav>.uk-active>* {
    background-color: rgb(223 30 35) !important;
    border-color: transparent;
}
section.footer {
    background: #282828;
    padding: 50px 0px;
}
.logo-footer img {
    width: 270px;
}
.logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-social-media ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px;
}
.footer-social-media li svg {
    width: 30px;
    height: 22px;
}
.footer-social-media.pt-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
li {
    list-style: none;
}
.footer-social-media li svg path {
    fill: #fff;
}
.footer-social-media li svg:hover {
    transform: translateY(-5px);
}
.footer-social-media li svg {
    transition: .3s ease-in-out;
}
.footer-social-media li svg path:hover {
    fill: #e31e24 !important;
}
.copyright {
    border-top: 1px solid #4f4f4f;
    padding-top: 20px;
}
.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
a.nav-link:hover {
    color: #e31e24 !important;
}
@media screen and (max-width:768px){
    .box-product {
        margin: 20px;
    }
    .sec {
    padding-top: 0px !important;
}
section.why-choose img {
    border-radius: 20px;
    aspect-ratio: 16 / 15;
    object-fit: cover;
    object-position: bottom;
    margin-top: 30px;
}
.testimonials {
    padding-top: 30px;
}
.btn-head {
    margin-left: 0px;
    margin-top: 0px;
}
.content-banner h2 {
    font-size: 40px;
    text-align: center;
}
}
.sec {
    padding-top: 20px !important;
}
section.why-choose  {
    overflow-x: hidden;
}