
/*
  Theme Name: NAME.
  Created : DATE
  Updated : None
  Version: 1.0
*/

/* ========================================================================== */
/* ========================================================================== */
/* [TABLE OF CONTENTS] */
/* ========================================================================== */
/* ========================================================================== */

/*  

  1. RESET.

    


*/

/* ==========================================================================
    1. RESET.
   ========================================================================== */
   
   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, embed, 
   figure, figcaption, footer, header, hgroup, 
   menu, nav, output, ruby, section, summary,
   time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
     font-family: "Colfax-Regular" !important;
   }
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
     display: block;
   }
   body {
     line-height: 1;
     font-family: "Colfax-Regular"!important;
     overflow-x: hidden;
   }
   ol, ul {
     list-style: none;
   }
   blockquote, q {
     quotes: none;
   }
   blockquote:before, blockquote:after,
   q:before, q:after {
     content: '';
     content: none;
   }
   table {
     border-collapse: collapse;
     border-spacing: 0;
   }


@font-face {
font-family: "Colfax-Medium";
src: url("font/Colfax-Medium.otf");
}

@font-face {
  font-family: "Colfax-Black";
  src: url("font/Colfax-Black.otf");
  }

@font-face {
  font-family: "Colfax-Bold";
  src: url("font/Colfax-Bold.otf");
}

@font-face {
  font-family: "Colfax-Regular";
  src: url("font/Colfax-Regular.otf");
  }

::-moz-selection {
  color: #ffffff;
  background: #000000;
}
::selection {
  color: #ffffff;
  background: #000000;
}

.bgg {
  background-color: #acacac;
}

