* {
box-sizing: border-box;
scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 5px;
  height: 50px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(187, 33, 43, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.753);
  border-radius: 2px;
  width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

@font-face {
font-family: Bodoni_MT_Bold;
src: url(../font/Bodoni_MT_Bold.ttf);
}
@font-face {
font-family: Roboto-Regular;
src: url(../font/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto-Bold;
src: url(../font/Roboto-Bold.ttf);
}
@font-face {
font-family: Gotham_Bold;
src: url(../font/Gotham_Bold.otf);
}
@font-face {
font-family: Gotham_Light;
src: url(../font/Gotham_Light.otf);
}
@font-face {
font-family: Gotham_Ultra;
src: url(../font/Gotham_Ultra.otf);
}
@font-face {
font-family: GothamHTF-Book;
src: url(../font/GothamHTF-Book.ttf);
}
@font-face {
font-family: Gotham_Thin_Regular;
src: url(../font/Gotham_Thin_Regular.otf);
}

.no-gutters{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.relative{
  position: relative;
}

/*=======================
      Header
  =======================*/

#octagon {
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 1;
} 

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  right: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 15%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 28px;
  color: #a1a1a1;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
      position: absolute;
    top: -20px;
    right: 10px;
    font-size: 72px;
}
  .header-menu ul {
    margin: 0px;
    padding: 0px;
  }
  
  .header-menu ul li {
    display: inline-block;
    position: relative;
  }
  
  .header-menu ul li a {
    color: #a1a1a1;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 10px;
    font-family: Gotham_Bold;
  }
  
  .header-menu ul li:first-child::after {
    content: '';
    display: none;
  }
  
  .header-menu ul li::after {
    content: '.';
    font-size: 20px;
    position: absolute;
    left: -5px;
    top: -10px;
    color: #a1a1a1;
  }

.header-menu p {
    font-family: 'GothamHTF-Book';
    color: #a1a1a1;
    font-size: 12px;
    text-transform: uppercase;
  }
.header a img{
  background-color: #fff;
  padding: 20px;
  position: fixed;
  z-index: 99;
  margin-top: -15px;
}
.header span{
    font-size:30px;
    cursor:pointer;
    color: #de6319;
    z-index: 1;
}
.head_inquire button{
    top: 25px;
    right: 80px;
    padding-left: 20px !important;
    border-radius: 30px;
    background: #000;
    float: right;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}
.head_inquire button a{
    color: #fff;
    text-transform: uppercase;
}
.header-title {
    position: absolute;
    top: 40%;
    left: 25%;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header-title1 {
    position: absolute;
    top: 95%;
    left: 25%;
    right: 0;
    bottom: 0;
    margin: auto;
}
#ftv_logo{
  max-width: 60%;
}
#f_logo{
  max-width: 20%;
}
/*=======================
      Home Page
  =======================*/

