/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


.overlay {
  z-index: 99999999999;
  background-color: #373737;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    width: 100vw;
    height: 100vh;
}

.overlay-loader {
  width: 450px;
  height: 250px;
  color: #C19A53;
    font-size: 4.375vw;
line-height: 5.8vw;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
font-weight: 200;
  padding: 0;
list-style: none;
display: block;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);

}


.scrollmagic-pin-spacer{
    overflow: hidden
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #ccc;
  text-shadow: none;
}

::selection {
  background: #ccc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Mukta', sans-serif;
    color: #5E5E5E;
    background: #373737;
    overflow-x: hidden;
}


.bgwhite{
    background: #fff;
}


section {
  width: 100%;
  padding: 0 3vw;
  height: 100vh;
}

.title {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    margin-top: 1vh;
}


.left--box .title {
    margin-top: 6vh;
    color: #5E5E5E ;
    font-size: 2.431vw;
    text-align: left;
}


.left--box .content{
    margin-top: 1vh;
    color: #373737;
    font-size: 1.111vw;
    text-align: left;
}



.section1 {

}

header {
    padding-top: 2vh;
}

.text--section {
    color: white; 
    margin-top: 17vh;
}


.intro--text {
    font-family: 'Mukta', sans-serif;
    font-size: 1.389vw;
    line-height: 1.389vw;
}

.text--section h1{
    font-size: 4.375vw;
    line-height: 5.8vw;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    margin-top: 16px;
    margin-bottom: 20vh;
    
}


.anim--text{
    overflow: hidden;
    height: 10vh;
    position: relative;
    z-index: 9999;
}
.text--section h1 span{
    width: 100%;
    display: block;
}

i.highlighted{
    color: #C19A53;
    font-style: normal;
}

a.btn.btn--principal {
    border: 1px solid #979797;
    background: none;
    color: white;
    padding: 1vw 11vw;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 2.083vw;
    text-decoration: none;
    display: block;
    text-align: center;
    max-width: 37vw;
}

.centered{
    margin: auto;
}

a.btn.btn--principal:hover {
    background: #525252;
    border: 1px solid #525252;
    color: #fff;
}



a.btn.btn--secondary {
    border: 1px solid #979797;
    background: none;
    color: #5E5E5E;
    padding: 1vw 11vw;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 2.083vw;
    text-decoration: none;
    display: block;
    text-align: center;
}

a.btn.btn--secondary:hover {
    background: #525252;
    border: 1px solid #525252;
    color: #fff;
}

button:focus {outline:0;}

video {
    object-fit: cover;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    opacity: .3;
}

.box--top {
    position: absolute;
    width: 56vh;
    overflow: hidden;
    height: 68vh;
    top: 11vh;
    right: 11vw;
    display: block;
    z-index: -1;
}


.box img {
    position: absolute;
    bottom: 25px;
    right: 36px;
}

.hidden-text {
    height: 10vh;
    transform: translate(0, 0);
    position: absolute;
}

#section2{
    width: 100vw;
    height: 100vh;
    background: white;
    overflow: hidden;
    padding: 0;
}

#section2 section{
    padding: 0;
}


.slide{
    width: 100vw;
    height: 100vh;
    background: white;
    position: absolute;
    display: flex;
}

.slide:not(:first-of-type) {
  transform: translateX(100%);
}

.slide1{

}

.slide1 .left--box{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f4f4f4+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #f4f4f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 1%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slide1 .left--box img{
    width: 100%;
    max-width: 28vw;
}


.slide1 .right--box img{
    width: 100%;
    max-width: 28vw;
    margin-top: 3vh;
}

.left--box{
    text-align: center;
    width: 35vw;
    padding: 5vw;
    height: 67vh;
    margin-left: 7vw;
    margin-top: 9vh;
}

.right--box{
    text-align: center;
    width: 26vw;
    height: 80vh;
    margin-top: 19vh;
    margin-left: 16vh;
}


