/*Global Style*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.form-control {
    font-family: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    text-decoration: none!important;
}

.intro {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 18px;
    color: #333;
}

#lista {
    color: #555;
    font-size: 15px;
    font-style: italic;
}

.logo-circle {
    height: 26px;
    width: 26px;
    border: 4px solid #fff;
    display: inline-block;
    margin-bottom: -2px;
    border-radius: 50%;
    position: relative;
}

.logo-circle::before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
}

.mybtn1,
.mybtn2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 12px 36px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mybtn1 {
    background-color: #fff;
    margin-right: 10px;
}

.mybtn2 {
    color: #fff;
}

.kobo {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
}

.fnac {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 130px;
}

.kobo-text {
    font-size: 18px;
    display: block;
    margin-top: 40px;
    margin-left: 10px;
    text-decoration: none;
    color: azure;
}

.whats,
.fab .fa-whatsapp {
    position: fixed;
    color: rgb(157, 245, 26);
    right: 15px;
    top: calc(50% - 20px);
    height: 40px;
    width: 40px;
    padding-left: 5px;
    z-index: 5000;
    cursor: pointer;
    border-radius: 50%;
    font-size: 50px; 
}

.whats i{
    color: yellowgreen;
}

.mybtn2:hover {
    color: #fff;   
}

.mybtn2:focus,
.mybtn1:focus {
    box-shadow: none;
}

.mybtn2::before,
.mybtn1::before {   
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}

.mybtn2:hover::before,
.mybtn1:hover::before {
    width: 100%;
}

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

.section-title .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0 0 15px;
    position: relative;
    padding: 5px 10px;
    z-index: 1;
}

.section-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.1;
}

.section-title .subtitle {
    font-size: 30px;
    line-height: 38px;
    color: #222;
    font-weight: 700;
    margin: 0;
}

.bg-light {
    background-color: #f5f5ff;
}

/* Preloader */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .loader {
    height: 50px;
    width: 50px;
    border: 5px solid #4849d9;
    border-right: 5px solid transparent;
    border-radius: 50%;
    animation: preloader 1s linear infinite;
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*header section*/
.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .navbar {
    padding: 0;
}
.header .navbar.navbar-light .navbar-brand {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.header .navbar #collapsibleNavbar .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 20px 15px 20px;
    line-height: 26px;
    opacity: 0.6;
} 

.header .navbar #collapsibleNavbar .nav-item .nav-link.active {
    opacity: 1;
}

/*Home Section*/
.home-section {
    padding: 130px 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/*.home-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 112px;
    background-image: url("../img/back-shape.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}*/

.home-section .home-content h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 50px;
}

.home-section .home-content p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 28px;
    font-weight: 400;
}

.home-section .home-img img {
    max-width: 500px;
    width: 100%;
    position: absolute;
    left: 120px;
    top: 25px;
    animation: productani01 6s linear infinite;
}



@keyframes productani01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.home-section .bg-shapes div {
    position: absolute;
    opacity: 0.08;
}

.home-section .bg-shapes div:nth-child(1) {
    height: 100px;
    width: 100px;
    top: 20%;
    left: 20%;
    background-color: #fff;
    border-radius: 50%;
    animation: shapeani01 15s linear infinite;
}

.home-section .bg-shapes div:nth-child(2) {
    height: 90px;
    width: 90px;
    top: 60%;
    left: 60%;
    background-color: transparent;
    border-radius: 50%;
    border: 5px solid #fff;
    border-bottom: 5px solid transparent;
    animation: shapeani02 12s linear infinite;
}

.home-section .bg-shapes div:nth-child(3) {
    height: 70px;
    width: 70px;
    top: 10%;
    left: 90%;
    background-color: transparent;
    border-radius: 50%;
    border: 5px solid #fff;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    animation: shapeani03 12s linear infinite;
}

.home-section .bg-shapes div:nth-child(4) {
    height: 200px;
    width: 200px;
    top: 40%;
    left: calc(100% - 100px);
    background-color: #fff;
    border-radius: 50%;
    animation: shapeani04 10s linear infinite;
}

.home-section .bg-shapes div:nth-child(5) {
    height: 100px;
    width: 100px;
    top: 40%;
    left: calc(0% - 50px);
    background-color: transparent;
    border: 5px solid #fff;
    animation: shapeani02 15s linear infinite;
}

