body {
    font-family: poppins;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}



.header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.979);
    padding-left: 5%;
    padding-right: 5%;
    padding-top:1%;
    padding-bottom:1%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    min-width:280px;
    margin-top: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    top:0;
    box-sizing: inherit;
    
    
    
    
}

.logo a {
    font-size: 20px;
    font-weight: 700;
    color:rgb(116, 191, 204);
    text-decoration: none;
    
}


.left-part a {
    font-size: 17px;
    text-decoration: none;
    color:rgb(114, 114, 114);
    font-weight: 200;
    
}
    





.Title-section {
    margin: auto;
    width: 80%;
    max-width: 1000px;
    margin-bottom: 10%;
    margin-top: 15%;
    
}

@media (max-width:450px)
{
    .case-study-title {
        width: 70%;
    }
}

.Title {
    font-size: 50px;
    font-weight: 800;
}

.case-study-text {
    font-size:25px;
    font-weight: 300;
}

.Main-image img {
    margin-top:10%;
    width: 100%;
}

.section {
    margin:auto;
    width: 80%;
    margin-bottom: 15%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    
    
}

@media (max-width:450px) {
    .section {
        width:90%
    }
}

.section-title {
    font-size: 20px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin-bottom: 2%;
    width: 100%;
}



.section-summary {
    font-size: 25px;
    margin-bottom: 4%;
    font-weight: 600;
    color: rgb(167, 167, 167);
}

.section-text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1%;
    color: rgb(22, 22, 22);
}

@media (max-width:450px)
{
    .Title {
        font-size: 35px;
        line-height: 34px;
        margin-bottom: 10px;

    }

    .case-study-text {
        font-size: 18px;
    }
}

li {
    font-size: 18px;
}



.section-image img {
    width: 100%;
    margin-top:5%;
}

.section-image-wide {
    width: 100%;
    display: flex;
    
justify-content: center;
}

.section-image-wide img {
    width: 120%;
    margin-top: 10%;
   
}

@media (max-width:450px) {
    .section-image-wide {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}




@media (max-width:1200px)  {
    .section-image-wide{
        display: 100%;

    }
    .section-image-wide img {
        width: 100%;
    }
}

   

@media (min-width:1200px)
{
    .section {
        width: 70%;
      
    }
}

.squaretext-group {
    margin-top:20px;
    margin-bottom:20px;
}

.square-text01 {
    font-size:18px;
    background-color: #9ddeec;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px;
    width: 50%;
    height: 20%;
    padding: 2%;
    font-weight: 600;
}

.prototype-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-items: center;
    align-items: center;
    background-color: rgb(228, 228, 228);
    padding: 2%;
}

.prototype-container img {
    width: 20%;
    min-width: 250px;
    margin: auto;
    margin-bottom: 2%;
    margin-top: 2%;;
    
}

.prototype-container a {
    width: 70%;
    padding-top: 2%;
    padding-bottom:2%;
    padding-left: 2%;
    padding-right: 2%;
    background-color:black;
    font-size: 25px;
    margin-top: 5%;
    color:white;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}



.blank-space {
    height: 15%;
}

.thank-you {
    font-size: 30px;
    background-color: black;
    color: white;
    text-align: center;
    height: auto;
    padding: 2%;
    min-height: 100px;
    
}

.card-text1 {
    margin-top:5%;
    margin-bottom: 3%;
}

.card-section-text {
    background-color: rgb(174, 189, 149);
    padding:1%;
}

.section-image-wide p{
    font-weight: 600;
}

.section-image-wide02 img {
    width: 100%;
    max-width:900px;
}

.sub-section {
    margin-bottom:7%;
}

@media (max-width:450px)
{
    .card-section-text {
        background-color:none;
        
    }
}



@media  (max-width:450px)
{
    .header {
        width: 100%;
        box-sizing: inherit;
        position: fixed;
        height: 5.5%;
        align-items: center;
    }
    .logo a{
        font-size:16px;
    }

    .left-part a{
        font-size: 16px ;
    }
}

@media (max-width:1200px)  {
 body {
    font-family: poppins;
 }
}