body{
    margin: 0;
    padding: 0;

}

.img-header{
    
   background-image: url(hero__dvsxv8smkkgi_large.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 575px;
}

.header{
    width: 100%;
    height: 100%;
    position: relative; 
    background:#000000;

} 

.nav{
        margin: auto;
    padding: 0;
    width: 1000px;
    
    }

.nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;

}
.nav ul li{
    float: none;
    display: inline-block;
  
}
.nav ul li:nth-child(1){
    float: left;
    
  
}
.nav ul li:nth-child(2){
    float: left;
   
  
}

.nav ul li a{
    margin-left: 40px;
    font-size: 20px;
    text-transform: uppercase;
     text-decoration: none;
     display: block;
     padding:  10px;
    padding-top: 25px;
color: white;
}
.nav ul li a:hover{
    color: #66bbff;
    
    
}


div.container
{
    font-family: Raleway;
    margin: auto;
	padding: 15px 6px;
	text-align: center;
}

div.container a
{
    text-decoration: none;
   
    position: relative;
    z-index: 0;
    cursor: pointer;
}



.blue
{
    background: black;
}


/* Circle behind */
div.circle a:before, div.circle a:after
{
    position: absolute;
    top: 30px;
    left: 50%;
    width: 50px;
    height: 45px;
    border: 4px solid #0277bd;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

div.circle a:after
{
    border-width: 2px;
    transition: all 0.4s;
}

div.circle a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

div.circle a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}












.logo{
  display: inline-block;
    position: absolute;
    left: 40%;
    top: 10px;
}
.logo img{
      width: 195px;
    height: 58px;
}
.header2{
text-align: center; 
position: relative;    
 margin-top: -574px;
    color: white;
}

.header2 h1 a {
    
  font-size: 70px;
    color: white;
    text-decoration: none;
}

.header2 h2 {
    color: #d1e5f9;
}
.header2 h2 a{
    color: white;
    text-decoration:line-through;
}

.content2{
    list-style: none;
    display: flex;
    position: absolute;
   top: 98%;
    right:43%;

    
}

.content2 li a{
    color: white;
    text-decoration: none;
    margin-left: 30px;
    color: white;
    font-size: 35px;
 
    color: #02a5de;
   
}



.header3{
    width: 400px;
    height: 800px;
    position: relative;
}

.page-img{
    position: absolute;
    top: 550px;
    left: 250px;
    background-image: url(mobile_phones.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    width: 825px;
}