/* header */
/* section{
  background-color: rgb(3, 92, 167);
} */
header {
  position: fixed;
  z-index: 100;
  background-color: white;
}

.content {
  margin: 0px;
}

header .navigation a {
  padding: 8px 15px;
  line-height: normal;
}

#navbar .navigation a {
  margin: 0px;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 8px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  letter-spacing: 1px;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  border-radius: 5px;
  background-color: rgb(3, 92, 167);
  color: white;
  /* border-radius: 10px; */

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 142px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: rgb(255, 255, 255);
}

.dropdown:hover .dropdown-content {
  display: block;
}

#navbar .navigation .dropdown .dropdown-content a {
  margin: 5px;
  border-radius: 0px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

/* #navbar .navigation .dropdown .dropdown-content a:hover {
      background-color: rgb(3, 92, 167);
      color: rgb(255, 255, 255); */
/* border-radius: 10px; */
/* } */

#navbar .navigation .dropdown .dropdown-content .link:hover {
  background-color: var(--color);
  color: rgb(255, 255, 255);
  /* border-radius: 10px; */
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
  padding-top: 60px;
}


.scolling {
  background-color: white;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 16%), 0 8px 8px rgb(0 0 0 / 5%);
  transition: box-shadow 0.7s;
  transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -webkit-transition: background-color 0.7s;
}

.scroll_at_top {
  /* background-color: rgba(255, 255, 255, 0); */
  box-shadow: 0 0px 0px rgb(0 0 0 / 0%), 0 0px 0px rgb(0 0 0 / 0%), 0 0px 0px rgb(0 0 0 / 0%), 0 0px 0px rgb(0 0 0 / 0%);
  transition: box-shadow 0.7s;
  transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -webkit-transition: background-color 0.7s;
}

/* body */
.content {
  /* margin: 110px auto 80px auto; */
  max-width: none;
  height: 100vh;
}

.content .info {
  flex-direction: column;
  padding-top: 83.29px;
  height: 100%;
}

.content .info h2 {
  margin-bottom: 30px;
}

.main {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
}

.box {
  width: 50vw;
  /* height: 90vh; */
  height: 100%;
  display: flex;
  background-color: rgb(0, 0, 0);
  min-height: 500px;
}

.box-flex {
  display: flex;
}

.contact-us {
  height: 100%;
}

.contact-us h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 60px;
}

.contact-us .flex-row {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  height: 100%;
padding:30px;
}

.contact-us .flex-row p {
  /* width: 300px; */
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: white;
}

.contact-us .flex-row p i {
  margin-right: 15px;
}

.contact-us .flex-row p span {
  font-size: 18px;
  font-weight: 300;
}

@media (min-width: 1500px) {
  .contact-us-mobile {
    display: none;
  }

  #navbar .navigation {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px;
    /* background-color: white; */
    border-radius: 10px;
  }

  .dropdown .dropbtn {
    font-weight: 500;
  }

}

@media(max-width: 1200px) {
  .content .info {
    padding-top: 93.3px;
  }

  .main {
    grid-template-columns: 100%;
    grid-auto-flow: dense;
  }

  .box {
    width: 100%;
  }

  .contact-us .flex-row p {
    text-align: center;
  }

  .admin_panel_row {
    flex-direction: column;
    gap: 30px;
  }

  .content .info p {
    margin: 0px;
  }

  .content .info .admin_panel h3:not(:last-child) {
    margin-bottom: 30px;
  }

  .flex-row {
    flex-direction: column;
  }

  .flex-row p {
    margin: 30px auto;
  }

  #navbar .navigation .dropdown {
    margin-bottom: 50px;
  }

  .dropdown .dropbtn {
    font-weight: 700;
  }
}

#admin_panel {
  background-color: rgb(234, 236, 238);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 0px auto 30px auto;

  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  width: 279px;

}


#admin_panel a {
  margin-top: 30px;
  font-size: 16px;
  text-decoration: none;
  color: black;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #cecccc
}

#admin_panel a:hover {
  background-color: rgb(3, 92, 167);
  color: white;
}

.hyperlink-1{
color: white;
}