.home-main{
  background-image: url('../images/bg/home.jpg');
  background-size: cover;
  margin: 15px;
}
.home_banner{
  padding-top: 200px;
  position: relative;
}
.home_banner_content{
  position: absolute;
  top: 200px;
}
.home_banner_content h1{
  font-size: 72px;
  font-weight: 800;
  font-family: Gotham_Thin_Regular;
  -webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #fff;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}
.home_banner_content h1 span{
  font-size: 72px;
  font-weight: 800;
  font-family: Gotham_Thin_Regular;
  -webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #17ffcb;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}
.home_banner_content h2{
color: transparent;
font-family: Gotham_Ultra;
font-weight: 800;
text-transform: uppercase;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #fffc00;
line-height: 0.9;
font-size: 72px;
} 
.home_banner_content h3{
  font-size: 58px;
  font-weight: 800;
  font-family: Gotham_Bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}
.home_banner_content h5{
  font-size: 18px;
  font-family: GothamHTF-Book;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}
.home_banner_content p{
  font-size: 24px;
  font-family: Gotham_Bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}
.home_section1{
  position: relative;
  padding-top: 100px;
}
.home_section1_content{
  z-index: 2;
  position: relative;
}
.home_section1_content h5{
  font-size: 24px;
  font-family: GothamHTF-Book;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
  padding: 70px 20px 20px 20px;
}
.home_section1_content h3 {
    font-size: 65px;
    margin: 0 0 0 -95px;
    font-family: Gotham_Bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: left;
}
.home_section1_content img{
  margin-top: -40px;
}
.home_section1_img1{
  position: relative;
}
.home_section1_content p{
    font-size: 18px;
    margin: 20px 0 0 50px;
    font-family: Roboto-Regular;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: left;
}
.home_section1_content a{
    font-size: 18px;
    margin: 20px 0 0 50px;
    font-family: Roboto-Bold;
    color: #ffea00;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    display: block;
}
.home_section1_img3{
  padding: 40px 0;  
}
.home_section2_content{
  padding-top: 100px;
}
.home_section2{
  position: relative;
  padding-top: 100px;
}
.home_section2_content h3{
  font-size: 65px;
  margin: -35px 0 0 85px;
  font-family: Gotham_Bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}
.home_section2_content h5{
  font-size: 24px;
  font-family: GothamHTF-Book;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
  padding: 20px 0;
}

.home_section2_content hr{
  width: 15%;
  margin-top: 35px;
  height: 0px;
  color: #fff;
  z-index: 99;
  border: 0.5px solid #fff;
}
.home_section2_content p{
    font-size: 18px;
    margin: 10px 0 0 15%;
    font-family: Roboto-Regular;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: left;
}
.home_section2_content a{
    font-size: 18px;
    margin: 10px 0 0 15%;
    font-family: Roboto-Bold;
    color: #ffea00;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    display: block;
}
.home_section3{
  position: relative;
}
.home_section3_content{ 
  position: absolute;
  bottom: -100px;
  right: 0;
  margin: auto;
}
.home_section4{
  position: relative;
  padding: 220px 100px 50px 100px;
}
.home_lounge3 img{
  max-width: 60% !important;
}
.home_lounge3{
  position: absolute;
  top: 70px;
  left: 10%;
  right: 0;
  bottom: 0;
    z-index: 99;
  margin: auto;
}
.home_section4_content h3{
  position: relative;
  top: 15px;
  font-size: 65px;
  margin: 0 0 0 0;
  font-family: Gotham_Bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.home_section4_content p{
  position: relative;
  top: -25px;
  left: -40px;
  font-size: 48px;
  margin: 0 0 0 0;
  font-family: Gotham_Light;
  color: #0d0d0d;
  text-transform: uppercase;
}
.home_section4_img {
  position: relative;
}
.home_section4_img img{
  max-width: 90%;
}
.home_section4_img h3{
  position: relative;
  top: -110px;
  font-size: 36px;
  margin: 0 0 0 0;
  font-family: Gotham_Bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
}
.downarrow{
    -webkit-animation: scrolldown 1.5s ease infinite;
    -moz-animation: scrolldown 1.5s ease infinite;
    animation: scrolldown 1.5s ease infinite;
  }
  
  @-webkit-keyframes scrolldown {
    0% {
      margin-top: 0;
    }
  
    50% {
      margin-top: 10px;
    }
  
    100% {
      margin-top: 0;
    }
  }
  
  @-moz-keyframes scrolldown {
    0% {
      margin-top: 0;
    }
  
    50% {
      margin-top: 10px;
    }
  
    100% {
      margin-top: 0;
    }
  }
  
  @keyframes scrolldown {
    0% {
      margin-top: 0;
    }
  
    50% {
      margin-top: 10px;
    }
  
    100% {
      margin-top: 0;
    }
  }

/*=======================
      Michel Adam
  =======================*/

.michel-main{
  background-image: url('../images/bg/michel_adam.jpg');
  background-size: cover;
  margin: 15px;
  position: relative;
}
.michel_banner{
  position: relative;
}
.michel_content{
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.michel_content .michel h1{
  font-size: 5.5vw;
  font-family: Gotham_Ultra;
  font-weight: bold;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 0.5px #fff;
  text-align: right;
}
.michel_content .adam h1{
  font-size: 5.5vw;
  font-family: Gotham_Ultra;
  font-weight: bold;
  color: #b4ff00;
  text-transform: uppercase;
  text-align: left;
  margin-left: 20%;
}
.michel_content .michel h5{
  position: relative;
  font-size: 1.5vw;
  margin: 0 0 0 0;
  text-align: left;
  font-family: Gotham_Light;
  color: #fff;
  text-transform: uppercase;
}
.michel_content .michel h5 span{
  font-family: Gotham_Bold;
}
.michel_section1{
      margin-top: -75px;
      position: relative;
}
.michel_section1 h5{
  position: relative;
  font-size: 1.2vw;
  margin: 0 0 0 0;
  text-align: left;
  font-family: Gotham_Light;
  color: #fff;
  text-transform: uppercase;
}
.michel_section1 h5 span{
  font-family: Gotham_Bold;
}
.michel_section2{
  margin-top: 10%;
      position: relative;
}
.michel_section2_content{
  margin-top: 10%;
}
.michel_section2_content h2{
    font-size: 2.5vw;
  font-family: Gotham_Bold;
  color: #b4ff00;
  text-transform: uppercase;
  text-align: left;
}
.michel_section2_img{
      margin-top: 250px;
}
.michel_section2_content img{
  margin-left: -50px;
}
.michel_section2_content_intro{
  font-size: 18px;
  margin: 20px 0 0 7%;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
}
.michel_section2_img{
  position: relative;
}
.michel_section2_content_description{
  font-size: 14px;
  margin: 20px 0 0 7%;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
}
.michel_section3{
margin-top: 10%;
  position: relative;
}
.michel_section3_content{
  position: relative;
}
.michel_section3_content h1{
  font-size: 65px;
  margin: 20% 0 0 0;
  font-family: Gotham_Bold;
  color: #9f0555;
  text-transform: uppercase;
  text-align: left;
}
.michel_section4{
margin-top: 10%;
  position: relative;
}
.michel_section4_content{
  position: relative;
}
.michel_section4_content h1{
  font-size: 65px;
  margin: 10% 0 0 0;
  font-family: Gotham_Bold;
  color: #18ffe7;
  text-transform: uppercase;
  text-align: left;
}
.michel_section4_content hr{
  width: 60%;
  border: 2.5px solid #fbd836;
}
.michel_section5{
margin-top: 10%;
  position: relative;
}
.michel_section5_content h1{
  font-size: 65px;
  margin: 20% 0 0 0;
  font-family: Gotham_Bold;
  color: #5736ac;
  text-transform: uppercase;
  text-align: left;
}
.michel_section6{
  margin-top: 5%;
  position: relative;
}
.michel_section6_content{
  position: relative;
}
.michel_section6_content h1{
  font-size: 65px;
  margin: 20% 0 0 0;
  font-family: Gotham_Bold;
  color: #c9ff26;
  text-transform: uppercase;
  text-align: left;
}

/*=======================
      Fashion Tv
  =======================*/

.fashiontv-main{
  background-image: url('../images/bg/fashiontv.jpg');
  margin: 15px;
  background-size: cover;
  position: relative;
}
.ftv_banner{
  position: relative;
  padding-top: 80px;
}
.ftv_section1{
  margin-top: 10%;
}
.ftv_section1_content{
  margin-top: 5%;
}
.ftv_section1_content h2{
    font-size: 2.5vw;
  font-family: Gotham_Bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.ftv_section1_img{
      margin-top: 200px;
}
.ftv_section1_content_intro{
  font-size: 18px;
  margin: 20px 0 0 7%;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
}
.ftv_section1_content_intro span{
  font-size: 24px;
  font-weight: 800;
}

.ftv_section1_content_description{
  font-size: 14px;
  margin: 20px 0 0 7%;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
}
.ftv_section2{
  padding: 30px 0;
}
.ftv_section2_content h1{
  font-size: 36px;
  margin: 10% 0 20px 0;
  font-family: Gotham_Bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left; 
}
.ftv_section2_content ul li{
  font-size: 14px;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
}
.ftv_section2_content1 h1{
  font-size: 36px;
  margin: 5% 0 20px 0;
  font-family: Gotham_Bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left; 
}
.ftv_section2_content1 ul li{
  font-size: 14px;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
}
.ftv_section1_content_conclusion {
  font-size: 14px;
  margin: 20px 0 0 7%;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
}
.ftv_section1_content_conclusion span {
  font-size: 18px;
  font-weight: 800;
}

/*=======================
      Channels
  =======================*/
.channels-main{
  background-image: url('../images/bg/channels.jpg');
  margin: 15px;
  background-size: cover;
  position: relative;
}
.channels_section1_content{
  position: relative;
}
.channels_section1 p{
  font-size: 18px;
  font-family: Gotham_Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  margin: 20px 70px;
}
.channels_section1_content p{
  font-size: 16px;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  margin: 20px 70px;
}
.channels_section_content{
  position: relative;
}
.channel-title{
  margin-top: -25px;
  position: relative;
}
.channel-desc{
  font-size: 14px;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  margin: 20px 50px 20px 70px;
}
.channels_section2{
  margin-top: 10%;
}
.channels_section3{
  margin-top: 10%;
}

.channels_section2_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  margin: 20px 50px;
}
.channel_section2_title{
  margin-top: -5%;
}
.channels_section3_img{
  position: relative;
}
.channels_section3_content {
  margin-top:0;
}
.channels_section3_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  margin: 20px 30px 20px 50px;
}
.channels_section2_content li{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  margin: 10px 20px 10px 50px;
  list-style-image: url('http://localhost/ftv_lounge/assets/images/channels/li_style.png');
}
.channels_section_partner_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 0;
}
.channels_section2_img{
  margin-top: -75px;
    position: relative;
}
.channels_section3_content li{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  margin: 10px 20px 10px 50px;
  list-style-image: url('http://localhost/ftv_lounge/assets/images/channels/li_style2.png');
}

/*=======================
      flounge
  =======================*/

.flounge-main{
  background-image: url('../images/bg/flounge.jpg');
  margin: 15px;
  background-size: cover;
  position: relative;
}
.flounge_banner p{
  font-size: 16px;
  font-family: Gotham_Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 30px 0;
  line-height: 24px;
  font-weight: 300;
}
.flounge_section1{
  margin-top: 10%;
  line-height: 0.2;
}
.flounge_section1_content{
  margin-top: 10%;
  line-height: 0.2;  
      z-index: 2;
}
.flounge_section1_content h2{
  font-size: 72px;
  margin: 0 0 0 0;
  font-family: Bodoni_MT_Bold;
  color: #b4ff00;
  text-transform: uppercase;
  text-align: left;
  display: inline;
  background-color: #7329bf;
}
.flounge_section1_content h2 span{
  font-size: 60px;
  margin: 0 0 0 0;
  font-family: Gotham_Bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left; 
}
.flounge_section1_content h3{
  font-size: 81px;
   margin: -20px 0 0 -100px;
  font-family: Bodoni_MT_Bold;
  color: #b4ff00;
  text-transform: uppercase;
  text-align: left; 
}
.flounge_section1_content span{
  font-size: 52px;
  margin: 10px 0 0 0;
  font-family: Gotham_Bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left; 
}
.flounge_section1_content img{
    padding: 50px 0 20px 50px;
}
.flounge_section1_content h5{
  font-size: 16px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 50px;
      line-height: 1.5;
}
.flounge_section1_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 50px;
  line-height: 1.5;
}
.flounge_section2{
  position: relative;
  margin-top: 10%;
}
.flounge_section2_content{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.flounge_section2_content h2{
    font-size: 72px;
    margin-top: 10%;
    font-family: Bodoni_MT_Bold;
    color: #d3f534;
    width: fit-content;
    text-transform: uppercase;
    background-color: #c4082b;
    position: relative;
    z-index: 9;
}
.flounge_section2_content h5{
  font-size: 16px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 50px;
      line-height: 1.5;
      position: relative;
    z-index: 99;
}
.flounge_section2_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 50px;
  line-height: 1.5;
  position: relative;
    z-index: 99;
}
.flounge_section3{
  position: relative;
  margin-top: 10%;
}
.flounge_section3_title{
  margin: 30px;
}
.flounge_section3_title h2{
  font-size: 60px;
  padding: 0 5px;
  font-family: Gotham_Bold;
  color: #7329bf;
  text-transform: uppercase;
  text-align: left;
  display: inline;
  background-color: #0bdf2e;
  position: relative;
    z-index: 99;
}
.flounge_section3 p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 100px 20px 0;
  line-height: 1.5;
  position: relative;
    z-index: 99;
}
.flounge_section3 img{
  margin-bottom: 5%;
}
.flounge_section3 h4{
  font-size: 24px;
  padding: 10px 5px;
  font-family: Gotham_Bold;
  text-transform: uppercase;
  text-align: left;
  display: inline;
}
.flounge_section3_vision h4{
  color: #fedd44;
  text-decoration: underline;
  text-decoration-color: #291e6c;
}
.flounge_section3_mission h4{
  color: #7eff30;
  text-decoration: underline;
  text-decoration-color: #a70d35;
}
.flounge_section3_aim h4{
  color: #68fcb1;
  text-decoration: underline;
  text-decoration-color: #9215a5;
}

