@font-face {
    font-family: Swis;
    font-style: normal;
    src: url('../fonts/Swis.ttf') format('truetype');
}

.SingleTech{
    background-color:#464545;
    padding: 10% 0;
}

.tech-container{
    width:1200px;
    margin:0 auto;
    height:670px;
    box-shadow:0 0 20px 10px #0000005e;
    position:relative;
}

.Image1{
    width:45%; 
    position:absolute;
    top:-7%;
    left:5%;
}

.image2{
    width:40%; 
    margin:4% 0 5% 49%;
}

.image3{
    width:10%; 
    position:absolute;
    bottom:6%;
    left:4%;
}

.content{
    color:white;
    width:31%;
    margin:10% 0 0 57%;
}

.content p{
    font-family:Ebrima;
    line-height:1.3;
}

.content h3{
    font-family:Myrid-light;
    font-size:280%;
    color:yellow;
}

.font{
    font-family:Swis;
    font-size:100%;
}


@media only screen and (max-width:1400px){
    .tech-container{
        width:1000px;
    }
    
    .SingleTech{
        padding:10% 0;
    }
    
    
    .Image1{
        width:50%; 
        position:absolute;
        top:-5%;
        left:2%;
    }
}

@media only screen and (max-width:1200px){
    .tech-container{
        width:800px;
    }
    
    .content{
        width:36%;
        margin:7% 0 0 56%;
    }
    
    
    .Image1{
        width:50%; 
        top:-4%;
        left:2%;
    }
    
    .image2{
        width:35%; 
       margin:-2% 0 5% 49%;
    }
    
    .image3{
        width:13%; 
    }
    .content p{
        line-height:1.2;
    }
    
    .content h3{
        font-size:230%;
    }
    
    .tech-container{
        height:550px;
    }
    
    .SingleTech{
        padding:12% 0 9%;
    }
}



@media only screen and (max-width:880px){
    .tech-container{
        height:650px;
        width:600px;
    }
    
    .content{
        width:75%;
        margin:5% 0 0 12%;
    }
    
    .Image1{
        top:-4%;
        left:54%;
        width:46%;
        -webkit-transform: scaleX(-1);
         transform: scaleX(-1);
    }
    
    .image2{
        width:30%; 
        margin:-177% 0 5% 15%;
    }
    
    .tech-container{
        height:706px;
    }
    
    .image3{
        width:17%; 
        left:10%;
    }
    
    .SingleTech{
        padding:12% 0 11%;
    }
    
    .Paragraph{
        padding-top:62%;
    }
}

@media only screen and (max-width:650px){
    .tech-container{
        height:690px;
        width:450px;
    }
    
    .content{
        margin:11% 0 0 12%;
    }
    
    .Image1{
        left:55%;
        width:51%;
    }
    
    .image2{
        width:34%; 
        margin:-254% 0 5% 10%;
    }
    
    .image3{
        width:18%; 
        left:9%;
    }
    
    .SingleTech{
        padding:110px 0 100px;
    }
}

@media only screen and (max-width:520px){
    .tech-container{
        height:100%;
        width:90%;
    }
    
    .Paragraph{
        padding:0 0 10%;
    }
    
    .content{
        margin:14% 0 6% 12%;
    }
    
    .Image1{
        top:unset;
        width:50%;
        position:relative;
        bottom:10%;
        left:12%;
        transform:scaleX(1);
    }
    
    .image2{
        position:absolute;
        width:28%; 
        top:unset;
        left:56%;
        bottom:10%
    }
    
    .image3{
        width:22%; 
    }
    
    .SingleTech{
        padding:110px 0 100px;
    }
}


@media only screen and (max-width:340px){
        .content{
        margin:9% 0 12% 12%;
    }
    
    .SingleTech{
        padding:100px 0 100px;
    }
    
    .Image1{
        bottom:21%;
    }
    
    .content h3{
        font-size:200%;
    }
}