.title--section {
    font-family: "Oswald", sans-serif;
    font-size: 2.38vw;
    color: #5E5E5E;
    text-transform: uppercase;
    position: absolute;
    top: 10vh;
    z-index: 444;
}


.title--section.tle-light{
    color: white;
} 

.title--section.tle-dark {
    color: 
}

.title--section.tle-dark.tle-der {
    right: 15vw;
}

.title--section.tle-dark.tle-left {
    left: 9vw;
}





.title--section.tle-light.tle-left{
    left: 9vw;
} 

i.line.clear {
    display: block;
    background: #fff;
    height: 1px;
    width: 75px;
    position: relative;
    margin-top: 12%;
    float: left;
    margin-right: 40px;
}


i.line.dark{
    display: block;
    background: #5E5E5E;
    height: 1px;
    width: 75px;
    position: relative;
    margin-top: 10%;
    float: left;
    margin-right: 40px;
}


.rb-img-top{
    margin-bottom: 30px;
}



.slide2{

}


.slide2 .left--box{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f4f4f4+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #f4f4f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 1%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slide2 .left--box img{
    width: 100%;
    max-width: 28vw;
}


.slide2 .title img{
    width: 100%;
    max-width: 275px;
}

.slide2 .right--box {
text-align: center;
width: 45vw;
height: 80vh;
margin-top: 16vh;
}

.slide2 .right--box img{
    width: 100%;
    max-width: 28vw;
}

.slide2 .right--box .rb-img-bott img{
    margin-top: -8vh;
}



.slide3{

}


.slide3 .left--box{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f4f4f4+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #f4f4f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 1%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.slide3 .left--box img{
    width: 100%;
    max-width: 28vw;
}


.slide3 .title img {
    width: 100%;
    max-width: 163px;
}

.slide3 .right--box img{
    max-width: 30vw;
    margin-top: 2vh;
}

.slide3 .right--box .rb-img-bott img{
    margin-top: -8vh;
}


.slide3 .left--box .title {
margin-top: -3vh;
color: #5E5E5E;
font-size: 2.431vw;
text-align: left;
}

.section3{
    background: #373737;
    position: relative;
}


.section3 .title--section {
    top: 17vh;
}



.section4{
    padding: 8vw 2vw;
    height: auto;
    
}

.section4 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.section4 ul li {
    width: 146px;
    margin: 1rem .2rem;
    text-align: center;
}

.section4 ul li img {
    width: 60%;
    min-width: 120px;
}

.section5 {
    position: relative;
    background: #373737;
}


.section6 {
    position: relative;
}


.section7 {
    background: #373737;
    position: relative;
    height: 20vh;
    text-align: center;
    padding: 6vh 3vw;
}


.section8 {
    background: #EEEEEE;
    position: relative;
    height: 30vh;
    text-align: center;
    padding: 7vh 3vw;
}


.section8 .content{
    font-size: 1.250vw;
    margin: 5px 0;
}

.section8 a.btn.btn--secondary{
    width: 37vw;
    margin: 24px auto;
    padding: 1vw 8vw;
}


.right-content {
    width: 55vw;
    color: white;
    transform: translate(71% ,32%);
    top: 45vh;
    height: 55vh;
    padding: 0 5vw;
    font-size: 1.528vw;
}


#section5 .right-content {
    width: 55vw;
    color: white;
    transform: translate(71% ,10vh);
    top: 45vh;
    height: 55vh;
    padding: 0 5vw;
    font-size: 1.528vw;
}


#section6 .content {
    width: 48vw;
    transform: translate(0 ,10vh);
    height: 35vh;
    font-size: 1.528vw;
    font-weight: bold;
}



.right-content .highlighted {
    color: #C19A53;
    font-size: 1.528vw;
    font-weight: bold;
}

.right-content .content{
    font-size: 1.250vw;
    margin-top: 8vh;
}

