
/*Calling Fonts*/
    @font-face {
        font-family: 'Satoshi-Black';
        src: url('font/Satoshi-Black.otf') format('opentype');
    }

        @font-face {
        font-family: 'Satoshi-Bold';
        src: url('font/Satoshi-Bold.otf') format('opentype');
    }


        @font-face {
        font-family: 'Satoshi-Regular';
        src: url('font/Satoshi-Regular.otf') format('opentype');
    }

            @font-face {
        font-family: 'Satoshi-Medium';
        src: url('font/Satoshi-Medium.otf') format('opentype');
    }

    @font-face {
        font-family: 'Satoshi-Light';
        src: url('font/Satoshi-Light.otf') format('opentype');
    }
    /*Calling Fonts*/


html, body { font-family: Satoshi-Regular; }

ul li a{color: black; font-weight: bold; text-decoration: none; padding-top: 20px; display: block;}
ul li a:hover{color: black;  text-decoration: none; }

a{color: black; font-weight: bold; text-decoration: none;  display: block;}
 a:hover{color: black;  text-decoration: none; }
.sidebar ul{list-style-type: none;}
ul{list-style-type: none;}

 .model{position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0, 0, 0, .5);}
 .m-content{background: #fff; position: absolute; padding: 10px; border-radius: 5px;top: 50%;left: 50%;
  transform: translate(-50%, -50%);
}

.links li a{ font-weight: lighter; padding-left: 20px; padding-right: 20px;   color: grey;}
.links li {  padding-left: 11px; padding-right: 11px; }
.tabil th, td{font-size: 13px; text-align: center;}
.rounds{max-width: 60%; border-radius: 10px;}
.border td{}
 .borders:hover{background: #3a3838;}

 .small_div {background: #e3e3e3;}
 .bar{background: green;}
 .bar2{background: white;}
 .chart-header{background: green;}
 .chart-header th{font-size: 12px; font-weight: 600; font-family: system-ui;}
 .chart-tr td{overflow: hidden;}
 .content_bg {background: #141414;}
 #stripBtn{
 	background: #333333;
 	border-radius: 35px;
 }

 .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    .left: 0;
    .top: 0;
    opacity: 0;
}

#navbarNav ul li a{color:black;}
.primary{background: #57B660;}
.black{color:black;}
.radius_img{border-radius: 7px;}
.radius_img2{border-radius: 20px;}
.bolder{ font-family: Satoshi-Bold; }
.bolder_black{ font-weight:bold; color:black;}



#slider1{width: 95%;}
#slider1 .slick-list .slick-track{}

.slick-slider {
   background-color: transparent;
  .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 200px;
    justify-content: center;
    width: 2627px;
  }

  .slick-slide{
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    margin: 0;
    background-color: #fff5d0d6;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
    &.slick-current,
    &.slick-center {
      .background:linear-gradient(45deg, rgb(184 172 172 / 14%), rgb(79 76 79 / 8%));
      //margin: 50px 0px;
      border-radius: 8px;
      .slide_img{
      	height: 200px;
      	margin-top: 20px;
      }
    }
  }
}


#slider1 {
  .slick-slide{
    &.slick-current,
    &.slick-center {
    	
      }
    }
  }
}

.slick-prev,
.slick-next {
  z-index:10;  
  top: 0px;
  background-color: transparent;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  	right: 145px;
    position: absolute;
    background: white;
    border-radius: 50%;
    padding: 9px 18px;
    //bottom: 100px;
    border: 1px solid lightgrey;

}

.slick-list-draggable{margin: 0;padding:0;}
.slick-list{padding:0 !important;}
/*Slider*/

.slide_img{ height: 180px; width: 90%;}
.slide_img2{ height: 182px !important; width: 90%;}

.primary_btn{
	background: #57B660;
	color:white;
	border-radius: 35px;
    padding: 5px 25px;
}

.outline_btn_black{
	border: 1px solid black;
	color:black !important;
	border-radius: 35px;
    padding: 5px 25px;
}

.bio_form input{
	color: #babcbf;
    background-color: #080808 !important;
    border:none;
}

.welcome_links ul li a{
	color: black !important;
	font-size:15px !important;
	padding-top: 0 !important;
}

.primary_btn:hover{color: white;}
.cards_40{border-radius:15px !important; width:260px !important; 
	    margin-right: 15px !important; height: 392px !important; }

.icons{
	height: 16px !important;
}
.slick-next:onfocus{border:none;}