* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: whitesmoke;
}

.container-image h1 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  text-align: center;
  padding-top: 20px;
  font-weight: 500;
}

nav {

  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  min-height: 8vh;
  align-items: center;
  background-color: whitesmoke;
  font-family: "Open Sans", sans-serif;
}

.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;
}
#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 {
  min-height: 37vh;
  background-image: url("./images/homepage-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-kesher {
  border-radius: 14px;
  background-color: #99daf9;
  border: none;
  color: #000000;
  font-size: 14px;
  padding: 7px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  height: auto;
}

.button-kesher span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-kesher span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  left: -30px;
  transition: 0.5s;
}

.button-kesher:hover span {
  padding-left: 20px;
}

.button-kesher:hover span:after {
  opacity: 1;
  left: 0;
}


.container-our {
  display: flex;
  justify-content: space-around;
}

.container-box {
  margin-top: 7%;
}

.container-our h1 {
  text-align: center;
  margin-bottom: 5%;
  width: 80%;
  padding: 2% 7%;
  font-family: "Open Sans", sans-serif;
  background: #dddddd;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 4px 5px 24px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.p1-container {
  width: 29%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border-left: 1px solid #000;
}

.p2-container {
  width: 29%;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.p3-container {
  border-right: 1px solid #000;
  width: 29%;
}

.p3-c-img {
  margin-right: 10%;
  width: 70%;
}

.p3-c-text {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.p3-c-btn {
  margin-bottom: 20px;
  margin-right: 38%;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  background-color: #99daf9;
  border: none;
  box-shadow: 4px 5px 24px rgba(0, 0, 0, 0.25);
}
.p3-c-btn:hover {
  box-shadow: 0 0 0 1px white, 0 0 0 2px #99daf9, 0 0 0 5px #99daf9,
    0 0 0 6.5px white, 0 0 0 7px #99daf9;
  border-radius: 100px;
  background: none;
  color: #131313;
}

/* footer */

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: flex;
  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: 70px;
  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;
}
}

@media screen and (max-width: 1000px) {
  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;
  }
  .container-our {
    flex-direction: column;
  }
  .p1-container {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: solid 1px;
    border-left: 0;
  }
  .p1-container p {
    margin-right: 20px;
  }
  .container-box h1 {
    align-items: center;
    margin: 0 10% 20px 10%;

  }
  .p2-container {
    font-size: 18px;
    width: 100%;

    border-bottom: solid 1px;
  }
  .p3-container {
    width: 100%;
    margin-bottom: 50px;
    border-right: 0;
  }
  .p3-c-img {
    align-items: center;
    margin-left: auto;
    margin-right: 25%;
    width: 50%;
  }

  .col-1 h1 {
    padding-top: 50px;
    font-size: 35px;
  }

}

.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: #38c0ff;
  transition: 0.2s;
}

.add-shadow {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px
}
