* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* @font-face {
    font-family: 'SF Pro Text';
    src: url('assets/fonts/SF-Pro-Text-Regular.otf'),
    url('assets/fonts/SF-Pro-Text-Bold.otf'),
    url('assets/fonts/SF-Pro-Text-Medium.otf'); 
} */

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all ease 0.3s;
    background-color: rgb(245, 245, 247);
}

.cont {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    position: relative;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(228, 228, 228, 0.274);
    width: 100%;
    position: fixed;
    color: rgb(199, 192, 192);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.nav{
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #2f4454;
    justify-content: center;
    transition: all ease 0.3s;
}

.nav:hover  {
    background-color: #1d1d1f ;
}

.nav a:link { 
    text-decoration: none; 
} 
a:link { 
    text-decoration: none; 
} 
.nav .links ul {
    padding: 0 10px 0 10px;
    cursor: pointer;
    color: #d0dddd;

}

.nav .links ul li:hover {
    color: #DA7B93;
}

.icon {
    display: none;
  } 
.icon-l {
    margin-top: 5px;
    font-size: 17px;
    color: #d0dddd;
    cursor: pointer;
}

.icon-l:hover {
    color: #DA7B93;
}

.nav .links ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 5px 0 5px;
    font-size: 14px;
    margin: 10px;
    font-weight: 300;
}

.str {
    display: inline-block;
    padding: 6px;
    margin: 10px;
}

.str i {
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.str i:hover {
    color: white;
}

.news {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 0px;
    color:  rgb(95, 92, 92);
    font-weight: 300;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
}

.news .news_msg {
    padding: 5px 0 5px 3px;
    margin: 10px 0 10px 5px;
}

.news .news_link {
    margin: 10px 0 10px 5px;
    color: #127be4;
}

.main_page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgb(242,242,244);
}

.main_page .main_page_head .main_head {
    font-size: 55px;
    line-height: 55px;
    /* font-weight: 600; */
    /* transform: scale(0.96, 1.01); */
}

.main_page2 .main_page_head2 .main_head2 {
    font-size: 45px;
    line-height: 45px;
    /* font-weight: 600; */
    /* transform: scale(0.96, 1.01); */
}

.offer {
    font-size: 27px;
    font-weight: 400;
    color:  rgb(95, 92, 92);;
}

.offer2 {
    font-size: 24px;
    font-weight: 400;
    color:  rgb(95, 92, 92);;
}

.second_page {
    display: flex;
    flex-direction: column;
    background-color: rgb(242,242,244);
}

.second_page .second_page_head .second_head {
    font-size: 55px;
    line-height: 55px;
    /* font-weight: 600; */
    /* transform: scale(0.96, 1.01); */
}

.second_page .second_page_head2 .second_head2 {
    font-size: 45px;
    line-height: 45px;
    /* font-weight: 600; */
    /* transform: scale(0.96, 1.01); */
}

.third_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(21, 21, 29);
    color: white;
}

