  /* 
Big Dot Framework V3.0 Lite
*/

:root {
    --boxed: 1580px;
    /* Main container maximum width */
    --c1: #1c212b;
    --c2: #ef96d3;
    --c3: #6eb6f2;
    --c4: #458d68;
    --c5: #ecb53b;
    --c6: #ea4a23;
    --cbg: #fdecda;
    --shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    --fontPri: "nimbus-sans", sans-serif;
    --fontSec: "mastro-display", serif;

}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;

}

/* Core */
body, html {
    font-size: 14px;

    font-family: var(--fontPri);
    color: var(--c1);
    font-family: "nimbus-sans", sans-serif;
font-weight: 400;
font-style: normal;
background-color: var(--cbg);
}

/* Typography */

h1, h2, h3{
    font-family: var(--fontSec);
}

h1 {
    font-size: 3rem;
    color: var(--c1);

}

#greeting {
font-size: 2rem;
position: relative;
font-style: italic;
}

h2 {
    font-size: 1.1rem;
    display: block;
    margin: 10px 0;

}





h3 {
    font-size: 1.8rem;
    position: relative;
    width: fit-content;
}

h3::before {
font-size: 2rem;

background-color: var(--c3);

content: "";
position: absolute;
width: calc(100% + 4px);
height: 70%;
left: -4px;
bottom: 0;
z-index: -1;
transform: rotate(-1deg);
}


p {
    font-size: 1rem;
}

small {
    font-size: .7rem;
}

#about img{
    box-shadow: var(--shadow)

}

.center {
    text-align: center;
}


/* Layout */



#mainWrap {
    display: grid;
    grid-template-columns: 20% 80%;
    column-gap: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
}

#main {
    width: 100%;
    margin: 0 auto;
    background-color: var(--cbg);
    position: relative;
    z-index: 2;
    padding-bottom: 400px;
}


#sideNav {
    position: relative;
    font-weight: 700;
    width: 100%;
    font-size: 1.5rem;
    padding-right: 30px;
    font-family: var(--fontSec);
    color: var(--c4);
}

#sideNav a {
    color: var(--cSec600);
    text-decoration: none;
}

#sideNav a.active {
    color: var(--c1);
    transition: .3s;
}

#sideNav ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: black;
    position: absolute;
    top: calc(50% - 1px);
    margin-left: 10px;
    transition: .3s;
}

#sideNav ul li a.active::after {
    width: 200px;

}

#sideNav ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

#sideNav ul li {
    padding: 10px 0;
    position: relative;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}

.fx {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.aic{
    align-items: center;
}

.duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.duo img {
    width: 100%;
    height: auto;
}

.duo p:last-child {
    margin-bottom: 0;
}

.bgImage{
    min-height: 300px;
    background-position: center;
}
.standard {
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: 500px;
}

.standardR {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 500px;
}

.duo, .standard, .standardR{
    margin: 100px 0;
}

.duo.sm, .slider.sm{
    margin: 30px 0;
}

.ctaSection {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    padding: 30px;
    background-color:var(--c1);
    color: white;
    border-radius: 10px;
    position: relative;

}

.ctaSection a {
    position: relative;
    color: var(--cTir600);
    color: white;
}

.ctaSection p {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.idea{
    position: absolute;
    right: -20px;
    top: -20px;

    width: 50px;
    height: 50px;

}

.p30 {
    padding: 30px;
}
.p50 {
    padding: 50px;
}

.m0 {
    margin: 0;
}



.imgFit {
    object-fit: cover;
    width: 100%;
    height: auto;
}


.contact{
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    margin: 150px auto;
    width: 100%;
    font-size: 2rem;
    padding: 40px;
    box-shadow: var(--shadow);

}
.contact div{
    display: flex;
    align-items: center;
}

#contact a{
    text-decoration: none;
    color: var(--c1);
    border-bottom: 2px dotted;
}

#contact img{
    width: 100%;
    height: auto;
    max-width: 50px;
}


.brands{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.edu{
    margin-bottom: 10px;
    font-weight: 600;
    font-family: var(--fontSec);
    display: block;
    line-height: 1.4rem;
}

.iconsSmall{
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
}
.cta{
    display: block;
    width: 200px;
    background-color: var(--c2);
    color: var(--c1);
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.slideHeading{
    font-size: 2rem;
    font-family: var(--fontSec);
    color: var(--c1);
}

.mo{
    display: none;
}


.webAnim{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}
.webAnim div{
    min-height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caption{
    margin-top: 10px;
    text-align: center;
}


/* Slider */


.slider {
    width: 100%;
    margin: auto;

}

.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.waveSlideNav {
    text-align: center
}

@media screen and (max-width: 1050px){
    #sideNav{
        font-size: 1rem;
    }

    .duo, .standard, .standardR{
        grid-template-columns: 1fr;
        margin: 50px 0;
    }

    .contact{
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 950px){
#mainWrap{
   padding: 20px;
}
}
@media screen and (max-width: 600px){
#mainWrap{
   display: block;
}
.p50, .p30{
    padding: 20px;
}
.brands{
    grid-template-columns: auto;
}
.sliderH{
    width: auto;
    overflow: hidden;
    display: block;
    
 
    }

    .mo{
        display: block;
    }

    .webAnim{
        grid-template-columns: auto;
    }

.contact{
    grid-template-columns: 20px 1fr;
    font-size: 1rem;
    margin-top: 100px;

}
h3::before{
    display: none;
}
}