@import url(../library/fonts/Gilroy-Extrabold.css);
@import url(../library/fontawesome/scss/fontawesome.css);
@import url(../library/fontawesome/scss/brands.css);
@import url(../library/fontawesome/scss/solid.css);
@import url(../library/bootstrap/css/bootstrap.min.css);
@import "https://fonts.googleapis.com/css?family=Fira+Sans:300,400";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import url(../library/owl/owl.carousel.min.css);
@import url(../library/owl/owl.theme.default.min.css);
@import url(../library/lightGallery/dist/css/lightgallery.css);
@import url(../library/aos/aos.css);
@import url(../library/lightbox/css/lightbox.css);
@import url("https://fonts.cdnfonts.com/css/chronicle-display");
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.hamburger {
  margin-left: auto;
  color: black;
  cursor: pointer;
  margin-top: 10px;
  font-size: 30px; }

.nav-drill {
  margin-top: 141px;
  transform: translateX(100%); }

.nav-is-toggled .nav-drill {
  transform: translateX(0); }
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible; }

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s; }
.nav-items {
  flex: 0 0 100%; }
.nav-item:not(:last-child) {
  border-bottom: solid 1px white; }
.nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #fff;
  color: #FD5545;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 300; }
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: white;
  transition: 0.3s;
  visibility: hidden; }
  .nav-expand-content .nav-item:not(:last-child) {
    border-bottom: solid 1px #FD5545; }
  .nav-expand-content .nav-link {
    background-color: white; }
  .nav-expand-content .nav-back-link {
    display: flex;
    align-items: center;
    background-color: #FD5545 !important;
    color: #fff; }
    .nav-expand-content .nav-back-link::before {
      content: "chevron_left";
      margin-right: 0.5em;
      font-family: "Material Icons"; }
.nav-expand-link {
  display: flex;
  justify-content: space-between; }
  .nav-expand-link::after {
    content: "chevron_right";
    flex: 0 1 auto;
    font-family: "Material Icons"; }
.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible; }
.nav-expand .nav-expand-content {
  background-color: white; }
  .nav-expand .nav-expand-content .nav-link {
    background-color: white; }
  .nav-expand .nav-expand-content .nav-expand-content {
    background-color: white; }
    .nav-expand .nav-expand-content .nav-expand-content .nav-link {
      background-color: white; }
    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
      background-color: #ffdfdc; }
      .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
        background-color: #ffdfdc; }
      .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
        background-color: #feb1aa; }
        .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
          background-color: #feb1aa; }

body {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0b1d27; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none !important; }

.img img {
  width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

:focus {
  outline: 0; }

a, .transition, li, button {
  -webkit-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  -ms-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear; }

#loading {
  background-color: #fdfdfd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  text-align: center;
  background-image: url("../images/loading-1.gif");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  padding: 0 !important;
  background-size: 220px; }

.show991 {
  display: none; }

header {
  z-index: 1;
  padding: 50px;
  display: flex;
  color: #FFF;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  header .logo img {
    max-width: 216px; }
  header nav.nav-desktop {
    margin: 25px 0 0 auto; }
    header nav.nav-desktop ul li {
      display: inline-block; }
      header nav.nav-desktop ul li a {
        padding: 10px 20px;
        color: #FFF;
        text-transform: uppercase; }
        header nav.nav-desktop ul li a:hover {
          color: #FBD784; }
    header nav.nav-desktop ul li.active a {
      color: #FBD784; }
  header .contant-link {
    margin-left: auto;
    color: #FFF;
    margin: 25px 0 0 auto; }

.selam {
  position: relative;
  min-height: 1000px;
  z-index: 0; }
  .selam .top-graident {
    height: 400px;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6587009804) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .selam .bottom-graident {
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0b1d27;
    background: linear-gradient(180deg, rgba(11, 29, 39, 0) 0%, #0b1d27 100%); }
  .selam .caption {
    color: #FFF;
    position: absolute;
    margin: 20% 0 0 30%;
    z-index: 1; }
    .selam .caption h1 {
      font-family: "Abel", sans-serif;
      font-size: 70px; }
    .selam .caption h3 {
      color: #FBD784;
      font-size: 14px; }
      .selam .caption h3:before {
        content: '';
        width: 40px;
        height: 2px;
        background-color: #FBD784;
        display: inline-block;
        margin: 0 12px 4px 0; }
  .selam .social {
    position: absolute;
    margin: 20% 0 0 50px; }
    .selam .social p {
      transform: rotate(90deg);
      position: relative;
      right: 16px;
      color: #FFF; }
    .selam .social ul {
      margin-top: 20px; }
      .selam .social ul a {
        color: #FFF; }

.selam.firka {
  min-height: 400px; }
  .selam.firka .caption {
    margin: 170px 0 0 30%; }
  .selam.firka .social {
    margin: 200px 0 0 50px; }

.card-list {
  margin-top: 100px; }
  .card-list .card-item {
    margin-bottom: 180px; }
    .card-list .card-item .in {
      padding: 80px 80px 0 80px;
      position: relative; }
      .card-list .card-item .in .adede {
        font-weight: 600;
        font-size: 140px;
        color: #FFF;
        opacity: 0.1;
        position: absolute;
        left: 0;
        top: 0; }
      .card-list .card-item .in h3 {
        color: #FBD784;
        font-size: 18px; }
        .card-list .card-item .in h3:before {
          content: '';
          width: 40px;
          height: 2px;
          background-color: #FBD784;
          display: inline-block;
          margin: 0 12px 4px 0; }
      .card-list .card-item .in h2 {
        font-family: "chronicle display", sans-serif;
        color: #FFF;
        font-size: 64px; }
      .card-list .card-item .in p {
        color: #FFF;
        font-size: 18px; }
      .card-list .card-item .in a {
        color: #FBD784;
        font-size: 18px; }
  .card-list .card-item:nth-child(even) .in {
    padding: 80px 0 0 160px; }
    .card-list .card-item:nth-child(even) .in .adede {
      left: 80px; }

.card-list-2 .card-item .in {
  padding: 48px 60px 0 100px; }

.gallery {
  margin-top: 100px;
  text-align: center;
  color: #FFF; }
  .gallery h2 {
    font-family: "chronicle display", sans-serif;
    font-size: 64px;
    margin-bottom: 20px; }
  .gallery p {
    font-size: 18px;
    padding-bottom: 40px; }
  .gallery .img {
    margin-bottom: 30px; }

footer {
  color: #FFF;
  margin-top: 100px;
  padding-bottom: 50px; }
  footer h5 {
    color: #FBD784;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1rem; }
  footer a, footer p {
    color: #FFF; }
  footer li {
    margin-bottom: 1rem; }
  footer .logo {
    margin-bottom: 1rem; }
    footer .logo img {
      max-width: 216px; }
  footer .copyright {
    opacity: 0.5; }

.contact {
  margin-top: 100px;
  color: #FFF; }
  .contact h2 {
    font-family: "chronicle display", sans-serif;
    font-weight: 400; }
  .contact address b {
    min-width: 100px;
    display: inline-block;
    margin-right: 5px; }
    .contact address b:after {
      content: ':';
      float: right; }
  .contact .firka {
    position: relative;
    padding-left: 160px; }
    .contact .firka:before {
      content: '#';
      position: absolute;
      font-size: 240px;
      font-weight: 600;
      opacity: 0.1;
      left: 0;
      top: -110px; }
  .contact .form-element {
    border: solid 1px #555;
    background-color: transparent;
    width: 100%;
    padding: 15px 10px;
    color: #ccc; }
    .contact .form-element::-webkit-input-placeholder {
      color: #555; }
    .contact .form-element:-moz-placeholder {
      color: #555; }
    .contact .form-element::-moz-placeholder {
      color: #555; }
    .contact .form-element:-ms-input-placeholder {
      color: #555; }

.button-1 {
  background-color: #FBD784;
  color: #0B1D26;
  padding: 10px;
  border: none;
  width: 100%;
  border: solid 1px #0B1D26; }
  .button-1:hover {
    background-color: #0b1d27;
    border: solid 1px #555;
    color: #fff; }

.hamburger {
  color: white;
  display: none; }

.nav-drill {
  z-index: 10001;
  background-color: #0b1d27;
  right: inherit;
  left: 0;
  transform: translateX(-100%);
  margin-top: 0; }

.nav-link {
  background-color: #0b1d27;
  color: #fff; }

.blog {
  color: #fff;
  margin-top: 60px; }
  .blog .list .blog-card {
    margin-bottom: 60px; }
    .blog .list .blog-card .img {
      margin-bottom: 40px; }
    .blog .list .blog-card h2 {
      font-family: "chronicle display", sans-serif;
      font-size: 40px;
      margin-bottom: 20px; }
    .blog .list .blog-card p {
      font-weight: 600;
      font-size: 18px; }
    .blog .list .blog-card a {
      color: #FBD784; }

@media (max-width: 1199px) {
  .card-list .card-item:nth-child(even) .in {
    padding: 20px 0 0 40px; }

  .card-list .card-item .in .adede {
    top: -47px; }

  .card-list .card-item:nth-child(even) .in .adede {
    left: 40px; }

  .card-list .card-item .in .adede {
    font-size: 99px; }

  .card-list .card-item .in h2 {
    font-size: 46px; }

  .card-list .card-item .in {
    padding: 20px 40px 0 0;
    position: relative; }

  .card-list .card-item {
    margin-bottom: 60px; }

  .selam .caption {
    margin: 20% 0 0 17%; }

  .selam {
    min-height: 650px; } }
@media (max-width: 1024px) {
  header nav.nav-desktop {
    display: none; }
  header .contant-link {
    display: none; }
  header .hamburger {
    display: inline-block; }

  .card-list .card-item .in h2 {
    font-size: 40px; } }
@media (max-width: 991px) {
  .hide991 {
    display: none; }

  .show991 {
    display: block; } }
@media (max-width: 767px) {
  .selam .social {
    margin: 35% 0 0 50px; }

  .selam .caption {
    margin: 35% 0 0 18%; }

  .selam .caption h1 {
    font-family: "Abel", sans-serif;
    font-size: 40px; }

  .selam {
    min-height: 555px; }

  .card-list .order-1 {
    order: inherit !important; }
  .card-list .order-2 {
    order: inherit !important; }
  .card-list .card-item {
    margin: 50px 0 20px 0; }
    .card-list .card-item .in {
      margin-bottom: 20px;
      padding: 26px 0 0 0 !important; } }
@media (max-width: 640px) {
  .contact .firka {
    position: relative;
    padding-left: 0;
    margin-bottom: 40px; } }
@media (max-width: 480px) {
  header {
    padding: 20px; }

  .selam {
    min-height: 470px; }
    .selam .caption {
      margin: 44% 0 0 15%; }
    .selam .social {
      margin: 49% 0 0 20px; }

  .hamburger {
    margin-top: 20px; }

  .card-list .card-item .in h2 {
    font-size: 29px; }

  .gallery h2 {
    font-size: 34px; }

  footer {
    margin-top: 50px; } }

/*# sourceMappingURL=main.css.map */
