
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

*{
    padding: 0;
    margin: 0;
    direction: rtl;
}


img.finger {
    width: 100%;
    margin: 0 auto;
}

#btn-design{
    width: 75%;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    padding: 12px;
    justify-content: center;
    border-radius: 6px;
    display: block;
    margin: 35px auto;
    color: white;
    border: solid 1px #fff;
    text-shadow: 0px 0px 3px #000000;
    -webkit-text-stroke: 0.4px black;
    font-weight: bolder;
}

#btn-design span{
    font-size: 26px;
}


@media only screen and (max-width: 600px) {
    
    .text_btn {
        font-size: 4vw;
        color: white;
        width: 100%;
        position: relative;
        text-align: center;
    	margin-top: 4.5%;
    	text-shadow: 1px 1px 2px black;
    }

}



@media only screen and (min-width: 600px) {

    .text_btn {
        font-size: 1.4vw;
        color: white;
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: 3.5%;
        text-shadow: 1px 1px 2px black;
    }

}




a.circle {
    margin-bottom: 24px;
}

.gallery.swiper-slide {
    height: 380px;
}



.mt-5 {
    margin-top: 0rem !important;
}

.text_head {
    color: #FFFFFF;
    -webkit-text-stroke: 0.7px black;
    font-size: 7vw;
}


	
.bg-card {
    width: 100%;
    height: 500px;
    position:fixed;
	    
  
}

.container-card{ 
    width: 100%;
    position: relative;
    background-size: contain;
    z-index: 999999;
        top: 384px;
}

.logo{
      position: relative;
      transform: translate(0%, -50%);
      text-align: center;
      width: 100%;
      margin-bottom: -100px;
}

.img_logo {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: solid 5px #42ff00;
}

.menu_btn {
    max-width: 550px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    margin: 0 auto;
}

#imageModal button{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 888888;
}

#imageModal .modal-body{
    width: 100%;
    padding: 0;
}

.botton_menu {
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}

a {
    text-decoration: none;
}

h1{
    font-family: sans-serif;
}
    
img.btn {
    width: 100%;
    padding: 7px;
	filter: drop-shadow(1px 1px 3px #000000);
}

.odot{
    width: 83%; 
    height: auto; 
    font-family: Tahoma, Geneva, sans-serif; 
    direction: rtl;
    padding: 20px; 
    text-align: center;  
    border-bottom-left-radius:20px;border-bottom-right-radius: 20px; 
    color: #FFF;
}

.botton_btn{
    font-size: 21px;
    color: #FFFFFF;
}

.circle {
    width: 135px;
    height: 135px;
    border-radius: 100%;
    margin: 12px auto;
    border: solid 5px white;
    box-shadow: 1px 0px 5px black;
}



#contact-form{
    width: 100%;
    margin: 0 auto;
}

#contact-form p{
    color: #000;
}

.center {
    width: 100%;
}

#send-msg-btn{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    padding: 12px;
    justify-content: center;
    border-radius: 6px;
    display: flex;
    margin-top: 0px;
    color: white;
    border: solid 1px #fff;
    text-shadow: 0px 0px 3px #000000;
    -webkit-text-stroke: 0.4px black;
    font-weight: bolder;
}

#send-msg-btn span{
    font-size: 20px;
    margin-right: 6px;
}

h2#swal2-title {
    direction: rtl;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em;
    width: 90%;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    width: 90%;
    grid-column: 2;
    grid-row: 2;
    place-self: center center;
}

.buttons{
    width:100%; 
    height:auto;		
}

#Menu{
    width: 100%;
    height: 40px; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 20px; 
    display: inline; 
}

.share-modal-box{
    width: 135px;
}

#Menu a{
    /*display: block;*/
    /*width: 149px;*/
}

#contact-wrapper{
    display: flex;
    justify-content: space-between;
}

.contact-field{
    width: 49%;
}

.slide-up2, .slide-down2 {
    overflow:hidden
}

.slide-up2 > div, .slide-down2 > div {
    margin-top: -1000%;
    transition: margin-top 0.5s ease-in-out;
}

.slide-down2 > div {            
    margin-top: 1px;
}

.modal1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.close-button1 {
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    padding: 3%;
    margin-left: 96%;
}

.close-button1:hover {
    background-color: darkgray;
}

.show-modal1 {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index:999999;
}

button1 {
    width: 100%;
}

.close{
    width: max-content;
}

.modal {
    z-index: 99999999;
}

