body{
    margin: 0;
    padding: 0;
}

section#one{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  

}



.container{
    box-shadow: 5px 5px 20px #888888;
    /* border: 1px solid #888888; */
    width: 880px;
    height:550px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 40px;
    padding-left:70px;
    overflow: hidden;
}

#techno{
   justify-content: center;
   /* margin-top: 24%; */
   font-size: 50px;
   line-height: 45px;
   margin-bottom: 0px;
   display: flex;
   
}
p#yourslogan{
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 1.5px;
    color: rgb(80, 78, 78)
    ;
}
#techno span{
    color: #4190cc;
}

#url{
    position: absolute;
    bottom: 15%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon{
    width: 20px;
}

#iconbg{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#4190cc ;
    display: flex;
    justify-content: center;
    align-items: center;

}
i{
    color:#4190cc;
    font-size: 16px;
}

.logotop{
    width: 250px;
}

#footer{
    display: flex;
    width: 100%;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left:0px;

}
.blackline{
    
    height:25px;
    background-color: black;
    width: 48%;
    /* clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%); */
    clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%);


    
}
.blueline{
    
    height:25px;
    background-color:#4190cc ;
    width: 10%;
    /* margin-left: 8px; */
    clip-path: polygon(4.5% 0, 100% 0, 95.5% 100%, 0 100%);


    
}
.greyline{
    height: 25px;
    clip-path: polygon(10% 0, 100% 0, 71.5% 100%, 0 100%);
    width: 5.5%;
    background-color: #888888;
}

#heading{
    /* justify-content: center; */
    /* margin-top: 24%; */
    text-align: left;
    font-size:23px;
/*    line-height: 45px;*/
    margin-bottom: 0px;
    display: flex;
   align-items: center;
   justify-content:flex-start;
}

span{
    color: #4190cc;
}

#information{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* margin-left: -110%; */
    margin-top: 10%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    
    
}



#headingContent{
    font-size: 30px;
    font-weight: 500;
    
}

#littleHr{
    width: 45px;
    height: 3px;
    background-color: black;
    margin-top: 0;
}


.containerTwo{
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
    flex-direction: column;
}

.QR-code{
    width: 120px;
    height: 120px;
    
    /* margin-top:150%; */
}

p#yourslogan2{
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 1.5px;
    color: rgb(80, 78, 78)
    ;
}

#techno2{
    justify-content: center;
    /* margin-top: 24%; */
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 0px;
    display: flex;
    
}
.logotop2{
    width: 110px;
}



#Image{
    
    /*margin-top: 10%;*/
}

#phone i{
    font-size: 15px;
    color: white;
    
}
#phoneMid{
    background-color:black;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#phoneMid i{
    font-size: 15px;
    color: white;
    
}
#display{
    display: block;
}



#phone{
    background-color:#4190cc;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corner-img{
    width: 355px;
    position: absolute;
    /* transform: rotate(-45deg) translate(-10%,40%); */
    right: 0px;
    bottom: -40px;

}