.right-content ul{
    font-size: 1.250vw;
}

.right-content ul li{
    margin: 7vh 0;
}


#content5 .content {
font-size: 1.250vw;
margin-top: 4vh;
}


.three--col{
    color: white;
    display: inline-flex;
    width: 81vw;
    left: 9vw;
    position: relative;
    margin-top: 7vh;
}

.three--col ul{
    margin: 0;
    padding: 0 1.528vw;
}

.title--three{
    font-size: 1.389vw;
    font-weight: bold;
    text-transform: uppercase;
}

.listas{
    font-size: 1.250vw;
    font-weight: 100;
}

.col {
    flex: 1;
}

.channel--left{
    width: 35%;
    float: left;
}

.channel--right{
    width: 60%;
    float: right;
}

.message{
    font-family: "Oswald", sans-serif;
    font-size: 2.38vw;
    color: #5E5E5E;
    text-transform: uppercase;
    margin-top: 35vh;
    margin-right: 5vw;
    float: right;
}

.products--box{
    position: relative;
}


.products--box a{
   color: #5E5E5E;
    text-decoration: none;
}

.products--box a:hover{
    text-decoration: underline;
}


.product--content{
    position: absolute;
}

.product--content h3 {
    font-size:  1.389vw;
}

.product--content p{
    font-size: 1.250vw;
}

.channels--product {
    width: 100%;
    display: grid;
    height: 200px;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    gap: 0 4vw;
}


.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 591.44px / 1127.34px * 100%;
  position: relative;
  min-height: 161px;
}

.by {
    background: #1BE2E2;
}

.ig {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewport-sizing {
  font-size: 5vw;
}

footer {
    width: 100%;
    background: #373737;
    position: relative;
    height: 20vh;
    padding: 3vh 9vw;
    font-family: "Oswald",sans-serif;
    color: white;
    display: inline-flex;
}

footer a{
    color: white;
}

.f--box {
    flex: 1;
}

.f-left{

}

.f-left .logo {
    font-size: 2.431vw;
    margin-bottom: 20px;
}

.f-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}


.f-left ul li{
     list-style: none;
     flex-basis: 4.2vw;
    flex-grow: 1;
}

.f-right{
    font-size: 1.250vw ;
    font-family: 'Mukta', sans-serif;
    font-weight: 100;
    text-align: right;
    padding-top: 30px;
}

.f-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-right ul li{
        list-style: none;
}


.section2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.section {
  height: 100%;
  width: calc( 100% / 5 );
  float: left;
  position: relative;
}