.bgg-linear {
  background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(209,209,209,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(72%, rgba(255,255,255,1)), color-stop(100%, rgba(209,209,209,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(209,209,209,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(209,209,209,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(209,209,209,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(209,209,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=0 );
}

/* ==================================
    Colors
   ================================== */

.id-grey-box {
  background: #364052;
  height: 100vh;
}

  .id-color-box {
    background-color: #364052;
    color: #FFFFFF !important;
  }

  .tw {
    color: #FFFFFF !important;
  }

  .twg {
    color: rgb(182, 182, 182) !important;
  }

  /* ====================================
    END Colors
   ====================================== */

    /* ====================================
  Tipography
   ====================================== */

   

   .id-h1 {
    transition-duration: 0.4s;
    font-family: "Colfax-Medium"!important;
    font-weight: 600;
    font-size: 78px;
    color: #222222;
    letter-spacing: -2.11px;
    text-align: center;
    line-height: 78px;
    z-index: 1;
    }
    
    @media only screen and (max-width: 990px) {
      .id-h1 {
        transition-duration: 0.4s;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -3.11px;
        z-index: 1;
      }
    }

    .id-h2 {
      font-family: "Colfax-Bold" !important;
      font-size: 62.4px;
      color: #222222;
      letter-spacing: -3.38px;
      line-height: 65px;
   
        }
      
        @media only screen and (max-width: 990px) {
          .id-h2 {
            font-size: 25px;
            line-height: 25px;
            letter-spacing: -1.38px;
            text-align: center !important;
          }
        }

  .id-h3 {
  transition-duration: 0.4s;
  font-family: "Colfax-Regular"!important;
  font-weight: 400 !important;
  font-size: 20px;
  color: #757575;
  letter-spacing: 0;
  line-height: 32px;
  z-index: 1;
  }

  .id-h3-bold {
    transition-duration: 0.4s;
    font-family: "Colfax-Bold" !important;
    font-weight: 600;
    font-size: 20px;
    color: #757575;
    letter-spacing: 0;
    line-height: 32px;
    z-index: 1;
    }

  @media only screen and (max-width: 990px) {
      .id-h3 {
        transition-duration: 0.4s;
       font-size: 15px;
        line-height: 15px;
        z-index: 1;
        text-align: center !important;
    }
}

@media only screen and (max-width: 990px) {
  .id-h3-bold {
    transition-duration: 0.4s;
   font-size: 15px;
    line-height: 20px;
    z-index: 1;
    text-align: center !important;
}
}
      

.id-h4 {
transition-duration: 0.4s;
font-family: "Colfax-Medium" !important;
font-size: 25px;
color: #222222;
letter-spacing: 0;
text-align: center;
line-height: 30px;  
}
      
@media only screen and (max-width: 990px) {
.id-h4 {
transition-duration: 0.4s;
font-size: 15px;
text-align: center !important;
  }
}

.id-h5 {
transition-duration: 0.4s;
font-family: "Colfax-Medium"!important;
font-size: 15px;
color: #6D6D6D;
letter-spacing: 4.62px;
line-height: 20px;  
  }
        
  @media only screen and (max-width: 990px) {
  .id-h5 {
  transition-duration: 0.4s;
  font-size: 12px;
  letter-spacing: 3.62px;
  line-height: 15px;
  text-align: center !important; 
    }
  }

p {
font-family: "Colfax-Regular"!important;
font-size: 12px;
color: #6D6D6D;
letter-spacing: 0;
text-align: center;
line-height: 22px;
}

.id-pl {
  font-family: "Colfax-Regular"!important;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}
    

  /* ====================================
  END Tipography
  ====================================== */
    

/* ======================================
    Main header
   ====================================== */

.main-header {
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .main-header {
    display: none;
  }
}

.main-header-container {
  height: 70px;
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 2000;
}

.button {
  transition-duration: 0.5s;
  text-decoration: none;
  height: 50px;
  width: 200px;
  background-color: #0CB6FB;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 10pt;
}

.button:hover {
  transition-duration: 0.5s;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: #0CB6FB;
}

.button2 {
  transition-duration: 0.5s;
  text-decoration: none;
  height: 50px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(48, 48, 48);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 10pt;
}

.button2:hover {
  transition-duration: 0.5s;
  text-decoration: none;
  color: #0CB6FB;
}


/* ====================================
    END Main header
   ==================================== */


   /* ===================================
     Main hero
   ====================================== */



.main-hero img {
  height: 100%;
  max-height: 100vh !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  z-index: 0;
}

.main-bg h1 {
  z-index: 1;
}

.main-bg h3 {
  z-index: 1;
}

.w750 {
  max-width: 750px;
}

.w350 {
  max-width: 350px;
}

.h250 {
height: 250px;;
}

.main-video {
  width: 89vh;
  height: 50.1vh;
  background: #FFFFFF;
  box-shadow: 0 2px 21px 0 rgba(0,0,0,0.23);
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 20px;

}

@media only screen and (max-width: 1000px) {
  .main-video {
    width: 90vw;
    height: 51vw;
  }
}

  /* ===================================
     END Main hero
   ====================================== */

     /* ===================================
     Features
   ====================================== */

.feature-box {
background: #FFFFFF;
box-shadow: 0 2px 21px 0 rgba(0,0,0,0.23);
border-radius: 15px;
padding: 20px;
width: 100%;
min-height: 290px;
}

.screen-box {
  width: 256px;
  height: 526px;
  box-shadow: 0 2px 21px 0 rgba(0,0,0,0.23);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

  .screen-box img {
    width: 256px;
    height: 526px;
    background-color: #222222;
    box-shadow: 0 2px 21px 0 rgba(0,0,0,0.23);
    border-radius: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px;
}
  
@media only screen and (max-width: 990px) {
  .feature-box {
    min-height: 220px;
  }
}


  /* ===================================
     END Features
   ====================================== */

     /* ===================================
     SSD
   ====================================== */

   @media only screen and (max-width: 990px) {
    .ssd-image {
      width: 80vw;
    }
  }

  .svg-box {
    width: 100%;
  }
    /* ===================================
     END SSD
   ====================================== */

  /* ===================================
     Feature Video
   ====================================== */

  .feature-video {
    background: #FFFFFF;
    box-shadow: 0 2px 21px 0 rgba(0,0,0,0.23);
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    height: 350px;
    min-height: 290px;
    }

    .feature-video-tramp {
      width: 0%;
      height: 0px;
      }

    /* ===================================
     END Feature Video
   ====================================== */


   .screens-image {
     width: 100%;
     position: relative;
     margin: 0;
     padding: 0;
   }

   .image-screen {
     width: 330px;
   }

   .image-screen2 {
    width: 90%;
  }

  .news-section {
    background: #0299FF;
    border-radius: 26px;
    height: 270px;
  }

/* ==========================================================================
  form
   ========================================================================== */

   .mail-input {
    transition-duration: 0.5s;
    width: 300px;
    height: 50px;
    padding-left: 20px;
    border-style: none;
    outline: none;
    box-shadow: rgba(46, 46, 46, 0.25) 1px 4px 10px 0px;
    border-radius: 50px 0px 0px 50px;
    background-color: #ffffff;
    -webkit-border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    -ms-border-radius: 50px 0px 0px 50px;
    -o-border-radius: 50px 0px 0px 50px;
}

@media only screen and (max-width: 990px) {
  .mail-input {
    transition-duration: 0.5s;
    width: 80%;
}
}
  
  .mail-input:valid {
    width: 300px;
    height: 50px;
    padding-left: 20px;
    border-style: none;
    outline: none;
    color: #ffffff;
    box-shadow: rgba(46, 46, 46, 0.25) 1px 4px 10px 0px;
    border-radius: 50px;
    background-color: #303030;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  
  .f-sendbtn {
    transition-duration: 0.4s;
    font-family: "Colfax-Medium";
    width: 100px;
    height: 50px;
    font-size: 10pt !important;
    border-style: none;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 1px 4px 10px 0px;
    border-radius: 0px 50px 50px 0px;
    background-color: #2e313f;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    -ms-border-radius: 0px 50px 50px 0px;
    -o-border-radius: 0px 50px 50px 0px;
}

.f-sendbtn:hover {
  transition-duration: 0.4s;
  background-color: #000000;
}

.footer {
  height: 300px;
  width: 100%;
}
  
  