@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Orbitron:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
*{
    margin: 0%;
    padding: 0%;
}
@font-face {
  font-family: myfont;
  src: url(../Calibri/calibril.ttf);
}

h1{
    text-align:center;
    font-size: 48px;
    font-weight: 500;
    margin-top: 3%;
    font-family: myfont;
}
.about{                                 
  margin-top: 45px;
 display: flex;
 justify-content: space-evenly;
}

.container1{
    width: 100%;
}
.container1 h2{
    margin-top: 5%;
    font-size: 27px;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    font-family: myfont;
}
.container1 p{
    margin-top: 5%;
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    padding: 0px;
    line-height: 25px;
    font-weight: lighter;
    font-family: myfont;
    margin-left: 5%;
}

.about-img img{
    margin-top: 15%;
    width: 550px;
    height: 300px;
    border-radius: 15px;  
    transition: transform .2s;  
}
.about-img img:hover{
  transform: scale(1.2);
}

.container2 p{
    text-align: left;
    font-size: 17px;
    padding: 0px;
    line-height: 25px;
    margin-left: 600px;
    font-family: myfont;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0.5%;
    margin-right: 3%;
}

h3{
    text-align: center;
    font-size: 25px;
    margin-left: 750px;
    margin-top: 100px;
    margin-bottom: 3%;
    font-family: myfont;
}
.about-img2{
    margin-top: -900px;
}

.about-img2 img{
    width: 500px; 
    height: 300px;
    margin-top: 44%;
    margin-left: 3%;
    border-radius: 15px;  
    transition: transform .2s;  
 
   }

.about-img2 img:hover{
 transform: scale(1.2);
}
.fa-building{
    color: rgb(241, 69, 7);
    padding-right: 15px;
   }




:root {
    --orange: #EDCFA9;
    --white: #ffffff;
    --black: #000
}
a{
  color: #000;
}
body { background-color: var(--white); 
overflow-x: hidden;
}
.logo{
display: flex;
}
a{
  text-decoration: none;
}
.logo p{
font-family: 'Audiowide', cursive;
font-weight: bolder;
font-size: 20px;

padding-left: 2%;
}
.logo span{
  width: 2px;
  height: 45px;
  background-color: #c56900;
  margin-left: 3px;
  margin-right: 3px;
}

.ddiq p{
  background-color: #ffffff;
  font-family: sans-serif;
  line-height: 12px;
  font-size: 10px;
}
.nav {
  height: 50px;
  width: 100%;
  position: relative;
}

.active{
position: relative;
display: inline-block;
text-decoration: none;
color: #000000;
}
.active::before,
.active::after{
content: '';
position: absolute;
left: 0%;
width: 100%;
height: 2px;
background-color: rgb(0, 0, 0);
transform: scaleX(0);
transition: transform .25s;
}

.active::before{
top: -1px;
transform-origin: left;
}

.active::after{
bottom: 10px;
transform-origin: right;
}

.active:hover::before,
.active:hover::after{
transform: scaleX(1);
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: flex;
  font-size: 18px;
  justify-content: right;

}

.nav > .nav-links > a {  
  display: inline-block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: 'Audiowide', cursive;
  text-transform: capitalize;
  text-align: center;
  margin-right: 5%;
  margin-top: -2.5%;
  font-weight: bold;
}


.nav > #nav-check {
  display: none;
}
 

  /* The grid: Four equal columns that floats next to each other */
.column {
  display: block;
  width: 35%;
  
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
  width: 50%;
}

.column img:hover {
  opacity: 1;
}
.row{
  margin-top: 2%;
  margin-left: 3%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table-column;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container3 {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}
#expandedImg{
  align-items: center;
  margin-top: -155%;
  margin-bottom: 5%;
  margin-left: 30%;
}
/* Closable button inside the image */
.closebtn {
  position: absolute;
  margin-top: -37%;
  right: 11%;
  color: rgb(0, 0, 0);
  font-size: 35px;
  cursor: pointer;
}

.look{
  margin-top: 4%;
}
.look p{
  font-family: myfont;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 3%;
}

#show{

  color: #000;
  font-family: myfont;
font-size: 17px;
margin-top: 2%;
text-align: center;
}


