@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

.container_body {
    width: 100%;
    height: 40%;
    padding-top: 75px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container_body .imageBox {
    width: 90%;
    height: 80%;
}

.container_body .imageBox img {
    width: 100%;
    height: 210px;
}

.container_body .textBox {
    position: absolute;
    width: 80%;
    height: 20%;
    margin: 0.2rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-stretch: extra-expanded;
}

.container_body .textBox h2 {
    font-family: 'Times New Roman', Times, serif;
}

.container_body .textBox h2 {
    font-size: 50px;
    word-spacing: 0.2rem;
    font-weight: 400;
    color: #eee;
    text-transform: capitalize;
}

.container_body .textBox h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.deploy {
    width: 100%;
    margin: 2rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deploy .cardDeploy {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.deploy .cardDeploy img {
    width: 100px;
    height: 50px;
    border-radius: 1rem;
}

.deploy .cardDeploy h3 {
    font-weight: 800;
    text-transform: lowercase;
    margin: 1rem 0rem;
}

.deploy .cardDeploy h5 {
    max-width: 50%;
    line-height: 1.5rem;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.deploy .cardDeploy:nth-child(2) {
    border-left: 5px solid black;
}

.techContainer {
    width: 100%;
    padding: 2rem 0rem;
    display: flex;
    flex-direction: column;
}

.techContainer .textTech {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-stretch: expanded;
}

.techContainer .textTech h1 {
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: capitalize;
}

.techContainer .textTech h4 {
    width: 70%;
    font-size: 20px;
    font-weight: 400;
}

.techContainer .techCardBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 4rem;
    padding: 2rem 0rem;
    margin-top: 2rem;
    margin-left: 1rem;
}

.techContainer .techCard {
    width: 28%;
    background: white;
    border-radius: 10px;
    box-shadow: inset 0.5px 0.5px grey, 2px 2px gray;
}

.techContainer .accordion-button {
    width: 0% !important;
    background-color: none !important;
    border: none !important;
}

.techContainer .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.techContainer .techCard .techIcon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border-bottom-left-radius: 4px;
    border: 2px solid white;
    position: relative;
    top: -50px;
    left: 140px;
    overflow: hidden;
}

.techContainer .techCard .techIcon img {
    position: absolute;
    width: 100px;
    height: 100px;
}

.techContainer .techCard .techContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.techContainer .accordion-button {
    width: 50% !important;
    background: none !important;
    border: none !important;
}

.techContainer .accordion-item {
    background: none !important;
    border: none !important;
}

.techContainer .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.techContainer .accordion-button::after {
    padding: 0rem 0rem !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    box-shadow: none;
}

.accordion-body {
    height: 50vh;
}

.accordion-button:hover {
    width: 50% !important;
    background: none !important;

}

.techContainer .techCard .techContent h2 {
    margin-top: -1rem;
    font-size: 20px;
    text-transform: capitalize;
}

.workingProcess {
    width: 100%;
    padding: 1.5rem 0rem;
    display: flex;
    flex-direction: column;
}

.workingProcess .headingBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.workingProcess .headingBox h1 {
    text-align: center;
    text-transform: capitalize;
}

.workingProcess .headingBox p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-stretch: expanded;
    text-transform: capitalize;
}

.workingProcess .mainBox {
    width: 90%;
    margin: 1rem 5rem;
    display: flex;
}

.workingProcess .contentBox {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-left: 3rem;
}

.workingProcess .contentBox .textBoxs {
    width: 80%;
    margin: 0.2rem 1rem;
    display: flex;
    align-items: center;
    background: #EEEEEE;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.workingProcess .contentBox .textBoxs p {
    font-size: 15px;
    padding-top: 1rem;
    padding-left: 1rem;
}

@keyframes enter-animation {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {

    .textbox-animation {
        animation: enter-animation 1.5s 1;
    }
}


@keyframes enter-animation1 {
    0% {
        transform: translateX(-150px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .card-transition-animation {
        animation: enter-animation1 1.6s 1;
    }
}

@keyframes enter-animation {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .textbox-animation {
        animation: enter-animation 1.5s 1;
    }
}

.workingProcess .img-rightBox {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workingProcess .img-rightBox img {
    width: 350px;
    height: 300px;
}

.profile_container {
    margin-top: -4rem;
}

.profile_container .tagline {
    text-align: center;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
}

.profile_container h1 {
    font-size: 30px;
    text-transform: capitalize;
    margin: 2rem 0rem;
    text-align: center;
}

.profile_container .tracks {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.container {
    min-height: 0vh !important;
}

.profile_container .tracks .leading_left {
    position: relative;
    max-width: 50%;
    background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
    padding: 1rem 0rem;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.profile_container .tracks .leading_left::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #e8f74d, #ff6600d9, #00ff66, #13ff13, #ad27ad, #bd2681, #6512b9, #ff3300de, #5aabde);
    background-size: 100%;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    width: calc(100.1% + 3px);
    height: calc(99% + 3px);
    z-index: -1;
    animation-duration: 20s linear 1s infinite;
}

@keyframes glower {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.profile_container .tracks .leading_right {
    position: relative;
    max-width: 50%;
    margin-top: 3rem;
    margin-left: 2.5rem;
    right: 0;
    background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
    /* background: linear-gradient(to left, #8094c7, #3f2b96); */
    padding: 1rem 0rem;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.profile_container .tracks .leading_right::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #e8f74d, #ff6600d9, #00ff66, #13ff13, #ad27ad, #bd2681, #6512b9, #ff3300de, #5aabde);
    background-size: 100%;
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    width: calc(100.1% + 3px);
    height: calc(99% + 3px);
    z-index: -1;
    animation: glower 20s linear infinite;
}

.profile_container .tracks .leading_left h4 {
    padding-top: 0.5rem;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    text-transform: capitalize;
}

.profile_container .tracks .leading_right h4 {
    padding-top: 0.5rem;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    text-transform: capitalize;
}

.contactBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 2rem 0rem;
}

.contactBox .headingBox h1 {
    text-align: center;
    text-transform: capitalize;
}

.contactBox .contactUs {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contactBox .contactUs .imgContact {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactBox .contactUs .imgContact img {
    width: 500px;
    height: 350px;
}

.contactBox .contactUs .contactInputs {
    width: 40%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactBox .contactUs .contactInputs .boxes {
    display: flex;
    flex-direction: row;
}

.contactBox .contactUs .contactInputs .boxes i {
    position: absolute;
    right: 32rem;
    margin-top: 0.8rem;
    font-size: 25px;
    color: #1c1852;
}

.contactBox .contactUs .contactInputs input {
    width: 75%;
    height: 40px;
    margin-top: 5px;
    border: none;
    background-color: transparent;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom: 1.5px solid black;
    margin-bottom: 10px;
    padding-left: 50px;
    outline: none;
}

.contactBox .contactUs .contactInputs textarea {
    width: 75%;
    margin-top: 1rem;
    border: 1.5px solid black;
    padding-left: 10px;
    padding-top: 10px;
    outline: none;
}

#sub {
    width: 30%;
    padding: 5px 5px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 25px;
    font-size: 15px;
    background-color: #1c1852;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}

#sub:hover {
    background: transparent;
    color: #1c1852;
    border: 2px solid #1c1852;
    font-size: 15px;
    font-weight: bold;
    transition: all 1s ease;
}

.companyBox .companyHead {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.companyBox .companyHead h1 {
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.section1 {
    font-family: 'Poppins', sans-serif;
    padding: 2rem 1rem;
    width: 100%;
}

.slick-slide {
    margin: 0px 10px;
}

.slide .img {
    text-align: -webkit-center;
    padding: 12px 10px;
    margin-top: 1rem;
}

.slick-slide img {
    width: 150px;
    height: 70px;
}

.slide .box1 {
    width: 90%;
    height: 55vh;
    background-color: #EEEEEE;
    border-radius: 1rem;
}

.box1 a {
    text-decoration: none;
}

.slide .content {
    font-size: 13px;
    padding: 15px;
    color: black;
}

.sidebar2 ul li:nth-child(4) a .fa {
    background-color: #5B636A;
}

.sidebar2 ul li a .fa {
    color: white;
    padding: 15px 12px;
    margin-right: 8px;
    border-radius: 5px;
}

@media screen and (max-width: 2000px) {
    .contactBox .contactUs .imgContact img {
        width: 450px;
        height: 300px;
    }
}

@media screen and (max-width:1000px) {
    .container_body .textBox h2 {
        margin: 2rem 0rem;
        line-height: 2rem;
    }

    .techContainer .techCard .techIcon {
        left: 100px;
    }

    .techContainer .techCard .techContent p {
        font-size: 12px;
    }

    .techContainer .techCardBox {
        margin-left: 0rem;
    }

    .accordion-body {
        padding: 0rem 0rem;
    }

    .workingProcess .mainBox {
        margin-bottom: 3rem;
    }

    .profile_container h1 {
        width: 80%;
        margin-left: 7rem;
    }

    .profile_container .tracks {
        margin-top: 2.5rem;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        right: 25rem;
    }

    #sub {
        width: 35%;
    }

    .section1 {
        padding: 1rem 0rem;
    }

    .section1 .container {
        max-width: 90%;
        padding-bottom: 3rem;
    }

    .slide .box1 {
        width: 100%;
    }

    .slide .box1 .content {
        font-size: 12px;
    }
}

@media screen and (max-width: 980px) {
    
    .container_body .imageBox img{
        height: 260px;    
    }
    
    .container_body .textBox{
        margin-top: -7rem !important;
    }
    
    .workingProcess .contentBox {
        width: 60%;
        margin-left: 0rem;
    }

    .contactBox .contactUs .contactInputs input {
        width: 85%;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        right: 24rem;
    }

    .contactBox .contactUs .contactInputs textarea {
        width: 85%;
    }
    
    .slide .box1 {
        height: 16vh;
    }
}

@media screen and (max-width: 950px) {
    .contactBox .contactUs .contactInputs .boxes i {
        right: 23rem;
    }

    .slide .box1 .content {
        font-size: 11px;
        font-weight: 500;
    }
    
    
}

@media screen and (max-width: 900px) {
    .container_body .imageBox {
        width: 80%;
    }

    .container_body .imageBox img {
        height: 180px;
    }

    .container_body .textBox h2 {
        margin: 0rem 0rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 40px;
    }

    .container_body .textBox h4 {
        font-size: 14px;
    }

    .profile_container h3 {
        margin: 2rem 5rem;
        max-width: 80%;
    }

    .profile_container .tracks .leading_left h4 {
        font-size: 15px;
    }

    .profile_container .tracks .leading_right h4 {
        font-size: 15px;
    }

    .contactBox .contactUs .contactInputs input {
        width: 90%;
        padding-left: 3.5rem;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        right: 21.5rem;
    }

    .contactBox .contactUs .contactInputs textarea {
        width: 90%;
    }
}

@media screen and (max-width: 880px) {
    .techContainer .techCard .techIcon {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        border-bottom-left-radius: 4px;
        left: 100px;
    }

    .techContainer .techCard .techIcon img {
        width: 76px;
        height: 78px;
    }

    .techContainer .accordion-button {
        width: 55% !important;
    }

    .workingProcess .mainBox {
        width: 90%;
        margin: 2rem 2rem;
    }

    .profile_container h1 {
        width: 80%;
        margin-left: 4.5rem;
    }

    .profile_container .tracks .leading_left h4,
    .profile_container .tracks .leading_right h4 {
        font-size: 12px;
    }

    .workingProcess .mainBox .contentBox {
        width: 60%;
    }

    .workingProcess .contentBox .textBox p {
        width: 90%;
        font-size: 14px;
    }

    .workingProcess .mainBox .img-rightBox {
        width: 40%;
    }
}

@media screen and (max-width: 850px) {
    .contactBox .contactUs .imgContact img {
        width: 400px;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        right: 19.8rem;
    }
}

@media screen and (max-width: 830px) {
    .slide .box1 .content {
        font-size: 10px;
        font-weight: 500;
    }

}

@media screen and (max-width: 800px) {
    .techContainer .techCard .techIcon {
        left: 80px;
    }

    .techContainer .techCard .techContent h2 {
        font-size: 15px;
    }

    .techContainer .techCard .techContent p {
        font-size: 8px;
    }
}

@media screen and (max-width: 780px) {
    .techContainer .techCard .techIcon {
        left: 80px;
    }

    .techContainer .techCard .techContent h2 {
        font-size: 15px;
    }

    .techContainer .techCard .techContent p {
        font-size: 10px;
    }

    .techContainer .techCard .techIcon {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        border-bottom-left-radius: 4px;
        border: 2px solid white;
        position: relative;
        top: -50px;
        left: 70px;
        overflow: hidden;
    }

    .techContainer .techCardBox .techCard {
        width: 40%;
    }

    .techContainer .accordion-body .techCard:nth-child(3) {
        display: none;
    }

    .techContainer .techCard .techIcon {
        left: 100px;
    }

    .contactBox .contactUs .imgContact {
        width: 40%;
    }

    .contactBox .contactUs .imgContact img {
        width: 330px;
        height: 300px;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        right: 19rem;
        font-size: 20px;
    }

    .contactBox .contactUs .contactInputs .boxes input {
        font-size: 14px;
    }

    .contactBox .contactUs .contactInputs textarea {
        font-size: 14px;
    }

    #sub {
        width: 35%;
    }

}

@media screen and (max-width: 700px) {
    .container_body .imageBox {
        width: 100%;
    }

    .container_body .textBox {
        padding-top: 30px;
        padding-bottom: 2rem;
        width: 100%;
    }

    .container_body .textBox h2 {
        color: #FFF;
    }

    .container_body .textBox h4 {
        font-size: 14px;
    }

    .profile_container h3 {
        font-size: 20px;
        color: black;
    }

    .profile_container .tracks .leading_left h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .profile_container .tracks .leading_right h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .contactBox .contactUs .imgContact img {
        width: 300px;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        right: 17rem;
    }

    .section1 .container {
        max-width: 100%;
    }

    .slide .box1 {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .workingProcess .mainBox {
        flex-direction: column-reverse;
    }

    .workingProcess .mainBox .img-rightBox {
        width: 100%;
    }

    .workingProcess .mainBox .contentBox {
        width: 100%;
        margin-bottom: 1rem;
        align-items: center;
    }

    .workingProcess .mainBox .contentBox .textBox p {
        font-size: 12px;
        font-weight: 500;
    }

    .profile_container .tracks .leading_left {
        max-width: 100%;
    }

    .profile_container .tracks .leading_right {
        max-width: 100%;
        margin: 1rem 0rem;
        border-top-left-radius: 0rem;
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 3rem;
        border-top-right-radius: 3rem;
    }

    .profile_container .tracks .leading_right::before {
        border-top-left-radius: 0rem;
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 3rem;
        border-top-right-radius: 3rem;
    }

    .profile_container .tracks .container .row {
        flex-direction: column;
    }

    .contactBox .headingBox h1 {
        font-size: 25px;
    }

    .contactBox .contactUs {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contactBox .contactUs .contactInputs {
        width: 100%;
        margin-top: 1rem;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        width: 5%;
        right: 0rem;
        margin-top: 1.5rem;
        left: 8rem;
    }

    .contactBox .contactUs .contactInputs .boxes input {
        width: 65%;
        margin: auto;
        margin-top: 1rem !important;
    }

    .contactBox .contactUs .contactInputs .boxes:nth-child(4){
        justify-content: center;
    }

    .contactBox .contactUs .contactInputs textarea {
        width: 65%;
        margin-top: 2rem !important;
    }

    #sub {
        margin-left: 7rem;
        width: 25%;
    }

    .companyBox .companyHead p {
        font-size: 14px;
        font-weight: 500;
    }

    .slide .box1 .content {
        font-size: 12px;
        font-weight: 400;
    }
}

@media screen and (max-width: 580px) {
    .container_body .imageBox img {
        height: 150px;
    }

    .container_body .textBox {
        margin: 0rem 0rem;
    }

    .container_body .textBox h2 {
        font-size: 30px;
        margin: 0rem;
        padding-bottom: 0rem;
    }

    .container_body .textBox h4 {
        font-size: 10px;
        padding-top: 7px;
    }

    .techContainer .textTech h4 {
        width: 90%;
    }

    .techContainer .techCard .techIcon {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        border-bottom-left-radius: 4px;
        border: 2px solid white;
        position: relative;
        top: -50px;
    }

    .techContainer .techCard .techIcon img {
        object-fit: cover;
    }

    .techContainer .techCardBox {
        margin-top: 3rem;
        padding: 1rem 0rem;
    }

    .techContainer .techCardBox .techCard {
        padding: 1rem 0rem;
    }

    .techContainer .accordion-body {
        height: 20%;
    }

    .techContainer .techCard .techContent {
        margin-top: -15px;
    }

    .profile_container .tracks .leading_left {
        max-width: 80%;
        margin-left: 4rem;
    }

    .profile_container .tracks .leading_right {
        max-width: 80%;
        align-self: self-start !important;
        margin-left: 4rem;
    }

    .profile_container .tracks .container .row {
        width: 100%;
        justify-content: center;
    }

    .companyBox .companyHead h1 {
        font-size: 28px;
    }

    .companyBox .companyHead p {
        font-size: 12px;
    }

    .contactBox .contactUs .imgContact img {
        width: 400px;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        left: 7rem;
    }
}

@media screen and (max-width: 550px) {
    .slide .box1 .content {
        font-size: 10px;
    }
}

@media screen and (max-width: 500px) {
    .companyBox .companyHead h1 {
        font-size: 25px;
    }
    
    .slide .box1 {
        height: 35vh;
    }
    
    .container_body .textBox{
        margin-top: -1rem !important;
    }
}

@media screen and (max-width: 480px) {
    .container_body .textBox h2 {
        font-size: 28px;
    }

    .container_body .textBox h4 {
        font-size: 10px;
    }

    .techContainer .techCard .techIcon {
        left: 65px;
    }

    .techContainer .techCardBox {
        margin-top: 3rem;
        padding: 1rem 0rem;
    }

    .workingProcess .mainBox .contentBox .textBox {
        width: 90%;
    }

    .workingProcess .mainBox .contentBox .textBox p {
        font-size: 10px;
        font-weight: 600;
    }

    .profile_container h1{
        margin-left: 3.5rem;
    }

    .companyBox .companyHead h1 {
        width: 80%;
        margin-left: 2rem;
        text-align: center;
    }

    .profile_container .tracks .leading_left h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .profile_container .tracks .leading_right h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        left: 5.5rem;
    }
}

@media screen and (max-width: 450px) {
    .techContainer .techCardBox .techCard {
        width: 80%;
    }

    .techContainer .techCard .techIcon {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        border-bottom-left-radius: 4px;
        border: 2px solid white;
        position: relative;
        top: -50px;
        left: 150px;
    }

    .techContainer .techCard .techContent h2 {
        font-size: 20px;
    }

    .techContainer .techCard .techContent p {
        font-size: 15px;
    }

    .companyBox .companyHead {
        text-align: center;
    }

    .companyBox .companyHead p {
        max-width: 80% !important;
        font-size: 12px;
    }

    .profile_container h1{
        width: 100% !important;
        font-size: 22px;
        margin-left: 0rem;
    }

    .container{
        margin-left: -1rem !important;
    }

    .companyBox .companyHead h1{
        margin-left: 0rem;
    }

    .section1 .container{
        margin-left: 0rem !important;
        padding-bottom: 0rem;
    }

    
}

@media screen and (max-width: 425px) {
    .container_body .imageBox img {
        display: none;
    }
    .contactBox .headingBox h1 {
        font-size: 22px;
    }
    .container_body .imageBox {
        width: 100%;
        height: 120px;
        background-color: #1c1852;
        opacity: 0.8;
        box-shadow: inset 0.5px 1px grey, 2px 3px gray;
    }

    .container_body .textBox h2{
        width: 100%;
        text-align: center;
    }
    
    .container_body .textBox h4{
        color: wheat;
    }

    .profile_container .tracks .leading_left, .profile_container .tracks .leading_right{
        max-width: 90%;
        margin-left: 3rem;
    }

    .techContainer .techCard .techIcon {
        left: 130px;
    }

    .profile_container h1 {
        font-size: 25px;
        max-width: 100%;
        margin-left: 0rem;
    }

    .container {
        margin-left: -1rem !important;
    }

    .section1 .container {
        margin-left: 0rem !important;
    }

    .slick-slide img {
        height: 50px;
    }
}

@media screen and (max-width: 420px) {
    .slide .box1{
        height: 30vh;
    }
}

@media screen and (max-width: 400px) {
    
    .container_body .textBox{
        margin: 0.5rem 0rem !important;
    }
    .contactBox .contactUs .imgContact img {
        width: 300px;
        height: 250px;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        left: 5rem;
    }

    #sub {
        margin-left: 5rem;
        font-size: 13px;
        width: 30%;
    }

    .companyBox .companyHead h1 {
        max-width: 85%;
        font-size: 22px;
    }

    .companyBox .companyHead p {
        font-size: 11px;
    }

    .slide .box1 .content {
        font-size: 12px;
    }

    .profile_container .tracks .leading_left,.profile_container .tracks .leading_right  {
        margin-left: 2rem;
    }
}

@media screen and (max-width: 380px) {
    .techContainer .techCard .techContent p {
        font-size: 13px;
    }
    .container_body .textBox {
        margin-top: 1rem;
        width: 85%;
        height: 15%;
    }
    .workingProcess .headingBox p {
        
        padding: 0 22px;
    }

    .container_body .textBox h2 {
        font-size: 20px;
    }

    .container_body .textBox h4 {
        font-size: 10px;
        text-align: center;
    }

    .deploy .cardDeploy h5 {
        max-width: 80%;
        font-size: 10px;
        letter-spacing: 0px;
    }

    .techContainer .techCard .techIcon {
        left: 120px;
    }

    .techContainer .textTech h2 {
        font-size: 15px;
    }

    .techContainer .textTech h4 {
        width: 100%;
        font-size: 15px;
        padding: 0 20px;
    }

    .container {
        margin-left: 0rem !important;
    }
    .companyBox .companyHead p {
        font-size: 14px;
    }

    .profile_container h1 {
        font-size: 22px;
        padding: 0 28px;
    }

    .profile_container h3 {
        width: 100%;
        margin: 1rem 3rem;
        text-align: center;
        font-size: 18px;
    }

    .profile_container .tracks .leading_left,.profile_container .tracks .leading_right  {
        margin-left: 2rem;
    }

    .profile_container .tracks .leading_left h4 {
        font-size: 10px;
        font-weight: 400;
    }

    .profile_container .tracks .leading_right h4 {
        font-size: 10px;
        font-weight: 400;
    }

    .slide .box1 .content {
        padding: 10px;
        font-size: 12px;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        width: 10%;
    }
    .workingProcess .mainBox{
        margin: 2rem 1rem;
    }
}

@media screen and (max-width: 325px) {
    .container_body .imageBox img {
        height: 120px;
    }

    .container_body .textBox {
        margin-top: 1.5rem;
        width: 90%;
        height: 10%;
    }

    .container_body .textBox h2 {
        font-size: 28px;
        text-align: center;
        font-weight: 500;
        margin-top: 39px;
    }

    .container_body .textBox h4 {
        font-size: 10px;
        font-weight: 300;
    }

    .workingProcess .mainBox {
        margin-left: 1rem;
    }

    .workingProcess .contentBox .textBoxs {
        width: 100%;
    }

    .workingProcess .mainBox .img-rightBox {
        width: 80%;
        margin-left: 1rem;
    }

    .workingProcess .mainBox .img-rightBox img {
        width: 200px;

    }

    .profile_container .tracks .leading_left,
    .profile_container .tracks .leading_right {
        margin-left: 1rem;
        max-width: 98%;
    }

    .techContainer .techCard .techIcon {
        left: 80px;
    }

    .techContainer .textCardBox .techContent h2 {
        font-size: 12px;
    }

    .techContainer .techCardBox .techContent p {
        font-size: 10px;
    }

    .section1 .container {
        padding-bottom: 0rem !important;
    }

    .slide .box1 {
        height: 60vh;
    }

    .contactBox .headingBox h1 {
        font-size: 22px;
    }

    .contactBox .contactUs .imgContact img {
        width: 250px;
        height: 150px;
    }

    .contactBox .contactUs .contactInputs .boxes i {
        left: 4rem;
    }

    #sub {
        margin-left: 3rem;
        font-size: 12px;
        width: 35%;
    }
}
@media(max-width:310px){
    .container_body .textBox h2 {
        font-size: 23px;
        margin-top: 42px;
    }
}

@media screen and (max-width: 280px) {
    .container_body .textBox {
        width: 100%;
    }

    .container_body .imageBox img {
        height: 125px;
    }

    .techContainer .techTech h1 {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .techContainer .textTech h4 {
        font-size: 12px;
    }

    .techContainer .techCardBox .techCard .techIcon {
        left: 65px;
    }

    .techContainer .techCardBox .techContent h2 {
        font-size: 14px;
    }

    .profile_container h3 {
        width: 100%;
        margin: 1rem 2rem;
        font-size: 14px;
    }

    .profile_container .tracks .leading_left,
    .profile_container .tracks .leading_right {
        margin-left: 0.8rem;
    }

    .profile_container .tracks .leading_left h4 {
        max-width: 85%;
        padding-left: 2rem;
        font-size: 12px;
        font-weight: 400;
    }

    .profile_container .tracks .leading_right h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .slide .box1 {
        height: 65vh;
    }
}