/*
Theme Name: Chargini
Theme URI: https://mesbah.art/
Description: Divi Child Theme
Author: Mohamed Habib Mesbah
Author URI: https://mesbah.art/
Template: Divi
Version: Updated for Divi 4
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1cd00;
    z-index: 100000;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
} 

.preloader .sprite {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -48px 0 0 -48px;
    background-image : url(../../uploads/2024/08/favicon.png);
}

header#main-header.et-fixed-header, #main-header{ 
	-webkit-box-shadow:none !important; 
	-moz-box-shadow:none !important; 
	box-shadow:none !important; 
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: white;
	font-size: 1.5em;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 60s linear infinite;
  -moz-animation: rotating 60s linear infinite;
  -ms-animation: rotating 60s linear infinite;
  -o-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite;
}

.google-maps, .full-google-maps {
        position: relative;
        padding-bottom: 56.25%; 
        height: 0;
        overflow: hidden;
    }
    
.google-maps iframe {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100% !important;
        height: calc(100% + 60px) !important;
    }

.full-google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.applink img {
	transform: scale(1);
	transition: all .4s ease-in-out;
	cursor: pointer;
}
.applink:hover img {
	transform: scale(1.1);
}

footer .et-menu-nav ul {
	display: table-cell !important;
}

@media only screen and (max-width: 980px) {
#main-header {
    background-color: #2ca7db !important;
}
.et_mobile_menu li a, .mobile_menu_bar:before {
	color: white !important;
	}
}