
@font-face {
    font-family: 'd-din'; /* Your custom font family name */
    src: url('./fonts/d-din.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'd-din'; /* Same font family name */
    src: url('./fonts/d-din-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  body, html {
    height: 100%;
    font-family: 'd-din', sans-serif;
    font-size: 14px;
    color: rgb(128 128 128);
}
a {
    color: rgb(128 128 128) !important

}
.project-sec .content h5{
    color: rgb(128 128 128) !important
}
.site-footer p, .site-footer a {
    color: rgb(128 128 128);
}
img{
    max-width: 100%;
}
.slide-wrap {
    width: 100%;
}
.wrapper {
    position: relative;
    min-height: 100vh;
}
.page-content {
    padding-top: 80px;
    min-height: 100%;
    padding-bottom: 80px;
    align-items: center;
}
.wrapper> .container {
    height: 100vh;
    position: relative;
    padding: 0px;
}
.container {
    max-width: 900px;
}

/* header */

.site-header {
    position: absolute;
    width: 100%;
    left: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
}
.site-header .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(128 128 128) !important;
}
.site-header .nav-item:not(:last-child) .nav-link{
    margin-right: 20px;
}
.navbar-brand {max-width: 300px;padding-top: 0px;padding-bottom: 0px;}
.projects .site-header .nav-item.btn1 .nav-link,
.rivus .site-header .nav-item.btn1 .nav-link,
.mist .site-header .nav-item.btn1 .nav-link,
.turris .site-header .nav-item.btn1 .nav-link,
.astra .site-header .nav-item.btn1 .nav-link,
.woods .site-header .nav-item.btn1 .nav-link,
.satra .site-header .nav-item.btn1 .nav-link,
.simba .site-header .nav-item.btn1 .nav-link,
.contact .site-header .nav-item.btn3 .nav-link,
.about .site-header .nav-item.btn2 .nav-link{
    color:#000 !important;
}
.navbar-brand img {
    width: 100%;
}
.center-wrap {
    max-width: 500px;
    text-align: center;
    position: relative;
    padding: 20px 0px;
}
.center-wrap:before,
.center-wrap:after {
    content: '';
    position: absolute;
    background: url(./img/deco.png);
    bottom: 100%;
    width: 100%;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0px;
    background-size: 225px;
}
.center-wrap:after {
    top: 100%;
    bottom: inherit;
    transform: scaleY(-1);
}

.center-wrap h5 {
    font-size: 28px;
    margin-bottom: 25px;
}

.center-wrap .author {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
}
.center-wrap .pic-wrap {
    margin-bottom: 20px;
    margin-top: 2px;
}

.center-wrap .pic-wrap img {
    width: 100%;
}
.about-sec p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
    text-align-last: center;
}

