:root {
    --boxborder-colour:  coral;
  }

.body{
    background-color: black;
}
.header-svg{
    height: 120px;
}
@media screen and (max-width: 766px) {

        .about-image-holder{
            margin-left: calc(1vw*10) !important;        
        }
}
@media screen and (max-width: 400px) {

    .about-image-holder{
        margin-left: calc(0.0vw*10) !important;        
    }
}
.header-svg{
    padding-bottom: 0px;
    padding-left: 10px;
    }

@media screen and (max-width: 766px) {

#mainpage-col-sm{
    padding-bottom: 20px;
        
    }
    .prevous-work{
        width: 100% !important;
    }
    .rounded-square-branding-5{
        left: 16vw !important;
    }
    .rounded-square-branding-6{
        left: 16vw !important;
        }
    .rounded-square-branding-8{
        display: none;
    }
    .rounded-square-branding-7{
        display: none;
    }
    #projects-container-inner{
        width: 100% !important;
    }
    .guycon-footer-img{width: 100%;}
}
.text-front-holder{
    margin-left: auto;
    margin-right: auto;
}
.purple-section-area{
    padding-top: 30px;
    background-color: purple;
    padding-bottom: 30px;
    color:white;
}
.rounded-square-box{

    height: 270px;
    width:  270px;
    /* border-style: solid; */
    /* border-color:  var(--boxborder-colour); */
    border-radius: 25px;
}

.rounded-circluar-box {
    left: 75px;
    top: 0px;
    border-radius: 75px 75px 0px 75px;
    margin-top: -114px;
    margin-left: 176px;
    /* padding: 20px; */
    width: 150px;
    height: 150px;
    z-index: 3;
    /* border-style: solid; */
    /* border-color:  var(--boxborder-colour); */
}

.rounded-square-branding{
    /*
    border-style: solid;
    border-color: var(--boxborder-colour);
    */
    border-radius: 5px;

}

.rounded-square-branding-0 {
    left: 75px;
    top: 0px;
    margin-top: 64px;
    margin-left: 0px;
    /* padding: 20px; */
    width: 150px;
    height: 150px;
    z-index: 3;

}

.rounded-square-branding-1 {
    left: 75px;
    top: 0px;
    margin-top: -150px;
    margin-left: 165px;
    /* padding: 20px; */
    width: 150px;
    height: 150px;
    z-index: 3;
}
#last-purple-section{
    padding-bottom: 70px !important;
}
.rounded-square-branding-2 {
    left: 75px;
    top: 0px;
    margin-top: -188px;
    margin-left: 48px;
    padding: 20px;
    width: 183px;
    height: 181px;
    z-index: 2;
}


.rounded-square-branding-3 {
    left: 75px;
    top: 0px;
    margin-top: 15px;
    margin-left: 45px;
    /* padding: 20px; */
    width: 150px;
    height: 150px;
    z-index: 3;
}

.rounded-square-branding-4 {


        left: 75px;
        top: 0px;
        margin-top: -107px;
        margin-left: 136px;
        /* padding: 20px; */
        width: 150px;
        height: 150px;
        z-index: 3;

}
.rounded-project-branding{
    width: 200px ;
    height: 140px ;
    /*
    border-radius: 5px;
    border-style: solid;
    border-color: var(--boxborder-colour);
    */
}
.rounded-square-branding-5 {
    position: absolute;

    left: 75px;
    top: 0px;
    margin-top: 16px;
    margin-left: 0px;

    z-index: 8;

}
.rounded-square-branding-6 {
    position: absolute;
    left: 75px;
    top: 0px;
    margin-top: 60px;
    margin-left: 78px;
    z-index: 7;
}

.rounded-square-branding-7 {
 
        position: absolute;
        left: 75px;
        top: 0px;
        margin-top: 16px;
        margin-left: 242px;
        z-index: 6;
    
}
.rounded-square-branding-8 {
    position: absolute;
    left: 75px;
    top: 0px;
    margin-top: 59px;
    margin-left: 376px;
    z-index: 5;

}
.projects-image-holder{
    height: auto;
    width: 100%;
    max-height: 121px !important;
    object-fit: contain;
    
}
.previous-projects{
    height: 320px;
}
.project-link-header{
text-align: center;
color:#000;
}
.project-link-header a{
    color:#000;
}
.previous-projects-counter-outer{
    width: 300px;
}
#projects-container-inner{
    margin-left: auto;
    margin-right: auto;
    width: 695px;
}

.prevous-work-imagesquares{
    height: calc(2vh/2 ) !important;
}
.prevous-work{
    width: calc();
    position: relative;
}
.discription-text{
    /* padding: 10px; */
}
.information-heading-centre{
    text-align: center;
}
.text-front-holder{
    width: 21rem;
    padding-top: 60px;
}
.in{
    /* background-color: greenyellow; */
    display: block !important;
}

#brand_head{
    border-bottom-width: 4rem;
}
.contact{
    padding: 50px;
}
.navbar{
    background-color: var(--secondary) !important;
    display: block;
    float: none;
    width:100%;
    
    }
    .brand_head{
        height: 120px;
    }
    .push {
        margin-left: auto;
    }

.footer-container{
    color: white;
    background-color: #a525ff;
}
#footer-contact-information{
    padding: 30px;
}
.about-image-holder{
    height: inherit;
    width: inherit;
    border-radius: inherit;
    object-fit: cover;
    position: relative;
    z-index: 1;
    object-position: top;
    margin-left: 29px;
}