@font-face {
  font-family: "Geist Sans";
  src: url("https://assets.codepen.io/605876/GeistVF.ttf") format("truetype");
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

html {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

body {

	font-family:  "Geist Sans", "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif, system-ui;
	font-weight: 80;

	overflow-x: hidden;
    overflow: hidden;

}

.container{
    width: 80%;
    padding: 20px;
    display: none;

}

@font-face {
	font-family: 'tajawal';
	src:url('../fonts/tajawal.eot');
	src:url('../fonts/tajawal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/tajawal.ttf') format('truetype'),
		url('../fonts/tajawal.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
}

.contentTitle{font-family:'tajawal';color:#e5b257;text-align:center;direction:rtl;font-weight:bold;}

p {
       direction: rtl;
    font-family: 'tajawal';
    font-size: 25px;
    line-height: 40px;
    margin-top: 0px;
    color: white;
    text-align: justify;
}



h1{
		color:#fbaa18;
     font-family: 'tajawal';
    font-size: 30px;
	}
	#section0{
        padding: 150px;
		z-index: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		    background: #000000a3;
		opacity: 0;
		transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        direction: rtl;
         font-family: 'tajawal';
	}
	#section1{
        padding: 150px;
		z-index: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		    background: #000000a3;
		opacity: 0;
		transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        direction: rtl;
         font-family: 'tajawal';
	}
	#section2{
        padding: 150px;
		z-index: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
    background: #000000a3;
		opacity: 0;
		transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        direction: rtl;
         font-family: 'tajawal';
	}
	#section0.front{
        padding: 150px;
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000000a3;
		opacity: 1;
		transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        direction: rtl;
         font-family: 'tajawal';
	}
	#section1.front{
        padding: 150px;
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		    background: #000000a3;
		opacity: 1;
		transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        direction: rtl;
         font-family: 'tajawal';
	}
	#section2.front{
        padding: 150px;
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		    background: #000000a3;
		opacity: 1;
		transition: opacity 2s ease;
        -moz-transition: opacity 2s ease;
        -webkit-transition: opacity 2s ease;
        direction: rtl;
         font-family: 'tajawal';
	}




.neon-button {
    display: block;
    background-color: #0000005e;
    color: #ffc425;
    border: 2px solid #ffc425;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: background-color 0.4s, color 0.4s;
    overflow: hidden;
    font-family: 'tajawal';
    width: 50%;
    margin: auto;

}

/* Neon glow effect around button */

.neon-button::before,

.neon-button::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    border-radius: inherit;            /* Match button shape */

    box-shadow: 0 0 10px #ffc425,      /* Glowing layers */

                0 0 20px #ffc425,

                0 0 30px #ffc425,

                0 0 40px #ffc425,

                0 0 50px #ffc425,

                0 0 60px #ffc425,

                0 0 70px #ffc425;

    opacity: 0;

    transition: opacity 0.4s, transform 0.4s;

}


/* Glow effect on hover */

.neon-button:hover::before,

.neon-button:hover::after {

    opacity: 1;

    transform: scale(1.1);  /* Slightly enlarges the glow */

}

/* Neon text glow on hover */

.neon-button:hover {

    color: #ffc425;

    text-shadow: 0 0 5px #ffc425, 0 0 10px #ffc425, 0 0 15px #ffc425;

}

/* Click effect to change button background */

.neon-button:active {

    background-color: #ffc425;        /* Changes background to neon color on click */

    color: #fff;                      /* Darken text color for contrast */

    box-shadow: 0 0 5px #ffc425, 0 0 15px #ffc425; /* Small inner shadow */

    transition: background-color 0.2s, color 0.2s;

}

.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logopic {
    width: 115px;
}









#nav{ position: relative; z-index:5000; text-align: center; }

#Dots{ 
  position: absolute; 
  z-index:5000;
  top: 35rem;
    left:50%;
  transform:translate(-50%,0%);    
}

.Dot{
 width:8px; 
 height: 8px; 
 border-radius: 50%;
 position: relative;
 float: left; 
 background-color: #fff;
 opacity:1;
 margin:5px; margin-bottom:0px;
 cursor: pointer;
 border:2px solid rgba(255,255,255,0.7);
    display: block;
}

#prevtBtn,#nextBtn{
  color: white;
  font-size: 45px;
  margin: 15px 15px 0px 15px;
  position: relative;
  cursor: pointer;
}

.box {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-size: 40px;
  color: white;
  font-family:'Oswald', arial; 
    top: 20rem;
  left:0px;
    display:block;
}
.slide span{
  display:block;
  position:absolute;
  transform:translate(-50%,-50%);
  left:50%; top:50%;
}



#logo {
  border-radius: 50%; 
  position:absolute;
  z-index:5000;
  top:20px; left:20px;
}



#DiacoDesignLink,#pens{
  color: #fff;
}








@media all and (max-width: 600px) {
    
    
    body{
        overflow-y: auto !important;
        
    }
    
    #Dots{
        display: none !important;
        
    }
    
    .box{
         display: none !important;
        
    }
    
    .container{
        display: block !important;
        
    }
    
    
    #section0{
            height: auto;
    overflow-y: auto;
    position: relative;
        opacity: 1;
        
    }
    
    
    
     #section1{
            height: auto;
    overflow-y: auto;
    position: relative;
         opacity: 1;
        
    }
    
    
     #section2{
            height: auto;
    overflow-y: auto;
    position: relative;
         opacity: 1;
        
    }
    
      #section0.front {
        height: auto;
        overflow-y: auto;
        position: relative;
        width: 100%;
        padding: 20px !important;
    }
    
    
     #section1.front{
         height: auto;
    overflow-y: auto;
        position: fixed;
        
    }
    
    
     #section2.front{
         height: auto;
    overflow-y: auto;
        position: fixed;
        
    }
    
    
    .container{ 
        width: 100% !important;
        padding: 0px !important;
        
    }
    
    
  .logo2 {
    display: none !important;
}
.view-mob{
    padding: 30px 20px 10px 20px !important
  }
  .view-mob p{
    font-size: 16px !important;
    line-height: 30px !important;
    text-align: justify;
  }
  .neon-button{
    width: 80%;
        padding: 15px 13px;
  }



    .vv-ov{

        width: 100% !important;
        right: 0px !important;
        font-size: 30px !important;
    }


    .vv-ov span{
        font-size: 27px !important;

    }
}
