@font-face {
    font-family: 'Amazon Ember Display';
    src: url('assets/fonts/AmazonEmberDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/AmazonEmberDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Amazon Ember Display', sans-serif;
    background-color: #FFFFFF;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100%;
    margin: 0px auto;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 20px 40px;
}

.logo {
    width: 150px;
}

.header-right {
    text-align: right;
    font-size: 12px;
}

.header-right .bold-text {
    font-weight: bold;
    color: #003366;
}

.content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.left-section {
    width: 50%;
    position: absolute;
    top: 90px;
    left: 40px;
}

.left-section h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
}

.smarty {
    position: absolute;
    width: 44px;
    left: 0px;
    top: 118px;
}
.header-right img{
    width: 150px;
}

.smartly {
    color: orange;
    padding-left: 26px !important;
    padding: 5px 10px;
    font-size: 60px;
    margin-left: 19px;
    border: 2px solid #353641c5;
    border-radius: 4px;
}

.header-bg {
    position: absolute;
    width: 72%;
    top: 0px;
    right: 0px;
}

.header-bg-image {
    right: 0px;
    position: absolute;
    z-index: -1;
    top: 0px;
    height: 360px;
    width: 64%;
}

.restart_button {
    background-color: #232F3E;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 70px;
    border-radius: 0px 26px 26px 0px;
    cursor: pointer;
}

.restart_button img {
    width: 25px;
}

.next {
    border-radius: 26px 0px 0px 26px;
    align-items: end !important;
    width: 60px;
    position: absolute;
    right: 0px;
    top: 100px;
}

.drags h1 {
    font-size: 30px;
    font-weight: 600;
}

.drag-right img {
    width: 80%;
}

.drags-right {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.drags {
    position: absolute;
    top: 118px;
    left: 120px;
}

.mains-fb {
    border-top: 2px solid #ABABAB;
    /* padding-top: 20px; */
    margin-top: 20px;
}

.drags img {
    width: 65%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.restart_button button {
    background-color: #232F3E;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.subtext {
    margin: 30px 0;
    font-size: 32px;

}

.play-icon {
    width: 200px;
}

.right-section {
    width: 100%;
    margin-top: -105px;
}

.cirles {
    display: flex;
    gap: 22px;
    margin-bottom: 10px;
}

.cirles img {
    width: 142px;
}

.main-image {
    height: 550px;
    width: 100%;
}

footer {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 40px;
    font-weight: bold;
}

.footer-left {
    font-size: 45px;
    font-weight: 600;
}

.highlight {
    color: orange;
}

.footer-right {
    font-size: 26px;
    font-weight: 600;
}

.mains_new {
    position: absolute;
    margin-left: -30px;
}
.modal {
    display: none;
    position: absolute;
    top: 11%;
    left: 72%;
    transform: translate(-50%, -50%);
    background-color: #1A7551;
    color: #FFFFFF;
    padding: 10px 12px;
    border-bottom: 4px solid #E58D00 !important;
    border-right: 4px solid #E58D00 !important;
    z-index: 999;
    border: none;
    font-size: 16px;
    padding-bottom: 10px;
    border-radius: 10px;
  }

  .modal.show {
    display: block;
  }

  #close-modal {
    position: absolute;
    top: -15px;
    right: -17px;
    cursor: pointer;
    font-size: 26px;
    background-color: #FFFFFF;
    border: 4px solid #232F3E;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    color: red;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cirles img {
    border: 2px dashed transparent;
  }

  .drop-target {
    border: 2px dashed #E58D00;
    border-radius: 50%;
    padding: 5px;
  }

.modal.show {
    display: block;
}

.draggable {
    cursor: grab;
}
.drags img {
    transition: transform 0.3s ease; 
  }
  
  .drags img:hover {
    transform: scale(1.1); 
  }
  

.pass-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
    margin-top: 20px;
}

.scores {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 45%;
}

.resets {
    position: absolute;
    bottom: -20px;
}

.scores p {
    font-size: 30px;
    font-weight: 500;
    color: #142615;
}

.scores h3 {
    font-size: 65px;
    color: #FF9900;
    font-weight: 700;
}

.resets img {
    width: 160px;
}

.pass-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.pass-image img {
    width: 50%;
}