/*          @media 600px                       */
@media (max-width:600px) {
  .logo p{
    font-family: 'Audiowide', cursive;
    font-weight: bolder;
    font-size: 17px;
    padding-left: 2%;
  }
    .logo span{
      width: 2px;
      height: 40px;
      background-color: #c56900;
      margin-left: 3px;
      margin-right: 3px;
    }
  
    .ddiq p{
      background-color: #ffffff;
      font-family: sans-serif;
      line-height: 10px;
      font-size: 10px;
    }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
 a{
  text-decoration: none;
 }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 6px;
    margin-left: 5%;
    margin-right: 5%;
    border-top: 2px solid #000000;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #000000;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 40px;
    left: 0px;
    text-align: center;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
    color: #fff7f7;
    margin-top: 10%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .active{
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #000000;
  }
  .active::before,
  .active::after{
      content: '';
      position: absolute;
      top: 15%;
      width: 2px;
      height: 80%;
      background-color: rgb(255, 255, 255);
      transform: scaleY(0);
      transition: transform .50s;
      margin-left: 25%;
  }
  
  .active::before{
      left: 49%;
      transform-origin: bottom;
  }
  
  .active::after{
      right: 10%;
      transform-origin: top;
  }
  
  .active:hover::before,
  .active:hover::after{
      transform: scaleY(1);
  }
  

h1{
  text-align:center;
  font-size: 28px;
  font-weight: 500;
  margin-top: 3%;
  font-family: myfont;
}
.about{
  flex-direction: column;
}
    .container1{
      width: 100%;
      text-align: center;
  }
  .container1 h2{
      margin-top: 2%;
      font-size: 27px;
      width: auto;
      text-align: center;
      padding: 0px;
      line-height: 30px;
      font-family: myfont;
  }
  .container1 p{
      margin-top: 5%;
      font-size: 13px;
      text-align: justify;
      text-justify: inter-word;
      margin-left: 2%;
      margin-right: 2%;
      padding: 0px;
      line-height: 18px;
      font-weight: lighter;
      font-family: myfont;
  }
  
  .about-img img{
      width: 300px;
      height: 200px;
      border-radius: 15px;  
      margin-left: 10%;
  }
  .keypoint{
    flex-direction: column;
  }
  .container2 p{
    text-align: justify;
    text-justify: inter-word;    font-size: 13px;
    padding: 0px;
    line-height: 18px;
    margin-left: 2%;
    margin-right: 2%;
    font-family: myfont;
}

h3{
  margin-top: 10%;
    text-align: center;
    font-size: 25px;
    margin-left: 0;
    margin-bottom: 3%;
    font-family: myfont;
}
.about-img2{
    margin-top: -950px;
    margin-left: 10%;
}

.about-img2 img{
  margin-top: 300%;
  width: 300px;
  height: 200px;
    margin-left: 3%;
    border-radius: 15px;  
   }

.fa-building{
    color: rgb(241, 69, 7);
    padding-right: 15px;
   }

   .look{
    margin-top: 15%;
  }
  .look p{
      font-family: myfont;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 3%;
    font-size: 12px;
  }
.look h1{
  font-size: 18px;
  font-weight: 600;
}

center h2{
  font-size: 12px;
  margin-top: 3%;
}
#show{

  color: #000;
  font-family: myfont;
font-size: 12px;
margin-top: 2%;
text-align: center;
}
}

@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Orbitron:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
*{
    padding: 0;
    margin: 0;
    
    box-sizing: border-box;
}


:root {
    --orange: #EDCFA9;
    --white: #ffffff;
    --black: #000
}
a{
    color: #000;
}
body { background-color: var(--white); 
overflow-x: hidden;
}

  .nav {
    height: 50px;
    width: 100%;
    position: relative;
  }
  
.active{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
}
.active::before,
.active::after{
	content: '';
	position: absolute;
	left: 0%;
	width: 100%;
	height: 2px;
	background-color: rgb(0, 0, 0);
	transform: scaleX(0);
	transition: transform .25s;
}
a{
  text-decoration: none;
}
.active::before{
	top: -1px;
	transform-origin: left;
}

.active::after{
	bottom: 10px;
	transform-origin: right;
}