/*=======================
      flounge
  =======================*/

.features-main{
  background-image: url('../images/bg/features.jpg');
  margin: 15px;
  background-size: cover;
  position: relative;
}
.features_banner p{
  font-size: 16px;
  font-family: Gotham_Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-align: justify;
  padding-top: 25px;
}
.features_section2{
  position: relative;
  margin-top: 10%;
}
.features_section2_content{
  margin-top: 10%;
}
.features_section2_content h2{
  font-size: 72px;
  margin: -20px 0 0 -120px;
  font-family: Bodoni_MT_Bold;
  color: #07fa62;
  text-transform: uppercase;
  text-align: left;
  display: inline;
  background-color: #7329bf;
}
.features_section2_content h3{
  font-size: 64px;
  margin: 0 0 0 -50px;
  font-family: Gotham_Bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left; 
}
.features_section2_content span{
  font-size: 28px;
  margin: 10px 0 0 -50px;
  font-family: Gotham_Bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left; 
}
.features_section2_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 50px;
  line-height: 1.5;
}
.features_section1{
  position: relative;
  margin-top: 10%;
}
.features_section1_content{
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
}
.features_section1_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 50px;
  line-height: 1.5;
}
.features_section3{
  position: relative;
  margin-top: 10%;
}
.features_section3_content{
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
}
.features_section3inherit{
  margin-top: -10%;
}
.features_section3_content p {
      position: relative;
    font-size: 16px;
    font-family: Roboto-Regular;
    color: rgb(255, 255, 255);
    text-align: left;
    margin: 50% 10% 0 10% !important;
    padding: 20px;
    line-height: 1.5;
    background-image: url(../images/features/food_text_bg.png);
}
.features_section3_content1 {
    margin-top: 25%;
}
.features_section3_content1 img{
    margin-left: -25%;
}
.features_section3 p{
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: -50px 0 0 0;
  z-index: 99;
}

