@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #121212;
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
}

#loadingbody{
    position: fixed;
   width:100%;
   height:100%;
    background-color: black;
    z-index:1000;
    text-align: center;
}

#earthimg{
    width:10%;
    margin-top: 30%;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
    font-family: 'Roboto', sans-serif;
}

h2,
.h2 {
    font-family: 'Roboto', sans-serif;
}

h3,
.h3 {
    font-family: 'Roboto', sans-serif;
}

h4,
.h4 {
    font-family: 'Roboto', sans-serif;
}

h5,
.h5 {
    font-family: 'Roboto', sans-serif;
}

h6,
.h6 {
    font-family: 'Roboto', sans-serif;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

a:focus {
    outline: none;
}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1680px;
}




@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px
    }
}

@media (min-width: 1450px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1680px
    }
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0 20px;
    z-index: 99;
}

.brand-logo {
    position:absolute;
    text-align: center;
    left: 40%;
    top: 30%;
    max-width: 220px;
    width: 100%;
    margin: auto;
    z-index: 40;
}

.brand-logo a {
    display: block;
}

.brand-logo img {
    width:60%;
}



#counter-box
{
    display:flex;
    background-color: #e7720b;
    font-family: 'Montserrat'; 
    padding:20px;
}

#counter-box-mobile
{
    display:none;
}
.fordesktop
{
    display:inline-block;
    width:100%;
    height:100%;
}

.fordesktop_img
{
    display:inline-block;
    width:100%;
    height:100%;
}

.formobile_img
{
    display:none;
}

.formobile
{
    display: none;
}

#mobsecondscreen
{
    display:none;
}

.screen-shadow
{
    display:block;
    min-width: 400px;
    width:100%;
    position: absolute;
    top:98%;
    /* display: flex; */
    z-index: 10;
    margin-left:auto;
    margin-right: auto;
}

.screen-shadow img
{
   width:100%;
}

.whyyeteh
{
    position:relative;
}

.whyyetehmobile
{
    position:relative;
    display:none;
}

.orangelogoleft
{
    position:absolute;
    top:5%;
    left:10%;
}

.orangelogoleft img
{
    width:50%;
}

.whyyetehmobile .orangelogoleft img
{
    width:20%;
}

.whyyetehmobile .orangelogoleft p
{
    padding-top: 20px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 30pt;
    line-height: 1;
    color: black;
}

.whyyetehmobile .orangelogoright img
{
    width:20%;
}

.whyyetehmobile .orangelogoright p
{
    padding-top: 20px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 30pt;
    line-height: 1;
    color: black;
}

.orangelogoleft p
{
    padding-top: 20px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 50pt;
    line-height: 1;
    color: black;

}

.rightplane
{
    position:absolute;
    top:5%;
    right:10%;
    width:50%;
    padding-left: 40px;
}


.forusercards
{
    position:absolute;
    top:20%;
    left:10%;
    width:80%;
}


/* Float four columns side by side */
.forusercards .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }

#column1
{
    width:25%;
}

#column2
{
    width:25%;
}

#column3
{
    width:25%;
}
 
#column4
{
    width:25%;
}
  /* Remove extra left and right margins, due to padding */
  .forusercards .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .forusercards .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .forusercards .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  
  /* Style the counter cards */
  .forusercards .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: left;
    background-color:#ffffff;
    opacity:0.47;
    border-radius: 50px;
  }

  #card1 img
  {
    width:30%;
  }

  #card1 {
    padding:40px;
    opacity:0.8;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
    min-height: 500px;
    transform:
      perspective(750px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.9, 0.9);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
    }
  }

  #card2 img
  {
    width:40%;
  }

  #card3 img
  {
    width:30%;
  }

  #card4 img
  {
    width:30%;
  }

  #card2 {
    padding:40px;
    min-height: 490px;
    opacity:0.7;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
    transform:
      perspective(1000px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.87, 0.87);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
    }
  }

  #card3 {
    padding:40px;
    opacity:0.6;
    min-height: 480px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
    transform:
      perspective(750px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.83, 0.83);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity:1;
    }
  }

  #card4 {

    padding:40px;
    opacity:0.5;
    min-height: 470px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
        transform:
      perspective(750px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.8, 0.8);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity:1;
    }
  }



.orangelogoright
{
    position:absolute;
    top:55%;
    right:10%;
    text-align: right;
}

.orangelogoright img
{
    width:50%;
}

