.container {
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
}

.verify-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.topBar {
    background: #000000;
    padding: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topBar p {
    margin: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 13px;
}


/* verification product */

.verify-container .container {
    flex: 1;
    display: grid;
    align-items: center;
}

.varification-details .brandLogo {
    width: 300px;
    margin: 0 0 40px;
}

.varification-details .title {
    font-size: 75px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #fff;
    text-shadow: 0 0 20px #000;
}

.varification-details .title span {
    color: #e537aa;
}

.varification-details p {
    font-size: 36px;
    margin: 0 0 30px;
    color: #fff;
    font-weight: 600;
}

.InputBox {
    display: flex;
    width: 100%;
}

.varification-details .InputBox {
    max-width: 550px;
}

.InputBox input {
    border: 1px solid #e537aa;
    border-radius: 5px 0 0 5px;
}

.InputBox input:focus {
    box-shadow: none;
    border-color: #e537aa;
}

.InputBox button {
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    line-height: normal;
    font-weight: 500;
    border: 0;
    background: #e537aa;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    border-radius:  0 5px 5px 0;
}

.TopBanner {
    position: absolute;
    top: 0;
    z-index: -9;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.TopBanner img {
    height: 100%;
    object-fit: cover;
}

.TopBanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff29;
    backdrop-filter: blur(15px);
}

/* Footer css */

footer {
    padding: 60px 0 0;
    background: #f8f8f8;
  }
  
  .foolink-explore {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 136px;
    overflow-y: scroll;
  }
 /* Width of the scrollbar */
.foolink-explore::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.foolink-explore::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.foolink-explore::-webkit-scrollbar-thumb {
  background: #c13584;
  border-radius: 10px;
}

/* Handle on hover */
.foolink-explore::-webkit-scrollbar-thumb:hover {
  background: #c13584;
}
  .fooCol h6 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
  }
  
  footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .fooSocial {
    display: flex;
    gap: 10px;
  }
  
  .fooSocial li a svg {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: #000;
    border-radius: 100%;
    color: #fff;
  }
  
  .fooSocial li a.social-link-instagram svg {
    background: #c13584;
  }
  
  .fooLink {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .fooCol p {
    font-size: 14px;
    color: #666;
  }
  
  .fooLink li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  
  .fooLink li a:hover {
    color: #b3b2ca;
  }
  
  .copyright-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .paymentIcons {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .copyright-info p {
    color: #666;
    font-size: 14px;
    margin: 0;
  }
  
  .fooLinkCollapse {
    border-bottom: 1px solid #ddd;
  }
  
  .fooLinkCollapse button {
    background: transparent;
    color: #111;
    border: 0;
    padding: 10px 0;
    outline: none;
    width: 100%;
    position: relative;
    text-align: left;
  }
  
  .fooLinkCollapse button:after {
    content: '\e5cf';
    position: absolute;
    right: 0;
    font-family: 'Material Icons';
    transition: all 0.3s ease-in-out;
    font-size: 24px;
  }
  
  .fooLinkCollapse button[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }
  
  .fooLinkCollapse .fooLink {
    margin: 0 0 10px;
  }

  /* Footer css end*/
 /* popup */
 .verifyInfo {
  padding: 25px 50px 0 50px;
  text-align: center;
}
.fooCol p {
  padding: 0px 18px 0px 0px;
  line-height: 22px;
}
.modal-content .btn-close {
  width: 30px;
  height: 30px;
  opacity: 1 !important;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e537aa;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-image: linear-gradient(to right top, #bf37a8, #ab33a9, #9a14b6, #7700c6, #602bdc);
}
.IconBox {
  width: 120px;
  margin: auto;
}
.verify-circle {
  width: 150px;
}
.verifyInfo h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
}
.verifyInfo h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.ThemeBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-width: 100px;
  padding: 8px 20px;
  border-radius: 0;
  color: #fff;
  border: 1px solid;
  position: relative;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.modal-content {
  border: 0;
  border-radius: 37px;
  overflow: hidden;
  background: none;
}
.modal-md {
  max-width: 600px;
}
.modal-content .btn-close i {
  color: white;
  font-size: 18px;
}
.btn-common {
  background: #e537aa;
  border-radius: 7px;
  border: 1px solid #e537aa;
}
.modal-md .modal-content {
  background-image: linear-gradient(to right top, #bf37a8, #ab33a9, #9a14b6, #7700c6, #602bdc);
}
  @media (max-width: 991.98px) {
    .fooSocialCol {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767.98px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright-info {
        justify-content: center;
    }

    .InputBox {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .InputBox input {
        border-radius: 5px;
        min-height: 50px;
        text-align: center;
    }

    .InputBox button {
        border-radius: 5px;
        min-height: 50px;
    }

    .varification-details .brandLogo {
        width: 200px;
    }

    .varification-details .title {
        font-size: 50px;
    }

    .varification-details p {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .varification-details .title {
        font-size: 40px;
    }

    .varification-details p {
        font-size: 18px;
    }

}