.sections {
  width: 500%;
  height: 100%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



/* Media queries */
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width: 220px) {
    
    .text--section {
        margin-top: 11vh;
    }
    
    .intro--text {
        font-size: 5.39vw;
        line-height: 6.39vw;
     }
    
    .text--section h1 {
        font-size: 8.38vw;
        line-height: 9.8vw;
    }
    
    .anim--text {
        height: 12vh;
     }
     
    .box--top {
        width: 100vw;
        height: 100vh;
        top: 0;
        right: 0;
        display: none;
      }
    
    #content--three{
        display: none;
    }
    
    a.btn.btn--principal {
        padding: 3vw 11vw;
        font-size: 7.08vw;
        max-width: 88vw;
     }
    
    .box img {
        bottom: 156px;
    }
    
    .section3 .title--section {
        top: 6vh;
    }
    
    .title--section {
        font-size: 10.38vw;
        top: 6vh;
     }
    
     .right-content {
        width: 91vw;
        transform: translate(0 ,32%);
    }
    
    
    .right-content .content {
        margin-top: 0vh;
    }
    
    .right-content .highlighted {
        font-size: 4.4vw;
    }
    
    .right-content ul {
        font-size: 3.8vw;
        padding: 2vw;
    }
    
    .right-content ul li {
        margin: 1vh 0;
     }
    
     #section5 .right-content {
        width: 91vw;
        transform: translate(0 ,16vh);
        font-size: 1.528vw;
    }
    
    #content5 .content {
        font-size: 3.8vw;
        margin-top: 4vh;
    }
    
    .section8 a.btn.btn--secondary {
        width: 87vw;
        margin: 24px auto;
        padding: 6vw 8vw;
    }
    
    a.btn.btn--secondary {
        font-size: 2.083vw;font-size: 7.08vw;
    }
    
   .section8 .content {
        font-size: 5.25vw;
        margin: 3px 0;
    }
    
    .section8 {
        height: 30vh;
        padding: 2vh 3vw;
    }
    
    #section6 .content {
        width: 91vw;
        transform: translate(0 ,17vh);
        height: 35vh;
        font-size: 4.4vw;
        font-weight: bold;
    }
    
    .channel--left {
        width: 91vw;
    }
    
    .channel--right {
        width: 91vw;
    }
    
    .channels--product {
        width: 100%;
        display: grid;
        height: 200px;
        grid-template: initial;
        gap: 54vw 0;
    }
    
    .section6 {
        height: 170vh;
    }
    
    .product--content h3 {
        font-size: 4.39vw;
    }
    
    .product--content p {
        font-size: 4.25vw;
    }
    
    .f-left .logo {
        font-size: 6.431vw;
    }
    
    footer{
        height: 30vh;
         display: block;
    }
    
    .f-right {
        font-size: 4.25vw;
        text-align: center;
        padding-top: 16px;
    }
    
    .f-left ul li {
        list-style: none;
        flex-basis: 4.2vw;
        flex-grow: 1;
    }
    
    .left--box {
        text-align: center;
        width: 77%;
        padding: 5vw;
        height: 75vh;
        margin-left: 7vw;
        margin-top: 17vh;
    }
    
    .aspect-ratio-box {
        height: 0;
        overflow: hidden;
        padding-top: 591.44px / 1127.34px * 100%;
        position: relative;
        min-height: 200px;
    }
    
    
    .slide3 .left--box img {
        width: 100%;
        max-width: 64vw;
    }
    
    .slide2 .left--box img {
        max-width: 72vw;
    }
    
    
    .slide1 .left--box img {
        max-width: 72vw;
    }
    
    .slide2 .title img {
    width: 100%;
    max-width: 275px;
    }
    
    
    .slide3 .title img {
        max-width: 163px;
    }
    
    .left--box .content {
        font-size: 3.30vw;
    }

    .f-left {
        text-align: center;
    }
    
    .right--box {
        display: none;
    }
    
    
    .left--box .title {
        font-size: 9.43vw;
    }

}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width: 481px) {
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width: 641px) {
    
    .text--section {
        margin-top: 17vh;
    }
    
    .intro--text {
        font-family: 'Mukta', sans-serif;
        font-size: 1.389vw;
        line-height: 1.389vw;
    }
    
     .text--section h1{
        font-size: 4.375vw;
        line-height: 5.8vw;
    }
    
    .anim--text {
        height: 10vh;
        position: relative;
        z-index: 9999;
    }
    
    .box--top {
        position: absolute;
        width: 56vh;
        overflow: hidden;
        height: 68vh;
        top: 11vh;
        right: 11vw;
        display: block;
    }
    
    #content--three{
        display: inline-flex;
    }
    
    a.btn.btn--principal {
        padding: 1vw 11vw;
        font-size: 2.083vw;
        max-width: 37vw;
    }
    
    .box img {
        bottom: 25px;
    }
    
    .section3 .title--section {
        top: 17vh;
    }
    
    .title--section {
        font-size: 2.38vw;
        top: 10vh;
     }
    
    .right-content {
        width: 91vw;
        color: white;
        transform: translate(0% ,32%);
        top: 45vh;
        height: 55vh;
        padding: 0 5vw;
        font-size: 1.528vw;
    }
    
    .right-content {
        width: 55vw;
        transform: translate(71% ,32%);
    }
    
    .right-content .highlighted {
        font-size: 1.528vw;
    }
    
    .right-content ul {
        font-size: 1.250vw;
        padding: initial;
    }
    
    .right-content ul li {
         margin: 7vh 0;
    }
    
    .right-content .content {
        margin-top: 8vh;
    }
    
    #section5 .right-content {
        width: 55vw;
        transform: translate(71% ,10vh);
        font-size: 1.528vw;
    }
    
    #content5 .content {
        font-size: 1.250vw;
        margin-top: 4vh;
    }
    
    .section8 a.btn.btn--secondary {
        width: 37vw;
        margin: 24px auto;
        padding: 1vw 8vw;
    }
    
    a.btn.btn--secondary {
        font-size: 2.083vw;
    }
    
    .section8 .content {
        font-size: 1.250vw;
        margin: 5px 0;
    }
    
    .channel--left {
        width: 35%;
    }
    
    .channel--right {
        width: 60%;
    }
    
    .channels--product {
        width: 100%;
        display: grid;
        height: 200px;
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
        gap: 0 4vw;
    }
    
    .section6 {
        height: 100vh;
    }
    
    
    #section6 .content {
        width: 56vw;
        transform: translate(0 ,10vh);
        height: 35vh;
        font-size: 1.528vw;
        font-weight: bold;
    }
    
    .product--content h3 {
        font-size: 1.389vw;
    }
    
    .product--content p {
        font-size: 1.250vw;
    }
    
    .f-left .logo {
        font-size: 2.431vw;
    }
    
    footer{
        height: 30vh;
        display: inline-flex;
    }
    
    .f-right {
        font-size: 1.250vw;
        text-align: right;
        padding-top: 30px;
    }
    
    .f-left ul li {
        list-style: none;
        flex-basis: 4.2vw;
        flex-grow: 0.1;
    }
    
    .aspect-ratio-box {
      height: 0;
      overflow: hidden;
      padding-top: 591.44px / 1127.34px * 100%;
      position: relative;
      min-height: 161px;
    }
    
    .right--box {
        display: block;
    }
    
    .left--box .content {
        font-size: 1.111vw;
    }
    
     .left--box .title {
        font-size: 2.431vw;
    }
    
    .slide1 .left--box img {
        width: 100%;
        max-width: 28vw;
    }
    
    .slide2 .left--box img {
        width: 100%;
        max-width: 28vw;
    }
    
    .slide3 .left--box img {
        width: 100%;
        max-width: 28vw;
    }
    
    .slide3 .title img {
        width: 100%;
        max-width: 163px;
    }
}


