@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap');

html{
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;

    width: 100%;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}


a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}

h3 a{
    color: #000000;
}



header nav {
    padding: 20px 0;
}

.navbar-light .navbar-brand {
    background: transparent;
    width: 200px;
}

.navbar-light .navbar-brand img {
    width: 100%;
}

header .navbar-light .navbar-nav .nav-link {
    color: #5896f3 !important;
    text-transform: uppercase !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    padding-right: 15px;
    padding-left: 15px;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #CCCCCC;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0px 3px 6px 0px rgba(181, 181, 181, 0.5);
}

#slider .owl-carousel .item img {
    width: 100%;
}

#slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -40px;
    position: relative;
    margin-bottom: 20px;
}

#slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
    border: 2px solid #5896f3!important;
}

#slider .owl-theme .owl-dots .owl-dot span {
    background: #5896f3!important;
}

#slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

#info h2 {
    color: #5896f3;
    text-transform: uppercase;
    text-align: center;
}

#info .gradient{
    width: 100%;
    height: 3px;
    background: radial-gradient(#DADADA, #ffffff);;
}

#info p {
    color: #7C7978;
    text-align: justify;
}

#dealer {
    padding: 50px 0;
}

#dealer h2 {
    color: #5896f3;
    text-transform: uppercase;
    text-align: center;
}

#dealer .gradient{
    width: 100%;
    height: 2px;
    background: radial-gradient(#C29E0A36, #ffffff);
}

#dealer p {
    text-transform: uppercase;
    text-align: center;
    color: #6d6c6b;
    font-size: 18px;
}

#dealer .box{
    margin-bottom: 20px;
    margin-top: 25px;
}

#contact {
    padding: 50px 0;
}

#contact h2 {
    color: #5896f3;
    text-transform: uppercase;
    text-align: center;
}

#contact .gradient{
    width: 100%;
    height: 2px;
    background: radial-gradient(#C29E0A36, #ffffff);
}

#contact input[type=text], #contact input[type=email], #contact textarea {
    border-radius: 0;
    height: 40px;
    margin-bottom: 15px;
}

#contact textarea {
    height: 300px;
    background: transparent;
}

#contact button {
    background: #5896f3;
    color: #ffffff;
    padding: 10px;
    float: right;
}

#product {
    background: linear-gradient(#f5f5f5, #f5f5f5);
    padding: 25px 0 15px 0;
}

#product img {
    background: #ffffff;
    padding: 0;
}

#product .nav-link{
    padding: 0;
}

#product h5 {
    margin: 0;
    margin-top: 10px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
}

#product_info h2 {

    font-size: 35px;
    font-weight: bold;
}

#product_info .gradient{
    margin: 25px 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(#C29E0A36, #ffffff);
}

#product_info .box{
    padding: 1em;
    border-radius: 10px;
    background: #ffffff;
}

#product_info .box img{
    border-radius: 10px;
}
#product_info h3 {
    font-size: 19px;
}

#product_info p {
    color: #7C7978;
    text-align: justify;
}

#product_info ul {
    padding: 0;
    padding-left: 15px;
    color: #7C7978;
    text-align: justify;
}

footer{
    background: #5896f3;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-toggler {
    padding: 9px;
    font-size: 17px;
    line-height: 1;
    background-color: #fff;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 5px;
}

@media (max-width: 728px) {
    .navbar-light .navbar-brand {
        background: transparent;
        width: 186px;
    }
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
    position: relative;
}

button:focus {
    outline: none !important;
}