.features_section4{
  position: relative;
  margin-top: 10%;
}
.features_section4_content p{
  font-size: 14px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 0;
}
.features_section4_img {
  margin-top: -50px;
  position: relative;
  width: 480px;
  z-index: 3;
}
.features_section5{
  position: relative;
  margin-top: 10%;
}
.features-desc{
  font-size: 14px;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 20px 50px 20px 100px;
}
/*=======================
      Franchise
  =======================*/
.franchise-main{
  background-image: url('../images/bg/franchise.jpg');
  margin: 15px;
  background-size: cover;
  position: relative;
}
.franchise_banner p{
  font-size: 16px;
  font-family: Gotham_Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-align: justify;
  padding-top: 25px;
}
.franchise_section1{
  position: relative;
  margin-top: 10%;
}


.franchise_section1 h2 {
  font-size: 72px;
  font-family: "Bodoni_MT_Bold";
  color: rgb(121, 7, 250);
  font-weight: bold;
  text-transform: uppercase;
  margin: 100px -115px 0 0;
  z-index: 1;
  position: relative;
  text-align: right;
}
.franchise_section1 h3{
  font-size: 60px;
  font-family: Gotham_Bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  text-align: right;
  margin: 0;
}
.franchise_section1_title{
  margin-top: 5%;
}
.franchise_section1_img{
  margin: 20% -20% 0 0;
    z-index: 99;
    position: relative;
}
.franchise_section1_content p{
  font-size: 24px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 0 0 0 50%;
}
.franchise_section1_content img {
    margin: 20px 0 0 50%;
}
.franchise_section2_content{
  position: relative;
  margin-top: 5%;
}
.franchise_section2_content h2 {
  font-size: 72px;
  font-family: "Bodoni_MT_Bold";
  color: #25f8c9;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  text-align: center;
}
.franchise_section2_content p{
  font-size: 18px;
  color: #fff;
  font-family: Roboto-Regular;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 10px 0 20px 0;
}
.table-responsive{
  z-index: 2;
  position: relative;
}
.table td, .table th {
    border-top: 0 !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
    background-color: #e10a65;
    text-transform: uppercase;
font-size: 16px;
  color: #fff;
  font-family: Gotham_Bold;
}
.table {
  border: 2px solid #e10a65;
}
 .table tr td {
  border-color: #e10a65;
  border-style: solid;
  border-width: 0 2px 0 2px !important;
  text-transform: uppercase;
font-size: 16px;
  color: #fff;
  font-family: Roboto-Regular;
}
.franchise_section3 {
    position: relative;
  margin-top: 5%;
}
.franchise_section3 h2{
  font-size: 72px;
  font-family: "Bodoni_MT_Bold";
  color: #20fd49;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  text-align: center;
}
form{
  margin-top: 50px; 
}
.form-group input, .form-group textarea{
width: 100%;
background: none;
font-size: 20px;
border: none !important;
border-bottom: 1px solid #6e4113 !important;
border-radius: 0;
color: #6e4113;
}
.form-group select{
width: 100%;
font-size: 20px;
background: none;
border: none !important;
border-bottom: 1px solid #6e4113 !important;
border-radius: 0;
color: #6e4113;
}
.form-group select option{
width: 100%;
background: none;
border: 1px solid #6e4113;
border-radius: 0;
font-size: 20px;
color: #6e4113;
}
.form-group input::placeholder, .form-group textarea::placeholder  {
  color: #6e4113;
}
.form-group .form-control:hover {
box-shadow: none;
}
.inquire button{
  background: #111111;
  color: #fff;
  font-family: Gotham_Bold;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 0 !important;
  margin-top: 20px;
}
.inquire button:hover{
  background: #6e4113;
}
.form-control:focus {
    color: #f1f1f1;
    font-size: 20px;
    background-color: transparent !important;
    border-color: #6e4113 !important;
    outline: 0;
    box-shadow: none !important;
}