@media (min-width: 800px) {
    .f-left {
        text-align: left;
    }
    
    footer {
        height: 23vh;
        display: inline-flex;
    }
    

}
    
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width: 961px) {
    
    .text--section {
        margin-top: 17vh;
    }
    
    .intro--text {
        font-family: 'Mukta', sans-serif;
        font-size: 1.389vw;
        line-height: 1.389vw;
    }
    
     .text--section h1{
        font-size: 4.375vw;
        line-height: 5.8vw;
    }
    
    .anim--text {
        height: 10vh;
        position: relative;
        z-index: 9999;
    }
    
    .box--top {
        position: absolute;
        width: 56vh;
        overflow: hidden;
        height: 68vh;
        top: 11vh;
        right: 11vw;
        display: block;
    }
    
    #content--three{
        display: inline-flex;
    }
    
    a.btn.btn--principal {
        padding: 1vw 11vw;
        font-size: 2.083vw;
        max-width: 37vw;
    }
    
    .box img {
        bottom: 25px;
    }
    
    .section3 .title--section {
        top: 9vh;
    }
    
    .title--section {
        font-size: 2.38vw;
        top: 9vh;
     }
    
    .right-content {
        width: 91vw;
        color: white;
        transform: translate(0% ,32%);
        top: 45vh;
        height: 55vh;
        padding: 0 5vw;
        font-size: 1.528vw;
    }
    
    .right-content {
        width: 55vw;
        transform: translate(71% ,19%);
    }
    
    .right-content .highlighted {
        font-size: 1.528vw;
    }
    
    .right-content ul {
        font-size: 1.250vw;
        padding: initial;
    }
    
    .right-content ul li {
         margin: 7vh 0;
    }
    
    .right-content .content {
        margin-top: 8vh;
    }
    
    #section5 .right-content {
        width: 55vw;
        transform: translate(71% ,10vh);
        font-size: 1.528vw;
    }
    
    #content5 .content {
        font-size: 1.250vw;
        margin-top: 4vh;
    }
    
    .section8 a.btn.btn--secondary {
        width: 37vw;
        margin: 24px auto;
        padding: 1vw 8vw;
    }
    
    a.btn.btn--secondary {
        font-size: 2.083vw;
    }
    
    .section8 .content {
        font-size: 1.250vw;
        margin: 5px 0;
    }
    
    .section8 {
        height: 30vh;
        padding: 7vh 3vw;
    }
    
    .channel--left {
        width: 35%;
    }
    
    .channel--right {
        width: 60%;
    }
    
    .channels--product {
        width: 100%;
        display: grid;
        height: 200px;
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
        gap: 0 4vw;
    }
    
    .section6 {
        height: 100vh;
    }
    
    .product--content h3 {
        font-size: 1.389vw;
    }
    
    .product--content p {
        font-size: 1.250vw;
    }
    
    .f-left .logo {
        font-size: 2.431vw;
    }
    
    footer{
        height: 30vh;
        display: inline-flex;
    }
    
    .f-right {
        font-size: 1.250vw;
        text-align: right;
        padding-top: 30px;
    }
    
    .f-left ul li {
        list-style: none;
        flex-basis: 4.4vw;
        flex-grow: 0;
    }
    
    .aspect-ratio-box {
      height: 0;
      overflow: hidden;
      padding-top: 591.44px / 1127.34px * 100%;
      position: relative;
      min-height: 161px;
    }
    
    .f-left {
        text-align: left;
    }
    
    
    .left--box {
        text-align: center;
        width: 40vw;
        padding: 4vw;
        height: 61vh;
        margin-left: 6vw;
        margin-top: 9vh;
    }
    
    .slide2 .title img {
    width: 100%;
    max-width: 235px;
    }

}

