@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

:root {
  --primary-color: #3BBA9C;
  --secondary-color: #ffffff;
  --tertiary-color: #111111;
  --quaternary-color: #999999;
  --quinary-color: #F7A738;
  --senary-color: #BFBFBF;
}

/*------------- Body -------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  font-family: 'Segoe UI', sans-serif !important;
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
  font-size: 16px;
  letter-spacing: 1px;
  background-image: url('../img/bg-body-img.png');
  background-size: cover;
}
/*-----------------------------
  General
-----------------------------*/

.main-wrapper {
  min-height: 90vh;
}

/*.container {
  max-width: 1220px;
}
*/
a,
input,
textarea {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
}

.sm-padding {
  padding: 4em 0;
}

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

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.default-btn {
  background-color: var(--primary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: var(--secondary-color) !important;
  display: inline-block;
  border: 1px solid var(--primary-color);
  font-size: 0.9em;
  font-weight: 600;
}

.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.default-btn-outline {
  background: transparent;
  border: 1px solid var(--secondary-color);
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: var(--secondary-color);
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
}

.default-btn-outline:hover,
.default-btn-outline:focus,
.default-btn-outline:active {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

/* header  */

.header-nav-center {
  /* background: var(--secondary-color); */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  background-color: transparent;
  position: relative;
  z-index: 9;
}

.header-nav-center .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--tertiary-color);
  font-weight: 500;
  font-size: 1em;
  margin: 0 1em;
  border-bottom: 3px solid transparent;
  padding: 0;
  padding-bottom: 0em;
}

.header-nav-center .navbar-expand-lg .navbar-nav .nav-link:last-child {
  margin-right: 0;
}

.header-nav-center .navbar-nav .active.nav-link {
  border-bottom: 3px solid var(--primary-color);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.hamburger-menu {
  /* max-width: 2em; */
  height: 1.5em;
}

/* banner  */
.exchange-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 84px);
  background-image: url(../img/bg.png);
}

