

.geist-<uniquifier> {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1{
    max-width: 1300px;
    padding-top:100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right:50px;
}

 .main-container{
    max-width: 1400px;
   
    margin: auto;
} 
* {
    margin: auto;
}

h1 {
    font-size: 72px;
    font-weight: bold;
    color: white;
    margin:auto;
    padding-top: 20%;
    padding-bottom: 25%;
}
/*.main-container {
    background-image: url('images/back.png');
    background-position: top right;
    background-repeat: no-repeat;
}*/

.sub-main-container {
    padding: 99px 106px;
    width: 70%;
}

.wisk-section h2 {
    font-weight: bold;
    font-size: 72px;
}

 p, h2, h3, h4, h5, h6{
    color: #394752;
    font-family: "Geist", sans-serif;
}


a{
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    color: #242424;
    
    font-family: "Geist", sans-serif;
}

h2 {
    font-size: 48px;
    font-weight: bold;
    color: white;
    font-family: "Geist", sans-serif;
}
 .ind-title{
    color:#36a8cf;
 }

h3 {
    font-size: 48px;
    margin-top: 60px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 99999;
    color: #242424;
    text-stroke: 1px black;
}

h3::before {
    content: '';
    position: absolute;
    width: 110%;
    background: #36a8cf ;
    height: 40px;
    z-index: -1;
    left: -10px;
    top: -4px;
}

h3::after {
    z-index: -2;
    content: '';
    position: absolute;
    width: 110%;
    background: #dae9f5;
    height: 40px;
    left: 5px;
    top: 12px;
}

.worklist{

    margin:auto;

}

h4{
    color:#394752;
    font-size: 36px;
    margin-bottom: 20px;
}

h4:hover{
    color:#a3b8c9;
}

h5{
    padding-left:10px;
}

.grey{
    color:#dae9f5;
    font-size: 24px;
    font-weight: 400;
}

.grey:hover{
    color:#dae9f5;
}

.overview-section{
    margin-top: 50px;

}

p{
    max-width: 1300px;
    margin-bottom:20px;
    font-size: 16px;
    line-height: 1.5;

}

.slick-slide img {
    width: 90%;
}

.single .slick-dots li {
    padding: 0;
    margin: 0;
}

.single .slick-dots li button:before {
    color: #FF4545;
    opacity: 40%;
}

.single .slick-dots li.slick-active button:before {
    color: rgba(255, 69, 69, 1);
    opacity: 70%;
}

span {
    color: #36a8cf;
}

.single img {
    margin-top: 30px;
}

.mobpic img{
    max-width: 20%;
}

.wiskfoodimg{
    max-width: 50%;
}

.logo{
    max-width: 130px;
}

.beforeafter{
    font-size: 24px;
}

.mellomanic-color{
    color:#f64281;
}

.medal-color{
    color:#ffb43c;
}

.wisk-color{
    color:#1C82EF;
}

.contact-section{
    text-align: center;

}

.collage{
    display:block;
    max-width: 70%;
    margin: auto;
    padding-top:70px;
}

.collage-medal{
     display:block;
    max-width: 90%;
    margin: auto;
    padding-top:70px;
}

.medallogo{
    max-width: 200px;
}

.home svg{ 
    margin: 30px; }

.home svg:hover{
    fill: #36a8cf;

}

@media (max-width: 1500px) {
    .worklist{
        margin-left: 50px;
        margin-right:50px;
    }

}