@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Varela&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    position: relative;
}

.hero {
    position: relative;
    height: 90vh;
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
}

.hero_side_bg {
    position: relative;
    height: 45rem;
    width: 35vw;
    /* background-color: #b3c1ff; */
    float: right;
    animation: fadenslide_left 1s ease;
}

.bxs-chevron-down {
    position: absolute;
    color: #5e6ada;
    font-size: 4rem;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
}

.hero_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10rem;
}

.hero_side_bg img {
    height: 100%;
    overflow: hidden;
}


/* 
.dots {
    background: url(../assets/svg/blob.svg) no-repeat;
    z-index: 90000;
    height: 90vh;
    width: 90vw;
    position: absolute;
    left: 60%;
    animation: fadenslide_top 1s;
} */

.hero_text h4 {
    width: 50%;
    color: #6a53cc;
    font-weight: 400;
    font-size: 1rem;
    margin-left: 0.4rem;
    animation: fadenslide_top 1s;
}

.hero_text h2 {
    color: #383838;
    font-size: 6vw;
    line-height: 6vw;
    margin-bottom: 1rem;
    width: 70%;
    font-family: 'Varela', sans-serif;
    animation: slide_top 1s;
}

.hero_text p {
    color: #414141;
    width: 50%;
    margin-bottom: 2.8rem;
    animation: fadenslide_right 1s ease;
}

.hero_text a {
    color: #fff;
    background-color: #535fcc;
    padding: 0.8rem 2rem;
    margin-right: 2.2rem;
    border-radius: 0.3rem;
    animation: fadenslide_bottom 1s ease;
}

.hero_text a i {
    vertical-align: middle;
    font-size: 1.2rem;
}

.hero_text a:hover {
    padding: 0.8rem 3.5rem;
    transition: 0.4s ease;
}

.hero_side_bg i {
    color: #2c4b5e;
    position: absolute;
}

