/*
Theme Name: Hoorbon
Author: Mahdi Gheshmi
Author URI: https://webev.ir/
Version: 1.0
*/

@font-face {
    font-family: 'BlackDiamondsPersonalUse';
    font-style: normal;
    font-weight: normal;
    src: local('BlackDiamondsPersonalUse'), url('fonts/BlackDiamondsPersonalUse.ttf') format('ttf');
}
body {
    background-color: #05051d;
}

.mp-semibold {font-family:'Myriad Pro Semibold';}
.mp-bold {font-family:'Myriad Pro Bold';}
.mp-regular {font-family: 'Myriad Pro Regular';}

/* .h1, h1 {
	font-size: calc(1.375rem + 3.5vw);
} */

div.menu-icon-bar {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
}

#hero {
    /* height: 100vh; */
    /* max-height: 100vw; */
    /* aspect-ratio: 1.26; */
    background-size:cover;
}
@media (max-width:999px) {
  #hero {
    aspect-ratio: 1.33;
  }
}
@media (min-width:1000px) {
  #hero {
    height: 100vh;
  }
}




#hero .logo {
    min-width: 115px;
    width: 5.5vw; 
    max-width: 100%;
    height: auto;
}

#hero a {
    font-size: calc(1.4rem);
}

#our-mission {
    color: #fff;
}

div.member {
  cursor: pointer;
}

.member img {
    width:62%;
}

#services {
    background-image: url(images/services-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #000034;
    color:#fff;
}

.comma-svg {
    -webkit-mask-image: url(images/comma.svg);
    mask-image: url(images/comma.svg);
    width: 48px;
    height: 72px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#contact, #footer {
        background-color: #000034;
        color: #fff;
}

#footer {
    background-image: url(images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 7.68;
}