/* big landscape tablets, laptops, and desktops */
@media (min-width: 1025px) {
    
    
    .title--section.tle-dark.tle-left, .title--section.tle-light.tle-left {
        left: 9vw;
        top: 10vh;
    }
    
    .title--section {
        font-size: 2.38vw;
        top: 4vh;
    }
        
    .f-left ul li {
        list-style: none;
        flex-basis: 3.5vw;
        flex-grow: 0;
    }
    
    .left--box {
        text-align: center;
        width: 40vw;
        padding: 2vw;
        height: 79vh;
        margin-left: 6vw;
        margin-top: 9vh;
    }
    
    .slide3 .left--box img {
        width: 100%;
        max-width: 25vw;
    }

    .slide3 .title img {
        width: 100%;
        max-width: 180px;
    }
  
    footer {
        height: 20vh;
        display: inline-flex;
    }
    .f-left {
        text-align: left;
    }
}
/* hi-res laptops and desktops */
@media (min-width: 1281px) {

    .left--box {
        text-align: center;
        width: 35vw;
        padding: 2vw;
        height: 79vh;
        margin-left: 6vw;
        margin-top: 9vh;
    }
    
    .aspect-ratio-box {
        height: 0;
        overflow: hidden;
        padding-top: 591.44px / 1127.34px * 100%;
        position: relative;
        min-height: 294px;
    }
}