@media screen and (max-width:750px) {
    .hero {
        height: 90vh;
    }
    .hero_side_bg {
        background: none;
        width: 20vw;
    }
    .hero_side_bg i {
        color: #2c4b5e;
    }
    .hero_text {
        /* position: absolute; */
        padding: 6rem 3.5rem;
    }
    .hero_text h4 {
        width: 100%;
        font-weight: 300;
        font-size: 1rem;
        margin-left: 0;
    }
    .hero_text h2 {
        font-size: 6vw;
        line-height: 6vw;
        margin-bottom: 0.5rem;
        width: 100%;
    }
    .hero_text p {
        color: rgb(104, 104, 104);
        width: 80%;
        margin-bottom: 2rem;
    }
    .hero_text a {
        float: right;
        color: #ffffff;
        padding: 0.8rem 2rem;
        margin-right: 2.2rem;
    }
    .hero_text a i {
        vertical-align: middle;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:450px) {
    .hero {
        height: 90vh;
    }
    .hero_text {
        padding: 12rem 2rem;
    }
    .hero_text p {
        width: 100%;
        margin-bottom: 2rem;
    }
    .hero_text a {
        float: left;
        padding: 0.5rem 1rem;
        margin-right: 2.2rem;
        font-size: 0.8rem;
        margin: 0;
    }
    .hero_side_bg img {
        display: none;
    }
}

.custom-shape-divider-bottom-1640388314 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1640388314 svg {
    position: relative;
    display: block;
    width: calc(111% + 1.3px);
    height: 19px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1640388314 .shape-fill {
    fill: #ffffff;
}


/* expertise cards ------------------------------------ */


/* .expertise {
    padding: 1rem 0;
    font-family: 'Open Sans', sans-serif;
    background: url(../assets/svg/blob-scatter-haikei.svg);
}

.expertise_cards {
    padding: 1rem 0;
    display: grid;
    max-width: 1000px;
    margin: 0 auto;
    grid-column-gap: 6rem;
    grid-template-columns: repeat(2, 1fr);
}

.expertise_card {
    display: flex;
    color: #1F3B4D;
    padding: 1.5rem 0.5rem;
    align-items: center;
}

.expertise_card * {
    font-family: 'Open Sans', sans-serif;
}

.card_img {
    padding: 0 1rem;
}

.card_img .bx-code-curly,
.bxs-magic-wand {
    font-size: 6rem;
    font-weight: 900;
    transform: rotate(0deg);
    color: #1F3B4D !important;
}

.card_text h2 {
    font-size: 2.8rem;
    font-weight: 900;
    color: #1F3B4D;
}

.c_bxl-html5 {
    bottom: 40%;
    left: 40%;
    font-size: 2rem;
    transform: rotate(0deg);
    color: #1F3B4D !important;
}

.c_bxl-css3 {
    bottom: -10%;
    left: 40%;
    font-size: 2rem;
    transform: rotate(0deg);
    color: #1F3B4D !important;
}

.c_bxl-javascript {
    bottom: 80%;
    left: -10%;
    font-size: 2rem;
    transform: rotate(0deg);
    color: #1F3B4D !important;
}

@media screen and (max-width:800px) {
    .expertise_card {
        padding: .5rem 0.5rem;
    }
    .expertise_cards {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 1.5rem;
    }
}

@media screen and (max-width:1000px) {
    .expertise_cards {
        margin: 0 1.5rem;
    }
}
 */


/* acts-*----------------------------------------------------------- */

.activities {
    padding: 4rem;
}

.activities h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #383838;
}

.activities_container {
    padding: 0 auto;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
}

.act_tab,
.act_content {
    margin: 2rem 0rem;
    -webkit-box-shadow: 5px 5px 15px 13px rgba(73, 73, 73, 0.08);
    box-shadow: 5px 5px 15px 13px rgba(105, 105, 105, 0.08);
}

.act_tab {
    background-color: #535fcc;
    width: 20rem;
    border-radius: 0.3rem 0 0 0.3rem;
    height: 70vh;
    overflow-y: scroll;
}

.act_tab button {
    display: block;
    font-size: 1rem;
    background-color: transparent;
    color: #fff;
    padding: 1.5rem 2.3rem;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}



.act_tab button i {
    /* vertical-align: middle; */
    padding-right: 0.5rem;
    transform: translateY(1px);
}

.act_tab button:hover {
    background-color: #5e6ada;
}

.act_content {
    width: 100%;
    padding: 2rem;
    /* border: 1px solid #e9e9e9; */
    border-radius: 0rem 0.3rem 0rem 0;
}

.society {
    margin-bottom: 1.5rem;
}

.society li {
    list-style: square;
    list-style-position: inside;
    color: #474747;
    font-size: 0.96rem;
}

.society p {
    font-size: 0.9rem;
    color: #acacac;
}

.society p span {
    font-size: 1.2rem;
    color: #5e6ada;
    font-weight: 700;
}

.tabcontent h3 {
    color: #383838;
    padding-bottom: 1rem;
    font-size: 1.3rem;
}

.tabcontent h4 {
    font-size: 0.9rem;
    color: #383838;
}

@media screen and (max-width:600px) {
    .activities {
        padding: 1rem;
    }
    .activities_container {
        padding: 0 auto;
        display: block;
    }
    .act_tab {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        height: auto;
        background-color: transparent;
        grid-gap: 0.7rem;
    }
    .act_tab button {
        padding: 0.7rem 1rem;
        background-color: #535fcc;
        border-radius: 0.3rem;
    }
}


/* portfolio----------------------------------------------------- */

.main_projects {
    padding: 1rem 6rem;
    padding-bottom: 6rem;
    /* background: url(../assets/svg/circle-scatter-haikei.svg); */
    background-color: #f5f5f5;
    animation: fadenslide_right 1s ease;
}

.main_projects>h2 {
    color: #383838;
    font-weight: 900;
    font-size: 2rem;
    margin: 4rem 0;
    margin-bottom: 5rem;
    text-align: center;
}

.loadmore {
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    margin: 4rem 0;
    /* text-decoration: underline solid 3px #5e6ada; */
    transition: 0.3s ease;
    /* text-decoration-line: underline; */
}

.hiddenStyle {
    display: none;
}

.loadmore:hover {
    color: #5e6ada;
}

.cards_con {
    display: flex;
    justify-content: center;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    padding: 0 5rem;
    /* width: 80%; */
}

.card {
    /* border: 1px solid #474747; */
    background-color: #fff;
    padding: 3rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 5px 5px 15px 13px rgba(73, 73, 73, 0.08);
    box-shadow: 5px 5px 15px 13px rgba(105, 105, 105, 0.08);
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-0.5rem);
    -webkit-box-shadow: 5px 5px 15px 13px rgba(73, 73, 73, 0.08);
    box-shadow: 5px 5px 15px 13px rgba(88, 85, 255, 0.192);
    background-color: #5e6ada;
}

