* {
  margin: 0;
  padding: 0;
}

body {
  /* background-color: rgb(13, 209, 240); */
  color: white;
  background-color: rgb(221, 240, 243);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;

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

nav{

    display: flex;
    justify-content:  space-around;
    align-items: center;
    height: 80px;
    /* background-color: rgb(12, 224, 239);  */
   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;
}
.right{
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 2px 4px 4px gray;
    height: fit-content;
    color: #fff;
}
.left{
    font-size: 1.1rem;

    }
    .left ul li a{
      transition: all .2s ease-out;
    }
    
    .left ul li a:hover{
      transform: scale(1.15);
      cursor: pointer;
      
    }
.logo a{

  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;
  align-items: center;
}
nav ul li{
  list-style: none;
  margin: 0 23px;
}
.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;
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);
}

.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,button{

    color:rgb(41, 105, 161);
    text-decoration: none;

  color:rgb(41, 105, 161);
  text-decoration: none;

}
nav ul li a:hover{
color: #ffffff;
}
.btomj li {
  list-style: none;
}
.btomj li a{
  text-decoration: none;
  color:rgb(12, 88, 155) ;
  font-size: 20px;
  
}
.left ul li button{
  display: flex;
  justify-content: center;
  align-items: center;
  background:rgb(210, 241, 245);
  width:25px;
  height: 35px;
  border:1px solid #f7f5f5;
  padding:12px 50px;
  border-radius:6px;
  transition:background 0.5s;
  text-decoration: none;
  color:rgb(12, 88, 155) ;
  font-size: 20px;
  text-align: center;
}
.left ul li button:hover{
  background:rgb(138, 232, 232);
}
.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);
}
.main1{
background-color: rgb(221, 240, 243);
}

/* main section css */
.firstSection {
  width: 100% !important;
  display: flex;
  justify-content: center;
  gap:7%;
  transition: all 2ms ease-in-out;
  align-items: center;
  background-color: rgb(221, 240, 243);
}



/* .leftSection .btn {
  padding: 12px;
  background: #1e2167;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid white;
  font-size: 20px;
} */

/* .leftSection .btn:hover {
  background: rgb(99, 99, 198);
} */

/* .leftSection .btn a {
  color: white;
  text-decoration: none;
}

.leftSection .button {
  padding: 50px;
} */

.rightSection {
  width: 90%;
  margin: 50px 20px;
}
.leftSection{
  color:rgb(19, 221, 248);
  font-size:20px ;
  width: 550px;
  margin-left: 12%;
 
}
.image{
  padding:0%;
  float: left;
  margin:30px;
  border-radius: 12px;
  overflow-clip-margin: content-box;
  width: 720px;
  height: 470px;
}
.top-line{
  text-align: center;
  margin-top: 70px;
  font-size: 2.5rem;
  color: rgb(27, 92, 138);
  background-color: rgb(221, 240, 243);
}
 li{
  color: #4d778a;
}
.tp{
  color:rgb(27, 92, 138) ;
  font-size: 2.5rem;
  
}
#element {
  color: rgb(25, 206, 230);
  text-align: center;
  margin-top: 70px;
  font-size: 2.5rem;
}
/* -----------------------------footer------------- */
footer {
  background-color: #78d1df;
  /* height: 233px; */
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.footer-first{
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-first1,.footer-second{
  width: 150px;
}
.footer-second ul li , .footer-first1 ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer-second ul li a,.footer-first1 ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #4d778a ;
}
.footer {
  display: flex;
 
  justify-content: center;
  gap: 5%;
  align-items: center;
}

.footer ul {
  list-style: none;
}


footer .footer-rights {
  text-align: center;
  color: gray;
  padding: 12px 0;
  width: 400px;
}

.footer p {
  font-size: 12px;
}


@media screen and (max-width: 767px) {
  nav {

  flex-direction: column;
  align-items: center;
  height: auto;
}

nav ul {
 display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background-color: rgb(105, 220, 228);
}

nav ul li {
  margin: 10px 0;
}

.logo a {
  margin-bottom: 10px;
}

.right {
  font-size: 1.2rem;
}

.leftSection {
  font-size: 14px;
  margin-left: 0;
}

.footer {
  flex-direction: column;
  padding: 20px;
}

.footer > div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;

}


  .firstSection {
      flex-direction: column;
      align-items: center;
      margin: 30px 10px;
  }

  .firstSection > div {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }

  .leftSection {
      margin-left: 0;
      font-size: 13px;
  }

  .image {
      width: 100%;
      height: 100%;
      margin: 20px 0;
  }

  .footer {
      flex-direction: column;
      padding: 20px;
  }

  .footer > div {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }
}

/* Media Query for Medium Screens (Tablets) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* Adjust styles as needed for medium-sized screens */
  .dropbtn {
    background-color:rgb(12, 224, 239);
    color: white;
    text-align: center;
    }
}

/* Media Query for Large Screens (Desktops) */
@media screen and (min-width: 1024px) {
  /* Adjust styles as needed for large screens */
}


