

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(221, 240, 243);
    color: white;
    font-family: 'Poppins', sans-serif;

}
.LOGOOFCYBER{
  width: 60px;
  height: 60px;
}

nav{
    display: flex;
    justify-content:  space-around;
    align-items: center;
    height: 80px;
    background-color: rgb(12, 224, 239); 
    width: 100%;
    
  }

nav ul{
    display: flex;
    justify-content: center;
    overflow: hidden;
    
}
nav ul li{
    list-style: none;
    margin: 0 23px;
    font-weight: bold;
}
.right{
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 2px 4px 4px gray;
    height: fit-content;
    color: #fff;
}
.left{
    font-size: 1.1rem;
    
}


.logo a{
  color: #fff;
  text-decoration: none;
}

nav ul li a{
    color:rgb(15, 79, 135);
    text-decoration: none;
}
nav ul li a:hover{
  color:#fff;
}


.dropbtn {
  background-color:rgb(12, 224, 239);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  }
  
  .dropdown {
  position: relative;
  display: inline-block;
  border:none;
  width:100px;
  }
  
  .dropdown-content {
  display: none;
  font-weight: b;
  position: absolute;
  background-color:white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  }
  
  .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  }
  
  .dropdown-content a:hover {background-color: rgb(12, 224, 239);}
  
  .dropdown:hover .dropdown-content {
  display: block;
  }
  
  .dropdown:hover .dropbtn {
  background-color:rgb(17, 233, 253);
  }
.btomj li {
    list-style: none;
}
.btomj li a{
    text-decoration: none;
    color:rgb(12, 88, 155) ;
    font-size: 20px;
    
}

.btn{
    display: inline-block;
    background:rgb(210, 241, 245);
    width:fit-content;
    border:1px solid #f7f5f5;
    padding:12px 50px;
    border-radius:6px;
    transition:background 0.5s;
     
}
.btn:hover{
  background:rgb(138, 232, 232);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .container {
    border-radius: 5px;
    background-color:#1bcfdc;
    padding: 10px;
  }
  
  .header {
    text-align: center;
  }
  
  h2, p {
    color: rgb(35, 3, 63);
    margin-bottom: 20px;
  }
  
  h2 {
    font-size: 50px;
    margin: 15px;
  }
  
  p {
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 1rem;
    margin: 10px;
  }
  
  .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  
  .column img {
    width: 100%;
    border-radius: 10%;
  }
  
  .row::after {
    content: "";
    display: table;
    clear: both;
  }
  
  input, textarea {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    outline-color: rgb(123, 50, 192);
    resize: vertical;
  }
  
  input {
    height: 40px;
    padding: 0px 10px;
  }
  
  textarea {
    height: 170px;
    padding: 17px;
  }
  
  #btn {
    display: inline-block;
    width: 180px;
    padding: 10px 30px;
    font-size: 1.1rem;
    color: #0db3e0;
    background-image: linear-gradient(to right, #aa076b);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    /* transition: ease 0.2s; */
  }

  
  
  
  
  #btn:hover {
    background-image: linear-gradient(to right, #61045f, #aa076b);
  }
  
  @media screen and (max-width: 600px) {
    .column, #btn {
      width: 100%;
      margin-top: 0;
    }
  }
  
  @media screen and ( min-width: 200px) and (  max-width: 450px) {

    body{
      height: 100%;
      width: auto;
      margin-left: 0%;
      
    }
    nav {
    flex-direction: column;
    align-items: center;
    height:auto;
    width:auto;
    
  }
  nav ul {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: rgb(105, 220, 228);
  }
  
  nav ul li {
  margin: 10px 0;
  }
  h2{
    font-size:20px;
    margin-left:0px;
    margin-right:90px;
  }
  
  p{
    font-size:12px;
    margin-right:90px;
  }
  h1{
    margin-right:80px;
    font-size:20px;
    
  }
  
  .dropbtn{
    
    
    margin-top: 10px;
    margin-bottom: 10px;
    
    
  }

  .column{
   height: 300px;
   width: 300px;
  }
  .logo{
    margin-left: 0px;
  
  }
  .btomj{
    margin-right: 80px;
  }

  }
  
