@font-face {
    font-family: 'rakesly'; 
    src: url('/themes/blck/assets/fonts/rakesly.ttf');
}
@font-face {
    font-family: 'SUISSE-Regular'; 
    src: url('/themes/blck/assets/fonts/SuisseIntl-Regular.ttf');
}
@font-face {
    font-family: 'SUISSE-Light'; 
    src: url('/themes/blck/assets/fonts/SuisseIntl-Light.ttf');
}
@font-face {
    font-family: 'SUISSE-SemiBold'; 
    src: url('/themes/blck/assets/fonts/SuisseIntl-SemiBold.ttf');
}
@font-face {
    font-family: 'Times-SemiLight'; 
    src: url('/themes/blck/assets/fonts/TimesNow-SemiLight.ttf');
}
@font-face {
    font-family: 'Verdana'; 
    src: url('/themes/blck/assets/fonts/Verdana.ttf');
}
html,
body {
  height: 100%;
  font-family: 'SUISSE-Regular'; 
}
body {
  display: -ms-flexbox;
  display: flex;
  transition: 0.6s;
  flex-wrap: wrap;
    flex-direction: row;
}

header{
    width: 100%;
    padding: 5px 15px!important;  
    z-index: 9999999999
}

@media (max-width: 768px){
     header{
         position: absolute;
     }
     header.fixed-top .nav-masthead .nav-link{
        padding: .5rem 0!important;
    }
}

.blckFont{
    font-weight: 600;
    font-family: 'SUISSE-Light'!important; 
}

header.fixed-top{
    background: #fff;
    color: #000;
    padding: 0.5rem 2rem; 
    -webkit-box-shadow: -1px 17px 38px -21px rgba(0,0,0,0.63);
    -moz-box-shadow: -1px 17px 38px -21px rgba(0,0,0,0.63);
    box-shadow: -1px 17px 38px -21px rgba(0,0,0,0.63);
    z-index: 999999999;
}

header.fixed-top #logo{
    width: 100px;
    /*transition: 0.6s;*/
    opacity: 1;
}


header.fixed-top .nav-masthead .nav-link{
    padding: 1rem 0;
    transition: 0.6s;
    color: #000!important;
}

.dark header.fixed-top .nav-masthead .nav-link{

    color: #fff!important;
}

.mainContent {
    max-width: 90%;
    width: 90%;
    margin: auto;
}

.masthead-brand {
    margin-bottom: 0;
    font-family: 'rakesly';
}

header .nav-masthead .nav-link {
  padding: .25rem 0;
  background-color: transparent;
  /* border-bottom: .25rem solid transparent; */
}


/* .nav-masthead .nav-link:first-child{
    padding-left: 0.8rem;    
} */

/* .nav-masthead .nav-link + .nav-link {
  margin-left: 0.5rem;
} */

#logo {  
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: 0.3s;
}

.logo_opacity{
    opacity: 1!important;
}

@media (min-width: 48em) {
  #logo {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
/*   header.fixed-top{
  max-width: 90rem;
  padding: 1rem 1rem;     
} */
}
.nav-link{
    font-weight: 500;
    color: black!important;
}
.nav-link.active{
    text-decoration: underline!important;
    font-weight: 800;
    color: black!important;
}

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
#switch .label{
    border: #000 1px solid;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 12px;
    width: 22px;
    transform: scale(1.5);
}
#switch .label .ball {
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 8px;
    width: 8px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
}

.dark header.fixed-top #switch .label{
    border: #fff 1px solid;
}

.dark header.fixed-top #switch .label .ball{
    background-color: #fff;
}

header.fixed-top #switch .label{
    border: #000 1px solid;
}

header.fixed-top #switch .label .ball{
    background-color: #000;
}

#switch #chk{
    opacity: 0;    
    padding: 0;
    position: absolute;
}

#switch{
    margin-top: 6px;
    margin-left: 15px;
}
#switch #chk:checked + .label .ball {
	transform: translateX(10px);
}
a{
    color: black!important; 
    text-decoration: none;
}
.top-border{
    border-top: 1px solid #626262;    
}
main{
    /*min-height: 75%; */   
}

.project-text p {
    font-size: 0.8em;
    margin-bottom: 0px;
}
.project-text h3 {
    font-size: 0.8em;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 0px;
}
.project-image img {
    width: 100%;
}
.project-images img {
    width: 100%;
}
.nav-link{
    color: #858585!important;    
}
body.dark{
    background: black;
    color: white!important;
}
.dark a{
    color: white!important;
}
.dark #switch .label{
    border: white 1px solid;    
}
.dark #switch .label .ball{
    background-color: white;
}
.dark .top-border {
    border-top: 1px solid white;
}
.dark .nav-link.active{
    color: white!important;    
}
.dark header.fixed-top{
    background: black;    
}
.dark .project-title.active{
    color: white!important;    
}
main .nav-link{
    padding: 0;   
}