/*=======================
      Footer
  =======================*/
  footer {
    padding: 30px 0px;
    background-color: transparent;
    text-align: center;
    position: relative;
  }
  
  .footer-menu ul {
    margin: 0px;
    padding: 0px;
  }
  
  .footer-menu ul li {
    display: inline-block;
    position: relative;
  }
  
  .footer-menu ul li a {
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 10px;
    font-family: Gotham_Bold;
  }
  
  .footer-menu ul li:first-child::after {
    content: '';
    display: none;
  }
  
  .footer-menu ul li::after {
    content: '.';
    font-size: 20px;
    position: absolute;
    left: -5px;
    top: -10px;
    color: #f1f1f1;
  }
  
  .footer-menu p {
    font-family: 'GothamHTF-Book';
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  
  .input-filed {
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 40px;
  }
  
  .input-filed input {
    width: 350px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff;
    outline: none;
    padding: 20px 50px;
    border: none;
  }
  
  .input-filed input::placeholder {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Gotham_Bold';
    color: #9c9999;
    padding-left: 5px;
  }
  
  .input-filed .email {
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 99;
  }
  
  .input-filed button {
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 99;
    outline: none;
        border: none;
    background: transparent;
  }
  
  .news-letter {
    margin: 0px 0px 70px 0px;
  }
  
  .news-letter p {
    font-size: 12px;
    color: #f1f1f1;
    font-family: 'Gotham_Bold';
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  
  .news-letter h4 {
    text-transform: uppercase;
    color: #f1f1f1;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 50px;
    letter-spacing: 2px;
    font-family: 'Gotham_Bold';
  }
  
  .social {
    margin-top: 30px !important;
    padding: 0;
  }
  
  .social li {
    display: inline-block;
    margin: 0px 10px;
    text-align: center;
    color: #f1f1f1;
  }
    
  .social li i {
    color: #f1f1f1;
  }

  .footer_title{
    text-transform: uppercase;
    color: #00deff;
    font-size: 48px;
    font-family: Gotham_Ultra;
    padding: 20px 0;
    text-align: center;
  }
  .footer_desc_bold{
    text-transform: uppercase;
    color: #f1f1f1;
    font-size: 18px;
    font-family: Gotham_Bold;
    padding: 10px 0 0 0;
  }
  .footer_desc_bold a{
    text-decoration: none;
    text-transform: lowercase;
    color: #00deff;
    font-size: 18px;
    font-family: Gotham_Bold;
    padding: 10px 0 0 0;
  }
  .footer_desc_bold a:hover{
    color: #f1f1f1;
  }
  .footer_desc{
    color: #f1f1f1;
    font-size: 16px;
    font-family: Roboto-Regular;
    padding: 5px 0 0 0;
  }
  .footer_desc li{
    color: #f1f1f1;
    font-size: 16px;
    font-family: Roboto-Regular;
    padding: 5px 0 0 0;
  }

  .contact p{
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #f1f1f1;
    margin-bottom: 0;
    padding: 0 20% 5% 10%;
  }
  .contact a {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #f1f1f1 !important;
    margin-bottom: 0;
    padding: 0 20% 5% 10%;
}
/*=======================
      Branding
  =======================*/

.homevector1{
  position: absolute;
  top: 5%;
  left: 10%;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}
.homevector1 img{
  max-width: 70%;
  opacity: .4;
}
.homevector2{
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15%;
  margin: auto;
  opacity: .4;
}
.homevector3 img{
  max-width: 30%;
}
.homevector3{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.homeshape1{
  position: absolute;
  top: 10%;
  right: 0; 
  bottom: 0;
  margin: auto;
}
.homeshape2{
  position: absolute;
  top: 25%;
  left: 0;
  bottom: 0;
  margin: auto;
}
.homeshape3{
  position: absolute;
  right: 0; 
  bottom: 0;
  margin: auto;
}
.homeshape4{
  position: absolute;
  right: 20%;
  top: -20px;
  margin: auto;
}
.homeshape5{
  position: absolute;
  left: 20%;
  bottom: -15px;
  margin: auto;
}
.homeshape6{
  position: absolute;
  right: 20%;
  top: -20px;
  margin: auto;
}
.homeshape7{
  position: absolute;
  right: 35%;
  bottom: 25%;
  margin: auto;
}
.michelshape1{
  position: absolute;
  right: 25%;
  top: -10%;
  margin: auto;
}
.michelshape2{
  position: absolute;
  left: 25%;
  top: -20px;
  margin: auto;
}
.michelshape3{
  position: absolute;
  right: -15%;
  bottom: -15%;
  margin: auto;
}
.michel_section3_vector{
  position: relative;
}
.michelshape4{
  position: absolute;
  right: 25%;
  top: -20px;
  margin: auto;
}
.michelshape5{
  position: absolute;
  left: 5%;
 bottom: -20%;
  margin: auto;
}
.michelshape6{
  position: absolute;
  top: 50%;
 right: -10%;
  margin: auto;
}
.michel_section5_vector{
  position: relative;
}
.michelshape7{
  position: absolute;
  left: 50%;
  top: -20px;
  margin: auto;
}
.michelshape8{
  position: absolute;
  right: 0;
  bottom: -25%;
  margin: auto;
}
.michelvector1{
  position: absolute;
  right: -25%;
  top: -50%;
  margin: auto;
}
.michelvector1 img{
max-width: 75%;
}
.michelvector2{
  position: absolute;
  bottom: -25%;
  margin: auto;
}
.michelvector3{
position: absolute;
    bottom: -30%;
    right: -30%;
    margin: auto;
    opacity: 0.5;
}
.michelvector3 img{
    max-width: 65%;
}
.michelvector4{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0.5;
}
.michelvector4 img{
    max-width: 65%;
}

.ftvshape1 {
    position: absolute;
    left: 50%;
    top: -20px;
    margin: auto;
}
.ftvshape2 {
    position: absolute;
    right: 10%;
    top: -25%;
    margin: auto;
}
.ftvshape3 {
    position: absolute;
    top: 50%;
    right: -10px;
    margin: auto;
}
.ftvvector{
  position: absolute;
  top: -20%;
  left: 10%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ftvvector1 img{
  max-width: 50%;
}
.ftvvector2{
  position: absolute;
}
.ftvvector3{
    position: absolute;
top: 25%;
  right: 0;
  margin: auto;
}
.shaperedbig img{
  max-width: 20%;
  padding-left: 20px;
  margin: 0 0 0 10%;
}
.shaperedbig1 img{
  max-width: 20%;
  margin-left: -20px;
}


.channelshape1{
  position: absolute;
  right: 25%;
  top: -20px;
  margin: auto;
}
.channelshape2{
  position: absolute;
  right: 25%;
  bottom: -11px;
  margin: auto;
}
.channelshape3{
  position: absolute;
  top: 25%;
  left: -5px;
  margin: auto;
  z-index: 1;
}
.channelshape4{
  position: absolute;
  left: 25%;
  bottom: -5px;
  margin: auto;
  z-index: 1;
}
.channelvector1{
  position: relative;
  margin: 30px 0;
}
.channelsvector{
  position: absolute;
  left: -40px;
  bottom: 10%;
  opacity: 0.5;
}
.channelsvector img{
max-width: 40%;
}   
.channelsvector2{
  position: absolute;
  right: -40px;
  bottom: 10%;
  opacity: 0.5;
}
.channelvector4 img{
  max-width: 60%;
}
.channelvector4{
    position: absolute;
    bottom: -3%;
    right: 0;
}


.floungevector1{
  position: absolute;
  left: 0;
  bottom: -10px;
  margin: auto;
}
.flounge_section1_vid{
  z-index: 1;
}
.floungevector2{
  position: absolute;
  right: 0;
  top: -10px;
  margin: auto;
}
.flounge_section2_vid{
  z-index: 1;
}
.floungevector3{
  position: absolute;
  right: 0;
  top: -10%;
  margin: auto;
}
.floungevector4 {
  position: absolute;
  right: 0;
  bottom: -10%;
  margin: auto;
}
.floungevector5 {
    position: absolute;
    right: 0;
    top: -100%;
    margin: auto;
}

.floungeshape1{
  position: absolute;
  right: 25%;
  top: -20px;
  margin: auto;
  transform: rotate(90deg);
}
.floungeshape2{
  position: absolute;
  right: -10%;
  top: 25%;
  margin: auto;
}
.floungeshape3{
  position: absolute;
  left: 20%;
  bottom: -10%;
  margin: auto;
}
.floungeshape4{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.floungeshape5{
  position: absolute;
  right: 0;
  bottom: -100%;
  margin: auto;
}

.featuresshape{
  position: absolute;
  top: -20px;
  left: 50%;
  margin: auto;
}
.featuresshape_1{
  position: absolute;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.featuresshape1{
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: auto;
}
.featuresshape2{
  position: absolute;
  bottom: -20px;
  left: 25%;
  margin: auto;
}
.featuresshape2_1{
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
}
.featuresshape3_1{
  position: absolute;
  bottom: 25%;
  left: 0;
  margin: auto; 
}
.featuresshape3{
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
}
.featuresshape4_1{
  position: absolute;
  top: -15px;
  right: 0;
  margin: auto;
}
.features_section4 video{
  position: relative;
  z-index: 2;
}
.featuresshape5{
  position: absolute;
  top: -20px;
  left: 15px;
  margin: auto;
}
.featuresshape6{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.featuresvector1{
  position: absolute;
  opacity: 0.5;
}
.featuresvector2 {
  position: absolute;
  top: -10%;
  right: 0;
}
.featuresvector3 {
  position: absolute;
  right: 0;
}
.featuresvector4 {
  position: absolute;
  right: 5%;
  bottom: -20%;
  opacity: 0.5;
}

.franchisevector{
  position: absolute;
  top: -10%;
  left: 25%;
  opacity: 0.5;
}
.franchisevector1{
  position: absolute;
  top: -10%;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.franchisevector2{
  position: absolute;
  top: -10%;
  right: 0;
  opacity: 0.5;
  z-index: 1;
}

.footerbranding{
    position: absolute;
    top: -30%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}


.mobshow{
  display: none;
}




/*=======================
      media queries
  =======================*/

/*// Extra large devices (large desktops, 1440px and down)*/
@media (max-width: 1400px) {
  .home_banner{
   padding-top: 120px;
}
}

/*// Extra large devices (large desktops, 1200px and down)*/
@media (max-width: 1200px) {

  .home_banner{
   padding-top: 120px;
}
.home_banner_content {
    position: absolute;
    top: 120px;
}
.home_banner_content h1 {
      font-size: 42px;
}
.home_banner_content p {
    font-size: 20px;
}
.home_banner_content h3 {
    font-size: 56px;
    margin-bottom: 20px;
}
.home_banner_content h2 {
    font-size: 72px;
}
.home_banner_content h1 span {
    font-size: 42px;
}
.home_section1_content h3 {
    font-size: 48px;
}
.home_section1_content h5 {
    font-size: 16px;
    padding: 20px;
}
.michel_section3_content h1 {
    font-size: 54px;
}
.home_section1_content p {
    font-size: 14px;
}
.home_section2_content h3 {
    font-size: 42px;
}
.home_section2_content h5 {
    font-size: 16px;
}
.home_section2_content p {
    font-size: 16px;
}
.home_section4_img h3 {
    font-size: 28px;
        top: -80px;
} 
.michel_section2_content h2 {
    font-size: 4.5vw;
}
.michel_section2_img {
    margin-top: 200px;
} 
.michel_section4_content h1 {
    font-size: 54px;
    margin: 10% 0 0 0;
}
.michel_section5_content h1 {
    font-size: 54px;
    margin: 0;
} 
.channels_section1_content p {
  margin: 20px;
}
.franchise_section1 h2 {
  margin: 0px -115px 0 0;
}
.franchise_section1_content img {
    margin: 20px 0 0 50%;
}
.franchise_section1_content p{
  margin: 0 0 0 5%;
}
.franchise_section1_content img {
    margin: 20px 0 0 5%;
}
.floungevector1, .featuresvector2{
  display: none;
}
.floungevector4 {
    bottom: -15%;
}
.ftvvector img{
  max-width: 50%;
}
.ftvvector1 img{
  max-width: 75%;
}
.ftvvector2 {
    bottom: -65px;
    right: 0;
    position: absolute;
}
.franchisevector {
    top: -25%;
    left: 15%;
}
}

/*// Large devices (desktops, 992px and down)*/
@media (max-width: 992px) {

}

/*// Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
.home_banner_content {
    position: absolute;
    top: 120px;
}
.home_banner_content h1 {
      font-size: 36px;
}
.home_banner_content p {
    font-size: 18px;
}
.home_banner_content h3 {
  font-size: 48px;
}
.home_banner_content h2 {
  font-size: 68px;
}
.home_banner_content h1 span {
  font-size: 40px;
}
.michel_section2_content_intro {
  font-size: 14px;
}
.michel_section2_img {
  margin-top: 150px;
}
.michel_section2_content h2 {
  font-size: 4.5vw;
}
.michel_section3_content h1 {
  font-size: 42px;
}
.michel_section5_content h1 {
  font-size: 42px;
  margin: -20% 0 0 0;
}
.michel_section4_content h1 {
  font-size: 42px;
  margin: 10% 0 0 0;
}
.ftv_section1_content h2 {
  font-size: 3.5vw;
}
.ftv_section1_content_intro {
  font-size: 14px;
}
.ftv_section1_content_intro span {
  font-size: 14px;
  font-weight: 800;
}
.ftv_section1_content_description {
  font-size: 12px;
  margin: 10px 0 0 7%;
}
.ftv_section2_content h1 {
  font-size: 36px;
  margin: 5% 0 20px 0;
}
.ftv_section2_content ul li {
  font-size: 12px;
}
.channels_section1_content p {
  margin: 20px;
}
.flounge_section1_content {
  margin-top: 5%;
}
.flounge_section1_content h2 {
    font-size: 48px;
}
.flounge_section1_content h3 {
    font-size: 54px;
}
.flounge_section1_content span {
    font-size: 36px;
}
.flounge_section1_content img {
    padding: 20px 0 20px 0;
}
.flounge_section1_content h5 {
  font-size: 14px;
  margin: 10px 0px;
}
.flounge_section1_content p {
  font-size: 12px;
  margin: 10px 0;
}
.flounge_section2_content h2 {
    font-size: 36px;
    margin-top: 5%;
}
.flounge_section2_content h5 {
  font-size: 14px;
  margin: 10px 0px;
}
.flounge_section2_content p {
  font-size: 12px;
  margin: 10px 0;
}
.flounge_section3 p {
  margin: 10px;
}
.floungevector4 {
    bottom: -20%;
}
.features_section1_content img{
  max-width: 75%;
}
.features_section2_content h2 {
  font-size: 40px;
}
.features_section2_content h3 {
  font-size: 36px;
}
.features_section2_content span {
  font-size: 20px;
  margin: 10px 0 0 0;
}
.features_section2_content p {
  font-size: 14px;
  margin: 10px 0;
}
.features_section4_img {
  width: 360px;
}
.features-desc {
  margin: 20px;
}
.franchise_section1_content img {
  margin: 20px 0 0 5%;
}
.franchise_section1 h2 {
  font-size: 48px;
}
.franchise_section1 h3 {
  font-size: 36px;
}
.franchise_section1_content p{
  font-size: 20px;
  margin: 0 0 0 5%;
}

.channelvector4 {
    position: absolute;
    bottom: -3%;
    right: 0; 
}
.ftvvector img{
  max-width: 50%;
}
.ftvvector {
  top: 0;
}
.ftvvector1 img{
  max-width: 100%;
}
.ftvvector2 {
    bottom: -65px;
    right: 0;
    position: absolute;
}
.channel-desc { 
    margin: 20px;
}
.floungevector1, .floungevector3, .floungevector5{
  display: none;
}
}
/*// Medium devices (tablets, 768px and down)*/
@media (max-width: 767px) {
  .header a img {
    background-color: transparent;
    padding: 20px;
    position: fixed;
    z-index: 99;
    margin-top: -15px;
}
.home-main, .features-main, .flounge-main, .fashiontv-main, .channels-main, .michel-main, .franchise-main{
  margin: 5px;
}
.overlay-content {
    top: 10%;
}
.overlay a {
    font-size: 24px;
}
.header a img {
    padding: 20px 5px 5px 10px;
}
.head_inquire button  {
    top: 15px;
}
.mobshow{
  display: block;
}
.deskshow{
  display: none;
}
.input-filed input {
  width: 300px;
}
.franchise_section1 h2 {
  font-size: 50px;
  margin: 0;
}
.franchise_section1_content p {
  margin: 0;
}
.franchise_section1_content img {
  margin: 20px;
}
.home_banner_mob_content{
  position: absolute;
  top: 200px;
  width: 100%;
}
.home_banner_mob_content h3{
  font-size: 44px;
  font-weight: 800;
  font-family: Gotham_Bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
}
.home_banner_mob_content p {
    font-size: 16px;
    font-family: Gotham_Bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
}
.home_section1_content h3 {
    font-size: 36px;
    margin: 0;
    text-align: center;
}
.home_section1_content h5 {
    font-size: 16px;
    padding: 0;
    text-align: center;
}
.homevector3 {
    top: -25%;
    left: 0;
}
.home_section1 {
  position: relative;
  padding-top: 20px;
}
.home_section2 {
    padding-top: 20px;
}
.home_section2_content {
    padding-top: 0;
}
.home_section2_content a {
    font-size: 18px;
    margin: 10px 0 20px 15%;
}
.home_section2_content h3 {
    font-size: 32px;
    margin: 0;
    text-align: center;
}
.home_section2_content p {
    font-size: 14px;
}
.home_section4 {
  position: relative;
  padding: 120px 0 50px 0;
}
.home_section4_content h3 {
  font-size: 40px;
}
.home_section4_content p {
  top: -5px;
  left: 0;
  font-size: 36px;
}
.homeshape7 {
    right: 75%;
    bottom: 30%;
}
.home_section4_img h3 {
    font-size: 28px;
    top: 0;
    text-align: center;
    margin-left: 0;
}
.michel_section2_content h2 {
    font-size: 8.5vw;
    text-align: center;
}
.michel_section2_content img {
    margin-left: 10%;
    margin-top: -35px;
    max-width: 80%;
}
.michel_section2_content {
    margin-top: 0;
}
.michel_section2_content_intro {
    font-size: 16px;
    margin: 0 0 0 7%;
}
.michel_section2_content_description {
    font-size: 14px;
    margin: 20px 0 20px 7%;
}
.michel_section3_content h1 {
    font-size: 8.5vw;
    margin: 0;
    text-align: center;
}
.michel_section3_content img{
      margin-left: 10%;
    margin-top: -35px;
    max-width: 80%;
}
.michel_section4_content h1 {
    font-size: 8.5vw;
    margin: 0;
    text-align: center;
}
.michel_section4_content hr {
    width: 80%;
    border: 2.5px solid #fbd836;
    margin-top: 0px;
}
.michel_section5_content h1 {
    font-size: 8.5vw;
    margin: 20px 0 0 0;
    text-align: center;
}
.michel_section5_content img{
      margin-right: 10%;
    margin-top: -35px;
    max-width: 80%;
}
.michelvector2 {
    bottom: 0;
}
.michelvector3 {
    bottom: -45%;
}
.ftv_section1 {
    margin-top: 0;
}
.ftv_section1_img {
    margin-top: 0;
}
.ftv_section1_content h2 {
    font-size: 8.5vw;
    text-align: left;
}
.ftv_section1_content_description {
    font-size: 12px;
    margin: 10px 0 20px 7%;
}
.ftv_section2_content h1 {
    font-size: 36px;
    margin: 5% 0 20px 0;
    padding-left: 20px !important;
}
.channels_section1 p {
    font-size: 16px;
    margin: 10px;
}
.channels_section2_content p {
    font-size: 14px;
    margin: 20px 30px 20px 0;
    text-align: left;
}
.channels_section2_content li {
    margin: 10px 20px 10px 10px;
}
.channels_section3_content p {
    font-size: 14px;
    color: #fff;
    font-family: Roboto-Regular;
    color: rgb(255, 255, 255);
    margin: 20px 30px 20px 0;
}
.channels_section3_content li {
    margin: 10px 20px 10px 10px;
}
.channels_section2_img {
    margin-top: -50px;
    position: relative;
}
.flounge_banner p {
    font-size: 12px;
    text-align: left;
}
.flounge_section1_content h2 {
    font-size: 8.5vw;
}
.flounge_section1_content h2 span {
    font-size: 8.5vw;
}
.flounge_section1_content h3 {
    font-size: 8.5vw;
    margin: 0 0 15px 0;
}
.flounge_section3_title h2 {
    font-size: 8.5vw;
}
.flounge_section2_content {
    position: relative;
    margin: 0 10px;
}
.flounge_section2_content h2 {
    font-size: 36px;
    margin-left: -10px;
}
.floungevector6{
  position: absolute;
    top: 300%;
    right: 0;
}
    
.features_section1_content {
    position: relative;
}
.features_section2_content h2 {
    font-size: 8.5vw;
    margin: 0;
}
.features_section2_content h3 {
  margin: 0;
}
.featuresvector1 {
    position: absolute;
    opacity: 0.5;
    top: 70px;
}
.features_section3_content {
    position: relative;
}
.features_section3 p {
    text-align: left;
    margin: 0 0 0 0;
    padding: 20px;
}
.features_section3_content p {
    margin: 0 !important;
    padding: 20px;
    background: 0;
}
.features_section3inherit {
    margin-top: 0;
}
.features_section4_img {
    margin-top: 0;
    margin-left: 10px;
    position: relative;
    width: 80%;
    z-index: 3;
}
.channelshape2{
  display: none;
}
.channelvector4{
    position: absolute;
    bottom: -3%;
    right: 0;
}
.header-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header-title1 {
    top: 90%;
}
#ftv_logo {
    max-width: 100%;
}


.footerbranding {
    top: 40%;
}
}


/*// small devices (mobiles, 576px and down)*/
@media (max-width: 425px) {

}

/*animation*/
.animate-Right {
visibility: visible; 
animation-duration: 3s; 
animation-delay: 1000ms; 
animation-name: fadeInRight;
}
.animate-Left {
visibility: visible; 
animation-duration: 3s; 
animation-delay: 1000ms; 
animation-name: fadeInLeft;
}
.animate-Up {
visibility: visible; 
animation-duration: 3s; 
animation-delay: 1000ms; 
animation-name: fadeInUp;
}
.animate-Down{
visibility: visible; 
animation-duration: 3s; 
animation-delay: 1000ms; 
animation-name: fadeInDown;
}