.home-section .bg-shapes div:nth-child(6) {
    height: 150px;
    width: 150px;
    left: 40%;
    top: 65%;
    background-color: transparent;
    border: 5px solid #fff;
    animation: shapeani05 15s linear infinite;
}

@keyframes shapeani01 {
    0%, 100% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(350px);
    }
}

@keyframes shapeani02 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shapeani03 {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes shapeani04 {
    0%, 100% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes shapeani05 {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/*About Section*/

.about-section {
    background-color: #fff;
    padding: 80px 0 80px;
}

.about-section .about-img {
    margin: auto;
}

.about-section .about-img img {
    /*border-radius: 20px;*/
    max-width: 400px;
    width: 100%;
    transform: rotate(-8deg);
    box-shadow: 0px 0px 5px black;
}

.about-section .about-img h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bolder;
    justify-content: center;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    
    
}

.about-section .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.about-section .about-content p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0;
    font-weight: 400;
}

.about-section .about-content ul {
    display: block;
    margin: 30px 0 0;
}

.about-section .about-content ul li {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 32px;
}

.about-section .about-content ul li i {
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Features Section*/
.features-section {
    padding: 80px 0 50px;
}

.features-section .features-item {
    box-shadow: 0 0 10px #dddde3;
    padding: 40px 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s ease;
}

.features-section .features-item:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.features-section .features-item .icon {
    margin-bottom: 25px;
}

.features-section .features-item .icon i {
    font-size: 40px;
    display: inline-block;
    transition: all 0.5s ease;
}

.features-section .features-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0 0 15px;
    line-height: 30px;
    transition: all 0.5s ease;
}

.features-section .features-item p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0;
    transition: all 0.5s ease;
    font-weight: 400;
}

.features-section .features-item:hover .icon i,
.features-section .features-item:hover h3,
.features-section .features-item:hover p {
    color: #fff;
}

/*Products Section*/

.flt {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #555;
    font-weight: bolder;
    justify-content: center;
    text-align: center;
    padding: 0;
    cursor: pointer;
    animation: flt 5s linear infinite;
}

#flt {
    color: #555;
}

@keyframes flt {
    0% {
        transform: translateY(-100px);
    }
    20% {
        transform: translateY(0px);
    }
    80% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-100px);
    }
}

.products-section {
    padding: 70px 0 80px;
    background-color: #fff;
}

.products-section .products-item {
    box-shadow: 0 0 15px #dddde3;
    margin: 0px 0;
}

.products-section .product-img {
    border-bottom: 1px solid #eee;
    position: relative;
}

.products-section .product-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.products-section .products-item:hover .product-img .overlay {
    opacity: 1;
}

.products-section .product-img .overlay .btn {
    margin: auto;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.products-section .products-item:hover .product-img .overlay .btn {
    transform: translateY(0px);
}

.products-section .product-img img {
    width: 100%;
    display: block;
}

.products-section .product-content {
    padding: 0 30px;
    text-align: center;
}

.products-section .product-content .product-price {
    margin: 15px 0 5px;
}

.products-section .product-content .product-price .new-price {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px;
}

.products-section .product-content .product-price .old-price {
    font-size: 18px;
    display: inline-block;
    color: #959595;
    font-weight: 400;
}

.products-section .product-content .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px;
}

.products-section .owl-carousel .owl-nav {
    text-align: center;
    margin-top: 40px;
}

.products-section .owl-carousel .owl-nav button.owl-next:focus, 
.products-section .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.products-section .owl-carousel .owl-nav button.owl-next, 
.products-section .owl-carousel .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
}

.products-section .owl-carousel .owl-nav button.owl-next span, 
.products-section .owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
    margin-top: -13px;
    display: block;
}

/*Testimonial Section*/

.testimonial-section {
    padding: 80px 0 200px;
    background-image: url('../img/kiddy.jpg');
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.65;
}

.testimonial-section .section-title .title,
.testimonial-section .section-title .subtitle {
    padding-bottom: 20px;
    color: #fff;
}

.testimonial-section .section-title .title::before {
    background-color: #fff;
}

.testimonial-section .testi-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.testimonial-section .testi-comment p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
    margin: 0 0 10px;
    font-style: italic;
}

.testimonial-section .testi-comment p .fa-quote-left {
    margin-right: 5px;
}

.testimonial-section .testi-comment p .fa-quote-right {
    margin-left: 5px;
}

