
#page{
    min-height: 100vh !important;
    height: 100% !important;
}

.experince-header {
    position: relative;
    font-size: 42px;
    color: var(--light-bg-color);
}
.experince-header-set{
    padding-right:10px;
    background: var(--main-bg-color);
}

.experince-alt {
    color:#6c6f8a ;
    margin: 50px 0;
    font-size: 22px;
    width: 70%;
}

.experince-header::before{
    content: "";
    position: absolute;
    display: flex;
    top: 50%;
    left: 0;
    background: var(--main-bg-color);
    height: 10%;
    width: 100%;
    z-index: -1;
}

.pageControl{
    height: 25px;
}

.about-container {
    display: flex;
    justify-content: space-between;
    
}

.about-me-section{
    padding: 20px 0;
    width: 50%;
    color: var(--main-text-black);
    font-size: 18px;
    overflow: hidden;
}

.about-text i{
    color: var(--main-bg-color);
    
}

.img-section{
    width: 550px;
    height: 500px;
    padding: 20px 0;
    border-radius: 5px;
    
}
.img-section img{
    width:100%;
    height:100%;
  /* box-shadow: 15px 15px 0 #222335; */
  border-radius:5px;
}
.about-text{
    margin-bottom: 35px;
    margin-top: 35px;
font-size: 20px;
margin-left: 18px;
}

.experince-header::before{
    content: "";
    position: absolute;
    display: flex;
    top: 50%;
    left: 0;
    background: var(--main-bg-color);
    height: 10%;
    width: 100%;
    z-index: -1;
}
@media only screen and (max-width: 1150px) {
    .experince-alt{
        width: 100%;
    }
    .img-section{
        margin-top: 25px;
        width: 100%;
        height: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 968px){
    .about-container {
        flex-direction: column-reverse;
    }

    .about-me-section{    
        width: 100%;
    }
    .img-section{
        margin-top: 25px;
        width: 250px;
        height: 300px;
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    .comment-section {
            width: 100%;

        }
        .experince-header-set{
            padding: 10px;
        }
        .img-section{
            margin:20px auto;
        }
        .about-me-section{
            text-align: center;
        }
        .experince-header{
            text-align: center;
            font-size: 28px;
        }
        .about-text{
            font-size: 18px;
        }
        .experince-alt {
            text-align: center;
            font-size: 18px;
            width: 100%;
            margin:13px 0;
            margin-bottom: 50px;
        }
    section .container {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin: 0;
            padding: 0;
        }
}

@media only screen and (max-width:455px) {

    .slider-com-artic{
        font-size: 18px;
        width: 100px;
    }

    .comment-slider-img{
        width: 80px;
        height: 80px;
    }
    .experince-header {
        text-align: center;
        font-size: 18px;
    }
    .about-text {
        font-size: 16px;
    }
    .experince-alt {
        text-align: center;
        font-size: 16px;
        width: 100%;
        margin: 13px 0;
        margin-bottom: 50px;
    }     
}