body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
}


/* navbar section */
#mynav {
  float: right;

}


/* crousel */


#parent {
  white-space: nowrap;
}

.child {
  display: inline-block;
}


.carousel-item {
  transition: transform 0.11s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.11s;
}




@media only screen and (max-width: 1009px) {
  .navbar-toggler {
    float: right;
    /* margin-left: 120px; */
  }

  .movec {
    position: absolute;
    top: 8px;
    right: 16px;
  }
}

#h1s {
  font-size: 50px;
}


/* css animated dropdown  first increase time interval*/

/*margin for button */


.ani4 {
  margin-left: 300px;
}

.no1 {

  height: 600px;
  width: 50%;

}


.no3 {

  position: absolute;
  top: 200px;
  left: 700px;
  text-align: center;
  width: 30%;
  ;

}



.fade-in2 {
  text-align: left;
  animation: bottom_to_up 2s ease;

}



@keyframes left_to_right {
  from {
    opacity: 0;
    margin-left: -50%;
  }

  to {
    opacity: 1;

    margin-left: 0;
    transition: all 400ms;
  }
}

.fade-in3 {

  text-align: left;
  animation: bottom_to_up 2s ease;
}



@keyframes bottom_to_up {
  from {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* box hover */





/*
responsive crousel

*/


@media only screen and (max-width: 1809px) {
  .ani3 {
    margin-top: 600px;
  }

}

@media only screen and (max-width: 1440px) {
  .ani3 {
    margin-top: 770px;
  }

}

@media only screen and (max-width: 1188px) {
  .ani3 {
    margin-top: 800px;

  }

  .res1 {
    font-size: 10px;
    width: 100%;
  }

  .ani4 {
    margin-left: 60px;

  }

  .img1 {
    height: 500px;
  }

  .no2 {

    position: absolute;
    top: 100px;
    left: 80px;
    text-align: center;
    width: 100%;
    font-size: 20px;

  }

  .no3 {

    position: absolute;
    top: 100px;
    left: 80px;
    text-align: center;
    width: 30%;
    font-size: 20px;

  }

  .fade-in3 h2 {
    font-size: 22;
  }

  .fade-in2 h2 {
    font-size: 25px;
  }

}

@media only screen and (max-width: 800px) {
  .ani3 {
    margin-top: 800px;

  }

  .res1 {
    font-size: 10px;
    width: 100%;
  }

  .ani4 {
    margin-left: 0px;

  }

  #h1s {
    font-size: 25px;
  }

  #h1s2 {
    font-size: 10px
  }

  .img1 {
    height: 500px;
  }

}


/*Hexagonal box */

.hexa1 {
  width: 20%;
}

.hexa2 {
  width: 21%;

}

.hexa3 {
  width: 18%;
}

.hexa4 {
  width: 20%;
}


#myback {
  background: rgba(107, 105, 105, 0.7) url('img/carrer.jpg');
  background-size: cover;
  background-blend-mode: darken;
  height: 250px;

  background-repeat: no-repeat;

  background-position: center center;

}


/* thay are for nav bar to home */
.flex_container_nav {
  display: flex;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.parent_nav {
  display: flex;
  font-size: 12px;
  align-items: center;

}

.parent_nav div {
  padding-left: 10px;
  font-size: 20px;
  align-items: center;
}

/* end of nav bar to home */

/* for side bar */
.fixed-sidebar {
  position: sticky;
  padding: 20px;
  top: 70px;
  z-index: -1;
}
