a {
    color: #000;
    text-decoration: none;
}

section {
    overflow: visible;
}

.nav-main-menu .dropdown-content{
    display: none;
    position: absolute;
    /* top: 46px;
    left: 0; */
    min-width: 240px;
}

.dropdown:hover .dropdown-content{
    display: block;
}

.nav-main-menu .sub-dropdown-content{
    display: none;
    position: absolute;
    top: 34%;
    right: 100%;
}

.sub-dropdown:hover .sub-dropdown-content{
    display: block;
}

/* Header */
header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
}

header .search a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #003b34;
    border: 2px solid #003b34;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

header .search a:hover {
    color: #003b34;
    background-color: #fff;
}

header .language  button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #003b34;
    border: 2px solid #003b34;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

header .language  button:hover {
    color: #003b34;
    background-color: #fff;
}



header .auth a {
    padding: 3px 10px;
    color: #003b34;
    border: 2px solid #003b34;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

header .auth a:hover {
    color: #fff;
    background-color: #003b34;
}
.dropdown-menu {
border: 0px;
}

.nav-main-menu .sub-dropdown-content{
   display: none;
   position: absolute;
   top: 0%;
   right: 100%;
   background: var(--bg-color);
   min-width: 240px;
   border-radius: 3px;
   animation: slideUp .3s;
}

header .dropdown-menu li a:hover,
header .dropdown-menu li button:hover {
    color: #fff;
    background-color: #0000006e;
}

header .navbar-collapse .nav-item {
    position: relative;
}

header .navbar-collapse .nav-item .dropdown-item {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    display: none;
    background-color: #ffffff3b;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

header .nav-item:hover .dropdown-item {
    display: block;
}

header .navbar-collapse ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

header .navbar-collapse ul>li {
    transition: all .1s ease-in-out;
}

header .navbar-collapse ul>li a {
    padding: 10px;
}

header .navbar-collapse ul>li:hover {
    background-color: #00353011;
}

header .navbar-collapse .nav-item .dropdown-item li {
    list-style-type: none;
    margin-left: 0;
}

header .navbar-collapse .nav-item .dropdown-item li a {
    display: flex;
    padding: 10px 10px 10px 30px;
}

header .navbar-collapse .nav-item .dropdown-item li:hover {
    background-color: #ffffffa6;
}

header .navbar-collapse .nav-item .dropdown-item li:hover a {
    color: #000;
}


/* Responisve menu */
#responsiveMenu .dropdown-item {
    padding: 5px 0;
    color: #494949;
    background-color: #b1b1b1;
    list-style: none;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}






/* Introduction */
.intro {
    position: relative;
    padding: 150px 0;
    background-color: #b4cbc8;
}

.intro .leaves {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.intro .leaves img {
    width: 100%;
    height: 100%;
    filter: blur(5px);
    opacity: .7;
}

.intro .logo img {
    filter: drop-shadow(0 1rem 2rem #fff);
}

.intro .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.intro .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    background-color: #505050;
    transition: all .3s ease-in-out;
}

.intro .owl-dots button.owl-dot.active {
    background-color: #003b34;
}



/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}

/* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Description */
section.desc {
    position: relative;
    color: #fff;
    background: url('../images/factory.jpg') fixed bottom right no-repeat;
    background-size: 55%;
    background-attachment: fixed;
}

section.desc .image {
    position: relative;
    border-radius: 50%;
}

section.desc .image::after {
    position: absolute;
    content: '';
    inset: 0;
    border: 38px solid #003530;
    border-radius: 50%;
}

section.desc .content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
section.desc .image img:nth-child(2) {
    filter: drop-shadow(0 0 2rem #ffffff48);
    z-index: 2;
}

section.desc .image img:nth-child(1) {
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

 */

/* News */

section.news {
    color: #fff;
    background-color: #003b34;
}

section.news .buuttom {
    padding: 5px 20px;
    font-size: small;
    color: #fff;
    background-color: #003530;
    border: none;
    border-radius: 15px;
}
section.news .item {
    position: relative;
    padding: 35px 20px;
    background: linear-gradient(45deg, rgba(0, 119, 106, 1) 0%, rgba(0, 56, 50, 1) 20%, rgba(0, 56, 50, 1) 50%, rgba(0, 56, 50, 1) 80%, rgba(0, 119, 106, 1) 100%);
    border: 2px solid #005c51;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

section.news .item:hover {
    background-color: #003530;
    border: 2px solid #00796b;
}



/* Products */
section.products {
    color: #fff;
    background-color: #003b34;
}

section.products a {
    color: #fff;
}

section.products .item {
    position: relative;
    padding: 35px 50px;
    background: linear-gradient(45deg, rgba(0, 119, 106, 1) 0%, rgba(0, 56, 50, 1) 20%, rgba(0, 56, 50, 1) 50%, rgba(0, 56, 50, 1) 80%, rgba(0, 119, 106, 1) 100%);
    border: 2px solid #005c51;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

section.products .item:hover {
    background-color: #003530;
    border: 2px solid #00796b;
}

section.products .item .image {
    position: relative;
}

section.products .item .image::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    right: 0;
    bottom: 15px;
    background: radial-gradient(circle, rgba(238, 174, 202, 0) 0%, rgba(255, 255, 255, .4) 90%);
    border: 3px solid #ffffff0e;
    border-radius: 50%;
    backdrop-filter: blur(3px);
    box-shadow: 5px 5px 5px #00000042;
    z-index: 4;
}











/* Products slider */
.products-slider {
    background-color: #b3c4c2;
}

.products-slider .item .card {
    color: #fff;
    background-color: #94afac;
    border: 1px solid #89a3a0;
    overflow: hidden;
}

.products-slider .item .card .image {
    border-color: #7c9693 !important;
}

.products-slider .item .card .image img {
    filter: drop-shadow(0 0 2rem #ffffff60);
}

.products-slider .item .card .view-more a {
    padding: 5px 20px;
    font-size: small;
    color: #fff;
    background-color: #165c50;
    border: none;
    border-radius: 15px;
}

.products-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    text-align: center;
}

.products-slider .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 10px;
    background-color: #178b78;
    transition: all .3s ease-in-out;
}

.products-slider .owl-dots button.owl-dot.active {
    width: 40px;
    background-color: #003b34;
}








/* About */
.about .image,
.about .image img {
    position: relative;
    border-radius: 0 200px 0 200px;
}

.about .image::before {
    position: absolute;
    content: '';
    top: 15px;
    right: -15px;
    left: 15px;
    bottom: -15px;
    border: 3px solid #006459;
    border-radius: 0 200px 0 200px;
    z-index: 0;
}








/* Articles */
.articles {
    color: #fff;
}

.articles .item {
    padding: 15px;
    background-color: #005248;
    border-radius: 0 20px 0 20px;
}

.articles .item .view-more a {
    padding: 5px 20px;
    font-size: small;
    color: #fff;
    background-color: #003530;
    border: none;
    border-radius: 15px;
}




/* Subscribe */
.subscribe {
    color: #fff;
}

.subscribe .input {
    position: relative;
}

.subscribe .input input {
    padding: 13px 10px;
}

.subscribe .input button {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    padding: 5px 20px;
    color: #fff;
    background-color: #005c51;
    border: none;
    border-radius: 15px;
}






/* Footer */
footer,
footer a {
    color: #fff;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    line-height: 30px;
}

















/* Products page */
.products-page aside ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.products-page aside ul li {
    line-height: 30px;
}

.products-page aside #amount-toggle input#min-amount-show,
.products-page aside #amount-toggle input#max-amount-show {
    border: none;
    border-bottom: 1px solid #b4cbc8;
    outline: none;
    border-radius: 0;
}

.products-page .filtering a {
    padding: 0 5px;
    color: #9b9b9b;
    transition: all .3s ease-in-out;
}

.products-page .filtering a:hover {
    padding: 0 5px;
    color: #003b34;
    border-bottom: solid 1px #003b34;
}
.products-page .filtering .active {
    padding: 0 5px;
    color: #003b34;
    border-bottom: solid 1px #003b34;
}



.products-page .product-list .card {
    color: #003b34;
    background-color: #cdcdcd;
    overflow: hidden;
    border: none;
}

/*
.products-page .product-list .card .image {
    border-color: #006459 !important;
}
*/
.products-page .product-list .card .image img {
    filter: drop-shadow(0 0 2rem #ffffff60);
}

.products-page .product-list .card .view-more a {
    padding: 5px 20px;
    font-size: small;
    color: #fff;
    background-color: #165c50;
    border: none;
    border-radius: 15px;
}


/**/
.patern {
    background-color: #053e37;
    height: 35px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;

}



.products-page .category {
    position: relative;
    color: #fff;
    padding: 10px 50px;
    background-color: #c4e3de;
    background-image: linear-gradient(to bottom right, #d5e4e2, #c3e2dd);
    border-radius: 50px;

}

.products-page .category::after {
    position: absolute;
    content: '';
    top: 3px;
    right: -3px;
    bottom: -3px;
    left: 3px;
    border-radius: 50px;
    border: 2px solid #053e37;
    z-index: -1;
    transition: all .3s ease-in-out;
}


.products-page .category.active {
    background-image: linear-gradient(to bottom right, #389a8f, #053e37);
}

.products-page .category:hover {
    background-image: linear-gradient(to bottom right, #389a8f, #053e37);
}



.products-page .category:hover::after {
    rotate: 5deg;
}



/*  navigation  */
.dropdown-toggle::after {
    display: none;
}


.dropdown-item {
    top: 100%;
    right: 0;
    width: auto;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.first-dropdown {

    background-color: #003530;
    color: #fff;


}

.two-dropdown {

    background: #003530;
    color: #fff;


}

.first-dropdown li a {

    color: #fff !important;


}

.two-dropdown li a {

    color: #fff !important;


}

.first-dropdown li a:hover {

    color: #003530 !important;

}

.two-dropdown li a:hover {

    color: #003530 !important;


}




/* pagination */

.pagination li a {
    color: #fff !important;
    background-color: #003530 !important;
    border: 1px solid #003530 !important;
}


.pagination li .disabled {
    background-color: #2125298c !important;
    border: 1px solid #2125290a !important;
    color: #212529bf !important;
}

.pagination li.active a {
    background-color: #024d45 !important;
    border: 1px solid #024d45 !important;
}

.pagination a:hover {
    background-color: #024d45 !important;
    border: 1px solid #024d45 !important;
}



/* product-detail */


.img-product {
    position: relative;
    height: 450px;
}

.img-product div {
    background-image: linear-gradient(to bottom right, #053e37, #389a8f);
    position: absolute;
    border-radius: 50%;
}

.img-product img {
    z-index: 1;
    height: 100%;
}

.img-product .first {
    padding: 30px;
    top: 3%;
    right: 15%;
}


.img-product .four {
    width: 450px;
    height: 450px;
}

.img-product .two {
    padding: 25px;
    bottom: 10%;
    left: 10%;
}

.img-product .three {
    padding: 60px;
    right: 10%;
    bottom: 10px;
    z-index: 2;
}


/* tag */

.tag {
    padding-top: 15px;
}

.tag .btn {
    border: #969191;
}

/* product-details */
.product-details {
    box-shadow: inset #000;
}

/* products-slider-detail */
.bg-none {
    background-color: transparent !important;

}



.products-slider-detail-a {
    position: relative;
    color: #fff;
    padding: 10px 50px;
    background-color: #c4e3de;
    background-image: linear-gradient(to bottom right, #389a8f 0%, #053e37 100%);
    border-radius: 50px;
}

.products-slider-detail-a::after {
    position: absolute;
    content: '';
    top: 3px;
    right: -3px;
    bottom: -3px;
    left: 3px;
    border-radius: 50px;
    border: 2px solid #053e37;
    z-index: -1;
    transition: all .3s ease-in-out;
    rotate: 5deg;

}

.products-slider-detail-a:hover {
    color: #fff;
}



/* progress */

.progress {
    height: 8px;
}

.progress-bar {
    height: 8px;
    background-color: #003530;
}

.progress-bar-span {
    color: #003530;
    size: bold;
}

.emtiaz {
    color: #003530;
    font-size: 65px;
}

/* score */

.score .btn {
    border: 2PX solid #003530;
}

.score .btn:active {
    border: 2PX solid #003530;
}

.score-comment button {
    color: #009dff;
}

.score-comment button i {
    color: #009dff;
}

.score-comment button:hover {
    color: #009dffae;
}

.score-comment button i:hover {
    color: #009dffae;
}

.score-comment hr {
    margin: 8px;
}


#btn-opinion {
    transition: all .15s ease-in-out;
}

#form-score {
    transition: all .3s ease-in-out;
}

.ranking {
    padding: 0 20px 0 0;
}

.close-btn button {
    background-color: #003530;
}

.close-btn button:hover {
    background-color: #003530;
}

.close-btn button:active {
    background-color: #003530;
}

.box-opinion textarea {
    background-color: #f2f2f2 !important;
    border: #f0f0f0 !important;
}

/* answer */

.answer {
    padding-top: 6rem;
}

.answer .answer-number {
    font-size: 12px;
}

.answer button {
    border: 2PX solid #003530;
    color: #fff;
}

.answer button:hover {
    border: 2PX solid #003530;
    color: #fff;
}



/* Star Rating */

.one {
    color: rgb(255, 0, 0);
}

.two {
    color: rgb(255, 106, 0);
}

.three {
    color: rgb(251, 255, 120);
}

.four {
    color: rgb(255, 255, 0);
}

.five {
    color: rgb(24, 159, 14);
}

.img-product-child {
    width: 70% !important;
    border-radius: 20% 0 20% 0;
    margin: auto;
    margin-top: 20px;
}



/* blog */

.shadow-blog {

    background-color: #ffffff00;

    transition: all 0.2s ease;
    border-radius: 15% 15% 0 0;
}

.shadow-blog-text {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    text-align: center;
    transition: all 0.2s ease;
}
.card{
    height: 100% !important;
}
.card-img:hover .shadow-blog {
    background-color: #00000049;

}

.card-img {
    border-radius: 15% 15% 5% 5%;
}

.card-img img {
    border-radius: 15% 15% 0 0;
}

.card-img:hover .shadow-blog-text {
    font-size: 20px;
    font-weight: bold;
}

.top-15 {
    top: 15% !important;
}

/* blog */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #10aa4a;
    border-right: 2px solid #053e37;
}

.nav-pills .nav-link {
    color: #053e37;
    border-radius: 0;
}


/* post-header */
.post-header {
    border-radius: 0 0 15px 15px;
    box-shadow: 2px 2px #eee;
    margin-top: -3px;
    margin-bottom: 50px;
}


/* Blog page */
#blog-page .owl-dots {
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
    text-align: center;
}

#blog-page .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 10px;
    background-color: #b3c4c2;
    transition: all .3s ease-in-out;
}

#blog-page .owl-dots button.owl-dot.active {
    width: 25px;
    background-color: #9e1119;
}

.rating>label {
    color: #90A0A3;
    cursor: pointer;
}

.rating>input {
    display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #F79426;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FECE31;
}

.comment-answer-form {
    position: sticky;
    top: 110px;
}




/* contact-us */

.contact-us {
    min-height: 100vh;
}


.contact-us form input,
.contact-us form textarea,
.contact-us form span,
.contact-us form i {
    background-color: transparent;
    padding: 15px;
    font-size: 20px;
}

.contact-us form input:focus,
.contact-us form textarea:focus {
    background-color: transparent;
    box-shadow: 4px 5px 20px .25rem rgba(69, 196, 0, 0.32);
}

.contact-us form input::placeholder,
.contact-us form textarea::placeholder {
    color: #7b7b7b;
    font-size: 20px;
    direction: rtl;
    opacity: 0.5 !important;

}

.contact-us .btn {
    padding: 7px 40px;
    color: #fff;
    background-color: #003530;
    box-shadow: rgba(9, 88, 1, 0.35) 0px 5px 15px;
}


/* contact-us-child */
.contact-us-child {
    border-right: 2px solid #003530;
}

.contact-us-child li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact-us-child li .text span:first-child {
    font-size: 20px;
    margin-right: 10px;
}

.contact-us-child li .text span {
    font-size: 15px;
    margin-right: 10px;
}

.contact-us-child svg {
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px;
    font-size: 14px;
    background-color: #003b34 !important;
    color: #fff;
    border-radius: 50%;
}

/* social-media */
.social-media a {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}

/* about-us */
.about-us .owl-theme {}

.about-us-slider .owl-dots {
    display: none;
}
.item {
    height: 100% !important;
}

.about-us-slider .item img {
    aspect-ratio: 5/1;
    object-fit: cover;
    object-position: 0% 70%;
}



/* dashbord */

.menus ul {
    padding: 5px;
}

.menus ul li {
    border-top: 2px solid #003b34;
    padding: 15px;
}

.menus ul li a {
    color: #fff;
}

.menus ul li a svg {
    color: #00796b;
}

.menus ul .active,
.menus ul .active a {
    font-size: 20px;
    font-weight: bolder;
    background-color: #eee;
    color: #000;
}

.menus ul .active a svg {
    color: #003530;
}

.messages .icon {
    color: #003530;
}

.btn-menue {
    width: 40px;
    display: flex;
    align-items: center;
    margin: 15px;
}

.orders img {
    width: 60px;
}


.input {
    border: none;
}

.input:focus {
    box-shadow: none;
}

.email-activation .ff-bold {
    color: #00796b;
}



.product-item .image {
    position: relative;
    background-color: #e2e2e2;
}

.product-item .image .discount {
    position: absolute;
    top: 0;
    left: 15px;
}

.product-item .image .discount svg {
    font-size: 40px;
    color: #003530;
}

.product-item .image .discount span {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: small;
    color: #fff;
}

#products-page .filtering a {
    margin: 0 5px;
    color: #9b9b9b;
    transition: all .3s ease-in-out;
}

#products-page .filtering a:hover {
    color: #003b34;
    border-bottom: solid 1px #005c51;
}

#products-page .input {
    position: relative;
}

