@import "dimen.css";
@import "fonts.css";
@import "color.css";

html{
    background: #1C1C1E;
}

body {
    
    color: #ffffff;
    font-family: "Figtree", "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
      "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    background: #1C1C1E;
    -moz-osx-font-smoothing: grayscale;
  }
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  .header {
    padding: 25px 30px 0px;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(180deg, #FBAF1A 2%, #FFE64A 100%);
    /* border-radius: 24px; */
    color: var(--plomer-text);
    /* width: calc(100% - 70px);
    max-width: var(--jt-content-max-width); */
    /* //margin: 30px auto 0px; */
  }

  .header-content{
    max-width: var(--jt-content-max-width);
  }

  .header-floater-parent{
    z-index: 12;
    display: flex;
    padding-left: 10px;
    width: 100%;
    justify-content: space-between;
    font-weight: 500;
    
  }

  .header-content{
    max-width: var(--jt-content-max-width);
  }

  .header-floater {
    -webkit-font-smoothing: subpixel-antialiased;
    display: flex;
    gap: 34px;
    align-items: center;
    border-radius: 60px;
    align-self: center;
  }
  
  .header-floater .free {
    padding: 10px 20px 10px;
    margin: 4px 4px 4px 0px;
    background: #FFF;
    color: #000;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.27);
    border-radius: 21px;
  }
  
  .header-floater-parent img {
    height: 42px;
    align-self: center;
  }

  .logo-holder{
    display: flex;
    gap: 10px;
    
  }

  .logo-holder a{
    align-self: center;
    display: flex;
  }

  .logo-holder span{
    align-self: center;
  }
  
  .header-floater a {
    text-decoration: none;
    -webkit-text-decoration: none;
    padding: 0px 0px 0px;
    color: var(--plomer-text);
  }

  .hero-area {
    width: var(--jt-content-width);
    max-width: var(--jt-content-max-width);
    margin: 70px auto 15px;
    padding: 0px 110px;
  }
  
  .hero-area-top{
    gap: 50px;
    display: flex;
    justify-content: center;
  }

  .h1-tag {
       font-size: 56px;
    text-align: center;
    font-weight: 900;
    line-height: 1.15;
    margin: 0px;
  }

.h1-secondtag{
  font-size: 46px;
  text-align: left;
    font-weight: 900;
    line-height: 1.15;
        margin: 20px 0px 30px;
}
  
  .links{
    display: flex;
    gap: 10px;
    text-align: center;
    margin: 15px 0px;
    justify-content: center;
  }


  .links img{
    height: 60px;
  }

  .images-section{
    display: flex;
    margin: 120px auto;
    max-width: var(--jt-content-max-width);
  }

  .site-section{
    margin: 150px auto 0px;
    max-width: var(--jt-content-max-width);
    width: var(--jt-feature-width);
    display: flex;
    flex-direction: column;
  }

  .site-section.wordfeatures{
    margin: 70px auto 110px !important;
    gap: 30px;
  }

  .site-section-title{
        padding: 0px 150px;
  }

  .site-section-content{
    font-size: 20px;
    line-height: 1.4;
  }

  .site-section-images {
  display: flex;
  justify-content: center; /* or space-between, space-around, etc. */
  align-items: center;
  gap: 0px; /* optional spacing between images */
  flex-wrap: wrap; /* ensures images stack on smaller screens if needed */
  max-width: 100%;
  overflow: hidden;
}

.site-section-feature{
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 700px;
  width: 60%;
  margin: auto;
}

.site-section-feature-title{
      font-size: 46px;
    text-align: left;
    font-weight: 900;
    line-height: 1.15;
    margin: 20px 0px 10px;
}

.site-section-feature-content{
  line-height: 1.6;
      font-size: 20px;
}

.site-section-images img {
  
  height: auto;
  object-fit: contain;
  flex: 1 1 0;
      margin-top: 20px;
}

.site-section-images img.full{
  max-width: 100% !important;
  margin-top: 40px;
}

.site-section-images img:first-of-type{
  max-width: 70%;
}

.site-section-images img:last-of-type{
  max-width: 26%;
}

  .features-section{
    flex-wrap: wrap;
    max-width: var(--jt-content-max-width);
    width: var(--jt-feature-width);
    min-width: var(--jt-feature-min-width);
    margin: 0px auto 120px;
    display: flex;
    gap:20px;
  }

  .features-section-piece{
    width: calc(33% - 20px);
  }

  .features-section-piece-image-piece{
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(0deg, #FBAF1A 2%, #FFE64A 100%);
  }

  .images-section-half{
    width: 100%;
    height: 700px;
    overflow: hidden;
    display: flex;
  }

  .images-section-half img{
    height: 100%;
  }

  .images-section-half:first-child{
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 40px 0px;
  }

  .images-section-half:last-child{
    justify-content: flex-start;
  }

  .images-section-half:last-child img{
    margin-left: calc((-1087.45px * 1.5)/2 - 120px);
    height: 150%;

  }

  .h1-tagline {
        text-align: center;
    display: inherit;
    opacity: 0.85;
    line-height: 1.4;
    margin: 10px 0px 0px;
    font-weight: 500;
    font-size: 22px;
  }



  .app-preview{
    position: relative;
    width: var(--jt-app-preview-width);
max-width: var(--jt-app-preview-max-width);
margin: auto;
display: flex;
justify-content: center;
  }

  .img-desktop{
    height: 720px;
    z-index: 11;
    position: relative;
    padding-left: 35px;
  }

  .img-mobile{
   display: none;
  }


  .false_bg{
    top:0px;
    left: 60px;
    right: 60px;
    position: absolute;
    /* background: #000; */

background: rgba(0, 0, 0, 0.4);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

    /* z-index: 10; */
    border-radius: 36px;
    height: calc(100% - 160px);
  }


  .section-header{
    width: var(--jt-content-width);
    max-width: var(--jt-content-max-width);
    margin: auto;
    margin-top: 110px;
    margin-bottom: 50px;
    padding: 0px 110px;
  }


  .images-container{
    display: flex;
    gap: 12px;
  }

  .images-container .col{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .images-container .col img{
    width: 100%;
  }

  .footer{
    background: var(--plomer-footer-bg);
position: relative;
padding: 50px 30px 300px;
overflow: hidden;
  }

  .footer-content{
    width: var(--jt-content-width);
    max-width: var(--jt-content-max-width);
    display: flex;
    align-items: flex-start;
    margin: auto;
    overflow: hidden;
  }

  .footer-content .box{
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .footer-content .box.middle{
    align-items: center;
  }

  .footer-content .box.left{
    align-items: flex-start;
  }

  .footer-content .box.right{
    align-items: flex-end;
  }
  

  .footer .made{
    font-size: 12px;
    opacity: 0.5;
  }

  .footer-content .box.left span{
    font-size: 14px;
    opacity: 0.8;
    margin-top: 12px;
  }

  .footer-content .box.left img{
    width: 140px;
  }


  .policy-holder{
    width: var(--jt-content-width);
max-width: var(--jt-content-max-width);
margin: 90px auto 160px;
padding: 0px 200px;
font-size: 16px;
line-height: 30px;
  }


.footer-content .box.middle .h1-tag {
    font-size: 36px;
    font-weight: 700;
}

.footer-content .box.middle .free{
    padding: 11px 22px 12px;
    background: #FFCC00;
    color: #000;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.27);
    border-radius: 21px;
    text-decoration: none;
}

.footer-suprise{
  position: absolute;
  display: flex;
  justify-content: center;
}

.footer-suprise img{
  max-width: 800px;
}

.footer-content .box.right a{
    text-decoration: none;
    -webkit-text-decoration: none;
    padding: 10px 0px 11px;
    color: #fff;
}