.main_shop {
    color: #127be4;
    padding: 5px 10px;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.main_shop i {
    font-size: 13px;
}

.main_shop:hover {
    text-decoration: underline;
}

.vid {
    display: flex;
    height: 60vh;
    width: 100%;
    background-image: url('assets/images/easywebapp-logo-vid.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.hero_page {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    height: 105vh;
    background: url('assets/images/second_apps.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
}

.hero_page .hero_head {
    color: white;
    font-size: 55px;
    font-weight: 100;
    padding: auto;
}

.hero_page .hero_beyond {
    color: white;
    font-size: 25px;
    font-weight: 200;
    justify-content: center;
    align-items: center;
}

.hero_page .hero_head2 {
    color: white;
    font-size: 35px;
    font-weight: 100;
    padding: auto;
}

.hero_page .hero_beyond2 {
    color: white;
    font-size: 15px;
    font-weight: 200;
    justify-content: center;
    align-items: center;
}

.hero_links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_2_wonderful {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    height: 100vh;
    background: url('assets/images/iphone_wonderful_back_s.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
}

.hero_2_head {
    font-size: 50px;
    font-weight: 600;
}

.hero_3_container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    height: 100vh;
    background: url('assets/images/iphone_prod_app.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
}

.hero_3_head {
    font-size: 50px;
    font-weight: 600;
}

.wonderful {
    font-size: 30px;
    color:  rgb(95, 92, 92);;
    font-weight: 300;
}

.product_page {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    height: 55vh;
    background: url('assets/images/easywebapp-introduction.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
}

.product_page .product_head {
    color: rgb(11, 11, 11);
    font-size: 48px;
    font-weight: 600;
}

.product_page .product_beyond {
    color: rgb(18, 17, 17);
    font-size: 30px;
    font-weight: 300;
}

.features {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.features .easy {
    background-color: rgb(255, 255, 255);
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.features .easy .image{
    background-image: url(assets/images/people-mobile.jpg);
    width: 100%;
    height: 100%;
    
    background-repeat: no-repeat;
    margin-top: 50px;
    bottom: -20px;
}

.features .laptop_15{
    height: 100%;
    background-color: rgb(250,250,250);
    display: flex;
    align-items: center;
    padding: 25px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.features .easy .easy_to_switch{
    font-size: 38px;
    font-weight: 600;
}

.features .easy .ron_enjoys{
    font-size: 20px;
    color: rgb(95, 92, 92);
    font-weight: 400;
}

.features .easy .look_film, .discover_more {
    font-size: 17px;
    margin-top: 10px;
}

.laptop_15 .image {
    height: 100%;
    width: 100%;
    background-image: url(assets/images/laptop-fly.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.laptop_15 .mac_name {
    font-size: 38px;
    font-weight: 600;
}

.laptop_15  .impo{
    font-size: 20px;
    color: rgb(95, 92, 92);
    font-weight: 400;
}

.look_screen{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
}

.look_screen .look{
    height: 100%;
    width: 100%;
    background-color: rgb(1,1,0);
    /* justify-content: space-around; */
    background: url('assets/images/watch_8.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.look_screen .screen{
    height: 100%;
    width: 100%;
    background-color: rgb(1,1,0);
    background-image: url("assets/images/ipad.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.look_screen .look .look_image {
    height: 100%;
    width: 100%;
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.look_screen .look .look_name {
    color: white;
    font-size: 32px;
    text-align: center;
    display: flex;
    justify-content: baseline;
    margin-top: 70px;
    font-weight: bold;
    align-items: center;
    
    /* align-items: start; */
}

.look .mac_name{
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    margin-top: 70px;
}


.look_screen .look .look_name i {
    padding-right: 6px;
}

.look_screen .look .series_8 {
    color: rgb(200,32,38);
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}

.look_screen .look .look_tagline {
    margin-top: 20px;
    color: white;
    font-size: 23px;
    font-weight: 300;
}

.screen .mac_name{
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    margin-top: 70px;
}

.screen .inline_mac {
    /* display: inline-block; */
    display: flex;;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
}

.headphones_trade {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    
}

.headphones_trade .headphones {
    height: 100%;
    width: 100%;
    background-image: url('assets/images/footer.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    margin-top: 70px;
}

.headphones_trade .iphone_trade {
    height: 100%;
    width: 49%;
    background-image: url('assets/images/iphone_trade.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.pod_name {
    margin-top: 60px;
    font-size: 45px;
    font-weight: bold;
}
.pod_tagline {
    font-size: 22px;
}

.headphones .iphone_links {
    font-size: 30px;
}

.footer_space {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50vh;
    margin-top: 10px;
}

.footer_space .fcontent {
    height: 25%;
    width: 100%;
    background-image: url('assets/images/footer.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  /* The smartphone with borders */
.smartphone {
    position: relative;
    width: 360px;
    height: 640px;
    margin: auto;
    border: 16px black solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
  }
  
  /* The horizontal line on the top of the device */
  .smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
  }
  
  /* The circle on the bottom of the device */
  .smartphone:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
  }
  
  /* The screen (or content) of the device */
  .smartphone .content {
    width: 330px;
    height: 520px;
    background: white;
  } 

  .mySlides {display:none;}
  .w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

/* Footer Bar with Fa Icons & vertical aligned text */

.icon-bar {
    width: 100%;
    background-color: rgb(39, 38, 38);
    overflow: auto;
    padding-bottom: 10px;
    z-index: 100;
  }
  
  .icon-bar a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: lightgrey;
    font-size: 12px;
  }

  /* Add a hover effect */
.fa:hover {
    color: #4CAF50;
  }
  /* Add a hover effect */
  .fab:hover {
    color: #4CAF50;
  }
  /* Add a hover effect */
  .far:hover {
    color: #4CAF50;
  }
  /* Add a hover effect */
  .a:hover {
    color: #4CAF50;
  }
  
  /* Set a specific color for each brand */
  /* Home */
  .fa-home {
    color: rgb(210, 205, 205);
    font-size: 24px;
  }
  /* Facebook */
  .fa-facebook-f {
    color: rgb(210, 205, 205);
    font-size: 24px;
  }

  /* LinkedIn */
.fa-linkedin {
    color: rgb(210, 205, 205);
    font-size: 24px;
  }
  /* Instagram */
.fa-instagram {
    color: rgb(210, 205, 205);
    font-size: 24px;
  }
  /* Youtube */
.fa-youtube {
    color: rgb(210, 205, 205);
    font-size: 24px;
  }
/* Phone */
.fa-phone-alt {
    color: rgb(210, 205, 205);
    font-size: 24px;
  }
/* Phone */
.fa-bag-shopping {
    color: rgb(210, 205, 205);
  }
/* Hamburger menu */
.fa-bars {
    color: lightgrey;
  }

  /* fullscreen overlay menu */
    
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  /* responsive menu */
  
.nav {
    overflow: hidden;
    background-color: #2f4454;
  }
  
  .nav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  } 
  
  .nav a:hover {
    color: #4CAF50;
  } 
  
  .nav a.active {
    /* background-color: #4CAF50; */
    color: #4CAF50;
  } 
  
  .nav .icon {
    display: none;
  } 
  
  @media screen and (max-width: 600px) {
    .nav a:not(:first-child) {display: none;}
    .nav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .nav.responsive {position: relative;} 
    .nav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .nav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  /* fullscreen menu resize small screens */
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

  .iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }
   
  .iframe-container iframe {
     border: 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
  }