.active:hover::before,
.active:hover::after{
	transform: scaleX(1);
}
 
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: flex;
    font-size: 18px;
    justify-content: right;

  }
  
  .nav > .nav-links > a {  
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: 'Audiowide', cursive;
    text-transform: capitalize;
    text-align: center;
    margin-right: 5%;
    margin-top: -2.5%;
    font-weight: bold;
}
  
.nav > .nav-links > .dropdown {  
  display: inline-block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: 'Audiowide', cursive;
  text-transform: capitalize;
  text-align: center;
  margin-right: 5%;
  margin-top: -2.5%;
  font-weight: bold;
}
  .nav > #nav-check {
    display: none;
  }



  
/*          @media 600px                       */
@media (max-width:600px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
    }
   
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 8px;
      border-top: 2px solid #000000;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #000000;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 40px;
      left: 0px;
      text-align: center;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
      color: #fff7f7;
      margin-top: 10%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }
    .active{
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #000000;
    }
    .active::before,
    .active::after{
        content: '';
        position: absolute;
        top: 15%;
        width: 2px;
        height: 80%;
        background-color: rgb(255, 255, 255);
        transform: scaleY(0);
        transition: transform .50s;
        margin-left: 25%;
    }
    
    .active::before{
        left: 49%;
        transform-origin: bottom;
    }
    
    .active::after{
        right: 10%;
        transform-origin: top;
    }
    
    .active:hover::before,
    .active:hover::after{
        transform: scaleY(1);
    }
}  


@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Orbitron:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
.contact
{
    position: relative;
}


.contact .content p
{
  text-align: center;
  font-family: myfont;
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    padding-top: 5%;
}
.container
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}


