* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: whitesmoke;
}

nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  min-height: 8vh;
  align-items: center;
  background-color: whitesmoke;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  width: 70%;
  max-width: 700px;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
nav li:hover a{
  color: #38c0ff;
  transition: 0.2s;
}
#cnisa-lakohot {
  background-color: #99daf9;
  padding: 5px;
  border-radius: 10px;
}
#cnisa-lakohot:hover a{
  color: black;
}
#cnisa-lakohot:hover{
  background-color: #44bae8;
  transition: 0.6s;
}
.burger {
  display: none;
}

.burger div {
  background-color: black;
  width: 25px;
  height: 3px;
  margin: 5px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.container-image-1 {
  min-height: 37vh;
  background-image: url("./images/homepage-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-1 h1 {
  color: white;
  font-size: 48px;
  text-align: center;
  padding-top: 19px;

  font-weight: 500;
}



.odot h1 {
  margin-top: 60px;
  margin-right: 3%;
  color: #484848;
  border-bottom: 10px solid #99daf9;
  width: 133px;
}

.odot p {
  font-size: 24px;
  margin-right: 3%;
  margin-top: 30px;
  color: #484848;
}

.container-rashuiot {
  box-shadow: 4px 5px 24px rgba(0, 0, 0, 0.25);
  max-height: 150px;
  max-width: 500px;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background-color: #c4c4c4;
}
.container-rashuiot h2 {
  height: 50px;
  margin-left: 10px;
  text-decoration: underline;
  color: rgb(50, 50, 50);
}

.container-rashuiot h1 {
  margin-top: 70px;
  height: 50px;
  color: rgb(50, 50, 50);
}

.container-rashuiot svg {
  max-width: 80px;
  color: rgb(50, 50, 50);
}

.container-rashuiot img {
  min-width: 50%;
}

.container-misradim {
  box-shadow: 4px 5px 24px rgba(0, 0, 0, 0.25);
  max-height: 150px;
  max-width: 500px;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background-color: #c4c4c4;
}

.container-misradim h1 {
  margin-top: 70px;
  height: 50px;
  color: rgb(50, 50, 50);
}
.container-misradim h2 {
  height: 50px;
  margin-left: 10px;
  text-decoration: underline;
  color: rgb(50, 50, 50);
}

.container-misradim img {
  min-width: 50%;
}

.c-inf {
  display: flex;
  justify-content:space-evenly ;
  margin: 5% 0 5% 0;
}

.container-e-d {
  display: flex;
  justify-content: space-evenly ;
  text-align: center;
  margin: 10%;
}

@media screen and (max-width: 1030px) {
  body {
    overflow-x: hidden;
  }
  .nav-links {
    position: absolute;
    right: 0px;
    height: 92vh;
    top: 8vh;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }
  .nav-links li {
    opacity: 0;
  }
  .burger {
    display: block;
    position: absolute;
    left: 85%;
    cursor: pointer;
  }
  .c-inf {
    flex-direction: column;
  }

  .container-e-d {
    flex-direction: column;
  }

  .odot p {
    font-size: 16px;
  }

  .eti {
    margin-bottom: 50px;
  }

  .container-rashuiot {
    margin-bottom: 50px;
  }



  .container-rashuiot svg{
    display: none;
  }
  @media screen and (max-width: 1230px) {
  }

  .nav-active {
    transform: translateX(0%);
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  nav li:hover a {
    color: #99daf9;
    transition: 0.2s;
  }
}

footer{
  bottom: 0;
  left: 0;
  right: 0;
  background: #4d4d4d;
  min-height: auto;
  width: 100%;
  font-family: sans-serif;
  padding-top: 40px;
  color: #fff;
}
.footer-content{
  display: fle;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content h3{
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
}
.footer-content p{
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #cacdd2;
}
.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.socials a i{
  text-decoration: none;
  color: #fff;
  border: 1.1px solid white;
  padding: 2px 5px 0px 5px;
  border-radius: 50%;
  font-size: 1.1rem;
  transition: color .4s ease;

}

li {
  text-align: -webkit-match-parent;
}


.fa-facebook:before {
  content: "\f09a";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style-type: disc;
}

.socials a:hover i{
  color: aqua;
}

.footer-bottom{
  background: #4d4d4d;
  width: 100%;
  padding: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.footer-bottom p{
float: left;
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.footer-bottom p a{
color:#44bae8;
font-size: 16px;
text-decoration: none;
}
.footer-bottom span{
  text-transform: uppercase;
  opacity: .4;
  font-weight: 200;
}
.footer-menu{
float: right;

}
.footer-menu ul{
display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
color: #ffffff;
text-decoration: none;
}
.footer-menu ul li a:hover{
color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
display: flex;
margin-top: 10px;
}
}

.add-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px
  }