*{
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
}

.sidebar{
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: white;
    margin-left: -105%;
    transition: 0.4s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.nav{
    box-shadow:
    0 1.3px 3.7px -1px rgba(0, 0, 0, 0.336),
    0 4.2px 12.5px -1px rgba(0, 0, 0, 0.254),
    0 19px 56px -1px rgba(0, 0, 0, 0.39)
    ;
    padding: 20px 5%;
    display: flex;
}

.nav-s-ham{
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    box-shadow:
        0 1.3px 3.7px -1px rgba(0, 0, 0, 0.036),
        0 4.2px 12.5px -1px rgba(0, 0, 0, 0.054),
        0 19px 56px -1px rgba(0, 0, 0, 0.09)
    ;
}

.nav, .nav-s{
    background-color: white;
    justify-content: space-between;
}

.nav .links, .nav-s .links{
    margin: auto 0;
}

.nav .logo, .nav-s .logo{
    transform: translateY(2px);
}

.nav .links a{
    color: black;
    font-size: 18px;
    padding: 8px 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.nav .links a::after{
    content: " ";
    position: absolute;
    bottom: 3px;
    opacity: 0;
    transform: translateX(-100%);
    height: 5px;
    width: 0px;
    left: 7px;
    background-color: #8C52FF;
    transition: 0.4s ease;
}

.nav .links a:hover::after{
    content: " ";
    opacity: 1;
    transform: translateX(0%);
    width: 90%;
    box-shadow: 0 2px 10px 1px rgba(92, 32, 211, 0.3);
}

.nav-s .lists{
    margin-top: 30px;
}

.nav-s .lists a{
    padding: 8px 5%;
    display: block;
    color: black;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.nav-s .lists a::after{
    content: " ";
    position: absolute;
    bottom: 3px;
    opacity: 1;
    height: 3px;
    width: 30px;
    left: 5%;
    background-color: #8C52FF;
    transition: 0.4s ease;
    box-shadow: 0 2px 10px 1px rgba(140, 82, 255, 0.3);
}

.cta{
    padding: 13px 23px !important;
    color: white !important;
    font-size: 20px !important;
    margin-left: 15px !important;
    background-color: #8C52FF !important;
}
.cta::after{
    opacity: 0 !important;
}

.header{
    background-image: linear-gradient(135deg, rgba(79, 49, 141, 0.6), rgba(113, 68, 201, 0.6), rgba(104, 55, 204, 0.6)), url(./assets/bg-header.jpg);
    background-size: cover;
    background-position-y: bottom;
    background-attachment: fixed;
    height: calc(70vh - 100px);
    width: 100%;
    color: white;
    text-align: center;
}

.header .content{
    padding-top: 26vh;
}

.header .content h1{
    font-size: 60px;
}

.header .content p{
    font-size: 16px;
    text-align: initial;
}

.divider{
    height: 100px;
}

.section{
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
    padding: 80px 20px;
}

.col-sm{
    height: auto;
    width: 50%;
    margin: 0 20px;
}

.col-sm .content{
    height: max-content;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.col-sm .content h1, .solutions h1{
    font-size: 2.6rem;
}

.col-sm .content h1::after{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #8C52FF;
    margin-top: 16px;
}

.solutions h1::after, .block h1::after{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #8C52FF;
    margin: 16px auto;
    margin-bottom: 20px;
}

.block{
    padding: 50px 0;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.roww{
    display: flex;
    justify-content: space-around;
}

.roww .col{
    width: 25%;
    margin: 20px;
}

.roww .col img{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.col-sm .content p{
    margin: 20px 0;
    font-size: 1.3rem;
}

.column h2{
    margin-top: 30px;
    margin-bottom: 20px;
}

.column p{
    color: rgb(141, 137, 137);
    line-height: 25px;
}

.img{
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(./assets/about-us.jpg);
}

.solutions{
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 20px;
}

.solutions .row{
    display: flex;
    margin: 30px 0;
    padding: 30px 0;
    justify-content: space-around;
}

.solutions .row .column{
    width: 33.3%;
    height: auto;
    text-align: center;
}

.c-img{
    margin: 0 auto;
    height: 200px;
    width: 200px;
    border: 4px solid #8C52FF;
    overflow: hidden;
}

.c-img img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.contact-us{
    background-color: #8C52FF;
    width: 100%;
}

.contact-us .aa{
    justify-content: none;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
    color: white;
}
.contact-info{
    margin-top: 20px;
    margin-left: 50px;
}

p.heading{
    margin-top: 10px;
    font-size: 24px;
    color: white;
    font-weight: 700;
}
div.info{
    margin-top: 10px;
    font-size: 20px;
}
.info p{
    margin: 5px 0;
}

.send{
    background-color: black;
    display: block;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

textarea, input:focus{
    outline: none;
    resize: none;
}

#m{
    height: 100px !important;
    padding: 10px 20px;
    font-size: 18px;
    margin: 10px 0;
}

.aa .cont{
    display: flex;
    justify-content: space-between;
}

.aa input{
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 18px;
}

.footer{
    padding: 15px 0;
    text-align: center;
    color: white;
    width: 100%;
    background-color: rgb(53, 51, 65);
}

/* MEDIA QUERIES */

@media screen and (max-width: 368px){
    .nav-s .lists a{
        padding: 8px 30px;
    }
    .logo img{
        height: 50px;
    }
    .nav-s .lists a::after{
        left: 30px;
    }
    .header .content{
        padding: 25vh 20px 0 20px;
    }
    .header .content h1{
        font-size: 34px;
    }
    .header .content p{
        font-size: 18px;
    }
    .row, .roww{
        display: block !important;
    }
    .col{
        width: 90% !important;
    }
    .column{
        margin: 30px 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px){
    .header{
        background-position: center;
    }
    .links{
        display: none;
    }
    .hamburger {
        display: block !important;
    }
    .sidebar{
        display: block;
    }
    .section{
        display: block;
    }
    .col-sm{
        width: auto;
    }
    .col-sm .content{
        height: max-content;
        top: 0%;
        position: relative;
        margin-top: 10px;
        transform: translateY(0%);
    }    
    .aa{
        text-align: center;
    }
    .aa .cont{
        text-align: center;
        display: block;
    }
    .send{
        margin: 0 auto;
    }
    .aa form{
        width: 80%;
        margin: 0 auto;
    }
    .contact-info{
        transform: translateX(-25px);
    }
    .aa input, textarea{ width: calc(80vw - 40px);}
}

@media screen and (max-width: 968px){
    .nav .links a{
        font-size: 16px;
    }
}


/* MISC STUFF */

/* Hamburger */

.hamburger {
    height: 20px;
    width: 30px;
    position: relative;
    top: 50%;
    margin-top: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: auto 0;
}

.hamburger div {
    position: absolute;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #787887;
}

.hamburger div:nth-child(2) {
    top: 6px;
}

.hamburger div:nth-child(3) {
    top: 12px;
}

.hamburger-open div:nth-child(1) {
    top: 6px;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
}

.hamburger-open div:nth-child(2) {
    opacity: 0;
}

.hamburger-open div:nth-child(3) {
    top: 6px;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
}