.orangelogoright p
{
    padding-top: 20px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 50pt;
    line-height: 1;
    color: black;

}

.leftplane
{
    position:absolute;
    top:50%;
    left:10%;
    width:50%;
    padding-right:40px;
}


.fortravelercards
{
    position:absolute;
    bottom:5%;
    left:10%;
    width:80%;
}


  .fortravelercards .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }

#column11
{
    width:25%;
}

#column22
{
    width:25%;
}

#column33
{
    width:25%;
}
 
#column44
{
    width:25%;
}
  /* Remove extra left and right margins, due to padding */
  .forusercards .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .fortravelercards .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .forusercards .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  
  /* Style the counter cards */
  .fortravelercards .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: left;
    background-color:#ffffff;
    opacity:0.47;
    border-radius: 50px;
  }

  #card11 img
  {
    width:30%;
  }

  #card11 {
    padding:40px;
    opacity:0.8;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
    min-height: 500px;
    transform:
      perspective(750px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.9, 0.9);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
    }
  }

  #card22 img
  {
    width:40%;
  }

  #card33 img
  {
    width:30%;
  }

  #card44 img
  {
    width:30%;
  }

  #card22 {
    padding:40px;
    min-height: 490px;
    opacity:0.7;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
    transform:
      perspective(1000px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.87, 0.87);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
    }
  }

  #card33 {
    padding:40px;
    opacity:0.6;
    min-height: 480px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
    transform:
      perspective(750px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.83, 0.83);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity:1;
    }
  }

  #card44 {

    padding:40px;
    opacity:0.5;
    min-height: 470px;
    font-family: 'Montserrat','Work Sans', sans-serif;
    font-size: 14pt;
        transform:
      perspective(750px)
      translate3d(0px, 0px, 0px)
      rotateX(0deg)
      scale(0.8, 0.8);
    transition: 0.4s ease-in-out transform;
  
    &:hover {
      transform: translate3d(0px, 0px, 0px);
      opacity:1;
    }
  }


.topcloud
{
    position: absolute;
    top: -120px;
    right: 30px;
    z-index: 10;

}

.bottomcloud
{
    position: absolute;
    bottom: 100px;
    left: -20px;
    z-index: 1;

}

.fordesktop .AIlefttext
{
    position: absolute;
    top:10px;
    left: 2%;
    z-index: 1;
    width:40%;
}

.AIlefttext img
{
 width:60%;
}

.fordesktop .AIrighttext
{
    position: absolute;
    bottom: 30%;
    right: -150px;
    z-index: 1;
    width:40%;
}

 .AIrighttext img
{
 width:60%;
}

.fordesktop .AIarrow
{
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 1;
    width:10%;
}

.fordesktop .AIarrow img
{
    width:80%;
}

.fordesktop .AIdottedline
{
    position: absolute;
    top: 150px;
    left: 25%;
    z-index: 1;
}

.fordesktop .AIdottedline img
{
    width:90%;
}

.mobileAIcontainer
{
    position:relative;
}

.mobileblock
{
    position: absolute;
    bottom:20%;
    width:100%;
    align-items: center;
}
.home-banner2 {
    position: relative;
    z-index: 40;
}

.downloadbanner
{
    padding:5%;
    display: grid;
	  grid-template-columns: 33% 33% 33%;
	  text-align: center;
      
      background-color: white;
}

.downloadbanner #mobsketch img
{
    width:20%;
}

.downloadbanner #mobsketch 
{
   text-align: right;
}

.downloadbanner #advtext img
{
    width:90%;
}

.downloadbanner #dwnbuttons
{
    text-align: left;
}

.downloadbanner .platform img{
    margin-bottom:2px;
    width:50%;
}

.downloadbannermobile
{
    display: none;
}

.mobileplatform
{
    display:none;
}

.downloadbannerfooter
{
    background-color: #e7720b;
}

/* Create two equal columns that floats next to each other */
.downloadbannerfooter .column {
    float: left;
    width: 50%;
    padding: 10px;
    align-content: center;
    text-align: right;
    align-items: center;
  }

  
  
  /* Clear floats after the columns */
  .downloadbannerfooter:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .downloadbannerfooter .platform
  {
    text-align: left;
  }


  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 1100px) {
    .downloadbannerfooter .column {
      width: 100%;
      align-content: center;
      text-align: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
    }

    
  .downloadbannerfooter .platform
  {
    text-align: center;
  }

  }


.championsblock
{
    position:relative;
    width:100%;
}

