.container0{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    background: #101130;
    padding: 0rem;
    overflow-x: hidden;
    overflow-y: hidden;
}
.other{position:absolute;top:30px;left:20px;z-index: 1;font-size: 14px;}
.other0{width:100%;margin-bottom:10px;}
.elementor-social-icon-envelope,.elementor-social-icon-linkedin,.elementor-social-icon-youtube{background: none;}
.other .elementor-social-icon svg {  fill: #F8E08E;}
.other .elementor-social-icon:hover svg {  fill: #CFBA83;}
.other .elementor-icon svg {  width: 1em;  height: 1em;}
.other .elementor-icon {font-size: 20px; text-align: center;}



.container-zigma {
    height: 100vh;
    width: 100svw;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    gap: 1rem;
    position: relative;

}

.zigma{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    height: 100vh;
  
}

.box-logo {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	height: 80vh !important;
}

.box-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.img {
    height: auto;
    object-fit: contain;
    object-position: center;
}



.outer-image {
    position: relative;
    width: auto; 
    height: auto;
  }

  .img0 {
    top: 50%; 
    left: 50%;
    animation: fade-in 2s ease-in forwards;
    animation-delay: 4s;
    opacity: 0;
    max-height: 35svh;
    width: auto;
    object-fit: contain;
    z-index: 1;
    transform-origin: center center;
    max-width: 96svw;	  
	  
	  
}
  .img1 {
    top: 50%; 
    left: 50.5%;
    animation: fade-in 3s ease-in forwards, rotate 20s linear infinite;
    animation-delay: 3s, 5s;
    opacity: 0;
    max-height: 40svh;
    width: auto;
    object-fit: contain;
    z-index: 2;
    transform-origin: center center;
    max-width: 100%;
}


 .img0,.img1, .img2, .img3 {
    position: absolute;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}





.img2 {
    top: 50%; 
    left: 50%;
    animation: fade-in 3s ease-in forwards;
    animation-delay: 2s; 
    opacity: 0;
    max-height: 80vh;
    max-width: 100%;
    object-fit: contain;
    z-index: 2;
}

.img3 {
    top: 50%; 
    left: 50%;
    animation: fade-in 2s ease-in forwards;
	animation-delay: 1s;
    opacity: 0;
    max-height: 80vh;
    max-width: 100%;
    object-fit: contain;
    z-index: 3;
}
.img4 {
    max-height: 5svh;
    max-width: 100%;
	margin-bottom: 10px;
	animation: fade-in 2s ease-in forwards;
	animation-delay: 5s;
    opacity: 0;
}

.img5 {
    max-height: 2svh;
    max-width: 100%;
    animation: fade-in 2s ease-in forwards;
	animation-delay: 6s;
    opacity: 0;	
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }




  @keyframes rotate {
    0% {
 
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {

        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.circle {
    position: relative;
    z-index: 4;
    border-radius: 50%;
    display: block;
}

.item {
    display: inline-block;
    text-align: center;
    position: absolute;
}

.box-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.name{
    animation: fade-in 2s ease-in forwards;
    animation-delay: 6s; 
    opacity: 0;
    position: relative;
    min-width: 12.5rem;  
    border-radius: 0rem;
    color: #f8e08e;
    transform: translate(-50%, -50%); 
    padding: .75rem .5rem;
    display: inline-block;
    border: 0px solid #f8e08e;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 25px;
}
.name2{justify-content: left !important;padding-left: 25px !important;padding-right: auto !important;}

.dropdown {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0); 
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
    position: absolute;
    left: auto;
    transform: translateX(-50%) scaleY(0); 
    margin-bottom: -25px;
    margin-top: -27px;
    width: 12.5rem;
    z-index: 9;

}

.dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scaleY(1); 
 
}



.dropdown ul {
    position: relative;
    display: flex;
    background: #101130;
    border-top: 2px solid #f8e08e;
    box-shadow: 0px 4px 8px rgba(228, 214, 148, 0.6);
    border-radius: 0rem;
    height: 100%;
    padding: 0rem;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    
}

.test {
    left: -100% !important;
	right: auto !important;
}

.dropdown ul li {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   white-space: nowrap;
   padding:.8rem 0rem 0.3rem 0rem;
   position: relative;
   width: 100%;
   transition: background-color 0.3s ease, transform 0.3s ease; 
}



.dropdown ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    white-space: nowrap;
    transition: color 0.3s ease;
	width: 100%;
}

.dropdown ul li a:hover{
    color: #f8e08e;
}

.dropdown ul li:hover {
    background-color: #333;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f8e08e;
    transition: transform 0.3s ease; 
	position:absolute;
	right:0;
	left:auto;
}
.arrow.arrow-bottom {
    transform: rotate(180deg); 
}

.arrow.arrow-top {
    transform: rotate(0deg); 
}
.arrow2 {
 	position:absolute;
	right:auto !important;
	left:0 !important;
}


.mobile-menu {
   display: none; 
   width: 100%;
   max-width: 800px;
   margin-top: 2rem;
}

.list-mobile{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap:.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-mobile li{
    animation: fade-in 2s ease-in forwards;
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    
}


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999; 
    display: none;
}

.popup-content {
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
    width: 80%;
    max-width: 500px;
    max-height: 80%;
    overflow-y: auto;
    position: relative;
    z-index: 9999;
}

.close-popup {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size: 2rem;
    background-color: #f8e08e;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.popup-description ul{
    margin: 0;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.popup-description ul li{
    margin: 0;
    padding: 0;
}

.popup-description ul li a{
    text-decoration: none;
    color: #000120;
}


.info-button{
    width: 100%;
    padding: .8rem;
    border-radius: 1rem;
    border: 1px solid #f8e08e;
    background: rgba(0, 0, 0, 0.267); 
    color: #f8e08e;
    cursor: pointer;
    outline: none;
}




/* ---------------------mobile------------------------- */
@media (max-width: 1199.98px) { 
    .item{
      position: relative;
      display: none;
    }
	.other{top: 50px;}
	.other .elementor-icon{
			height: 30px;
  			width: 20px;
	}
	.zigma{width: 260px;}
    .mobile-menu {
        display: block;
    }
    .circle {
        display:none ;
    }

    .box-logo{
       position: relative;
 		height: 45vh !important;
    }
    .header-mobile{
        display: flex !important;
    }

    .menu-mobile {
        display:  block !important;
    }

    .container0{
        height: calc(100vh - 60px);
    }
	
button:focus, button:hover {
  background-color: #101130 !important;
}
.img0 {    
	max-height: 36svh;
	}	

 }

@media only screen and (max-width: 1199.98px) {
  _:-ms-lang(x), _:-webkit-full-screen, .img0 { max-height: 40svh; }
}









.menu-mobile {
    position: fixed;
    top: 0;
    left: 0; 
    width: 280px;
    height: 100%;
    background-color: white ;
    transition: transform 0.3s ease; 
    z-index: 1000; 
    transform: translateX(-100%); 
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.menu-mobile.menu-open {
    transform: translateX(0); 
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0); 
    display: none; 
    z-index: 999; 
    backdrop-filter: blur(8px);
}

.overlay.visible {
    display: block; 
}


.menu-mobile nav{
    overflow-y: auto;
    height: calc(100% - 60px);
    margin-bottom: 60px;
}

.menu-mobile nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
 
}

.menu-mobile nav ul li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid lightgrey;
    color: #101130;
}

.item-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: white;
    transition: transform 0.3s ease;
}

