@font-face {
  font-family: "Yekan";
  src: url(../font/Yekan.ttf);
}
.img-fluid{
  width: 100%;
}
.nav{
  margin-top: -100px;
  margin-right: 30px;
  font-size: x-large;
}
@media screen and (min-width: 768px) {
  #carouselExampleSlidesOnly {
    max-width: 700px;
    margin: 0 auto;
  }
}
.map {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: 'segoe ui';
}