.container .contactForm
{
    position: relative;
    width: 40%;
    min-height: 500px;
    padding: 60px;
}
.container .contactForm h2
{
  font-family: myfont;
    font-size: 27px;
    color: #333;
    text-align: left;
    font-weight: bolder;
}
.container .contactForm .inputBox
{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.container .contactForm .inputBox input,
.container .contactForm .inputBox textarea
{
    width: 80%;
    padding: 5px 0;
    font-size: 14px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;

}
.container .contactForm .inputBox span
{
    position: absolute;
    left: 0;
    pointer-events: none;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bolder;
    color: #666;
    transform: 0.5s;
    font-family: myfont;

}
.container .contactForm .inputBox input:valid ~ span,
.container .contactForm .inputBox input:focus ~ span,
.container .contactForm .inputBox textarea:valid ~ span
{
    color: #e91e63;
    font-size: 0.9em;
    transform: translateY(-20px);
}
.submit{
  background-color: #000; 
  width: auto;
  height: auto;
  padding: 2%;
  color: var(--white);
  font-family: myfont;
  cursor: pointer;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius:5px;
  margin-top: 4%;
}

.submit:hover{
  background-color: var(--white);
  color: var(--black);
  font-weight: bolder;
  border: 1px solid var(--black);
}
.social h2{
  text-align: center;
  font-family: myfont;
  font-size: 21px;
  font-weight: bolder;
  margin-top: -10%;
}
.social-icon{
  margin-top: 5%;
  display: flex;
  justify-content: space-evenly;
}
.social-icon a{
  background-color: #ffffff;
  width: auto;
  height: auto;
  padding: 1%;
  font-size: 27px;
  color: rgb(0, 0, 0);
  border-radius: 5px;

}
.social-icon a:nth-child(1):hover{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
        
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  font-size: 27px;
}
.social-icon a:nth-child(2):hover {
  color: #4267B2;
}
.social-icon a:nth-child(3):hover{
  color: #FF0000;
}
.social-icon a:nth-child(4):hover{
  color: #1DA1F2;
}
@media (max-width:600px) {

    .contact{
        position: relative;
        margin-top: 10%;
      }
      
      .contact .content p
      { 
          font-family: myfont;
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        padding-top: 5%;
      }
      
      .container
      {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        
      }
      
      
      .container .contactForm
      {
        
        position: relative;
        width: 100%;
        padding: 60px;
        margin-left: 0%;
      }
      .container .contactForm h2
      {
          font-family: myfont;
        font-size: 18px;
        color: #333;
        text-align: left;
        font-weight: bolder;
      }
      .container .contactForm .inputBox
      {
        position: relative;
        width: 100%;
        margin-top: 20px;
      }
      .container .contactForm .inputBox input,
      .container .contactForm .inputBox textarea
      {
        width: 100%;
        padding: 5px 0;
        font-size: 11px;
        margin: 15px 0;
        border: none;
        border-bottom: 2px solid #333;
        outline: none;
        resize: none;
      
      }
      .container .contactForm .inputBox span
      {
        position: absolute;
        left: 0;
        pointer-events: none;
        padding: 5px 0;
        margin: 10px 0;
        font-size: 11px;
        font-weight: bolder;
        color: #666;
        transform: 0.5s;
          font-family: myfont;
      
      }
      .container .contactForm .inputBox input:valid ~ span,
      .container .contactForm .inputBox input:focus ~ span,
      .container .contactForm .inputBox textarea:valid ~ span
      {
        color: #e91e63;
        font-size: 0.9em;
        transform: translateY(-20px);
      }
      .submit{
      background-color: #000; 
      width: auto;
      height: auto;
      padding: 2.5%;
      color: var(--white);
          font-family: myfont;
      cursor: pointer;
      font-weight: 600;
      border: none;
      outline: none;
      border-radius:5px;
      margin-top: 4%;
      }
      
      .submit:hover{
      background-color: var(--white);
      color: var(--black);
      font-weight: bolder;
      border: 1px solid var(--black);
      }
      
      .social h2{
        text-align: center;
          font-family: myfont;
        font-size: 14px;
        font-weight: bolder;
        margin-top: -50%;
      }
      .social-icon{
        margin-top: 5%;
        display: flex;
        justify-content: space-evenly;
      }
      .social-icon a{
        background-color: #ffffff;
        width: auto;
        height: auto;
        padding: 0.5%;
        font-size: 20px;
        color: rgb(0, 0, 0);
        border-radius: 5px;
      z-index: 5;
      }
      .social-icon a:nth-child(1):hover{
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        -webkit-background-clip: text;
              
                background-clip: text;
        -webkit-text-fill-color: transparent;
        
        font-size: 27px;
      }
      .social-icon a:nth-child(2):hover {
        color: #4267B2;
      }
      .social-icon a:nth-child(3):hover{
        color: #FF0000;
      }
      .social-icon a:nth-child(4):hover{
        color: #1DA1F2;
      }
      
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  width: 40px;
  height: 40px;
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 3px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.side-button a:nth-child(1){
  position: fixed;
  bottom: 140px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.7%;
  font-size: 25px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(1):hover{
  color: var(--white);
  background-color: #4FCE5D
  ;
}
.side-button a:nth-child(2){

  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.9%;
  font-size: 17px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(2):hover{
  color: var(--white);
  background-color: #1180FF
  ;
}

.side-button a:nth-child(3){

  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 0.8%;
  font-size: 18px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(3):hover{
  color: var(--white);
  background-color: #FF0000
  ;
}
@media (max-width:600px){
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    width: 30px;
    height: 30px;
    background-color: black; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 3px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }

  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  
  .side-button a:nth-child(1){
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    width: auto;
    height: auto;
    padding: 1.5%;
    font-size: 25px;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    border-radius: 8px;
  }
  
  .side-button a:nth-child(1):hover{
    color: var(--white);
    background-color: #4FCE5D
    ;
  }
  .side-button a:nth-child(2){
  
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    width: auto;
    height: auto;
    padding: 2.3%;
    font-size: 17px;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    border-radius: 8px;
  }
  
  .side-button a:nth-child(2):hover{
    color: var(--white);
    background-color: #1180FF
    ;
  }

.side-button a:nth-child(3){

  position: fixed;
  bottom: 170px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  width: auto;
  height: auto;
  padding: 1.8%;
  font-size: 18px;
  display: flex;
  justify-content: space-evenly;
  text-decoration: none;
  border-radius: 8px;
}

.side-button a:nth-child(3):hover{
  color: var(--white);
  background-color: #FF0000
  ;
}
footer{
  font-size: 10px;
}
}