/* Font */
@import url("../fonts/Formular/stylesheet.css");

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body{
  font-family: 'Formular', sans-serif !important;
  background-color: lightgray;
}

a{
  color: inherit;
  text-decoration: none!important;
}



:root {
    /* Full grid area variable */
    --fullGrid: 1 / 1 / -1 / -1;
    --bs-link-color: #ffffff;
    --bs-link-color-rgb: 255, 255, 255;
}

*{
  margin: 0;
  padding: 0;
}

.widther{
  width: 80%;
  height: auto;
  margin: auto;
}

.rower{
  display: flex;
}

.columner {
  flex: 50%;
}

.minicolumner{
  flex: 33%;
}

/* section video */

.iTC{
  width: 100%;
  height: auto;
}

.iTC .griddy {
  /* Create grid spanning viewport width & height */
  display: grid;
  grid-template-rows: 100vh;
  overflow: hidden;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5);
}

.redspan{
  color: #df3c14;;
}

.iTC h1 {
  font-size: 67px;;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.iTC p{
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 1.5em;
}

.more{
  margin-top: 100px!important;
}

.more p{
  max-width: 250px!important;
  text-align: center;
  margin: auto;
  margin-top: 1em!important;
}

.video-bg1 {
  /* Span the full grid */
  grid-area: var(--fullGrid);

  /* Re-size video to cover full screen while maintaining aspect ratio */
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;

  /* Display video below overlay */
  z-index: -1;
}

.video-bg1::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Center Content */
    display: grid;
    align-content: center;
    

    /* Semi-transparent background */
    background-color: rgba(0, 0, 0, 0.55);
}

.video-overlay img{
  width: 100%;
  height: auto;
}

/* Arrow bouncing */

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}

::selection {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.iTC .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
/*   background-image: url(); */
/*   background-size: contain; */
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* section iTC */

.iTC section {
    margin: 150px auto;
}

.iTC section img{
  width: 108px;
  height: auto;
}
.iTC section p{
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #444;
  max-width: 690px;
  margin-top: 3em;
}

.orang{
  font-weight: 500;
  color: #df3c14;
}

.iTC button {
  color: #ffffff;
  background-color: #DF3C14;
  border: 0px solid #ffffff;
  padding: 12px 40px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 1em;
  border-radius: 5px;
}

.iTC button:hover {
  color: #000;
  background-color: #ffffff;
}

.iTC section button {
  color: #ffffff;
  background-color: #DF3C14;
  border: 2px solid #DF3C14;
  padding: 12px 33px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 3em;
}

.iTC section button:hover {
  color: #000;
  background-color: #ffffff;
}

.iTC section .owl-carousel{
  max-width: 750px;
}

.iTC section .owl-carousel .owl-dots button{
  margin-top: 1em!important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #DF3C14!important;
}

/* LED Panel Section */  
.ledpanels {  
  background-color: #F3F3F3;  
  padding-top: 5em;  
  padding-bottom: 5em;  
  text-align: center;  
}  

.ledpanels-wrapper {  
  width: 67%;  
  margin: 0 auto;  
}  

.ledpanels-wrapper h2 {  
  font-weight: 700;  
  font-size: 32px;  
  text-transform: uppercase;  
}  

.ledpanels-wrapper h3 {  
  font-weight: 500;  
  font-size: 20px;  
  text-transform: uppercase;  
  margin-bottom: 3em;  
}  

.ledpanels-container {  
  padding: 0 15px;  
}  

.ledpanels-row {  
  display: flex;  
  flex-wrap: wrap;  
  gap: 30px;  
  justify-content: center;  
}  

.ledpanels-col {  
  flex: 1 1 calc(33.33% - 40px);  
  max-width: calc(33.33% - 40px);  
  box-sizing: border-box;  
}  

.ledpanels-col .iTCard {  
  display: flex;  
  flex-direction: column;  
  align-items: center;  
  justify-content: center;  
  background-color: #fff;  
  border-radius: 10px;  
  box-shadow: 0 4px 14px 0 rgba(157, 157, 157, 0.25);  
  padding: 20px;  
  margin: auto;  
  margin-bottom: 30px;  
  transition: transform 0.2s ease-in;  
  width: 100%;  
  height: 340px;  
}  

.ledpanels-col .iTCard:hover {  
  transform: scale(1.03);  
}  

.ledpanels-col .iTCard h4 {  
  font-weight: 500;  
  font-size: 20px;  
  line-height: 120%;  
  text-transform: uppercase;  
  text-align: center;  
  margin-top: 20px;  
}  

.ledpanels img {  
  width: auto;  
  max-width: 100%;  
  height: auto;  
  max-height: 200px;  
  transition: transform 0.2s ease-in;  
  object-fit: contain;  
}  

.ledpanels .iTCard:hover img {  
  transform: scale(1.03);  
}  

.ledpanels a {  
  color: inherit;  
  text-decoration: none;  
}  

@media (max-width: 1200px) {  
  .ledpanels-col {  
    flex: 1 1 calc(50% - 30px);  
    max-width: calc(50% - 30px);  
  }  

  .ledpanels-wrapper {  
    width: 85%;  
  }  
}  

@media (max-width: 768px) {  
  .ledpanels-col {  
    flex: 1 1 100%;  
    max-width: 100%;  
  }  

  .ledpanels-wrapper {  
    width: 95%;  
  }  

  .ledpanels-wrapper h3 {  
    margin-bottom: 3em;  
    font-size: 18px;  
  }  

  .ledpanels img {  
    max-height: 150px;  
  }  
}

.owl-two{
  max-width: 600px;
  float: right;
}

.orangee{
  background: #DF3C14;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  color: #fff;
}

.whitee{
  background: #fff;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  color: #000;
}

/* cons */

.pros{
  width: 100%;
  height: auto;
}

.pros h1{
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin: 100px;
}

.pros h2{
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}

.pros h3{
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  max-width: 550px;
  margin: auto;
}

.pros p{
  font-weight: 500;
  font-size: 20px;
  max-width: 550px;
  margin: auto;
  margin-top: 1em;
}
.pros img {
  width: 100%;
  height: auto;
}

/* feedback */

.feedback{
  background-image: url("../images/feedback_bg.webp");
  padding-top: 100px;
  padding-bottom: 250px ;
}

.feedback h1{
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  max-width: 450px;
}

.feedback p{
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #f5f5f5;
  max-width: 450px;
  opacity: 0.7;
}

.feedback input[type=text]:hover {
  border: 1px solid #efefef;
}
.feedback input[type=text]:focus {
  border-color: #efefef;
  box-shadow: none;
  outline: 0 none;
}
.feedback input[type=text] {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  margin-top: 9px;
  padding: 15px 20px;
  border-radius: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}

select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  margin-top: 9px!important;
  padding: 15px 20px;
  border-radius: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}