.menu-mobile nav ul li:last-child {
    border-bottom: none;
}

.arrow-mobile {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #101130;
    transition: transform 0.3s ease;
}

.sub-menu-mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #eee;
    max-height: 0;
    overflow: hidden !important;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.sub-menu-active {
    overflow: hidden !important;
    max-height: 100%;
    opacity: 1;
}

.sub-menu-mobile li {
    border-bottom: none !important;
    padding: .5rem 1rem !important;
}

.sub-menu-mobile li a {
    border-bottom: none !important;
    text-decoration: none;
    color: #101130;
}

.header-menu-mobile{
   padding: .8rem 1rem;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 1rem;
}

.hidden {
    display: none;
}

.closeButton {

    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0 -5px;
    
    img{
        height: 20px;
        width: 20px;
    }
}



.header-mobile{
    background-color:#101130;
    height : 60px;
    width: 100%;
    display: none;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding: 1rem;
}

.openButton {
    position: relative;
    width: 26px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(218, 212, 212);
    border-radius: 1px;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

.line1 {
    top: 0; 
}

.line2 {
    top: 8px;
}

.line3 {
    top: 16px; 
}


.openButton.active .line1 {
    transform: rotate(45deg);
    top: 8px; 
}

.openButton.active .line2 {
    opacity: 0; 
}

.openButton.active .line3 {
    transform: rotate(-45deg);
    top: 8px; 
}

.logo{
    color: rgb(0, 0, 0);
}