.site-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.social-icons{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.social-icons a {
    width: 50px;
}

.social-icons a img {
    width: 100%;
}

.social-icons a {
    width: 35px;
    display: inline-block;
    margin-right: 0px;
    position: relative;
}

.social-icons a:last-child:after {
    content: '';
    left: -8px;
    height: 100%;
    width: 1px;
    background: #070707;
}
.form-wrap {
    width: 100%;
    display: flex;
    height: auto;
    position: relative;
    padding-top: 0;
    margin-top: 50px !important;
    padding-top: 0px !important;
    position: relative;
    justify-content: center;
}
.form-wrap .form-group {
    max-width: 500px;
    display: flex;
    height: 45px;
    justify-content: center;
    width: 476px;
    box-shadow: 0px 0px 0px 15px #fff;
}
.form-wrap .form-group:before,
.form-wrap .form-group:after {
    content: '';
    height: 1px;
    width: 100px;
    position: absolute;
    background: rgb(128 128 128);
    left: 0px;
    bottom: 21px;
    z-index: -1;
    width: 100%;
}
.form-wrap .form-group:after{
}
.form-wrap input[type="email"] {
    width: 100%;
    color:rgb(128 128 128);
    padding: 11px;
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid  rgb(128 128 128) ;
    text-align: center;
    background-color: #fff;
}
.form-wrap input[type="email"]:focus{
    
    box-shadow: none;
    outline: none;
}
.social-icons a:first-child {
    width: 33px;
}
.form-wrap .btn {
    border: 1px solid;
    border-radius: 0px;
    border-color:  rgb(128 128 128);
    padding: 8px 30px;
    min-width: 81px;
    background-color: #fff;
    color: rgb(128 128 128);
    min-width: 122px;
    position: relative;
}

.form-wrap .btn img {
    width: 30px;
}
/* projects */

.project-sec .content h5 {
    font-size: 18px;
    margin-left: 13px;
    margin-bottom: 0px;
    min-width: 100px;

}
.site-header .nav-item:last-child .nav-link {
    padding-right: 0px;
}
.slide-control {
    width: 30px;
    cursor: pointer;
}
p a {
    text-decoration: none;
    color: initial;
}

p a:hover {
   opacity: 0.7;
}
.slide-wrap .mySwiper {
    width: 80%;
    padding-top: 15px;
}
.mySwiper .swiper-slide .pic-wrap {
    aspect-ratio: 4/2;
    text-align: center;
}
.mySwiper .swiper-slide img {
    width: auto !important;
}
.project-sec li {
    border-bottom: 0px;
}
.content-wrap {
    margin-top: 15px;
}
@media(max-width:1440px){
    .container {
        max-width: 650px;
    }
}
.social-icons .line {
    display: inline-block;
    height: 32px;
    width: 1px;
    background: black;
    margin-left: 2px;
}

.form-wrap .btn:before,.form-wrap .btn:after {
    content: '';
    height: 1px;
    background: rgb(128 128 128);
    width: 100%;
    right: 110%;
    position: absolute;
    top: 50%;
}

.form-wrap .btn:after {
    left: 110%;
    right: inherit;
}
.main-container {
    padding: 25px;
}
.mob-wrapper .logo-wrapper {
    max-width: 70%;
    margin: 25px auto;
    margin-top: 0px;
}
.mob-wrapper .form-wrap .btn:before,
.mob-wrapper .form-wrap .btn:after{
    width: 50%;
    background-color: #fff;
}
.mob-wrapper .form-wrap {
    margin-top: 20px !important;
    position: relative;
}
.mob-wrapper .about-sec p {
    max-width: 74%;
    margin: auto;
    font-size: 14px;
    text-align: center;
}
.mob-wrapper .form-wrap .btn {
    padding: 5px 20px;
    min-width: 100px;
    background-color: transparent;
    border-color: #fff;

}
.mob-wrapper{
    min-height: 100%;
    background: #808083;
    color: #fff;
}
.mob-wrapper a{
    color: #fff !important;
}
.mob-wrapper .logo-wrapper .pic-wrap,
.mob-wrapper .center-wrap:before, .mob-wrapper .center-wrap:after,
.mob-wrapper .social-icons a img {
    filter: brightness(1000);
}
.mob-wrapper hr{
    border-color: #fff;
    opacity: 1;
}
.mob-wrapper .contact-wrapper .about-sec p {
    max-width: 100%;
}
.mob-wrapper .center-wrap .author {
    font-weight: 400;
}
.mob-wrapper .main-container {
    padding: 25px;
    max-width: 500px;
    margin: auto;
}
.mob-wrapper .center-wrap .author {
    font-size: 17px;

}
.mob-wrapper .center-wrap {
    padding: 10px 0px;
}
.mob-wrapper .center-wrap:before,.mob-wrapper .center-wrap:after{
    background-size: 140px;
}
.mob-wrapper .site-footer {
    position: static;
    padding-bottom: 0px;
    padding-top: 45px;
}

.mob-wrapper .site-footer p {
    color: #fff;
    margin-top: 0px;
    font-size: 10px;
}
