::-webkit-scrollbar{
    background-color: #242424;

}
::-webkit-scrollbar-thumb{
    background-color: #0275d8;
    border-radius: 10px;
}
.cursor {
    display: inline-block;
    width: 8px;
    height: 18px;

    margin-left: 2px; /* Adjust as needed */
    animation: blink 0.8s infinite;
  }
  
  @keyframes blink {
    0%, 100% {
      opacity: 0.75;
    }
    50% {
      opacity: 0;
    }
  }

@media only screen and (min-width: 992px){


    .animated-title {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity .5s ease, transform .5s ease;
      }
      .animated-text {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity .5s ease, transform .5s ease;
      }
    .nav-wx{
        padding-left: 10px;
    }
    body{
        background-image: url(img/bg.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .images{
        display: inline-block;
        width: 50%;
        margin-top: .5%;
        margin-left: 10%;
        
    }
    .images-personal{
        display: inline-block;
        width: 50%;
        margin-top: .5%;
        margin-left: 9%;
        
    }
    .personalac{
        position: relative;
        bottom: 70px;
    }
    .hr{
        color: #fff;
        width: 25px;
        border: 1px solid;
        display: inline-block;
        position: relative;
        top: 15px;
    }
    .learn-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 2%;
        
    }
    .learn-container{
        width: 50%;
    }
    .wx-title{
        margin-left: 10%;
        margin-top: 15%;
        font-size: 4.5rem;
    }
    .wx-info{
        margin-left: 9.5%;
    }
    .paragraph{
        margin-left: 10.5%;
        width: 45%;
        font-size: 1.2rem;
    }
    .wx-button{
        margin-left: 40%;
        margin-top: 1%;
    }
    .contact-button{
        margin-top: 1%;
    }
    .contact-logo{
        margin-top: 0.9%;
        margin-left: 1%;
    }
    .lang-btn{
        margin-top: 12%;
    }

    .about-me{
        margin-top: 7%;
        padding-top: 20%;

    }
    .aboutarticle-div{
        margin-top: 10%;
    }
    .barisimg{
        width: 500px;
        display: inline-block;
        position: relative;
        bottom: 80px;

    }
    .mypersonal-ac{
        display: flex;
        justify-content: center;
    }
    .article-title{
        display: flex;
        margin-right: 5%;
        justify-content: right;
        font-size: 4rem;
    }
    .about-p{
        text-align: right;
        margin-top: 2%;
        margin-left: 500px;
        font-size: 2rem;

    }
    .me-span{
        margin-left: 2%;
    }
    .aboutp-div{
        display: flex;
        justify-content: right;
        margin-right: 5%;
        

    }
    .aboutdiv{
        display: flex;
        justify-content: right;
        width: 100%;
        
    }
    .cards{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 70px;
        margin-top: 3%;
    }
    .buttons-about{
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .about-btn{
        width: 150px;
    }

    .services{
        margin-top: 15%;
        background-color: #292d33;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .services-article-title{
        display: flex;
        justify-content: center;
        font-size: 4rem;
    }
    .readbtn-div{
        display: flex;
        justify-content: center;
    }
    .read-btn{
        box-shadow: 1px 1px 10px rgb(0, 162, 255);
        width: 130px;
    }
    .card-bg{
        background-color: #303030;
        border-radius: 10px;
    }
    .contact-card{
        background-color: #292d33;
    }
    .contact{
        margin-top: 7%;
        padding-bottom: 10%;
    }
    .linked{
        display:inline-flex;
    }
    .adresses-paragraph{
        margin-top: 2%;
        display: flex;
        justify-content: center;
    }
   
    .cards-contact{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 70px;
        margin-top: 3%;
    }
    .my-footer{
        background-color: #292d33;
    }




    

}
@media only screen and (min-height: 3000px){
    body{
        background-image: url(img/bg.svg);
        background-repeat: no-repeat;
        background-size: 200%;

    }
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
    .images{

        width: 50%;
        margin-top: .5%;
        
    }
    .barisimg{
        width: 500px;
        display: inline-block;
        position: relative;
        bottom: 80px;

    }
    .hr{
        color: #fff;
        width: 25px;
        border: 1px solid;
        display: inline-block;
        position: relative;
        top: 15px;
    }
}
@media screen and (min-width: 566px) and (max-width: 991px){
    .nav-wx{
        padding-left: 10px;
    }

    body{
        background-image: url(img/bg.svg);
        background-repeat: no-repeat;
        background-size: 150%;
    }
    .images{

        width: 100%;
        margin-top: .5%;
        margin-left: 9.5%;
        
    }
    .hr{
        color: #fff;
        width: 25px;
        border: 1px solid;
        display: inline-block;
        position: relative;
        top: 15px;

    }

    .learn-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 2%;
        
    }
    .learn-container{
        width: 50%;
    }
    .wx-title{
        margin-left: 10%;
        margin-top: 15%;
        font-size: 4.5rem;
    }
    .wx-info{
        margin-left: 10%;
    }
    .paragraph{
        margin-left: 11%;
        width: 45%;
        font-size: 1.2rem;
    }
    .wx-button{
        margin-left: 40%;
        margin-top: 1%;
    }
    .contact-button{
        margin-top: 1%;
    }
    .contact-logo{
        margin-top: 0.9%;
        margin-left: 1%;
    }
    .lang-btn{
        margin-top: 2%;
    }

    .about-me{
        margin-top: 40%;

    }
    .article-title{
        display: flex;
        margin-right: 5%;
        justify-content: right;
        font-size: 4rem;
    }
    .about-p{
        text-align: right;
        margin-top: 2%;

        font-size: 1rem;

    }
    .me-span{
        margin-left: 3%;
    }
    .aboutp-div{
        display: flex;
        justify-content: right;
        margin-right: 5%;
        

    }
    .aboutdiv{
        display: flex;
        justify-content: right;
        width: 100%;
        
    }
    .barisimg{
        width: 300px;
        position: relative;
        bottom: 60px;


    }

    .services{
        margin-top: 20%;
        background-color: #292d33;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .services-article-title{
        display: flex;
        justify-content: center;
        font-size: 3rem;
    }

    .aboutdiv{
        display: flex;
        justify-content: center;

    }
    .cards{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        flex-grow: 2fr 1fr;

        gap: 20px;
        margin-top: 3%;
    }
    .contact{
        margin-top: 15%;

    }
    .card-bg{
        background-color: #303030;
        border-radius: 10px;
    }
    .contact-card{
        background-color: #292d33;
    }
    .contact{
        margin-top: 7%;
        padding-bottom: 10%;
    }
    .linked{
        display:inline-flex;
    }
    .adresses-paragraph{
        margin-top: 2%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
   
    .cards-contact{
        justify-content: center;
        display: flex;

        flex-wrap: wrap;
        gap: 70px;
        margin-top: 3%;
    }
}
@media only screen and (max-width: 565px){
    .logo{
        margin-left: -45px;
    }
    .nav-item{
        margin-left: -10%;
    }
    body{
        background-image: url(img/bg-mobile.svg);
        background-repeat: no-repeat;
        background-size: 140%;
        
    }
    .hr{
        color: #fff;
        width: 25px;
        border: 1px solid;
        display: inline-block;
        position: relative;
        top: 0px;
    }
    .barisimg{
        width: 250px;
    
    }
    .barisimg-div{
        display: flex;
        justify-content: center;
    }
    .wx-button{
        width: 200px;
        display: flex;
        justify-content: center;
    }
    .wx-title{
        font-size: 3rem;
        margin-left: 5%;
        margin-top: 50%;
        text-align: center;
    }
    .wx-info{
        margin-left: 5%;
        text-align: center;
    }
    .paragraph{
        text-align: center;

        width: 80%;
        margin-top: 5%;
    }
    .firstp{
        display: flex;
        justify-content: center;
    }
    .aboutp-div{
        display: flex;
        justify-content: center;
    }
    .learn-container{

        margin-top: 10%;
        display: flex;
        justify-content: center;
    }
    .images{
        margin-top: 10%;
        display: flex;
        justify-content: center;
    }
    .contact-logo{
        margin-left: 2%;
    }
    .lang-btn{
        margin-left: -10%;
    }
    .about-me{
        margin-top: 60%;

    }
    .article-title{

        font-size: 3rem;
    }
    .services{
        margin-top: 20%;
        background-color: #292d33;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .services-article-title{
        display: flex;
        justify-content: center;
        font-size: 3rem;
    }
    .about-title{
        display: flex;
        justify-content: center;
    }
    .about-p{
        text-align: center;
        
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 2%;
    }
    .cards{
        
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;

        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .readbtn-div{
        display: flex;
        justify-content: center;
    }
    .read-btn{
        box-shadow: 1px 1px 10px rgb(0, 162, 255);
        width: 130px;
    }
    .contact{
        margin-top: 15%;

    }
    .card-bg{
        background-color: #303030;
        border-radius: 10px;
    }
    .contact-card{
        background-color: #292d33;
    }
    .contact{
        margin-top: 7%;
        padding-bottom: 10%;
    }
    .linked{
        display:inline-flex;
    }
    .adresses-paragraph{
        margin-top: 2%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
   
    .cards-contact{
        justify-content: center;
        display: flex;

        flex-wrap: wrap;
        gap: 70px;
        margin-top: 3%;
    }
}
@media only screen and (max-width: 450px){
    body{
        background-image: url(img/bg-mobile.svg);
        background-repeat: no-repeat;
        background-size: 150%;
        
    }
}
.title-light{
    text-shadow: 1px 1px 30px rgb(0, 89, 255);
}
