@import url("reset-min.css");
body {
  font-family: 'Oxygen', sans-serif;
  margin-top: 0;
  padding-top: 80px;

}

.container {
  width: 1440px;
  max-width: 90%;
  margin: auto;
  padding: 0 16px;
}

ul {
  margin: 0;
  padding: 0;
}



/* __________________

Index.html START
___________________  */

/* Header Style START */

header {
    height: 80px;
    background-color: #FFF;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    left: 0;
    min-width: 650px;
    width: 100%;
    z-index: 10;
}

header .container{
    display: inline;
    justify-content: space-between;
    height: 100%;
}

header .logo {
  float: left;
  display: inline-block;
}

header nav {
  text-align:right; 
  float:right; 
  padding: 30px
}

header nav ul li {
  display: inline-block;
}

header nav ul li.menu-icon {
  display: none
}

header nav ul li.menu-icon img {
  vertical-align: middle;
}

header nav ul li a {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: 0.37px;
  margin-right: 24px;
  text-decoration: none;
  float: right;
}

header nav ul li:last-of-type a {
  margin-right: 0;
}
/* Header Style END*/


/* Hero Section START*/

section.hero {
  margin-top: 80px;
  position: relative;
}

section.hero img {
  width: 100%;
  height: auto;
}

.hero-content {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.hero-content .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  height: 100%;
  z-index: 1;
}

.hero-content h1 {
  max-width: 510px;
  color: #FFF;
  font-size: 50px;
  letter-spacing: 1.5px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 25px;
}

.hero-content p {
  max-width: 500px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 21px;
}