.champtext
{
    position: absolute;
    top:50px;
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    line-height: 1;
    width:100%;
    text-align: center;
    color: white;

}

.champimg
{
    position: absolute;
    top:150px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 1;
    width:100%;
    text-align: center;
    color: white;

}

.champimg img
{
    width:30%;
}

:root {
    --orange: #e7720b;
    --darkred: #c00424;
    --platinum: #e5e5e5;
    --black: #2b2d42;
    --white: #fff;
    --thumb: #edf2f4;
  }
  
    

.champlistview
{
    position:absolute;
    top:30%;
}

.champcontainer {
    width:90%;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }

  
  .champcards {
    display: flex;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  
  .champcard {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    padding: 2px;
    overflow: hidden;
    scroll-snap-align: start;
    transition: all 0.2s;
    background-color: #000000;
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='white' stroke-width='4' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
border-radius: 12px;
}

    .champborder
    {
        overflow: hidden;
        border-radius: 12px;
    }

  
  .champcard:not(:last-child) {
    margin-right: 10px;
  }
  
  .champcard:hover {
    color: var(--white);
  }
  
  .champcard .card-title {
    font-size: 20px;
  }
  
  .champcard .card-content {
    max-width: 100%;
    overflow: hidden;
    border-radius: 12;
  }
  
  .champcard .card-link-wrapper {
    margin-top: auto;
  }
  
  .champcard .card-link {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: var(--orange);
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s;
  }
  
  .champcard:hover .card-link {
    background: var(--orange);
  }
  
  .champcards::-webkit-scrollbar {
    height: 12px;
  }
  
  .champcards::-webkit-scrollbar-thumb,
  .champcards::-webkit-scrollbar-track {
    border-radius: 92px;
  }
  
  .champcards::-webkit-scrollbar-thumb {
    background: var(--orange);
  }
  
  .champcards::-webkit-scrollbar-track {
    background: var(--thumb);
  }
  
  @media (min-width: 500px) {
    .champcard {
      flex-basis: calc(50% - 10px);
    }
  
    .champcard:not(:last-child) {
      margin-right: 20px;
    }
  }
  
  @media (min-width: 700px) {
    .champcard {
      flex-basis: calc(calc(100% / 3) - 20px);
    }
  
    .champcard:not(:last-child) {
      margin-right: 30px;
    }
  }
  
  @media (min-width: 1100px) {
    .champcard {
      flex-basis: calc(calc(100% / 3) - 40px);
    }
  
    .champcard:not(:last-child) {
      margin-right: 40px;
    }
  }  

 

.downloadbannerfooter p
{
    font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    line-height: 1;
    padding:15px 10px 15px;
}


.banner-background {
    position: absolute;
    background-color: #e7720b;
}

.banner-img1
{
    position:relative;
    padding:0;
    margin:0;
    z-index: 12;
}

.banner-img2
{
    overflow: auto;
    position:relative;
    padding:0;
    margin-top:-35px;
    z-index:5;
}

.headerbanner
{
    
    position:relative;
}

.headerrow
{
    width:80%;
    position:absolute;
    top:250px;
    left:10%;
}

/* Create two equal columns that floats next to each other */
.headerrow .column {
    float: left;
    width: 50%;
    padding: 10px;
    align-content: center;
    text-align: center;
    align-items: center;
  }
  
  /* Clear floats after the columns */
  .headerrow:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 991px) {
    .headerrow .column {
      width: 100%;
      align-content: center;
      text-align: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
    }
  }

.witnessblock
{
    display: inline-block;
    position:relative;
    top: 25px;
    z-index:10;
    font-family: 'Work Sans', sans-serif;
    font-size: 35pt;
    text-align:left;
    color: white;
}