.selopt{
  color: #272727;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  0.9;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  0.9;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
.feedback .cont{
  width: 470px;
}


.feedback button{
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding: 17px 20px;
  cursor: pointer;
  text-align: center;
  margin-top: 40px;
  display: block;
  width: 100%;
  border: 2px solid #fff;
}

.feedback button:hover{
  color: #000;
  background-color: #ffffff;
  border: 2px solid #000;
}

/* inter */
.inter{
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
}

.inter p{
  font-weight: 400;
  font-size: 18px;
  color: #272727;
  margin-top: 1em;
  max-width: 670px;
}

.bolda{
  font-weight: 500;
}

.inter button{
  color: #ffffff;
  background-color: #DF3C14;
  border: 2px solid #DF3C14;
  border-radius: 5px;
  padding: 12px 50px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 2em;
}

.inter button:hover{
  color: #000;
  background-color: #ffffff;
  border: 2px solid #000;
}

.mob{
  display: none;
}
.fsize{
  display: inherit;
}

/* mobile  */

@media screen and (max-width: 768px) {
  .widther {
    width: 90%;
  }
  .iTC h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    letter-spacing: 2px;
  }
  .iTC p {
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    margin-top: 1.5em;
    letter-spacing: 1px
  }
  .smartlogo {
    display: inline-block;
  }
  .header .menu-icon {
    padding: 0px 0px;
  }
  .header .menu-icon .navicon {
    height: 3px;
    width: 32px;
    margin: 20px 0px;
  }
  .video-overlay{
    background-image: url("../images/index/main_bg_mob.webp");
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 70vh;
    position: relative;
  }
  .iTC .griddy {
    grid-template-rows: 70vh;
  }
  .iTC section {
    margin: 60px auto;
  }
  .rower {
    flex-direction: column;
  }
  .bitton{
    position: absolute;
    bottom:  3vh;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    padding: 10px 40px!important;
    font-size: 16px;
  }
  .iTC section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    max-width: 690px;
    margin-top: 1em;
  }
  .iTC section h2 {
    font-weight: 500;
    font-size: 20px;
    color: #150035;
    margin-bottom: 1em;
  }
  .iTC section button {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin-top: 3em;
  }
  .w100{
    width: 100%;
  }
  .iTC section .owl-carousel .owl-dots button {
    margin-top: 0em !important;
  } 
  .more {
    margin-top: 20px !important;
  }
  .ledpanels {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .ledpanels h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
  }
  .ledpanels h3 {
    font-size: 14px;
    margin-bottom: 2em;
  }
  .iTCard {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px 0 rgba(157, 157, 157, 0.25);
    padding: 10px 20px;
    margin: 10px auto;
    position: relative;
    width: 100%;
    height: auto;
    transition: transform .2s;
  } 
  .iTCard h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 114%;
    text-transform: none;
    text-align: left;
    margin-top: 0;
    margin: 0.7em;
    width: 100%;
    min-width: 200px;
  }
  .m150 {
    margin-top: 0px !important;
  }
  .pros {
    padding-top: 50px;
  }
  .pros h1 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    margin-bottom: 2em;
  }
  .pros h3 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 90%;
    margin: auto;
    margin-top: 2em;
  }
  .pros p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin: auto;
    max-width: 90%;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .inter {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .inter p {
    font-weight: 400;
    font-size: 15px;
    color: #272727;
    margin-top: 1em;
    text-align: left;
  }
  .imgger{
    text-align: center !important;
  }
  .owl-two{
    max-width: 600px;
    float: right;
  }
  .inter .owl-carousel .owl-dots button {
    margin-top: 0em !important;
    margin-bottom: 2em;
  }
  .inter .widthbutton {
    color: #ffffff;
    background-color: #DF3C14;
    border: 2px solid #DF3C14;
    border-radius: 5px;
    padding: 12px 50px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 2em;
    width: 100%;
  }
  .interlogo{
    max-width: 140px;
    height: auto;
    margin-bottom: 1em;
  }
  .feedback{
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .feedback h1 {
    font-weight: 500;
    font-size: 20px;
    line-height:120%;
    text-align: center;
    margin-bottom: 1em;
  }
  .feedback p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
  .feedback input[type=text] {
    margin-top: 9px;
    padding: 15px 20px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
  }
  .feedback button {
    font-weight: 500;
    font-size: 16px;
    padding: 15px 12px;
    cursor: pointer;
    text-align: center;
    margin-top: 40px;
    display: block;
    width: 100%;
    border: 2px solid #fff;
  }
  .mob{
    display: inherit;
  }
  .fsize{
    display: none;
  }
}