.card:hover i {
    color: #fff;
}

.card:hover h3 {
    color: #fff;
}

.card:hover p {
    color: rgb(216, 216, 216);
}

.card:hover span {
    color: rgb(216, 216, 216);
    font-weight: 600;
}

.card i {
    font-size: 3rem;
    color: #5e6ada;
}

.card h3 {
    color: #474747;
}

.card p {
    color: #757575;
}

.card span {
    color: #acacac;
    font-size: 0.9rem;
}

@media screen and (max-width:1500px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
        padding: 0rem;
    }
}

@media screen and (max-width:1000px) {
    .main_projects {
        padding: 1rem;
    }
    .cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .card {
        width: 70vw;
    }
}


/* contact *************************************************** */

.contact {
    background: url(../assets/svg/blob-haikei.svg);
    background-color: #1F3B4D;
    padding: 6rem;
}

.contact_container {
    display: flex;
    justify-content: space-between;
}

.contact_container_text {
    width: 40%;
    margin: 0 2rem;
}

.contact_container_text h2 {
    color: #BDF8A3;
    font-weight: 900;
    font-size: 2.5rem;
    /* background-color: red; */
}

.contact_container_text p {
    color: #fff;
    line-height: 1.5rem;
}

.contact_container_text p i {
    vertical-align: middle;
}

.contact_container_text p span {
    font-weight: 100;
}

.contact_container_text a {
    color: white;
    text-decoration: underline;
}

::placeholder {
    color: #5e6ada;
}

.contact_input {
    background-color: #f0f0f0;
    color: #5e6ada;
    padding: 0.8rem 1rem;
    width: 90%;
    margin-bottom: 2rem;
    margin-right: 3rem;
    outline: none;
    border: none;
    border-radius: 0.3rem;
    font-size: 1rem;
}

.contact_container textarea {
    background-color: #f0f0f0;
    color: #5e6ada;
    width: 90%;
    padding: 1rem;
    outline: none;
    border: none;
    border-radius: 0.3rem;
    font-size: 1rem;
    resize: none;
    height: 20vh;
}

.sendbtn {
    background-color: #BDF8A3;
    color: #374196;
    width: 90%;
    margin-top: 2rem;
    padding: 1rem;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0.3rem;
    transition: 0.3s ease;
}

.sendbtn:hover {
    background-color: #5e6ada;
    color: #BDF8A3;
}

@media screen and (max-width:1000px) {
    .contact_container {
        display: block;
    }
    .contact_container_text {
        margin: 0rem;
        margin-bottom: 2rem;
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .contact {
        padding: 4rem;
    }
}

@media screen and (max-width:500px) {
    .contact {
        padding: 1.5rem;
    }
}


/* contact popup*************************************************** */

.contact_popup {
    top: 12vh;
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: none;
    animation: fadenslide_right 1s ease;
}

.p_contact {
    position: relative;
    padding: 6rem;
    background-color: #374196;
}

.p_contact .contact_container {
    display: block;
}

.p_contact .bx-x {
    cursor: pointer;
    font-size: 3rem;
    color: #BDF8A3;
    position: absolute;
    top: 1%;
    right: 1%;
}

.p_contact {
    width: 100%;
}

@media screen and (max-width:800px) {
    .p_contact {
        padding: 1.8rem;
    }
}


/* footer***************************************************** */

footer {
    background-color: #374196;
}

footer p {
    padding: 2rem;
    text-align: center;
    color: #BDF8A3;
    font-size: 0.8rem;
}


/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #93a1df;
    border-radius: 3px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #1b3647;
    background: #b3c1ff;
}

::selection {
    color: #1b3647;
    background: #b3c1ff;
}


/* ANIM */

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide_top {
    0% {
        transform: translateX(-50%);
    }
    100% {}
}

@keyframes fadenslide_top {
    0% {
        opacity: 0;
        transform: translateY(-20%);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadenslide_bottom {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadenslide_right {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadenslide_left {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}