html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", sans-serif;
}

#show {
    background: #6CD1CB;
}

main {
    padding-top: 100px;
}

.container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.indicator {
    width: 8px;
    height: 32px;
    border-radius: 4px;
}
.indicator-accent {
    background-color: #e0e0e0;
}
.indicator-border-accent {
    border: 2px solid #e0e0e0;
    background-color: #ffffff;
}
.text-foreground {
    color: #0f0f0f;
}
.text-accent {
    color: #e0e0e0;
}

body {
    padding: 0;
    margin-right: 0px;
}

.abt {
    color: var(--unnamed-color-6cd1cb);
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0px;
    color: #6CD1CB;
    opacity: 1;
}

#line {
    height: 2px;
    width: 100%;
    background: #6CD1CB;
    margin-top: 10px;
    margin-bottom: 30px;
}

#nopadding {
    padding: 0;
}

#abbox-1 {
    padding-right: 30%;
    background: var(--unnamed-color-6cd1cb) 0% 0% no-repeat padding-box;
    background: #6CD1CB 0% 0% no-repeat padding-box;
    border-radius: 20px 0px 0px 20px;
    opacity: 1;
    color: #ffffff;
}

#img-1 {
    height: 256.667px;
    width: 521.6px;
    border-radius: 100%;
}

#div-i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
}

#aboutText {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.8rem;
}


#div-ii {
    padding: auto;
    margin: 2%;
    padding-left: 3rem;
}

#title {
    margin: 20px auto;
}

#div-iii {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

#box-1 {
    padding-right: 30%;
    margin-right: -200px;
    
}

#box-3 {
    padding-right: 30%;
    padding-left: 20px;
}

#box-4-1, #box-4-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 10%;
}

#tocontact {
    height: 200px;
    width: 100%;
    margin: 0 auto;
    background: var(--unnamed-color-6cd1cb) 0% 0% no-repeat padding-box;
    background: #6CD1CB 0% 0% no-repeat padding-box;
    opacity: 1;
}

#title-2 {
text-align: left;
margin-left: 10%;
}

#title-3 {
margin: 30px;
margin-right: 10%;
text-align: right;
}

#contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#contact-box {
    margin-left: -500px;
}

#block-element-4 {
    width: 8.3125rem; 
    height: 2.75rem; 
    border: 1px solid #6CD1CB;
    border-radius: 0.3125rem;
    opacity: 1;
    justify-content: center;
}

@media (max-width: 1024px) {
    #div-i {
        display: flex;
        flex-direction: column;
    }

    #img-1 {
        height: auto;
        width: 100%;
        border-radius: 0%;
    }

   #bars-1, #bars-2, #bars-3 {
    display: none;
   }
  
   #box-3 {
    padding: 0;
    margin: 30px;
   }

   #tocontact {
    height: 300px;
   }

   .mb-16 {
    margin-left: 40px;
    
   }

   #abbox-1 {
    margin-left: -100px;    
   }
   #box-3 {
    margin-left: -80px;
   }

   #div-ii {
    padding: 20px 20px 0 20px;
   }

   #contact {
    justify-content: center;
    margin-left: -20px;
   }

   #contact-box {
    margin: 0;
}
    
}

@media only screen and (max-width: 767px) {
 
    #div-i {
        display: flex;
        flex-direction: column;
    }

    .mb-16 {
        margin-left: 0;
        margin-right: 1rem;
        padding: auto;
        
    }

    #img-1 {
        height: auto;
        width: 100%;
        border-radius: 0%;
    }

   #bars-1, #bars-2, #bars-3 {
    display: none;
   }

   #abbox-1 {
    justify-content: end;
    padding-right: 0;
    margin-left: 90px;   
   }
   
   #box-3 {
    justify-content: end;
    padding-right: 0;
    margin-left: 110px;
   }

   #tocontact {
    height: 300px;
   }

   #contact-box {
    margin: 0;
   }
}