.testimonial-section .testi-comment .stars {
    margin: 0 0 20px;
}

.testimonial-section .testi-comment .stars li {
    display: inline-block;
    margin: 0 1px;
}

.testimonial-section .testi-comment .stars li i {
    font-size: 15px;
    color: #ff9800;
}

.testimonial-section .client-info {
    position: relative;
    padding-left: 80px;
    padding-top: 5px;
    min-height: 60px;
}

.testimonial-section .client-info img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-section .client-info h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 2px;
}

.testimonial-section .client-info p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555;
    margin: 0;
}

.testimonial-section .owl-carousel .owl-nav {
    text-align: center;
    margin-top: 50px;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next:focus, 
.testimonial-section .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next, 
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    font-weight: 500;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next:hover, 
.testimonial-section .owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next span, 
.testimonial-section .owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
    margin-top: -13px;
    display: block;
}

/*Faq Section*/
.faq-section {
    padding: 80px 0 80px;
}

.faq-section .faq-item {
    margin-bottom: 60px;
}

.faq-section .faq-item h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    /* color: #222; */
    margin: 0 0 10px;
}

.faq-section .faq-item p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
    margin: 0;
}

.faq-section .support-text {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 600;
    /* color: #222; */
    line-height: 26px;
}

.adress {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 600;
    color:#4849d9;
    justify-content: center;
    text-align: center;
}

.whatsapp{
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 600;
    color:#555;
    justify-content: center;
    text-align: center;
}

/*Newsletter Section*/
.newsletter-section {
    background-image: url('../img/dubaicity.png');
    background-attachment: fixed;
    background-position: center;
    padding: 80px 0 80px;
    position: relative;
    z-index: 1;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.newsletter-section .section-title .title,
.newsletter-section .section-title .subtitle {
    color: #fff;
}

.newsletter-section .section-title .title::before {
    background-color: #fff;
}

.newsletter-section .newsletter-form .form-group {
    margin-bottom: 0;
}

.newsletter-section .newsletter-form .form-control {
    height: 60px;
    border-radius: 60px;
    padding: 0 185px 0 30px;
    outline: none;
    border: none;
    color: #555;
    font-weight: 400;
}

.newsletter-section .newsletter-form .form-control:focus {
    box-shadow: none;
}

.newsletter-section .newsletter-form {
    position: relative;
}

.newsletter-section .newsletter-form .btn {
    height: 48px;
    position: absolute;
    top: 6px;
    right: 6px;
}

.fa-paper-plane {
    padding-left: 15px;
}


/*Contact Section*/
.contact-section {
    background-color: #fff;
    padding: 80px 0 80px;
}

.contact-section .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-section .contact-form .form-control {
    height: 50px;
    color: #555;
    border: none;
    border-bottom: 2px solid #d9d9d9;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.contact-section .contact-form textarea.form-control {
    height: 120px;
}

.contact-section .contact-form .form-control:focus {
    box-shadow: none;
}

.contact-section .contact-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 35px;
}

.contact-section .contact-item .icon {
    height: 50px;
    width: 50px;
    background-color: #f5f5ff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-section .contact-item .icon i {
    line-height: 50px;
    font-size: 20px;
}

.contact-section .contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 2px;
}

.contact-section .contact-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #555;
    margin: 0;
}

/*Footer Section*/

.footer {
    padding-top: 80px;
    text-align: center;
}

.footer .footer-logo a {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
}

.footer .footer-text p {
    font-size: 16px;
    line-height: 26px;
    color: #eee;
    font-weight: 400;
    margin: 0 0 25px;
}

.footer .footer-social-links {
    margin-bottom: 80px;
}

.footer .footer-social-links a {
    display: inline-block;
    text-align: center;
    margin: 0 4px;
}

.footer .footer-social-links a i {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: block;
    color: #fff;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.footer .footer-social-links a:hover i {
    background-color: #fff;
}

.footer .copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 15px;
}

.footer .copyright p{
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #eee;
    font-weight: 400;
    letter-spacing: 1px;
}

.linktosee {
    font-size: 12px;
}

.linktosee:hover {
    color: red;
    font-size: 14px;
    transition: all 0.5s ease;
}


/*@keyframes productani01 {
    0%,100% {
        transform: scale(1.2);
    }
    50% {
        transform: rotateY(-90deg);
    }

    100% {
        transform: scale(1.2);
    }
}*/