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

.SingleTech{
    background-color:#262626;
    padding: 8% 0;
}

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

.Image1{
    width:61%; 
    position:absolute;
    top:5%;
    left:-6%;
}

.image2{
    width:12%; 
    position:absolute;
    top:20%;
    left:39%;
}

.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:250%;
    color:yellow;
}

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


@media only screen and (max-width:1400px){
    .tech-container{
        width:1000px;
    }
    
    .SingleTech{
        padding:10% 0;
    }
    
    
    .Image1{
      top:9%;
    }
}

@media only screen and (max-width:1200px){
    .tech-container{
        width:800px;
    }
    
    .content{
        width:36%;
        margin:5% 0 0 56%;
    }
    
    
.Image1{
    width:64%; 
    top:21%;
    left:-10%;
}

.image2{
    width:15%; 
    top:24%;
    left:35%;
}
    
    .content h3{
        font-size:150%;
    }
    
    .tech-container{
        height:550px;
    }
    
    .SingleTech{
        padding:12% 0 9%;
    }
}

@media only screen and (max-width:991px){
    .Image1{
        width:62%; 
        left:-8%;
    }
}

@media only screen and (max-width:927px){
    .tech-container{
        height:650px;
        width:600px;
    }
    
    .content{
        width:75%;
        margin:5% 0 0 12%;
    }
    
    .Image1{
        top:57%;
        left:-4%;
    }
    
    .image2{
        width:21%; 
        top:61%;
        left:62%;
    }
    
    .image3{
        width:17%; 
        bottom:6%;
        right:9%;
        left:unset;
    }
    
    .SingleTech{
        padding:12% 0 11%;
    }
}

@media only screen and (max-width:650px){
    .tech-container{
        height:690px;
        width:450px;
    }
    
    .content{
        margin:11% 0 0 12%;
    }
    
    .Image1{
        top:66%;
        width:65%;
    }
    
    .image2{
        width:24%; 
        top:66%;
        left:59%;
    }
    
    .image3{
        width:18%; 
        bottom:6%;
        right:9%;
        left:unset;
    }
    
    .SingleTech{
        padding:110px 0 100px;
    }
}

@media only screen and (max-width:490px){
    .tech-container{
        height:100%;
        width:90%;
    }
    
    .content{
        margin:14% 0 6% 12%;
    }
    
    .Image1{
        top:unset;
        width:84%;
        position:relative;
        bottom:-12%;
        left:0;
    }
    
    .image2{
        width:31%; 
        top:unset;
        left:56%;
        bottom:23%
    }
    
    .image3{
        width:19%; 
        bottom:2%;
        right:unset;
        left:3%;
    }
    
    .SingleTech{
        padding:110px 0 100px;
    }
}


@media only screen and (max-width:400px){
        .content{
        margin:9% 0 12% 12%;
    }
    
    .SingleTech{
        padding:100px 0 100px;
    }
}