#products-page .input button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border: none;
    background-color: transparent;
}







/* Loader */
/*#site-loader {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    background-color: #ffffffaa;*/
/*    backdrop-filter: blur(15px);*/
/*    z-index: 1000;*/
/*    transition: all .3s ease-in-out;*/
/*}*/

/*#site-loader.hide {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/

/*.loader {*/
/*    width: 350px;*/
/*    aspect-ratio: 1;*/
/*    --c: no-repeat radial-gradient(farthest-side, #514b82 92%, #0000);*/
/*    background:*/
/*        var(--c) 50% 0,*/
/*        var(--c) 50% 100%,*/
/*        var(--c) 100% 50%,*/
/*        var(--c) 0 50%;*/
/*    background-size: 50px 50px;*/
/*    animation: l18 1s infinite;*/
/*    position: relative;*/
/*}*/

/*.loader::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    margin: 15px;*/
/*    background: repeating-conic-gradient(#0000 0 35deg, #514b82 0 90deg);*/
/*    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 15px), #000 0);*/
/*    border-radius: 50%;*/
/*}*/

/*@keyframes l18 {*/
/*    100% {*/
/*        transform: rotate(.5turn)*/
/*    }*/
/*}*/







/* jobs */

.w-lg-75 {
    width: 75% !important;
}

.h-250{
    max-width: 128px;
    max-height: 200px;
}

@media screen and (max-width: 995px) {
    .w-lg-75 {
        width: 100% !important;
    }
}




.av-milestone-indicator-right{
    left: -60px;
    right: auto !important;
}

.av-milestone-indicator{

    display: block;
    zoom: 1;
    position: absolute;
    width: 30px;
    height: 1px;
    right: -60px;
    top: 0.5em;
    background-color: #3fb658;
}
.av-milestone-icon:after {
    content: "";
    height: 1000%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    border-left-style: dashed;
    border-left-width: 1px;
    z-index: -1;
}

.av-milestone-indicator-right:before{
    left: 0;
    right: auto !important;
}
.av-milestone-indicator:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: inherit;
    margin-top: -2px;
}

.overflow-hidden{
    overflow: hidden;
}

.export{
     /*background: url('../images/world mapu.jpg') fixed center center no-repeat;*/
    background-size: 100%;
}


.hover:hover svg {
    transform: translateX(-20px);
        transition: transform 0.3s ease-in-out;
        }
