@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:600&display=swap');
* {
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    color: hsl(192, 100%, 9%);
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 1.10em;
    min-height: 100vh;
}

h1 {
    font-family: 'Poppins', sans-serif;
    color: #5E3AEE;
}

p {
    opacity: 0.8;
}

img {
    max-width: 100%;
}


/*first page*/

header {
    min-height: 110vh;
}

header .logo a {
    position: relative;
    font-weight: bold;
    color: #5E3AEE;
    font-size: 1em;
    transform: 0.6s;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 0 1.5px #5e3aee;
    border: none;
}

header .logo a:hover {
    color: #222;
    box-shadow: 0 0 10px #5E3AEE;
    opacity: 0.8;
    border-radius: 1rem;
    padding: 1px;
    mix-blend-mode: multiply;
    box-shadow: 0 0 10px #5e3aee;
}

header ul li a:hover {
    color: #5E3AEE;
}

header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li {
    position: relative;
}

header ul li a {
    position: relative;
    margin: 0 15px;
    color: #222;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.6s;
}

nav .flex {
    padding: auto;
    margin: auto;
}

.btn-primary {
    background-color: #5E3AEE;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 1rem 3rem;
    box-shadow: 0 0 10px #5e3aee;
    border: none;
}

.container {
    padding: 0 20px;
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
}

.center {
    text-align: center;
}

.flex {
    display: flex;
}

.flex>div,
.flex>ul {
    flex: 1;
}

.align-start {
    align-items: flex-start;
}

header {
    background-position: center center;
    background-color: hsl(0, 0%, 100%);
    padding: 40px 0;
}

nav {
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
    font-family: sans-serif;
}

.header-img {
    margin-left: 20%;
    min-width: auto;
    min-height: auto;
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
}

main {
    padding: 0;
    flex: 1 1 auto;
    min-height: 100vh;
    font-size: 1rem;
}

main img {
    width: 3rem;
    height: 3rem;
    color: #5E3AEE;
    opacity: 0.8;
}

main img:hover {
    /*
    background-color: #8064f0;
    */
    transform: translateY(-1rem);
    transition: 0.5s;
}

main h5 {
    font-size: 1.5rem;
    color: #5E3AEE;
    padding: 0;
}

h6 {
    font-size: 1rem;
    color: #5E3AEE;
    padding: 0;
}

main #services {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0 0 5rem 0;
}

main .section {
    height: 140px;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    text-align: center;
}

main .section .box div {
    gap: 10rem;
    padding: auto;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #f0e4e4;
}

.section .box {
    border-radius: 10px;
}


/*    section     */

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    color: #fff;
}

.content {
    color: #fff;
    opacity: 1;
}

section>.media {
    flex: 1;
}

section {
    min-height: 100vh;
    background-color: #222;
}

.media {
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: space-between;
}

.media .content {
    flex: 1;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 0 0 8rem;
}

.content h5 {
    padding: auto 0 -2rem 0;
}

span .about {
    color: #5e3aee;
    flex: 1;
}

.content p {
    flex: 1;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 0 0rem 0;
    line-height: 2rem;
}

.contact {
    flex: 1;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 0 0rem 0;
}

#image img {
    justify-content: center;
    align-items: center;
    height: 25rem;
    width: 25rem;
    border-radius: 10px;
    margin: 20% 0 0 20%;
    min-width: auto;
    min-height: auto;
}

section .media .content h5 p {
    padding: 10px;
    margin: 100px;
    color: #fff;
    flex: 1;
    opacity: 1;
}


/*
#btn-engage a {
    background-color: #5E3AEE;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 10px #fff;
    padding: 1.2rem 2.5rem;
}*/

.content a .contact {
    text-decoration: none;
    text-overflow: none;
    background: #5E3AEE;
    color: #fff;
    font-size: 1rem;
    padding: 1rem 3rem;
    font-size: 18px;
    border-radius: 0.5rem;
    cursor: pointer;
    z-index: 5;
    border: none;
    box-shadow: 0 0 10px #5e3aee;
}


/*=====last page======*/

.container {
    width: 90%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #5E3AEE;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;
}

.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #5E3AEE;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button input[type="button"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #5E3AEE;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #5e3aee;
}

.button input[type="button"]:hover {
    background: #5029bc;
}

@media (max-width: 950px) {
    .container {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }
    .container .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 820px) {
    .container {
        margin: 40px 0;
        height: 100%;
    }
    .container .content {
        flex-direction: column-reverse;
    }
    .container .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container .content .left-side::before {
        display: none;
    }
    .container .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:375px){}
