@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Sofia&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

html{
    scroll-behavior: smooth;
}

body{
    height: auto;
}




/*-----------------------------------------------------------------------front bag----------------------------------------------------------*/

.front{
    
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom:50px; 
}


#frontbg {
position: fixed;
background-color: black;
top: 0;
left: 0;
z-index: -1;
}

.codezlogo{
  height:100px;
  margin-top: 50px;
  margin-left: 50px;
}


.typing2{
  font-family: "Rog fonts", sans-serif;
  font-size: 72px;
  color: rgb(5,130,232);
}


.typing1{
  font-family: "Rog fonts", sans-serif;
  top: 50px;
  color: greenyellow;
  margin-top: 10px;
  font-size: 28px;
  background-color: rgb(0, 0, 0, 0);
  border-radius: 30px;
  padding: 5px;
  padding-left: 15px;
  padding-right:15px;
  
}


.downl{
  font-family: "Rog fonts", sans-serif;
  
  font-size: 28px;
  background-color: rgb(171, 255, 46);
  border-radius: 30px;
  padding: 5px;
  padding-left: 15px;
  padding-right:15px;
  transition: 0.25s ease-in-out;
}

.downl img{
  height: 20px;
  width: auto;
}

.downl a{
  color: rgb(0, 0, 0);
}

.downl a:hover{
  color: white;

}

.downl:hover{
  background-color: rgb(5,130,232);
  transition: 0.25s ease-in-out;
}

/*---------------------------------------------------------------------Text---------------------------------------------------------------*/


.msg1{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
}


#text-container1{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  min-height: 150px;
  font-size: x-large;
  width: 100%;
  color: white;
  padding: 20px;
  background-color: rgba(47, 92, 255,0.5);
  gap: 50px;
}

#text-container2{
  align-items: center;
  justify-content: center;
  text-align: justify;
  display: flex;
  min-height: 150px;
  font-size: x-large;
  width: 100%;
  color: rgb(47, 92, 255);
  padding: 20px;
  gap: 50px;
}

#text-container1 strong{
  color: greenyellow;
}

#text-container2 strong{
  color: white;
}

#text-container1 img,#text-container2 img{
  height: 250px;
  width: auto;
  border-radius: 10px;
}

#text-container1 p,#text-container2 p{
  height: auto;
  max-width: 800px;
}

/*---------------------------------------------------------------------work---------------------------------------------------------------*/

.allworks{
  margin-top: 150px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom:50px; 
}

#workbox {
  border-radius: 10px;
  width: auto; 
  height: 250px; 
  object-fit:contain;
}

.allworks li{
  display: inline;
  list-style: none;
  padding: 20px;
}



/*---------------------------------------------------------------------contact---------------------------------------------------------------*/

.probtext{
  font-family: 'Courier New', Courier, monospace;
  font-size: x-large;
  font-weight: bold;
  background-color: black;
  color: greenyellow;
  padding: 5px;
  padding-left: 15px;
  padding-right:15px;
  border-radius: 30px;
}

.contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom:50px; 
}

.contact-form-div form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

input,textarea{
  font-family: 'Courier New', Courier, monospace;
  border-radius: 30px;
  border: 0px;
  padding-left:20px ;
  height: 40px;
  font-size: larger;
  color: white;
  background-color: rgb(47, 92, 255,0.5);
  font-weight: 900;
  width: 500px;
}

textarea{
  height:150px;
  padding-top: 10px;
}


.btn-md{
  font-family: 'Courier New', Courier, monospace;
  width: 150px;
  height: 30px;
  border-radius: 30px;
  font-size: larger;
  font-weight: 900;
  margin-left: 300px;
  border: black;
  color: greenyellow;
  background-color: black;
  transition: 0.25s ease-in-out;
}

.btn-md:hover{
  font-family: 'Courier New', Courier, monospace;
  background-color:greenyellow;
  border: 2px solid black;
  color: black;
  transition: 0.25s ease-in-out;
}





.contactcontainer3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(47, 92, 255, 0.8);
  margin-bottom: 0;
  width: 100%;
  height: 200px;
  font-weight: bolder;
}

.copyright{
  text-align: center;
  color: white;
}