.registerblock
{
    display: inline-block;
    position:relative;
    top: 25px;
    z-index:10;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    color: white;
    background-color: black;
    opacity: 0.7;
    border-radius: 50px;
    padding:10px 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.registerlabel
{
  color:#e7720b;
  opacity: 2;
}

.registerbutton
{
    margin: -6px auto;
    left: 0;
    right: 0;
   
   
   /** Position should be absolute */
    position: absolute;
    /** And box must have a width, any width */
    width: 40%;
   background-color: #e7720b;
   border-radius: 50px;

   &:hover {
    background-color: #fcfcfc;
  }
}


#formoutputupdate
{
    color:#e7720b;
    font-size: 13px;
    padding:5px;
    font-family: 'Work Sans', sans-serif;
}

.forminput
{
    background-color: transparent;
    border-radius: 50px;
    border-color: white;
    padding:2px 10px;
    font-family: 'Work Sans', sans-serif;
    border-width: thin;
    color: white;
}

.whiteblock
{
    background-color: white;
    padding: 5px 10px 5px 10px;
    color: #797f7c;
    border-radius: 50px;
}

.tagline
{
    font-size: 16px;
    text-align: justify;

}

/* .home-banner .banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
} */

.home-banner .banner-content {
    position: relative;
    padding-top: 10px;
    /* padding-bottom: 80px; */
    padding-bottom: 40px;
    color: #FFFFFF;
}

.banner-content .banner-desc h1 {
    font-size: 95px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 45px 0;
}

.banner-content .banner-desc h1 span {
    display: inline-block;
    margin-right: 30px;
}

.banner-content .banner-desc h2 {
    font-size: 95px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0;
}

.banner-content .banner-desc h2 span {
    margin-left: 40px;
}

.banner-content .app-info {
    margin-top: 40px;
}

.banner-content .app-info p {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}



.app-screen-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 387px;
    width: 100%;
    min-height: 779px;
    z-index: 1;
}

#retrybutton
{
    position:absolute;
    top:10%;
    left:20%;
    visibility:hidden;
}

.app-screen-wrap .screen-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.screen-info {
    max-width: 297px;
    width: 100%;
    margin: auto;
    padding: 177px 0 0;
}

.screen-info p {
    font-family: 'Work Sans', sans-serif;
    font-size: 36px;
    line-height: 1.4;
    color: white;
}

.section-title h2 {
    font-weight: bold;
    font-size: 64px;
    margin: 0;
}

.section-title {
    margin-bottom: 52px;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.yeteh-card .yeteh-card-body {
    padding: 25px;
    border: 1px solid #F26C3F;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.4s ease;
}

.yeteh-card:hover .yeteh-card-body {
    background-color: #F26C3F;
}

.yeteh-card .yeteh-card-body .icon {
    margin-bottom: 40px;
    display: none;
}

.yeteh-card .yeteh-card-body h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 34px;
}

.champion-card .champion-body {
    position: relative;
}

.champion-card .champion-body .champion-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.champion-card .champion-body .champion-img.only-img {
    position: relative;
}

.champion-card .champion-body .champion-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.champion-card .champion-body .champ-info {
    position: relative;
    padding: 65.8% 40px 40px;
    display: flex;
    color: #FFFFFF;
    align-items: center;
}

.champion-card .champion-body .champ-info .champ-img {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.champion-card .champion-body .champ-info .champ-desc h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.champion-card .champion-body .champ-info .champ-desc p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.testimonial {
    background-color: #F26C3F;
    color: #FFFFFF;
}

.champion-card .play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    max-width: 75px;
    width: 100%;
}

.site-footer {
    padding: 85px 0 60px;
    background: url('../images/footer-bg.png') no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.site-footer::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    z-index: -1;
}
.site-footer p {
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 45px;
    color: #fff;
}

.app-form .input-wrap {
    display: flex;
    align-items: center;
}

.app-form .input-wrap span {
    flex-shrink: 0;
    font-size: 26px;
    font-weight: 400;
    margin-left: 10px;
    line-height: 0;
}

.app-form {
    margin-top: 21px;
}

.app-form input {
    width: 100%;
    background-color: transparent;
    padding: 0 10px 5px;
    border: 0;
    outline: none;
    border-bottom: 1px solid #F26C3F;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
}

.app-form .input-wrap:not(:last-of-type) {
    margin-bottom: 20px;
}

.app-form .input-wrap select {
    background-color: transparent;
    width: 100%;
    border: 0;
    outline: none;
    color: #FFFFFF;
    padding: 0 10px 5px;
    border-bottom: 1px solid #F26C3F;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    font-size: 35px;
}

.app-form .input-wrap select option {
    color: #121212;
    font-size: 19px;
}

.app-form .input-wrap select option[disabled] {
    color: rgb(133, 133, 133) !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-block {
    display: flex;
    align-items: center;
}

.quantity-block .btn-wrap {
    display: flex;
    flex-direction: column;
}

.quantity-block button {
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 0;
    line-height: 0;
}

.quantity-block button:not(:first-of-type) {
    margin-top: 10px;
}

.app-form .btn {
    background-color: #F26C3F;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    max-width: 137px;
    width: 100%;
    margin: 40px auto 0;
}

.app-form .btn:focus {
    box-shadow: none;
}

.app-form .btn img {
    width: 22px;
    margin-left: 10px;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.7); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.app-screen-wrap #openaiResults {
    max-height: 600px;
    height: 100%;
    overflow: auto;
}

