*{
    margin: 0;
    padding: 0;
}
html{
    width: 100vw;
    height: 100vh;
}
body{
    box-sizing: border-box;
    width: 100%;
    height: 100;
    background-color: #fff;
    
}
.site__container{
    width: 1108px;
}
.site__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    height: 40px;
}
.site__header_navigation{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.site__header_unordered_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    }
.site__header_shortly_logo{
   color: black;
   font-size: 35px;
   font-weight: bold;
   display: flex;
}
.site__header_lists,.site__header_links{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: capitalize;
    color: grey;
    text-decoration: none;

}
/* 2BD0D0 */
.site__header_registration_form{
    display: flex;
    align-items: center;
    justify-content: space-between;
     width: 25%;
}
.site__header_button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 105px;
    height: 40px;
    border-radius: 30px;
    border: none;
    background-color:#2BD0D0 ;
    font-weight: 700;
    color: white;
    font-size: 18px;
    text-transform: capitalize;
    
}

.site__header_button:active{
    color: black;
    background-color: white;
}
  /* main */
  .site__main_part{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }

  .site__intro_section{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    /* padding-bottom: 200px; */
  }
.site__intro_heading{
    font-size: 75px;
    width: 60%;
}
.site__intro_info{
    width: 50%;
    font-size: 22px;
    color: grey;
    line-height: 35px;
    margin-top: 10px;
}
.site__intro_get_started_btn {
    width: 197px;
    height: 56px;
    margin-top: 20px;
}

.info__section_img{
    position: absolute;
    width: 733px;
    height: 482px;
    right: 0;
    top: 145px;
}
.site__shortly_shortener{
display: flex;
align-items: center;
justify-content: space-evenly;
background-image: url(./img/shortener.png);
height: 168px;
margin-top: 200px;
margin-bottom: -89px;
z-index: 100;
}
.site__shortener_input{
    width: 769px;
    height: 59px;
    border-radius: 20px;
    border: 0;
    outline: 0;
    padding: 5px 25px;
    font-size: 20px;
}
.site__shortener_button{
    width: 188px;
    height: 64px;
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 20px;
}
.site__statistics{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.site__advanced_statistics{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: 500px; */
    background-color: rgb(189, 182, 182);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 170px;
}
.site__advanced_statistics_container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.site__advanced_title{
    font-size: 48px;
    line-height: 35px;
    color:black;
    padding-top: 150px;

}
.site__advanced_info{
    font-size: 32px;
    color: rgb(83, 81, 81);
    width: 60%;
    text-align: center;
    padding-top: 15px;
}
.three__pros_container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.three__pros_brand{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 320px;
    background-color: white;
    padding: 25px 15px;
    margin-top: 50px;
    /* height: 267px; */
    z-index: 100;
    border-radius: 5px;
}
.three__pros_brand:not(:last-child){
    margin-right: 30px;
}

.three__pros_brand_recognition_chart{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background-color: blue;
    border-radius: 50%;
    margin-top: -70px;
}
.three__pros_brand_recognition_title{
    font-weight: 700;
    margin-top: 45px;
    font-size: 32px;
}
.three__pros_brand_recognition_info{
    font-weight: 400;
    font-size: 18px;
    color: grey;
    margin-bottom: 20px;
}
.three__pros_detailed_records{
margin-top: 105px;
}
.customizable__container{
    margin-top: 130px;
    margin-right: 0 !important;
}
.three__pros_blue_line{
    position: absolute;
    margin-top: 80px;
}


/* .boost__links_section */
.boost__links_section{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    height: 250px;
    background-image: url(./img/boost__links_section_img.png);
}
.boost__links_heading{
    font-size: 55px;
    font-weight: 700;
    color: white;
}
.boost__links_get_started{
    display: flex;
    align-content: inherit;
    justify-content: center;
    width: 197px;
    height: 56px;
}
  

/* footer styles */

.site__footer_container{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    width: 100%;
    height: 310px;
}
.site__footer_inner_container{
    /* width: 100%; */
    height: 167px;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
}
.site__footer_shortly_logo{
    color: white;
    text-transform: capitalize;
}

footer>div>ul{
color: white;
text-transform: capitalize;
font-size: 20px;
}
footer>div>ul>li{
    display: flex;
}
footer>div>ul>li>a{
    display: flex;
    align-items: center;
    color: rgb(189, 177, 177);
    text-decoration: none;
    line-height: 41px;
}
.site__footer_media{
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.site__footer_media>li{
    margin-right: 20px;
}