@media (max-width: 1024px) {
    .drag-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-right: 20px;
      padding-top: 20px;
    }
    .drag-right img{
        width: 55%;
    }
    .cirles img{
        width: 100px !important;
    }
    .cirles{
        gap: 15px !important;
    }
    .drags img{
        margin: 10px;
    }
    .drags {
        left: 110px;
    }
    .drags h1{
        font-size: 25px;
    }
    .right-section{
        margin-top: 10px;
    }
    .left-section{
        top: 120px;
    }
    .smarty {
        top: 100px;
        width: 35px;
        left: 5px;
    }
    .left-section h1{
        font-size: 70px;
        line-height: 75px;
    }
    .subtext {
        font-size: 26px;
    }
    .smartly{
        font-size: 45px;
    }
    .modal{
        top: 6%;
        font-size: 12px;
        left: 67%;
    }
    .header-right img{
        width: 120px;
    }
    .drags img {
        width: 60%;
    }
  }
  
  @media (max-width: 768px) {
    .drags img{
        width: 40%;
    }
    .drags{
        left: 100px;
        top: 100px;
    }
    .drag-right img{
        width: 45%;
    }
    .drags h1{
        font-size: 12px;
    }
    .cirles img{
        width: 70px !important;
    }
    .cirles{
        gap: 12px !important;
    }
    .left-section h1{
        font-size: 40px;
        line-height: 50px;
    }
    .smartly{
        font-size: 28px;
        padding-left: 15px !important;
        margin-left: 10px;
    }
    .subtext{
        font-size: 16px;
    }
    .play-icon{
        width: 120px;
    }
    .smarty {
        top: 68px;
        left: 0px;
        width: 22px;
    }
    .modal{
        top: 7%;
        font-size: 10px;
        left: 70%;
    }
    .drag-right {
        display: flex;
        flex-direction: column;
        justify-content: end;
        margin-right: 50px;
        align-items: end;
      }
      .header-right img{
        width: 80px;
      }
      .restart_button{
        width: 65px;
        font-size: 12px;
      }
      .next{
        width: 50px;
      }
  }
  @media screen and (min-width: 819px) and (max-width: 822px) {
    .drag-right {
        display: flex;
        flex-direction: column;
        justify-content: end;
        margin-right: 50px;
        align-items: end;
      }
      .drags h1{
        font-size: 20px;
      } 
      .header-right img{
        width: 80px;
      }
      .modal{
        top: 6%;
        font-size: 10px;
        left: 70%;
    }
  }


  
  @media screen and (min-width: 1079px) and (max-width: 1081px) and (orientation: landscape) {
    .drag-right {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      padding: 30px;
    }
  
    .drag-right img {
      width: 60%;
    }
  
    .drags {
      left: 120px;
    }
  
    .drags img {
      width: 65%;
    }
  
    .drags h1 {
      font-size: 28px;
    }
  
    .left-section h1 {
      font-size: 75px;
      line-height: 80px;
    }
  
    .smartly {
      font-size: 42px;
    }
  
    .modal {
      font-size: 12px;
      top: 5%;
      left: 66%;
    }
  
    .header-right img {
      width: 130px;
    }
  }

  
  @media screen and (min-width: 809px) and (max-width: 811px) and (orientation: portrait) {
    .drag-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-right: 40px;
    }
  
    .drag-right img {
      width: 50%;
    }
  
    .drags img {
      width: 50%;
      margin: 8px;
    }
  
    .drags h1 {
      font-size: 22px;
    }
  
    .header-right img {
      width: 100px;
    }
  
    .left-section h1 {
      font-size: 60px;
      line-height: 65px;
    }
  
    .smartly {
      font-size: 38px;
    }
  
    .modal {
      font-size: 11px;
      top: 6%;
      left: 68%;
    }
  }
  
  
  @media screen 
  and (min-device-width: 810px)
  and (max-device-width: 820px)
  and (-webkit-min-device-pixel-ratio: 2) {

  /* Targeting iPad 9th Gen (MK2K3HN/A) */

  .drag-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-right: 50px;
    align-items: end;
  }

  .drags h1 {
    font-size: 22px;
  }

  .header-right img {
    width: 100px;
  }

  .left-section h1 {
    font-size: 60px;
    line-height: 65px;
  }

  .smartly {
    font-size: 38px;
  }

  .modal {
    font-size: 11px;
    top: 6%;
    left: 68%;
  }

  .drags img {
    width: 50%;
    margin: 8px;
  }

  .drag-right img {
    width: 50%;
  }
  .cirles{
    gap: 13px !important;
  }
  .content {
    margin-top: 30px;
  }
  .drags{
    top: 140px !important;
  }
}
  