
body,html {
	
  height: 100%;
  background: url(../images/.svg);
  /* Center and scale the image nicely */
  background-repeat: repeat;
  background-size: 4%;
  
}

.center_top_text {
  font-family: 'Inter', sans-serif ;
  letter-spacing: 4px;
  font-size: 11px; 
  color: #ffffffff;
  background-color: #000000ff;
  border: 1.5px solid white;
  border-radius: 25px;
  max-width: 100%;
  min-width: 10%;
  text-align: center;
  padding: 7px 7px 7px 7px;
  z-index: 998; 
  
}

.smi {
  position: absolute;
  left: 77%;
  top: 95%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.custom-top-banner {
    position: fixed;      
    top: 0;            
    left: 0;
    width: 100%;         
    height: 55px;               
    background-color: #1a1a1a;  
    z-index: 998;        
    
     
}

.custom-bottom-banner {
    position: absolute;
    bottom: 0;       
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #1a1a1a;
    z-index: 998;
}

.footer-copyright {
    font-family: 'Inter', sans-serif ;
	position: absolute;
	font-size: 12px;
	color: white;
    bottom: 16px;
    left: 1%;
    background: transparent;
    z-index: 999;
}


.circle_icon {
  padding: 6px;
  margin-left: 0px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.circle_icon:hover {
  /*opacity: 0.7;*/
  color: white;
  text-decoration: none;
  background-color: #1a1a1a;
  transform: rotateY(180deg);
  transition: all 1s;
}

.fab {
  font-size: 15px;
}
.fa {
  font-size: 15px;
}

.fa-brands {
  font-size: 15px;
}
.fa-home {
  background: white;
  color: #1a0033;
}

.fa-envelope {
  background: white;
  color: #1a0033;
}

.fa-x-twitter {
  background: white;
  color: #1a0033;
}

.fa-envelope {
  background: white;
  color: #1a0033;
}
.fa-instagram {
  background: white;
  color: #1a0033;
}
.fa-tiktok {
  background: white;
  color: #1a0033;
}

button {
  background: transparent;
  border: none;
  outline: none !important;
}


/*---------------------------[ start Contact ]----------------------------*/
/*up down form*/
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 80px;
  position: absolute; 
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  
  
}


.wrap-contact100 {
  width: 470px;
  background: transparent;
  padding: 0px 0px 0px 0px;
}


/*----------------------[ Start Form ]---------------------------------*/
.contact100-form {
  width: 100%;
}


/*------------------------------[ Start Input ]--------------------------*/
.wrap-input100 {
  width: 100%;
  background-color: #fff;
  border-radius: 31px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffffff; 
  border-radius: 15px;
  font-family: 'Inter', sans-serif ;
  font-size: 18px;
  color: #1a0033;
  line-height: 1.2;
}

/*-[ color of expanded field  ]-*/
.input100:focus + .focus-input100 {
  background: #1a1a1a;
}

input.input100 {
  height: 45px;
  padding: 0 35px 0 35px;
  outline: none;
  border: 50 px solid white;
}

textarea.input100 {
  min-height: 90px;
  max-height: 90px;
  padding: 19px 35px 0 35px;
  outline: none;
  border: 50 px solid white;
}

/*-------------------------------[ Focus Input ]---------------------------*/

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
  background-color: #764098ff;
  pointer-events: none;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}

/*------------------------------------[ Button ]----------------------------*/

.container-contact100-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 18px;
}

.contact100-form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 100px;
  height: 45px;
  background-color: transparent;
  border-radius: 31px;
  font-family: 'Inter', sans-serif ;
  font-size: 16px;
  color: #ffffffff;
  line-height: 1.2;
  bottom: 18px;
  text-transform: uppercase;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.contact100-form-btn:hover {
 color: #ffffffff; 
}

.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #000000ff; 
  pointer-events: none;
  transition: all 0.4s;
}

.contact100-form-btn:hover:before {
  background-color: #000000ff; 
  width: calc(100% + 20px);
}


/*-------------------------------[ Alert validate ]-------------------------*/

.validate-input {
 position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  font-family: Ubuntu-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

.errors {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  .contact100-form-title {
    padding-bottom: 10px;}
	
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


@media only screen and (min-width: 320px) and (max-width: 480px) { 

.smi {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);}

   
.wrap-contact100 {
  width: 25;
  background: transparent;
  padding: 60px 0px 80px 0px;}
  
input.input100 {
  height: 40px;}
  
textarea.input100 {
  min-height: 20px;
  max-height: 85px;
  padding: 19px 35px 0 35px; }

/* ------------------[ Button ]------------------ */

.contact100-form-btn {
max-width:40%;
min-width: 10%;
display: block;
position: relative;
height: 35px;
color: #ffffffff;
justify-content: center;
  align-items: center;
font-size: 14px;}
 
.contact100-form-btn:hover:before {
 background-color: #1a1a1a;}
 
.circle_icon {
  padding: 5px;}
 
.footer-copyright {
  font-size: 10px;}
}

/* 1. Small Mobile Devices (Portrait) */
@media only screen and (max-width: 480px) {
    /* Note: Mobile optimization for small screens */
    .logo-container { 
	width: 100px; 
	
	
	}
	
	.smi {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);}
  
    .circle_icon {
  padding: 5px;}
  
    .footer-copyright { 
	font-size: 10px;
	text-align: center; }
}

/* 2. Tablets & Large Mobile Devices */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    /* Note: iPads and Android tablets in portrait mode */
    .logo-container { 
	width: 150px; 
	
	}
	
	.smi {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);}
  
    .circle_icon {
  padding: 5px;}
  
  
    .footer-copyright { 
	font-size: 12px;
	text-align: center; }
}

/* 3. Laptops & Small Desktops */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* Note: Standard laptops and small desktop monitors */
    .logo-container { 
	width: 180px; 
	
	}
	
	.smi {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);}
  
    .circle_icon {
  padding: 5px;}
  
  
    .footer-copyright { 
	font-size: 13px;
	text-align: center; }
}

/* 4. Standard Desktop Monitors */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    /* Note: Wide laptops and standard monitors */
    .logo-container { 
	width: 220px; 
	
	}
	
	.smi {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);}
  
    .circle_icon {
  padding: 5px;}
  
  
    .footer-copyright { 
	font-size: 14px;
	text-align: center; }
}

/* 5. Large Desktop Screens */
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    /* Note: Large 24-inch monitors */
    .logo-container { 
	width: 260px; 
	
	}
	
	.smi {
  position: absolute;
  left: 77%;
  top: 95%;
  transform: translate(-50%, -50%);}
  
    .circle_icon {
  padding: 5px;}
  
    .footer-copyright { 
	font-size: 12px;
	text-align: center; }
}

/* 6. Ultra Wide & 2K Screens */
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    /* Note: High Definition 1080p and 2K Displays */
    .logo-container { 
	width: 320px; 
	
	}
	
	.smi {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);}
  
    .circle_icon {
  padding: 5px;}
  
  
    .footer-copyright { 
	font-size: 15px;
	text-align: center; }
}

/* 7. 4K & 5K UHD Ultra-Large Displays */
@media only screen and (min-width: 1921px) {
    /* Note: Advanced 2026 UHD monitors and large TV screens */
    .logo-container { 
	width: 450px; 
	
	}
	
	.smi {
  position: absolute;
  left: 50%;
  top: 84%;
  transform: translate(-50%, -50%);}
  
    .circle_icon {
  padding: 5px;}
  
  
    .footer-copyright { 
	font-size: 16px;
	text-align: center; }
}