.modal-content {
    width:70%;    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    background-color: white;    padding: 6px;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.alert{
    display: none;
}

.collapse-resp-box{
    width: 100%;
    display: none;
}

.gallery{
    width: 110px;
    margin: 6px auto;
    gap: 10px;
}

.gallery-box{
    width: 100%;
    margin: 0 auto;
}

.gallery img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.1);
}

.modal-img {
    width: 100%;
    height: auto;
}

.modal-backdrop.show{
    z-index: 999999;
}

.message h3{
    color: #FFFFFF;
    -webkit-text-stroke: 0.7px black;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  /*height: 300px;*/
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: block;
}

.gallery{
    width: 140px;
    height: 259px;
    border-radius: 30px;
}

.m-0 {
    margin: 0 !important;
    -webkit-text-stroke: 0.5px black;
}

/*.p-2 {*/
/*    padding: .5rem!important;*/
/*    margin-top: 3vw;*/
/*}*/

@media only screen and (max-width: 600px) {

    .menu_btn {
        max-width: 550px;
		display: flex;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
    }
    
    .botton_btn {
        border: solid 5px white;
        padding: 2.5%;
        width: 80%;
        border-radius: 20px;
		box-shadow: 0px 0px 5px black;
        text-shadow: 0px 0px 3px #000000;
        font-weight: bolder;
    }
    
    p {
        width: 100%;
        color: white;
        font-size: 20px;
        font-family: sans-serif;
        margin: 0;
        text-align: center;
    }
    
    .message{
        width: 100%;
    }
    
    #collapse-about{
        display: none;   
    }
    
    #about-collapse{
        display: none;
    }
    
    .collapse-resp-box{
        display: block;
    }
    
    .modal1-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 1rem 1.5rem;
        width: 70%;
        border-radius: 0.5rem;
    }
    
    #contact-wrapper{
        display: block;
    }
    
    .contact-field{
        width: 99%;
        margin-top: 15px;
    }
    
    #contact-form{
        width: 85%;
    }
    
}

@media only screen and (min-width: 501px) and (min-width: 600px) {
    
    .menu_btn {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .gallery-box{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .botton_btn {
        width: 45%;
        max-width: 376px;
        border: solid 5px white;
        padding: 1.2%;
        border-radius: 20px;
        box-shadow: 0px 0px 5px black;
        text-shadow: 0px 0px 3px #000000;
        font-weight: bolder;
		
    }
    
    p {
        width: 100%;
        font-size: 21px;
        color: white;
        font-family: sans-serif;
        text-align: center;
    }
    
    .message {
        width: 80%;
        margin: 0 auto;
    }
    
    .modal1-content {
        max-width: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 1rem 1.5rem;
        border-radius: 0.5rem;
    }
    
    .cb-slideshow li span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: none;
        opacity: 0;
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 26s linear infinite 0s;
        -moz-animation: imageAnimation 26s linear infinite 0s;
        -o-animation: imageAnimation 26s linear infinite 0s;
        -ms-animation: imageAnimation 26s linear infinite 0s;
        animation: imageAnimation 26s linear infinite 0s;
    }
    
}

@media only screen and (min-width: 600px) { 
    .swiper {
        width: 100%;
        max-width: 450px;
        padding-top: 1vw;
        padding-bottom: 6vw;
    }
}

@media only screen and (max-width: 600px) {
    .swiper {
        width: 100%;
        max-width: 450px;
        padding-top: 1vw;
        padding-bottom: 20vw;
    }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {

    .circle{
        width: 105px;
        height: 105px;
        
    }

    .menu_btn {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .cb-slideshow li span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size:cover;
        background-position: 50% 50%;
        background-repeat: none;
        opacity: 0;
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 26s linear infinite 0s;
        -moz-animation: imageAnimation 26s linear infinite 0s;
        -o-animation: imageAnimation 26s linear infinite 0s;
        -ms-animation: imageAnimation 26s linear infinite 0s;
        animation: imageAnimation 26s linear infinite 0s;
    }

    .foot2 {
        display: none;
    }
    
    

/*}*/

/*@media only screen and (min-width: 351px) and ( max-width: 400px) {*/

    .menu_btn {
        grid-template-columns: 1fr 1fr 1fr;
    }


}

@media only screen and (min-width: 290px) and ( max-width: 400px) {

    .circle{
        width: 105px;
        height: 105px;
        
    }

    .menu_btn {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media only screen and (min-width: 600px) {
  
  .text_head {
    color: #FFFFFF;
    -webkit-text-stroke: 0.7px black;
    font-size: 4vw;
}

}




/*Spinner*/

.loader {
    width: 24px;
    padding: 4px;
    display: none;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
          mask: var(--_m);
    -webkit-mask-composite: source-out;
          mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {to{transform: rotate(1turn)}}