.hero-content button {
  height: 50px;
  width: 220px;
  max-width: 100%;
  border-radius: 92px;
  background-color: #f3b837;;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
/* Hero Section END*/

/* Best Sellers START */

section.best-sellers {
  margin-top: 45px;
}

section.best-sellers h2{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.best-sellers hr {
  border-top: 5px solid#f3b837;
  width: 66px;
}

section.best-sellers .service-slider {
  margin-top: 76px;
  
}

section.best-sellers .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.best-sellers .service-slider .service {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 33.3%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.best-sellers .service-slider .service .service-info {
  margin-top: 50px;
}

section.best-sellers .service-slider .service .service-info .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.35px;
  line-height: 30px;
}

section.best-sellers .service-slider .service .service-info .description {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.35px;
}

section.best-sellers button {
  margin-top: 30px;
  height: 50px;
  width: 220px;
  max-width: 100%;
  border-radius: 92px;
  background-color: #f3b837;;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-align: center;
  border: none;
  text-transform: uppercase;
}
/* Best Sellers END */



/* Footer START */

footer .bottom-nav {
  padding: 60px 0 0;
}

footer .bottom-nav .container {
 /* max-width: 1440px; */
  display: flex;
  justify-content: space-around;
}

footer .bottom-nav ul {
  list-style: none;
}

footer .bottom-nav .container ul a {
  color: #585151;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

footer .bottom-nav .container ul li.list-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}

footer .copyright-text {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 22px;
}
/* Footer END */
/*  __________________

    Index.html END 
    ___________________ */

/*  __________________

    About.html START 
    ___________________ */


/* About START */

section.about {
  margin-top: 20px;
}

section.about h1{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.about h2{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.about h3{ 
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.about hr {
  border-top: 5px solid#f3b837;
  width: 66px;
}

section.about .service-slider {
  margin-top: 30px;
  
}

section.about .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.about .service-slider .service-left {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 10%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.about .service-slider .service-center {
  border-radius: 8px;
  width: 80%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.about .service-slider .service-right {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 10%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.about .service-slider .service .service-info {
  margin-top: 50px;
}

section.about .service-slider .service .service-info .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.35px;
  line-height: 30px;
}

section.about .service-slider .service .service-info .description {
  margin-top: 15px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.35px;
}

/* About END */

/* Partners START */

section.partners {
  margin-top: 20px;
}

section.partners h3{ 
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 14px 0;
}

section.partners hr {
  border-top: 5px solid#f3b837;
  width: 66px;
}


section.partners .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.partners .service-slider .service-center {
  border-radius: 8px;
  width: 80%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.partners .service-slider .service .service-info {
  margin-top: 50px;
}

section.partners .partners-center .service-info .partners-picture {
  margin-top: 50px;
  text-align: center;
}

section.partners .partners-center .service-info .partners-picture p a {
  padding: 0 50px 50px 0;
}

/* Partners END */

/*  __________________

    About.html END 
    ___________________ */

/*  __________________

    Service.html START 
    ___________________ */

section.services {
  margin-top: 100px;
}

section.services h1{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.services h2{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.services h3{ 
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.services hr {
  border-top: 5px solid#f3b837;
  width: 66px;
  margin-bottom: 20px;
}

section.services .service-slider {
  margin-top: 30px;
  
}

section.services .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.services .service-slider .service {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 33.3%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.services .service-slider .service .service-info {
  margin-top: 50px;
}

section.services .service-slider .service .service-info .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.35px;
  line-height: 30px;
}

section.services .service-slider .service .service-info .description {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.35px;
}

section.services .service-slider .service .service-info ul {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.35px;
}

section.services .service-slider .service .service-info ul li a {
  color: #000;
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.35px;
  text-decoration: none;
}

section.services .service-slider .service .service-info ul li a a:visited{
  color: #000
}


/*  __________________

    Service.html END 
    ___________________ */

/*  __________________

    Contact.html START 
    ___________________ */


/* Contact START */

section.contact {
  margin-top: 100px;
}

section.contact h1{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.contact h2{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.contact h3{ 
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.contact hr {
  border-top: 5px solid#f3b837;
  width: 66px;
}

section.contact .service-slider {
  margin-top: 30px;
  
}

section.contact .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.contact .service-slider .service-left {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 10%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.contact .service-slider .service-center {
  border-radius: 8px;
  width: 80%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.contact .service-slider .service-right {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 10%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.contact .service-slider .service-center .service-info {
  margin-top: 50px;
}

section.contact .service-slider .service-center .service-info .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.35px;
  line-height: 30px;
}

section.contact .service-slider .service-center .service-info .description {
  margin-top: 15px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.35px;
}

section.contact .service-slider .service-center .service-info ul {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.35px;
}

section.contact .service-slider .service-center .service-info ul li {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.35px;
}

section.contact .service-slider .service-center .service-info ul li a {
  color: #000;
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.35px;
  text-decoration: none;
}

section.contact .service-slider .service-center .service-info ul li a a:visited {
  color: #000
}

/* Contact END */

/*  __________________

    Contact.html END 
    ___________________ */

/*  __________________

    Sophos.html START 
    ___________________ */

section.sophos {
  position:absolute;
}

section.sophos .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.sophos iframe {
  height: 570px;
  max-height: 570px;
  position:fixed; 
  display:block; 
  width:100%; 
  border:none;
}

/*  __________________

    Sophos.html END 
    ___________________ */

    ________________
    /*  __________________

    Embed-Shops.html START 
    ___________________ */

section.shop {
  position:absolute;
}

section.shop .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.shop iframe {
  height: 570px;
  max-height: 570px;
  position:fixed; 
  display:block; 
  width:100%; 
  border:none;
}

section.shop h3{ 
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 30px 0;
}

/*  __________________

    Embed-Shops.html END 
    ___________________ */


    ________________
    /*  __________________

    vox.html START 
    ___________________ */

section.vox {
  position:absolute;
}

section.vox .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.vox h3 { 
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-weight: normal;
  margin: 15px 0 30px 0;
}

/*  __________________

    vox.html END 
    ___________________ */


/*  __________________

    About.html START 
    ___________________ */


/* LEGAL START */

section.legal {
  margin-top: 20px;
}

section.legal h1{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.legal h2{ 
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.85px;
  line-height: 42px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.legal h3{ 
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 14px 0;
}

section.legal hr {
  border-top: 5px solid#f3b837;
  width: 66px;
}

section.legal .service-slider {
  margin-top: 30px;
  
}

section.legal .container {
  display: flex;
  justify-content: space-around;
  padding: 0 8px;

}

section.legal .service-slider .service-left {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 10%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.legal .service-slider .service-center {
  border-radius: 8px;
  width: 80%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.legal .service-slider .service-right {
  border-radius: 8px;
  border: 1px solid #DDD;
  width: 10%;
  text-align: center;
  Margin: 0 8px;
  padding: 40px;
}

section.legal .service-slider .service .service-info {
  margin-top: 50px;
}

section.legal .service-slider .service .service-info .title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.35px;
  line-height: 30px;
}

section.legal .service-slider .service .service-info .description {
  margin-top: 15px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.35px;
}

/* LEGAL END */






/*  __________________

    MEDIA CSS START 
    ___________________ */

/* Start of design - Large Desktops */

@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
    max-width: 90%;
  }
  }
  
  /* End of design - Large Desktops */



/* Start of design - Small Desktops */

@media screen and (max-width: 1440px) {
.container {
  width: 1180px;
}

header {
  height: 70px;
}

body {
  padding-top: 70px;
}

.hero-content h1 {
  font-size: 44px;
  letter-spacing: 1.1px;
  line-height: 50px;
  margin-bottom: 40px;
}

.hero-content p {
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 26px;
  margin-top: 145px;
  margin-bottom: 21px;
}

.hero-content button {
  font-size: 16px;
  letter-spacing: 0.35px;
  line-height: 21px;
}



}


/* End of design - Small Desktops */

/* Start of design - Tablet */

@media screen and (max-width: 960px) {
  .container {
    max-width: 92%;
  }

  header nav ul li {
    display: none;
  }

  header nav ul li.menu-icon {
    display: inline-block
  }

  .hero-content .container {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    margin-top: 80px;
    height: 100%;
    z-index: 1;
}

  .hero-content h1 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 46px;

  }

  .hero-content p {
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    margin-top: 200px;
    margin-bottom: 21px;
  }

  .hero-content button {
    width: 196px;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }

  section.best-sellers .service-slider {
    margin-top: 76px;
}

}

/* End of design - Tablet */

/* Start of design - Mobile */

    @media screen and (max-width: 576px) {
      .container {
        max-width: 92%;
      }
      header nav ul li {
        display: none;
      }
      
      header nav ul li.menu-icon {
        display: inline-block
      }
    
      .hero-content {
        position: static;
      }
      .hero-content h1 {
        color: #000;
        font-size: 32px;
        letter-spacing: 0.8px;
        line-height: 38px;
        text-align: center;
       /* margin-top: 27px; */
        margin-bottom: 32px;
      
      }
      
      .hero-content p {
        display: none;
      }
      
      .hero-content .container {
        display: flex;
        flex-direction: column;
        justify-content: normal;
        margin-top: -325px;
        height: 100%;
        z-index: 1;
    }
    
      .hero-content button {
        margin: auto;
        margin-top: -150px;
        width: 196px;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }
    
    section.best-sellers h2 {
      text-align: center;
      font-size: 34px;
      letter-spacing: 0.85px;
      line-height: 42px;
      font-weight: normal;
      margin: 225px 0 14px 150px;
  }

  section.best-sellers hr {
    border-top: 5px solid#f3b837;
    width: 66px;
    margin: 0 0 0 250px;
}
    
/* End of design - Mobile */