:root {
    --dot-width: 10px;
    --dot-height: 10px;
    --card-height: 35px;
}

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: none;
}

h1,
p {
    font-family: Gotham, 'Palatino Linotype', sans-serif;
}

.hero_div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.hero_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.hero_image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.about_text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.about_text p {
    font-weight: lighter;
    margin: 10px;
}

.about_image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_image img {
    width: 500px;
    height: 500px;
}

.our-teams {
    height: 500px;
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}


.teams-cards {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.teams-cards div {
    width: 300px;
    height: 350px;
    border-radius: 10px;
    box-shadow: 0 18px 32px 0 rgba(67, 67, 67, 0.37);
    text-align: center;
    padding: 5px;
    z-index: 999;
    
}

.click-card{
    color: #1d1f2e;
    text-decoration: none;
}

.card1 {
    background-color: #262346;
}

.card1 h1 {
    margin-top: 30px;
    color: white;
}

.card1 p {
    margin-top: 5px;
    /* font-size: 17px; */
    color: #6498E7;
}

.byte-the-web-logo {
    margin-top: 60px;
    width: 150px;
}


.line-top {
    width: 120px;
    height: 60px;
    z-index: -1;
    background: transparent;
    border: none;
    border-top: dashed 4px rgb(113, 104, 93);
    box-shadow: 0 0px 0px 0;
    padding: 40px 40px;
    border-radius: 40% 40% 0% 0%;
    margin: 20px -50px 0;
}

.line-bottom {
    width: 120px;
    height: 60px;
    z-index: -1;
    background: transparent;
    border: none;
    border-bottom: dashed 4px rgb(113, 104, 93);
    padding: 40px 40px;
    box-shadow: 0 0px 0px 0;
    border-radius: 0 0 40% 40%;
    margin: 0 -65px;
}



.card1,
.card3 {
    transform: translateY(25px);
}

.card2 {
    transform: translateY(-25px);
}

.our_values {
    width: 100%;
    height: 900px;
    font-family: Gotham, 'Palatino Linotype', sans-serif;
}

.our_values span {
    font-weight: 300;
}

.inner_div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_div img {
    position: absolute;
    width: 600px;
    height: 600px;
}

.value_div {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.div1 {
    transform: translate(0, -75%);
}

.div2 {
    transform: translate(0, 75%);
}

.value_div div {
    width: 250px;
    height: 300px;
    /* border: 1px solid black; */
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 18px 32px 0 rgba(67, 67, 67, 0.37);
}

.divs1, .divs2, .divs3, .divs4{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    border-color: white;
    padding:0.3% 2.5%;
}

span.divs-text {
    all: none;
    padding-top: 15px;
}

.divs1 {
    background: #55B3FD;
    transform: translate(-15px, 15px);
}

.divs2 {
    background: #DC5980;
    transform: translate(-15px, -15px);
}

.divs3 {
    background: #FFD049;
    transform: translate(15px, -15px);
}

.divs4 {
    background: #52BFC9;
    transform: translate(15px, -15px);
}

.map {
    width: 100%;
    height: 700px;

}

.map img {
    position: absolute;
    width: 100%;
    height: 700px;
}

/*  */

.dots-div {
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.dot1 {
    border-radius: 100%;
    width: var(--dot-width);
    height: var(--dot-height);
    position: absolute;
    background: #41d1DC;
    cursor: pointer;
}

.dot-div-1 {
    position: absolute;
    left: 8%;
    top: -100px;
    transition: all 300ms ease-in-out;
}

.card-dot1,
.card-dot2,
.card-dot3,
.card-dot4,
.card-dot5,
.card-dot6 {
    width: 170px;
    /* height: var(--card-height); */
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    opacity: 0;
    transition: all 300ms ease-in-out;
    box-shadow: 0 18px 32px 0 rgba(67, 67, 67, 0.37);
}




.dot2 {
    border-radius: 100%;
    width: var(--dot-width);
    height: var(--dot-height);
    position: absolute;
    background: #DC5980;
    cursor: pointer;
}

.dot3 {
    border-radius: 100%;
    width: var(--dot-width);
    height: var(--dot-height);
    position: absolute;
    background: #FFD049;
    cursor: pointer;
}

.dot4 {
    border-radius: 100%;
    width: var(--dot-width);
    height: var(--dot-height);
    position: absolute;
    background: #41d1DC;
    cursor: pointer;
}

.dot5 {
    border-radius: 100%;
    width: var(--dot-width);
    height: var(--dot-height);
    position: absolute;
    background: #FFD049;
    cursor: pointer;
}

.dot6 {
    border-radius: 100%;
    width: var(--dot-width);
    height: var(--dot-height);
    position: absolute;
    background: #DC5980;
    cursor: pointer;
}

.dot-div-2 {
    position: absolute;
    left: 18%;
    top: -80px;
    background: #DC5980;
}

.dot-div-3 {
    position: absolute;
    left: 50%;
    top: -120px;
    background: #FFD049;
}

.dot-div-4 {
    position: absolute;
    left: 55%;
    top: -80px;
    background: #41d1DC;
}

.dot-div-5 {
    position: absolute;
    left: 83%;
    top: -75px;
    background: #FFD049;
}

.dot-div-6 {
    position: absolute;
    left: 86%;
    top: 140px;
    background: #DC5980;
}

@media screen and (max-width: 700px){
    .hero_image {
        display: none;
    }
    
    .hero_div {
        height: 500px;
        text-align: center;
    }
    
     .hero_text {
        font-size: 30px;
    }

    .about_div {
        flex-direction: column;
        text-align: center;
    }

    .about_image img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1290px) {

    .card1,
    .card3,
    .card2 {
        width: 90%;
        transform: none;
        margin: 15px;
    }

    .our-teams {
        height: auto;
    }

}

@media screen and (max-width: 400px) {
    .about_text{
        width: 90%;
    }
    .map{
        height: 400px;
    }
    .map img {
        position: absolute;
        width: 100%;
        height: 400px;
    }

    .card-dot1,
    .card-dot2,
    .card-dot3,
    .card-dot4,
    .card-dot5,
    .card-dot6 {
        display: none;
    }

    .divs1 {
        background: #55B3FD;
        transform: none;
    }

    .divs2 {
        background: #DC5980;
        transform: none;
    }

    .divs3 {
        background: #FFD049;
        transform: none;
    }

    .divs4 {
        background: #52BFC9;
        transform: none;
    }
}