.table {
    color: white;
}
#basic-button{
    background-color: black;
    color: white;
    margin-left: 55px;
}
#basic-button:hover{
    background-color: green;
    color: black;
}
.list-icon {
    background-color: black;

}
.label-important-icon{
    color: black;

}
.label-important-icon:hover{
    color: green;
}
.list-text {
    color: black;
}

.list-text:hover {
    color: crimson;
}

.list-text2 {
    color: black;
}

.list-text2:hover {
    color: crimson;
}

.business-landing-title{
    background-color:#1B3C73;
    padding: 15px;
}

.vision-mess {

    position: relative;
    animation-name: vision-mess-css;
    animation-duration: 120s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes vision-mess-css {
    from {
        right: -1000px;
    }
    to {
        right: 1200px;

    }
}

.my-message {
    text-align: center;
    background-color:#100720;
    position: relative;
    width: 100%;
    margin-bottom: 1%;
    padding:5px;
}
.my-header-message {
   text-align: center;
    position: relative;
    width: 100%;
    padding:5px;
}

.Home-headerImg {
    width: 100%;
    height: 300px; /* Set to a specific pixel value */
    position: absolute;
}

.contactInfo{
    width: 100%;
    padding: 5px;
    margin-top: 7.5%;
    border-top:8px solid #100720;
    display: inline-flex;
    justifyContent:space-between;

}
.home-hireDeveloper{
    font-size: 3em;
    font-weight:900;
    text-align: center;
    text-shadow: 2px 0 1px black;
    color:white;
    width:100%;
    margin-top:10% ;
    position:absolute;
    font-family: Segoe UI;
    position: absolute;
}
.home-hireDeveloper:hover{
    color:#d2ebf5;
}
.home-services{
    display: inline-flex;
    justify-content: space-around;
    padding: 10px;
    font-size: 0.8em;
    font-weight:200;

}
.home-service-hover{
    border:1px solid white;
    margin-right:5px;
    padding:10px;
    border-radius: 5px;
    background-color: #1B3C73;
}
.home-service-hover:hover{
    background-color:cornflowerblue;
}
.home-service-gen:hover{
   color:green;
}

.my-message h2 {
     font-size: 1.0em;
     font-weight:700;
     color: white;
    width:100%;
    position:absolute;
     font-family: Segoe UI;
     text-align: center;

}

.my-message h5 {
    font-size: 1.0em;
    font-weight:100;
    color: white;
    font-family: Segoe UI, sans-serif;
    text-align: center;

}
.learning-track-main{
    display: block;
    width: 100%;
    background-color: white;
    padding: 15px;
}
.learning-track-wrapper {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.8rem;
}

.learning-theory,
.learning-coding,
.learning-practical {
    flex: 1;
    padding: 1rem;
    background-color: #100720;
    color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.learning-theory:hover,
.learning-coding:hover,
.learning-practical:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    color: black;
}


.home {
    text-align: center;
}

.home h4 {
    font-weight: 700;
    margin: 50px;
    font-size: 2.0em;
    font-family: "Segoe UI";
}

.home p {
    font-weight: 400;
    font-size: 1.0em;
}


/*Animation of home/*end*/
h4 {
    animation-duration: 3s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}


.company-address {
    margin-left: 0px;

}

.container-body {
    display: inline-flex;
    box-shadow: 0 0 2px gray;
    border-radius: 5px;
    background-color: lightyellow
}

.container-body:hover {
    background-color: darkgreen;
    color: white;
}

.about-message {
    border-radius: 63px;
    background-color: indigo;
    padding: 10px;
    border: hidden;
    color:white;
}

.about-message:hover {
    background-color: green;
    color: white;
}

.contact-message {
    border-radius: 63px;
    padding: 10px;
    background-color: indigo;
    color: white;
    border: hidden;
    box-shadow: 0 0 8px black;
}

.contact-message:hover {
    background-color: green;
    color: white;
}

.language-title{
    color:#100720;
    background-color:yellow;
    text-align:center;
    padding:5px;

}
.language-title:hover{
    background-color: #4bbf73;
}
.display-30-react-project {

}

@media screen and (max-width: 900px) {
    .project-list-container, .saas {
        flex-direction: column;
        width: 100%;
    }

    .container {
        flex-direction: column;
        width: 100%;
    }

    .my-picture {
        width: 100%;
    }

}

@media screen and (max-width: 450px) {
    .captivating-question {
        flex-direction: column;
        font-size: large;
        margin: 10px;
        padding: 5px;
        width: 80%;
    }
    .home-hireDeveloper{
        font-size: 1.2em;
        font-weight:800;
        text-align: center;
        color: whitesmoke;
        width:100%;
        margin-top:10% ;
        position:absolute;
        font-family: Segoe UI;
        position: absolute;
    }
    .javascript-function-wrapper{
        width: 100%;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .home-services{
        display: inline-flex;
        justify-content: space-around;
        font-size: 0.5em;
        font-weight:200;
    }
    .profile-container {
        width: 100%;
        flex-direction: column;
    }

    .responsive-img {
        width: 100%;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .profile {
        width: 100%;
        flex-direction: column;
    }

.footer-title{

}
    .footer-date {
        width: 100%;

    }

    .welcome-header {
        font-size: x-large;
        font-family: "Segoe UI";
        font-weight: bold;
        text-align: center;
        margin: 25px;
    }

    .home saas {
        font-size: 1.1em;
        width: 100%;
        color: crimson;
    }

    .home h4 {
        font-size: large;
        font-family: "Segoe UI";
        text-align: center;
        margin: 25px;
    }

    .home p {
        font-size: 1.0em;
    }

    .project-list {
        font-size: 1.0em;
        width: 100%;
    }

    .car-management-project {
        font-size: 0.8em;
        width: 100%;
        flex-direction: column;
    }


    .definition-inbuilt {
        font-size: small;
    }

    .web-mobile {
        width: 100%;
        display: inline-block;
        backgroundColor: #100720;
        all: unset;
        margin: 0 8px 16px;
        alignItems: center;
        transition: all 0.2s ease-in-out;
        font-size: 0.8em;
        flex-direction: column;
    }

    .web-mobile :hover {
        transform: rotate(45deg);
        box-shadow: 0 8px 17px indigo;
    }

    .WhyJavascript {
        font-size: 0.8em;
        width: 100%;
        flex-direction: column;
    }

    .payment-management-project {
        font-size: 0.8em;
        width: 100%;
        flex-direction: column;
    }


    .container-react-mobileApp01 {
        display: inline-block;
        width: 100%;
    }

    .container-react-mobileApp02 {
        display: inline-block;
        width: 100%;

    }

    .container-react-mobileApp03 {
        display: inline-block;
        width: 100%;
    }

    .contact-img {
        flex-direction: column;
        width: 100%;
    }

    .main-container {
        flex-direction: column;
        width: 100%;
    }

    /*slides*/
    .each-slide-effect > div {
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        height: 50px;
    }

    .each-slide-effect span {
        font-size: 20px;
        background: #efefef;
        text-align: center;
    }

}

/*slides*/
.each-slide-effect > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 600px;
}

.each-slide-effect span {
    padding: 20px;
    font-size: 20px;
    background: #efefef;
    text-align: center;
}

/*About-popUP*/
.form {
    width: 100%;
    padding: 5px;
    background-color: lightgray;
    margin: 5px;

}

.btn-add {
    marginRight: 10px;
    padding: 5px;
    float: right;
    margin: 20px;
    backgroundColor: dodgerblue;
    border: hidden;
    color: white;
    margin: 25px;
}

.btn-cancel {
    marginRight: 10px;
    padding: 5px;
    float: right;
    margin: 20px;
    background-color: red;
    border: hidden;
    color: white;
}

.close-modal {
    padding: 5px;
    background-color: red;
    border: hidden;
    margin-top: 10px;
    color: white;
    width: 45px;
    margin: 25px;

}

.modal {
    width: 100vw;
    height: 100vh;
    margin-top: 20px;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}


body.active-modal {
    overflow-y: hidden;
}

.btn-modal {
    padding: 10px;
    font-size: 18px;
    margin: 5px;
    float: right;

}

/**End of About-popUp**/