.banner-content h1 {
  font-size: 3.5em;
  color: var(--tertiary-color);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.banner-content h1 span {
  color: var(--primary-color);
  /* padding-left: 0.2em; */
}

.banner-content p {
  line-height: 1.8;
  color: var(--quaternary-color);
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
}

.banner-img {
  max-width: 22em;
  margin-top: 2em;
}

.footer-sec {
  background-color: var(--primary-color);
  padding: 4em 0;
}

.footer-about-top-box {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1rem;
}

.footer-about-card h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-about-list li a {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 0.95em;
}

.footer-about-list li {
  padding-bottom: 1em;
}

.footer-about-list li:last-child {
  padding-bottom: 0;
}

.footer-about-list {
  margin-bottom: 0;
}

.footer-about-top-box {
  margin-bottom: 2em;
}

.footer-about-bottom-box {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.footer-copyright-sec p {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 0.95em;
  margin-bottom: 0;
  line-height: 1.8;
}

.footer-about-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social-link-sec {
  padding-top: 2em;
}

.footer-social-link {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  margin-bottom: 0;
}

.select-option {
  display: flex !important;
  align-items: center;
  gap: 0.5em;
}

.select-input-text {
  padding: 0em !important;
  background: #E8606F !important;
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
}

.exchange-btn-sec button {
  background-color: var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
  color: var(--secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 1em !important;
  font-weight: 600 !important;
  border: 1px solid var(--primary-color) !important;
  width: 100%;
}

.exchange-btn-sec button:hover,
.exchange-btn-sec button:focus,
.exchange-btn-sec button:active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}


.landing-swap-exchange-btn-sec button {
  background-color: var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
  color: var(--secondary-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border: none;
  font-size: 1em !important;
  font-weight: 600 !important;
  border: 1px solid var(--primary-color) !important;
  width: 100%;
}

.landing-swap-exchange-btn-sec button:hover,
.landing-swap-exchange-btn-sec button:focus,
.landing-swap-exchange-btn-sec button:active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}


.form-exchange-input {
  border: none;
  font-size: 1.8em;
  font-weight: 700;
  width: 100%;
}

.round-icon {
  width: 89px;
  height: 89px;
  background-image: -webkit-linear-gradient(246deg, #2669b5, #3cdfd8);
  background-image: linear-gradient(204deg, #2669b5, #3cdfd8);
  border-radius: 45px;
  margin: 0 auto;
  color: var(--white-color);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.round-icon .icon {
  width: 36px;
  height: 36px;
  animation: spin 1s 0s infinite linear;
  fill: #fff;
}

.something-wrong{
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.wallet-metamask-img-sec{
  display: flex;
  justify-content: center;
}

.wallet-metamask-img-sec img{
  width: 50px;
}

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

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.footer-logo{
  max-width: 25em;
}

.wallet-content .wallet-btn{
  background-color: var(--primary-color)!important;
    padding: 0.6em 2em !important;
    text-align: center;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
    color: var(--secondary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: none;
    font-size: 1em!important;
    font-weight: 600!important;
    border: 1px solid var(--primary-color)!important;
    width: 100%;
}

.connect-wallet-modal .modal-header .btn-close{
  margin-top: 0.1em;
  margin-right: 1em;
  margin-bottom: 0.1em;
  background-color: rgba(0,0,0,0.5);
  background-image: url('data:image/svg+xml;utf8,<svg stroke="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
}

.connect-wallet-modal .modal-header .btn-close:focus{
  box-shadow: none!important;
}

.connect-wallet-modal .modal-header .h4{
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--tertiary-color);
}

.connect-wallet-modal .modal-body p{
  font-size: 0.9em;
  font-weight: 500;
  color: var(--quaternary-color)
}

/* .connect-wallet-modal .wallet-content{
  padding: 1.5em 3em;
} */

.connect-wallet-modal .wallet-content button{
  font-size: 0.95em;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0;
}

.connect-wallet-modal .wallet-metamask-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.connect-wallet-modal .wallet-metamask-left-sec {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.connect-wallet-modal .wallet-metamask-right-sec {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.connect-wallet-modal .wallet-metamask-img-sec {
  display: grid;
}

.connect-wallet-modal .wallet-metamask-img-sec img {
  width: 35px;
}

.wallet-metamask-info-sec h4{
  font-size: 1em!important;
  font-weight: 600!important;
  margin-bottom: 0;
}

.logo{
  max-width: 12em;
}

/* FAQ Section CSS */

.faq-sec{
  background-color: #F9F9F9;
}

.faq-sec .accordion{
  background: var(--secondary-color);
  border-radius: 16px;
  padding: 2em;
}

.accordion-item {
  /* background-color: var(--secondary-color);
  color: #111;
  margin: 1em 0;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px; */
  border-bottom: 1px solid #D9DBE9 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1em;
  color: var(--tertiary-color);
  box-shadow: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 1rem 0rem !important;
  border-radius: 0 !important;
}

.accordion-body {
  padding: 1rem 0rem !important;
  font-size: 1em;
  font-weight: 400;
  color: var(--tertiary-color);
  margin-bottom: 0;
}

.faq-sec .accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: var(--tertiary-color);
  font-size: 0.55em;
  font-weight: 600;
}

.faq-sec .accordion .accordion-button {
  border-bottom: none !important;
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/arrow.svg);
}

.faq-sec .accordion .accordion-body {
  font-size: 0.9em;
  color: var(--quaternary-color);
  margin: 0 0 0.5em;
  font-weight: 400;
  line-height: 1.8;
}

.faq-sec .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  border: 0.821579px solid var(--primary-color);
}

.faq-sec .nav-pills .nav-link {
  padding: 0.5em 2em;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  border: 0.821579px solid #D9DBE9;
  box-shadow: 0px 1.64316px 4.92947px rgba(0, 0, 0, 0.03);
  color: var(--tertiary-color);
}

.faq-sec .nav-pills {
  gap: 1em;
  justify-content: center;
}

.faq-sec .tab-content {
  padding-top: 2em;
}

.section-title-info {
  font-size: 1em;
  color: var(--tertiary-color);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2em;
}

.faq-img{
  width: 80%;
  margin-left: auto;
}

.faq-img-sec{
  text-align: right;
}

.connecting-txt {
  margin: 0;
  color: white !important;
}

img.swap-connect-icon {
  cursor: pointer;
}

/* Auth CSS */

.exchange-box h2{
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
}

.login-box{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 73px);
  width: 100%;
}

.user-dropdown-sec .dropdown-toggle{
  background-color: transparent!important;
  border: 0!important;
  display: flex;
  align-items: center;
  gap: 1em;
}

.user-dropdown-sec .dropdown-menu{
  left: -30px!important;
}

.user-dropdown-sec .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #6E6D8E;
  font-size: 1em;
  padding: 0.8em 1em !important;
  text-decoration: none!important;
}

.user-dropdown-sec .dropdown-menu a:hover{
  background-color: #F6F7F7;
}

.user-dropdown-sec .dropdown-menu a svg{
  fill: #6E6D8E;
}

.user-dropdown-sec .dropdown-toggle span{
  color: #111111;
  font-weight: 500;
  font-size: 1em;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.header-nav-center .ms-auto.navbar-nav{
  align-items: center;
}

.auth-footer-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-top: 1.5em;
}

.auth-footer-link a {
  color: #7D00FF;
}

.user-dropdown-sec .dropdown-toggle{
  background-color: transparent!important;
  border: 0!important;
  display: flex;
  align-items: center;
  gap: 1em;
}

.user-dropdown-sec .dropdown-menu{
  left: -30px!important;
}

.user-dropdown-sec .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #6E6D8E;
  font-size: 1em;
  padding: 0.8em 1em !important;
  text-decoration: none!important;
}

.user-dropdown-sec .dropdown-menu a:hover{
  background-color: #F6F7F7;
}

.user-dropdown-sec .dropdown-menu a svg{
  fill: #6E6D8E;
}

.user-dropdown-sec .dropdown-toggle::after{
  display: none;
}

.profile-sec{
  min-height: 100vh;
}

.profile-box{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 84px);
}

.profile-header-sec{
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 2em;
  width: 100%;
}

.profile-user-info h4{
  color: var(--on-primary);
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.profile-user-info h5{
  color: #757575;
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.profile-user-info h5:last-child{
  margin-bottom: 0;
}

.profile-header-sec{
  display: flex;
  justify-content: space-between;
  gap:1em;
  align-items: center;
}

.profile-header-left-sec{
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}

.profile-img-change-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 9em;
}

.profile-img-change-sec img {
  width: 9em;
  height: 9em;
  object-fit: cover;
  border-radius: 50%;
}


.profile-img-change-sec input[type="file"] {
  display: none;
}

.profile-img-edit-icon{
  position: absolute;
  bottom:20px;
  right: 5px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.edit-profile-header-sec{
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 2em;
  width: 100%;
}

.profile-upadte-btn{
  margin-top: 2em;
}

.profile-header-right-sec{
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.login-box-1{
  padding: 4em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.exchange-history-list-card table th{
  color: var(--tertiary-color);
  color: #6E6D8E;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: middle;
}

.exchange-history-list-card table td{
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  vertical-align: middle;
}

.exchange-amount-sec h5{
  color: rgba(11, 11, 18, 0.87);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
}

.exchange-wallet-address-card h5{
  color: rgba(11, 11, 18, 0.87);
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.exchnage-wallet-address-sec{
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em; 
}

.exchange-wallet-address-card{
  display: flex;
  align-items: center;
  gap: 1em;
}

.exchange-transaction-hash-sec{
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em; 
}

.exchange-wallet-address-card .copy-btn{
  border: 0!important;
  padding: 0.5em;
  background-color: transparent!important;
  /* background-color: rgb(59 186 156 / 20%)!important; */
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exchange-amount-sec{
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em; 
}

.transaction-success {
  background-color: #ECFFF4;
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  color: #27AE60;
  font-size: 0.9em;
  font-weight: 600;
}

.transaction-failed {
  background-color: rgba(244, 105, 105, 0.12);
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  color: #F46969;
  font-size: 0.9em;
  font-weight: 600;
}

.transaction-pending {
  background-color: rgba(239, 196, 45, 0.13);
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  color: #EFC42D;
  font-size: 0.9em;
  font-weight: 600;
}

.transaction-initiated{
  background-color: rgba(0, 181, 225, 0.11);
  color: #00b5e1;
  border-radius: 4px;
  padding: 0.5em 2em;
  min-width: 120px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
}

.exchange-status-sec{
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
}

.PhoneInput {
  display: flex;
  align-items: center;
  height: 2.8em;
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  border: 1px solid #dee2e6;
  width: 25em;
  border-radius: 0px;
  width: 100%;
  padding: 0 18px 0 14px;
}

.PhoneInput:focus input {
  border: none !important;
  box-shadow: none !important;
}

.PhoneInput input {
  border: none;
  outline: none;
}

.no-data-img {
  width: 35%;
  margin: auto;
}