.screen-info.for-result {
    padding-top: 110px;
    max-width: 280px;
    width: 100%;
    margin: auto;
}

#openaiResults {
    font-size: 16px;
}

#openaiResults .trip-info {
    background-color: #1a1a1a;
    padding: 10px 10px;
    position: relative;
}

#openaiResults .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#openaiResults .trip-info-wrap:not(:last-of-type) .trip-info::after {
    content: '';
    display: block;
    height: 50px;
    border-left: 1px dashed #c9c9c9;
    position: absolute;
    z-index: -4;
    background-color: #1a1a1a;
    top: 100%;
    left: 26px;
}

#openaiResults .trip-info-top::after {
    content: '';
    display: block;
    height: 50px;
    border-left: 1px dashed #c9c9c9;
    position: absolute;
    z-index: -4;
    background-color: #1a1a1a;
    top: 100%;
    left: 26px;
}

#openaiResults .trip-info-wrap {
    position: relative;
    z-index: 1;
}

#openaiResults .trip-info-wrap:not(:last-of-type) {
    margin-bottom: 50px;
}

.trip-info-top {
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    padding: 10px 10px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    color:white;
}

.trip-info-top span {
    flex: 1;
    font-size: 13px;
    color: #c9c9c9;
}



#openaiResults .day-lbl {
    font-size: 12px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #fffdaf;
    color: #121212;
    margin-bottom: 0;
    margin-right: 10px;
}

.trip-info .lbl-round {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fffdaf;
    color: #c9c9c9;
    margin-right: 10px;
}

.trip-info .icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #c9c9c9;
    color: #c9c9c9;
    margin-right: 10px;
}

.trip-info .first-info {
    align-items: center;
    margin-bottom: 15px;
}

.trip-info .first-info p {
    flex: 1;
    font-size: 16px !important;
}

.trip-info .icon img {
    width: 20px;
}

.trip-info p {
    font-size: 16px !important;
}

#openaiResults>h2 {
    display: none;
}

#openaiResults::-webkit-scrollbar {
    display: none;
}

#openaiResults {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.trip-info p:not(:last-of-type) {
    margin-bottom: 10px;
}

#openaiResults .trip-info p strong {
    margin-right: 10px;
}



.rate {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}