.project-title{
    font-weight: 800;
    color: #858585!important;    
}
@media (max-width: 575px){
    .project-title{
        font-size: 12px;  
    }

}
.project-title.active{
    font-weight: 800;
    color: black!important;    
}
#project-info #project-name{
    margin-left: 3rem;    
}
#project-info #date{
    float: right!important;
}
.grey-color{
    color: #858585;
}

.aboutSection{
      font-family: 'Times-SemiLight';  
}
.timesFont{
    font-family: 'Times-SemiLight';      
}

.boldFont{
    font-family: 'SUISSE-SemiBold'; 
}

.aboutText1{
    font-size: 40px;   
    
}

.aboutText2{
    font-size: 25px;
    font-weight: 500;
   font-family: 'Times-SemiLight';    
}

.aboutSpans{
    font-size: 18px;
    font-weight: 600;
    font-family: "SUISSE-Light";
    margin-right: 20px
}

.bigBottomPadding{
     padding-bottom: 200px;   
}

.heroSection{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 100px;
}

@media (max-width: 575px){
    .dark .heroSection, .heroSection{
        justify-content: center!important;
    }

}

.dark .heroSection{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

@media (min-width: 1600px){
    .heroSection, .dark .heroSection{
        height: 100vh;
    }
}

@media (max-width: 768px){
    #heroLogo{
        width: 150px!important;   
    }

}

@media (max-width: 768px){
     header.fixed-top{
          padding: 0 5px!important;   
     }
     
     header.fixed-top #logo{
          width: 60px;   
     }
     
     .aboutText1 {
        font-size: 22px!important;
    }
    #heroLogo{
        width: 250px;   
    }
    
}

.paddingTop70{
    padding-top: 70px;
}

.projectHeader{
     background: #fff;   
     width: 90%;
     margin: auto;
}
.projectHeader.fixed-top{
    width: 100%;
}
.dark .projectHeader{
     background: #000;   
}
.projectHeader #logo{
    opacity: 1;
}

.projectHeader .nav-masthead .nav-link {
    color: #000!important;
}


.dark .projectHeader .nav-masthead .nav-link {
    color: #fff!important;
}

.projectHeader #switch .label{
    border: #000 1px solid;
}
.projectHeader #switch .label .ball {
    background-color: #000;
}


.dark .projectHeader #switch .label{
    border: #fff 1px solid;
}
.dark .projectHeader #switch .label .ball {
    background-color: #fff;
}

#heroLogo {
  --animate-duration: 600ms;

}

.categoryLink{
     font-size: 18px; 
     color: black!important;
     text-decoration: none!important;
}

.contactForm .form-group{
     margin-bottom: 15px;   
}

.contactForm input, .contactForm select{
     border: 1px solid #000;
     border-radius: 0;
}

.submitBtn{
     background: #000;
     color: #fff;
     border-radius: 0;
}

.submitBtn:hover{
     background: #000;
     color: #fff;
     border-radius: 0;
}

.dark .contactForm input{
    border: 1px solid #fff;
    border-radius: 0;
}

.dark .submitBtn{
    background: #000;
    color: #fff;
    border-radius: 0;
    border-color: #fff;
}

.dark .submitBtn:hover{
    background: #000;
    color: #fff;
    border-radius: 0;
    border-color: #fff;
}

.slider-prev, .slider-next {
    font-size: 22px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffffcc;
    border: none;
    outline: none;
    background: transparent;
}

.slider-prev{
    left: 1rem!important;
    z-index: 99999;
}

.slider-next{
    right: 1rem!important;
    z-index: 99999;
}

.slick-dots{
    bottom: -25px!important;   
}

@media (max-width: 450px){
    .slick-dots{
        width: 96%;
    }
}

.dark .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white!important;
}

.dark .slick-dots li button:before {

    opacity: .25;
    color: white!important;
}

.slick-dots li:only-child {
    display: none!important;
}

.projectLayout{
    width: 80%;
    margin: auto;
    padding-top: 70px!important;
}

@media (max-width: 768px){
    .projectLayout{
        width: 99%;
        margin: auto;
        padding-top: 100px!important;
    }
    .features-images img{
         padding: 15px!important;
    }
}


.categoryLink.active{
    font-weight: 900;
    text-decoration: underline!important;    
}

.features-images img{
     aspect-ratio: 3/2;
     object-fit: contain;
     padding: 30px;
}

.singleProject-img img{
     aspect-ratio: 2/1;
     object-fit: contain;
}

.slider-prev svg path, .slider-next svg path{
     stroke: black;
     stroke-width: 10;
}