.rate input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.rate label {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.rate label:not(:first-child) {
    margin-right: 20px;
    margin-bottom: 0;
}

.rate label::before {
    position: absolute;
    content: '';
    transition: .3s;
    width: 60px;
    height: 60px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='57' viewBox='0 0 60 57' fill='none'%3E%3Cpath d='M59.9675 22.8285C60.21 21.1915 59.0673 19.6698 57.4154 19.4296L40.3411 16.9562L32.7113 1.54925C32.4365 1.0793 32.0422 0.689004 31.5676 0.417299C30.0689 -0.44094 28.1517 0.0670231 27.2854 1.55218L19.6585 16.9562L2.58418 19.4297C1.93139 19.5246 1.32802 19.8286 0.865721 20.2951C-0.30395 21.4757 -0.286063 23.3723 0.905368 24.5313L13.2707 36.5441L10.3527 53.5005C10.3251 53.6628 10.3109 53.8271 10.3105 53.9919C10.3059 55.6486 11.6576 56.9954 13.3297 57C13.8226 56.9993 14.308 56.8789 14.743 56.6492L29.9998 48.6562L45.2536 56.6463C45.8432 56.9563 46.5196 57.0643 47.1775 56.9532C48.8217 56.6753 49.9272 55.1297 49.6469 53.5005L46.7289 36.5441L59.0972 24.5282C59.5663 24.0707 59.8718 23.4739 59.9675 22.8285ZM44.0499 34.9535C43.6962 35.2974 43.5343 35.7907 43.6161 36.2749L46.6669 54.0003L30.705 45.6388C30.2629 45.4108 29.7366 45.4108 29.2946 45.6388L13.3327 54.0032L16.3833 36.2751C16.4653 35.7909 16.3034 35.2976 15.9495 34.9537L3.02066 22.3942L20.8827 19.8069C21.376 19.7338 21.8016 19.4257 22.0218 18.9824L29.9998 2.87105L37.9776 18.9823C38.1978 19.4255 38.6236 19.7336 39.1167 19.8067L56.9817 22.3911L44.0499 34.9535Z' fill='%23F2CB3F'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
}

.rate label::after {
    position: absolute;
    z-index: 1;
    content: '';
    opacity: 0;
    transition: .3s;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='57' viewBox='0 0 60 57' fill='none'%3E%3Cpath d='M57.8485 20.5811C57.8485 21.0479 57.5585 21.5569 56.9785 22.1079L44.8243 33.3694L47.7043 49.2724C47.7271 49.4217 47.7385 49.6334 47.7385 49.9076C47.7385 50.3527 47.6214 50.7287 47.3871 51.0354C47.1528 51.3421 46.8128 51.4954 46.3671 51.4954C45.9443 51.4954 45.4985 51.3679 45.03 51.1127L29.9957 43.605L14.9614 51.1127C14.47 51.3679 14.0243 51.4954 13.6243 51.4954C13.1557 51.4954 12.8043 51.3421 12.57 51.0354C12.3357 50.7287 12.2185 50.3527 12.2185 49.9076C12.2185 49.78 12.2414 49.5683 12.2871 49.2724L15.1671 33.3694L2.97854 22.1079C2.42139 21.5352 2.14282 21.0262 2.14282 20.5811C2.14282 19.7967 2.76854 19.3094 4.01997 19.1194L20.8285 16.7987L28.3628 2.3248C28.7857 1.45623 29.3328 1.02194 30.0043 1.02194C30.6757 1.02194 31.2228 1.45623 31.6457 2.3248L39.18 16.7987L55.9885 19.1194C57.24 19.3094 57.8657 19.7967 57.8657 20.5811H57.8485Z' fill='%23F2CB3F'/%3E%3C/svg%3E") no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100%;
}

.rate input:checked~label::before {
    opacity: 0;
}

.rate input:checked~label::after {
    opacity: 1;
}

.app-form .error-message {
    text-align: center;
    margin-top: 15px;
    color: #F26C3F;
}

.screen-info p.no-detail {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0 !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #F26C3F;
}

.app-form .input-wrap .select2 {
    margin: 0 !important;
    width: 100% !important;
    flex: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    margin: 0 !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    margin: 0;
    font-size: 35px;
}

.select2-container .select2-selection--single {
    height: auto;
    font-size: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.sharethis-inline-share-buttons {
    text-align: left !important;
    margin-bottom: 17px;
}

.banner-content .app-info p.text-sm {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 10px;
}

.counter-card h4 {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    margin: 0;
}

.counter-card p {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}

#middlecounter
{
    border-left-color: white;
    border-left-style: dashed;
    border-right-color: white;
    border-right-style: dashed;
}

#champdesk
{
    display: block;
}

#champmobile
{
    display: none;
}

.champion-list .slick-list {
    margin: 0 -10px;
}

.champion-list .champion-card {
    padding: 0 10px;
}

.champion-list .slick-arrow {
    display: none !important;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c9c9c9;
    margin: 0 3px;
}

.slick-dots li.slick-active button {
    background-color: #F26C3F;
}

.home-banner .why-us {
    position: relative;
    padding-bottom: 80px;
}

.home-banner .why-us .section-title {
    color: #ffffff;
}

.home-banner .main-container {
    max-height: 960px;
    height: 100%;
    overflow: auto;
}

.home-banner .main-container::-webkit-scrollbar {
    display: none;
}

.home-banner .main-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.site-header.header-style-one{
    position: fixed;
    padding: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #ffffff;
}
.privacy-content {
    padding-top: 150px;
}
.footer-bottom{
    background: #28292b;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.footer-bottom ul{
    display: flex;
    align-items: center;
}

.footer-bottom li{
    color:white;
}

.footer-bottom ul li a{
    color: #FFFFFF;
    text-decoration: none;
    line-height: 0;
}
.footer-bottom ul li:not(:last-of-type){
    margin-right: 15px;
}
.footer-bottom ul li a:hover{
    color: #F26C3F;
}
.footer-bottom .bottom-wrap{
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
flex-wrap: wrap;
font-family: "Myriad";
font-size: 10px;
}
.footer-bottom .bottom-wrap p{
    color: #FFFFFF;
}
/* 
font-family: 'Roboto', sans-serif; 
font-family: 'Work Sans', sans-serif;
*/


