@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

body {
    /* background: #000000; */
    background-repeat: no-repeat;
    background-size: cover;
}
.text-wraper {
    top: 17%;
    position: absolute;
    line-height: 48px;
}

.heading-top {
    font-size: 40px;
}
.heading-bottom {
    font-size: 40px;
    font-weight: bold;
}
.text-list {
    font-size: 15px;
    line-height: 26px;
}
.screen {
    height: 500px;
    width: 330px;

    position: absolute;
    right: 0%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 420px;
    background: #fff;
    top: -10px;
    right: 120px;
    border-radius: 0 72px 0 0;
    /*background: #f7941d;	*/
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #fff;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    /*background: linear-gradient(270deg, #fff, #fff);*/
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #fff;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 30px;
    margin: auto;
    /* padding-top: 86px; */
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.login-btn-div {
    margin: 5%;
}

.login-btn {
    width: 244px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 31px !important;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    background-color: #00a9a9 !important;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #000;
}

.login__input {
    border: none;
    border-bottom: 2px solid #d1d1d4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 100%;
    transition: 0.2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    /* color: #fff; */
    border-bottom-color: #000;
}

.img-div {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #d4d3e8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    box-shadow: 0px 2px 2px #ff6633;
    cursor: pointer;
    transition: 0.2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
    border-color: #6a679e;
    outline: none;
}

.button__icon {
    font-size: 22px;
    margin-left: auto;
    color: #7875b5;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875b5;
}

.social-login__icon:hover {
    transform: scale(1.5);
}

@media screen and (min-width: 268px) and (max-width: 768px) {
    .screen {
        right: -20%;
        height: 600px;
        width: 300px;
    }
}
.btn:focus {
    box-shadow: none;
}

/*=================================
        Commonly Used Styling
=================================*/
hr {
    width: 90%;
    height: 0.1px;
    margin-top: 10px;
    background-color: #0d0f21;
}

.payment-heading {
    font-size: 3.125rem;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    .payment-heading {
        font-size: calc(1.4375rem + 2.25vw);
    }
}

.payment-heading span {
    color: #11acbe;
}

.payment-desc {
    font-size: 17px;
    color: #171717;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.comments-space {
    margin-bottom: 0;
    text-align: left;
}

.remaining-contents span {
    display: none;
}

/*=================== Custome Margins ===================*/
.w-60 {
    width: 60%;
}

.w-20 {
    width: 20%;
}

.ml-9 {
    margin-left: 2.5rem;
}

.mt-35-p {
    margin-top: 35%;
}

.mt--375 {
    margin-top: -375px;
}

.mt--260 {
    margin-top: -260px;
}

.mt--180 {
    margin-top: -180px;
}

.mt--117 {
    margin-top: -117px;
}

.mt--100 {
    margin-top: -100px;
}

.mt--95 {
    margin-top: -95px;
}

.mt--90 {
    margin-top: -90px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--55 {
    margin-top: -55px;
}

.mt--48 {
    margin-top: -48px;
}

.mt--44 {
    margin-top: -44px;
}

.mt--30 {
    margin-top: -30px;
}

.mt--24 {
    margin-top: -24px;
}

.mt--22 {
    margin-top: -22px;
}

.mt--13 {
    margin-top: -13px;
}

.mt--9 {
    margin-top: -9px;
}

.mt--7 {
    margin-top: -7px;
}

.mt-360 {
    margin-top: 360px;
}

.mt-300 {
    margin-top: 300px;
}

.mt-290 {
    margin-top: 290px;
}

.mt-280 {
    margin-top: 280px;
}

.mt-270 {
    margin-top: 270px;
}

.mt-260 {
    margin-top: 260px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-240 {
    margin-top: 240px;
}

.mt-230 {
    margin-top: 230px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-108 {
    margin-top: 108px;
}

.mt-106 {
    margin-top: 106px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-102 {
    margin-top: 102px;
}

.mt-101 {
    margin-top: 101px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-99 {
    margin-top: 99px;
}

.mt-98 {
    margin-top: 98px;
}

.mt-97 {
    margin-top: 97px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-94 {
    margin-top: 94px;
}

.mt-93 {
    margin-top: 93px;
}

.mt-92 {
    margin-top: 92px;
}

.mt-91 {
    margin-top: 91px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-89 {
    margin-top: 89px;
}

.mt-88 {
    margin-top: 88px;
}

.mt-87 {
    margin-top: 87px;
}

.mt-86 {
    margin-top: 86px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-84 {
    margin-top: 84px;
}

.mt-83 {
    margin-top: 83px;
}

.mt-82 {
    margin-top: 82px;
}

.mt-81 {
    margin-top: 81px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-74 {
    margin-top: 74px;
}

.mt-73 {
    margin-top: 73px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-68 {
    margin-top: 68px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-63 {
    margin-top: 63px;
}

.mt-62 {
    margin-top: 62px;
}

.mt-61 {
    margin-top: 61px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-59 {
    margin-top: 59px;
}

.mt-58 {
    margin-top: 58px;
}

.mt-57 {
    margin-top: 57px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-54 {
    margin-top: 54px;
}

.mt-53 {
    margin-top: 53px;
}

.mt-52 {
    margin-top: 52px;
}

.mt-51 {
    margin-top: 51px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-49 {
    margin-top: 49px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-47 {
    margin-top: 47px;
}

.mt-46 {
    margin-top: 46px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-43 {
    margin-top: 43px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-41 {
    margin-top: 41px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-39 {
    margin-top: 39px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-37 {
    margin-top: 37px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-33 {
    margin-top: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-31 {
    margin-top: 31px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-0 {
    margin-top: 0;
}

.mt-4p5 {
    margin-top: 4.5px;
}

/*=========== Margin Bottom ===========*/
.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-20 {
    margin-bottom: 20px;
}

.b-50 {
    bottom: 50px;
}

.b-30 {
    bottom: 30px;
}

/*================ Margin-Left ===================*/
.ml--4 {
    margin-left: -4%;
}

.ml-32 {
    margin-left: 32px;
}

.ml-77 {
    margin-left: 77%;
}

.ml-55 {
    margin-left: 55px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-37 {
    margin-left: 37%;
}

.ml-36 {
    margin-left: 36px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-24 {
    margin-left: 24%;
}

.ml-23 {
    margin-left: 23%;
}

/*================ Padding-Top ===================*/
.pt-120 {
    padding-top: 120px;
}

.pt-100 {
    padding-top: 100px;
}

.p-31 {
    padding: 0 31px !important;
}

/*======= Some Commen Styling ======*/
button:focus {
    outline: none;
    outline: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*------ Scrolling Css --------*/
#about .less-text {
    height: 438px;
    overflow: auto;
}

/*================================= 
Nav Section Styling
=================================*/
.top-bg-color {
    background: #0d0f21;
    padding: 9px;
}

.top-bg-color #curr,
.top-bg-color #lang {
    margin-left: 30px;
}

.top-bg-color #curr .dd-select,
.top-bg-color #lang .dd-select {
    width: 140px !important;
    background: #11acbe none repeat scroll 0% 0%;
    border-radius: 25px;
    padding: 0;
    height: 35px;
    background-color: transparent;
    overflow: hidden;
    color: #ffffff !important;
}

.top-bg-color #curr .dd-select .dd-selected,
.top-bg-color #lang .dd-select .dd-selected {
    overflow: hidden;
    display: block;
    padding: 0 10px;
    font-weight: bold;
    background-color: #0d0f21;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-bg-color #curr .dd-select .dd-selected img,
.top-bg-color #lang .dd-select .dd-selected img {
    width: 15px;
    border-radius: 2px;
}

.top-bg-color #curr .dd-select .dd-selected .dd-selected-text,
.top-bg-color #lang .dd-select .dd-selected .dd-selected-text {
    color: #ffffff !important;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.top-bg-color #curr .dd-select .dd-pointer-down,
.top-bg-color #lang .dd-select .dd-pointer-down {
    border: solid 5px transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-top: solid 5px #fff;
}

.top-bg-color #curr .dd-select .dd-pointer-up,
.top-bg-color #lang .dd-select .dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom: solid 5px #fff !important;
    margin-top: -8px;
}

.top-bg-color #curr .dd-options,
.top-bg-color #lang .dd-options {
    width: 140px !important;
    border-radius: 10px;
}

.top-bg-color #curr .dd-options .dd-option,
.top-bg-color #lang .dd-options .dd-option {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-size: 11px !important;
}

.top-bg-color #curr .dd-options .dd-option img,
.top-bg-color #lang .dd-options .dd-option img {
    width: 20px;
    border-radius: 3px;
}

.top-bg-color #curr .dd-options .dd-option:hover,
.top-bg-color #lang .dd-options .dd-option:hover {
    background-color: rgba(17, 172, 190, 0.6);
}

.top-bg-color #curr .dd-options .dd-option .dd-option-text,
.top-bg-color #lang .dd-options .dd-option .dd-option-text {
    margin: 0;
}

.top-bg-color select {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    width: 170px;
    height: 35px;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    background: transparent;
    padding: 0 10px;
    border-top: none;
    border-radius: 34px;
}

.top-bg-color select option {
    color: #080919;
    border-radius: 20px !important;
}

nav.sticky {
    transition: all 0.4s;
}

nav.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 5px 10px;
}

.navbar-light {
    background-color: #ffffff;
}

.navbar-light .active .nav-link {
    position: relative;
    color: #11acbe !important;
}

.navbar-light .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    position: relative;
    text-align: center;
}

.navbar-light .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #080919 !important;
    letter-spacing: 0.6px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.navbar-light .nav-link:hover {
    color: #11acbe !important;
}

.navbar-light .btn-sign {
    width: 165px;
    height: 48px;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 400;
    border-radius: 23px;
    font-family: "Poppins", sans-serif;
    background-color: #11acbe;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
}

.navbar-light .btn-sign:hover {
    color: #ffffff !important;
}

.navbar-light .navbar-toggler {
    border: 2px solid #080919;
}

/*================================= 
Home Section Styling
=================================*/
#home .banner-container {
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#home .banner-container .content-setting {
    padding: 50px 0;
}

#home .banner-container .content-setting .banner-card {
    padding: 30px 50px;
    border: 1px solid #080919;
    background-color: white;
    box-shadow: 0px 0px 21px 0px rgba(117, 117, 117, 0.2);
}

#home .banner-container .content-setting .banner-card .bg-color {
    padding: 12px 0;
    border-radius: 35px;
    background-color: #0d0f21;
}

#home .banner-container .content-setting .banner-card .bg-color .btn-dollar {
    margin: 0;
    width: 142px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 36px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#home
    .banner-container
    .content-setting
    .banner-card
    .bg-color
    .btn-dollar.active {
    background-color: #11acbe;
}

#home .banner-container .content-setting .banner-card .bg-color .currency {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#home .banner-container .content-setting .banner-card .arrow-bg-color {
    background: #f4f4f4;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .banner-container .content-setting .banner-card .exchange-text {
    font-size: 16px;
    color: #080919;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#home .banner-container .content-setting .banner-card .img-style {
    width: 129px;
    height: 129px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}

#home .banner-container .content-setting .banner-card #cur-dd-1 .dd-select,
#home .banner-container .content-setting .banner-card #cur-dd-2 .dd-select {
    width: 140px !important;
    background: #11acbe none repeat scroll 0% 0%;
    border-radius: 25px;
    padding: 0;
    height: 35px;
    background-color: #11acbe;
    overflow: hidden;
    color: #ffffff !important;
}

#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-1
    .dd-select
    .dd-selected,
#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-2
    .dd-select
    .dd-selected {
    overflow: hidden;
    display: block;
    padding: 0 10px;
    font-weight: bold;
    background-color: #11acbe;
    height: 100%;
    display: flex;
    align-items: center;
}

#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-1
    .dd-select
    .dd-selected
    img,
#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-2
    .dd-select
    .dd-selected
    img {
    width: 15px;
    border-radius: 2px;
}

#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-1
    .dd-select
    .dd-selected
    .dd-selected-text,
#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-2
    .dd-select
    .dd-selected
    .dd-selected-text {
    color: #ffffff !important;
    font-size: 10px;
}

#home .banner-container .content-setting .banner-card #cur-dd-1 .dd-options,
#home .banner-container .content-setting .banner-card #cur-dd-2 .dd-options {
    width: 150px !important;
    border-radius: 10px;
    margin-left: -5px;
}

#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-1
    .dd-options
    .dd-option,
#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-2
    .dd-options
    .dd-option {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-size: 11px !important;
}

#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-1
    .dd-options
    .dd-option
    .dd-option-text,
#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-2
    .dd-options
    .dd-option
    .dd-option-text {
    color: #0d0f21;
}

#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-1
    .dd-options
    .dd-option
    img,
#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-2
    .dd-options
    .dd-option
    img {
    width: 20px;
    border-radius: 3px;
}

#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-1
    .dd-options
    .dd-option:hover,
#home
    .banner-container
    .content-setting
    .banner-card
    #cur-dd-2
    .dd-options
    .dd-option:hover {
    background-color: rgba(17, 172, 190, 0.6);
}

#home .banner-container .content-setting .banner-card label {
    font-size: 12px;
    color: #e6e6e8;
    font-weight: 500;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #0d0f21;
}

#home .banner-container .content-setting .banner-card ::placeholder {
    font-size: 12px;
    color: #e6e6e8;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

#home .banner-container .content-setting .banner-card .input-field {
    font-size: 12px;
    color: #e6e6e8;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    background: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px solid #e6e6e8;
}

#home .banner-container .content-setting .banner-card .btn-exchange {
    width: 100%;
    height: 47px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 35px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #ffffff;
    background: #11acbe;
}

#coins .heading {
    font-size: 3.125rem;
    color: #11acbe;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    #coins .heading {
        font-size: calc(1.4375rem + 2.25vw);
    }
}

#coins .heading span {
    color: #0d0f21;
}

#coins .heading-desc {
    font-size: 17px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#coins .main-area {
    transition: all 0.5s ease-in-out;
}

#coins .main-area .outer-border {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #11acbe;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(17, 172, 190, 0.5);
}

#coins .main-area .coins-name {
    font-size: 28px;
    color: #171717;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#coins .main-area .rating-border {
    width: 100%;
    height: 40px;
    border-radius: 26px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #11acbe;
    box-shadow: 0px 0px 10px 0px rgba(17, 172, 190, 0.5);
}

#coins .main-area .rating-border p {
    margin: 0;
    font-size: 15px;
    color: #171717;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

#coins .main-area:hover {
    margin-top: 35px;
}

#coins .main-area:hover .outer-border {
    background: #11acbe;
}

#coins .main-area:hover .outer-border img {
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(81deg)
        brightness(105%) contrast(107%);
}

#coins .main-area:hover .rating-border {
    transition: all 0.5s ease-in-out;
    background: #11acbe;
}

#coins .main-area:hover .rating-border p {
    color: #ffffff;
}

#coins .main-area:hover {
    margin-top: -35px;
}

#payment {
    background: #efefef;
    padding: 62px 0;
}

#payment .btn-t-type {
    width: 100%;
    height: 83px;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: default;
    font-family: "Poppins", sans-serif;
    border-radius: 41px;
    background-color: #11acbe;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.35);
}

#payment .card-mock {
    width: 100%;
    height: 153px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    border-radius: 41px;
    background-color: white;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.35);
}

#payment .card-mock:hover {
    transform: scale(1.1);
}

#started .card {
    height: 410px;
    display: block;
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    border: 1.6px solid #11acbe;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(17, 172, 190, 0.5);
}

#started .card .card-heading {
    font-size: 22px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#started .card .card-desc {
    font-size: 15px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    letter-spacing: 0.4px;
}

#started .card:hover {
    background: #11acbe;
}

#started .start-heading {
    font-size: 3.125rem;
    color: #0d0f21;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    #started .start-heading {
        font-size: calc(1.4375rem + 2.25vw);
    }
}

#started .start-heading span {
    color: #11acbe;
}

#work {
    padding: 50px 0 65px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#work .work-heading {
    font-size: 3.125rem;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    #work .work-heading {
        font-size: calc(1.4375rem + 2.25vw);
    }
}

#work .work-heading span {
    color: #11acbe;
}

#work .work-desc {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#voucher .v-text {
    font-size: 28px;
    color: #0d0f21;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#voucher .v-text span {
    color: #11acbe;
}

#voucher .card {
    height: 300px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    border: 2px solid #11acbe;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(17, 172, 190, 0.5);
}

#voucher .card .card-heading {
    font-size: 16px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease-in-out;
}

#voucher .card .card-desc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease-in-out;
}

#voucher .card:hover {
    border-radius: 20px;
    background-color: #11acbe;
    box-shadow: 0px 0px 10px 0px rgba(17, 172, 190, 0.5);
}

#voucher .card:hover .card-heading {
    color: #ffffff;
}

#voucher .card:hover .card-desc {
    color: #ffffff;
}

.top-banner {
    padding: 75px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top-banner .heading {
    font-size: 2.8125rem;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    .top-banner .heading {
        font-size: calc(1.40625rem + 1.875vw);
    }
}

.top-banner .desc {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.mobile-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px;
}

#login {
    padding: 0px 30px !important;
    border-radius: 30px !important;
}

.main-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    padding: 9.2% 0;
}

.main-login-wrapper .sign-in-desc {
    font-size: 14px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.main-login-wrapper ::placeholder {
    font-size: 15px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.main-login-wrapper h1 {
    margin: 0;
    font-size: 2.25rem;
    text-align: center;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    .main-login-wrapper h1 {
        font-size: calc(1.35rem + 1.2vw);
    }
}

.main-login-wrapper .side-text {
    margin: 0;
    font-size: 2.25rem;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    .main-login-wrapper .side-text {
        font-size: calc(1.35rem + 1.2vw);
    }
}

.main-login-wrapper span {
    font-size: 12px;
}

.main-login-wrapper .f-text {
    font-size: 15px;
    color: #0d0f21;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
}

.main-login-wrapper .f-text:hover {
    text-decoration: none;
}

.main-login-wrapper button {
    width: 244px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 31px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    background-color: #00a9a9;
    box-shadow: 0px 8px 10px 0px rgba(13, 15, 33, 0.42);
}

.main-login-wrapper button:active {
    transform: scale(0.95);
}

.main-login-wrapper button:focus {
    outline: none;
}

.main-login-wrapper button.ghost {
    border: none;
    width: 244px;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 31px;
    color: #ffffff;
    border-radius: 31px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    background-color: #0d0f21;
    box-shadow: 0px 8px 10px 0px rgba(13, 15, 33, 0.42);
}

.main-login-wrapper form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    height: 100%;
    text-align: center;
}

.main-login-wrapper .input-field {
    background-color: #eee;
    border-radius: 36px;
    padding: 14px 18px;
    margin: 8px 0;
    width: 100%;
    border: none;
}

.main-login-wrapper .Rounded_Rectangle_1 {
    position: absolute;
    left: 352px;
    top: 306px;
    width: 667px;
    height: 576px;
    z-index: 10;
}

.main-login-wrapper .login-page-container {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    border-radius: 20px;
    background-color: white;
    min-height: 450px;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.37);
}

.main-login-wrapper .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.main-login-wrapper .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.main-login-wrapper .v-text {
    font-size: 13px;
    color: #0d0f21;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.main-login-wrapper .check {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #0d0f21;
    background-color: #11acbe;
    box-shadow: 0px 5px 8px 0px rgba(13, 15, 33, 0.55);
}

.main-login-wrapper input:checked {
    background-color: #11acbe !important;
}

.main-login-wrapper .btn-swipe {
    width: 140px;
    height: 45px;
    font-size: 13px;
    border-radius: 31px;
    color: #0d0f21;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    background-color: rgba(13, 15, 33, 0.102);
}

.main-login-wrapper
    .login-page-container.right-panel-active
    .sign-in-container {
    transform: translateX(100%);
}

.main-login-wrapper .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.main-login-wrapper
    .login-page-container.right-panel-active
    .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.main-login-wrapper .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.main-login-wrapper
    .login-page-container.right-panel-active
    .overlay-container {
    transform: translateX(-100%);
}

.main-login-wrapper .overlay {
    border-radius: 20px;
    background-color: #00a9a9;
    /* background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f94d4d  0%, #00a9a9 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f94d4d  0%, #00a9a9 100%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.main-login-wrapper .login-page-container.right-panel-active .overlay {
    transform: translateX(50%);
}

.main-login-wrapper .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.main-login-wrapper .overlay-left {
    transform: translateX(-20%);
}

.main-login-wrapper .login-page-container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.main-login-wrapper .overlay-right {
    right: 0;
    transform: translateX(0);
}

.main-login-wrapper .login-page-container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.forgot-shadow {
    padding: 100px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.37);
}

.forgot-shadow .forgot-text {
    font-size: 36px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.forgot-shadow .forgot-desc {
    font-size: 16px;
    font-weight: 400;
    color: #0d0f21;
    font-family: "Poppins", sans-serif;
}

.forgot-shadow ::placeholder {
    font-size: 18px;
    color: #0d0f21;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.forgot-shadow .email-control {
    width: 100%;
    height: 60px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border-radius: 33px;
    color: #0d0f21;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    background-color: #e6e7e8;
}

.forgot-shadow .btn-send {
    padding: 14px 24px;
    font-size: 18px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    border-radius: 31px;
    background-color: #11acbe;
}

.help-color {
    color: #11acbe !important;
}

.help-color:hover {
    color: #11acbe !important;
}

.forgot-display {
    display: none;
}

.resp-form {
    display: none;
}

#about .about-heading {
    font-size: 2.5rem;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
    #about .about-heading {
        font-size: calc(1.375rem + 1.5vw);
    }
}

#about .lessText {
    height: 300px;
    overflow: auto;
}

#about .about-desc {
    font-size: 18px;
    color: #0d0f21;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#about .btn-read-more {
    width: 225px;
    height: 67px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    border-radius: 33px;
    background-color: #11acbe;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
}

#about .card {
    height: 410px;
    display: block;
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    transition: background-color 0.4s;
    border: 1.6px solid #11acbe;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(17, 172, 190, 0.5);
}

#about .card .card-heading {
    font-size: 22px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#about .card .card-desc {
    font-size: 15px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    letter-spacing: 0.4px;
}

#about .card:hover {
    background: #11acbe;
}

#about .card:hover .card-heading {
    color: #ffffff;
}

#about .card:hover .card-desc {
    color: #ffffff;
}

#about .card:hover img {
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(100deg)
        brightness(201%) contrast(102%);
}

#exchange .coins-btn-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#exchange .coins-btn-wrap .coin-button {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s;
}

#exchange .coins-btn-wrap .coin-button img {
    width: 120px;
}

#exchange .coins-btn-wrap .coin-button:hover {
    background-color: #11acbe;
}

#exchange #payment-dd .dd-select {
    background: #11acbe none repeat scroll 0% 0%;
    border-radius: 35px;
    background-color: #11acbe;
    overflow: hidden;
    color: #ffffff !important;
    user-select: none;
    cursor: pointer;
}

#exchange #payment-dd .dd-select .dd-pointer-down {
    border: solid 5px transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    border-top: solid 5px #fff;
}

#exchange #payment-dd .dd-select .dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom: solid 5px #fff !important;
    margin-top: -8px;
}

#exchange #payment-dd .dd-select .dd-selected {
    overflow: hidden;
    display: block;
    padding: 10px 10px;
    font-weight: bold;
    background-color: #11acbe;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    line-height: normal;
    cursor: pointer;
}

#exchange #payment-dd .dd-select .dd-selected img {
    width: 30px;
    border-radius: 2px;
}

#exchange #payment-dd .dd-select .dd-selected .dd-selected-text {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}

#exchange #payment-dd .dd-options {
    width: 230px !important;
    border-radius: 10px;
    user-select: none;
    margin-left: 9px;
}

#exchange #payment-dd .dd-options .dd-option {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-size: 11px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#exchange #payment-dd .dd-options .dd-option img {
    width: 40px;
    border-radius: 3px;
    margin-left: 10px;
}

#exchange #payment-dd .dd-options .dd-option .dd-option-text {
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    color: #11acbe !important;
    margin: 0;
    font-size: 14px;
    margin-left: 5px;
}

#exchange #payment-dd .dd-options .dd-option:hover {
    background-color: rgba(17, 172, 190, 0.6);
}

#exchange .banner-card {
    padding: 30px 50px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(8, 9, 25, 0.34);
}

#exchange .banner-card .bg-color {
    padding: 12px 0;
    border-radius: 35px;
    background-color: #0d0f21;
}

#exchange .banner-card .bg-color .btn-dollar.active {
    margin: 0;
    width: 142px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 36px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    background-color: #11acbe;
}

#exchange .banner-card .bg-color .currency {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#exchange .banner-card .arrow-text {
    font-size: 14px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#exchange .banner-card .exchange-text {
    font-size: 15px;
    color: #080919;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#exchange .banner-card .img-style {
    width: 129px;
    height: 129px;
}

#exchange ::placeholder {
    font-size: 15px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#exchange .input-group {
    border-radius: 35px;
    overflow: hidden;
    background-color: rgba(13, 15, 33, 0.102);
}

#exchange .input-group .form-control {
    height: 63px;
    border: none;
    padding: 22px;
    background-color: transparent;
}

#exchange .input-group .input-group > .input-group-append > .btn,
#exchange .input-group .input-group > .input-group-append > .input-group-text,
#exchange
    .input-group
    .input-group
    > .input-group-prepend:first-child
    > .btn:not(:first-child),
#exchange
    .input-group
    .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
#exchange
    .input-group
    .input-group
    > .input-group-prepend:not(:first-child)
    > .btn,
#exchange
    .input-group
    .input-group
    > .input-group-prepend:not(:first-child)
    > .input-group-text {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

#exchange .input-group .input-group-text {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    padding: 0 26px;
    font-size: 18px;
    color: #0d0f21;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

#support .ticket-heading {
    font-size: 45px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#support .ticket-desc {
    font-size: 16px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#support .nav-bg-color {
    padding: 36px 0;
    background-color: #e6e6e8;
}

#support .nav-bg-color .nav-item {
    width: 250px;
    padding: 13px 0px;
    margin: 0 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
}

#support .nav-bg-color .nav-item .nav-link {
    font-size: 20px;
    color: #11acbe;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#support .nav-bg-color .nav-item .help-desc {
    font-size: 18px;
    color: #0d0f21;
    font-weight: 500;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

#support .nav-bg-color .nav-item:hover {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.37);
}

#support .nav-bg-color .nav-pills .nav-link.active,
#support .nav-bg-color .nav-pills .show > .nav-link {
    background-color: transparent;
}

#support .content-bg-color {
    background-color: #e6e6e8;
    padding: 67px 40px;
    border-radius: 8px;
}

#support .content-bg-color .head-text {
    font-size: 20px;
    color: #0d0f21;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

#support .content-bg-color .date-day {
    font-size: 18px;
    color: #0d0f21;
    font-weight: 500;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

#support .head-text {
    font-size: 20px;
    color: #0d0f21;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

#support ol {
    padding: 0 15px;
    list-style: none;
    counter-reset: li;
}

#support ol li {
    font-size: 18px;
    color: #11acbe;
    font-weight: 500;
    margin: 8px 0;
    counter-increment: li;
    font-family: "Poppins", sans-serif;
}

#support ol li::before {
    content: counter(li) ".";
    color: #0d0f21;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#support .btn-support {
    padding: 17px 60px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 8px 0;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
    background-color: #11acbe;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
}

#ticket .heading-text {
    font-size: 45px;
    color: #11acbe;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#ticket ::placeholder {
    font-size: 15px;
    color: #0d0f21;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#ticket .form-fields {
    width: 100%;
    height: 63px;
    border: none;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 31px;
    color: #0d0f21;
    font-family: "Poppins", sans-serif;
    background-color: rgba(13, 15, 33, 0.102);
}

#ticket select {
    font-size: 15px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    width: 105% !important;
    cursor: pointer;
}

#ticket .wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ccc;
    border-radius: 30px;
    width: 90%;
    font-family: "Poppins", sans-serif;
    background-color: rgba(13, 15, 33, 0.102);
    overflow: hidden;
    padding: 0 20px;
}

#ticket .wrap input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

#ticket .wrap span {
    border-radius: 20px;
    padding: 4px 15px;
    font-size: 12px;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#ticket .wrap #filename {
    width: 60%;
    display: block;
    margin: 0;
    text-align: left;
}

#ticket .text-fields {
    width: 100%;
    height: auto;
    border: none;
    font-size: 15px;
    font-weight: 400;
    resize: none;
    padding: 24px 28px;
    border-radius: 31px;
    color: #0d0f21;
    font-family: "Poppins", sans-serif;
    background-color: rgba(13, 15, 33, 0.102);
}

#ticket .arrow-position {
    position: absolute;
    right: 15px;
    top: 17px;
}

#ticket .btn-send {
    width: 292px;
    height: 74px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    border-radius: 37px;
    background-color: #11acbe;
}

#privacy .privacy-heading {
    font-size: 45px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#privacy .privacy-desc {
    font-size: 18px;
    color: #0d0f21;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-family: "Poppins", sans-serif;
}

#privacy ul {
    padding: 15px;
}

#privacy ul li {
    line-height: 50px;
    font-size: 18px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#privacy .semi-bold {
    font-size: 18px;
    color: #0d0f21;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-family: "Poppins", sans-serif;
}

#privacy .date-text {
    font-size: 15px;
    color: #0d0f21;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#privacy .checkbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
}

#privacy .checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

#privacy .checkbox label {
    position: relative;
}

#privacy .checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #11acbe;
}

#privacy .checkbox label:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #11acbe;
    border-left: 2px solid #11acbe;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 12px;
    left: 10px;
}

#privacy .checkbox input[type="checkbox"]:checked ~ label::before {
    color: #11acbe;
}

#privacy .checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

#privacy .checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
    font-size: 18px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#privacy .checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#privacy .checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

#kyc .id-bg-color {
    padding: 55px 0;
    background-color: #e6e6e8;
}

#kyc .heading-self {
    font-size: 36px;
    color: #0d0f21;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

#kyc .self-desc {
    font-size: 18px;
    color: #0d0f21;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

footer {
    padding: 25px 0;
    background-color: #0d0f21;
}

footer .live-text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

footer .active.nav-link {
    position: relative;
    color: #11acbe !important;
    border-bottom: 2px solid #11acbe;
}

footer .navbar {
    padding: 0;
    margin-top: 10px;
}

footer .nav-link {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    border-bottom: 2px solid transparent;
}

footer .nav-link:hover {
    color: #11acbe !important;
    border-bottom: 2px solid #11acbe;
}

footer ul,
footer li {
    padding: 0 !important;
    margin: 0 !important;
}

footer .list-style {
    list-style: none;
    margin-bottom: 0;
}

footer .footer-text {
    font-size: 20px;
    color: #11acbe;
    font-weight: 400;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

footer .icon-border {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ffffff;
    display: flex;
}

footer .icon-border:hover {
    background-color: #11acbe;
}

/*================================= 
Media Queries Styling
=================================*/
@media only screen and (max-width: 1280px) {
    #voucher .card {
        padding: 18px;
    }

    #voucher .card .card-heading {
        font-size: 16px;
    }

    #voucher .card .card-desc {
        line-height: 23px;
    }

    #support .nav-bg-color .nav-item {
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 1024px) {
    #home .banner-container .content-setting .banner-card select {
        font-size: 9px;
    }

    #home .banner-container .content-setting .banner-card label {
        font-size: 10px;
    }

    #home .btn-exchange {
        font-size: 14px;
    }

    #voucher .card {
        padding: 14px;
    }

    #voucher .card .card-heading {
        font-size: 14px;
    }

    #voucher .card .card-desc {
        line-height: 19px;
    }

    #about .lessText {
        height: 277px;
    }

    #about .about-heading {
        font-size: calc(0.9rem + 1.5vw);
    }

    #about .about-desc {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.8px;
    }

    #about .card {
        height: 367px;
        display: block;
        padding: 36px;
    }

    #support .nav-bg-color .nav-item {
        margin: 10px 10px;
    }

    #support .head-text {
        font-size: 16px;
    }

    #support ol li {
        font-size: 15px;
    }

    #support .content-bg-color {
        padding: 53px 40px;
    }

    #support .media-justify {
        justify-content: center;
    }
}

@media only screen and (max-width: 993px) {
    .media-mt {
        margin-top: 2.5rem;
    }

    .navbar {
        padding: 1rem 1rem;
    }

    #coins .mt-35 {
        margin-top: 0;
    }

    #coins .main-area {
        transition: all 0.5s ease-in-out;
    }

    #coins .main-area:hover {
        margin-top: 35px;
    }

    footer .footer-text {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }

    footer .live-text {
        text-align: center;
    }

    footer .media-justify {
        justify-content: center !important;
    }

    footer .media-align {
        text-align: center !important;
    }

    footer .mt-5 {
        margin-top: 1.5rem !important;
    }

    #about .lessText {
        height: 200px;
    }

    #about .about-heading {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 890px) {
    .main-login-wrapper {
        padding: 50px 15px;
    }

    .forgot-shadow {
        padding: 42px;
    }
}

@media only screen and (max-width: 769px) {
    #kyc .media-mt {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 760px) {
    .media-box-mt {
        margin-top: 30px;
    }

    #voucher .v-text {
        font-size: 24px;
    }
}

@media (max-width: 1080px) {
    #home .banner-container .content-setting .banner-card {
        font-size: 14px;
        padding: 14px 14px;
    }

    #home .banner-container .content-setting .banner-card select {
        font-size: 14px;
    }

    #home .banner-container .content-setting .banner-card label {
        font-size: 14px;
    }

    #home .banner-container .content-setting .banner-card .mt-40 {
        margin-top: 10px;
    }

    .screen {
        display: none;
    }
    .text-wraper {
        display: none;
    }

    .resp-form {
        display: block;
        height: 550px;
        padding: 35px;
        /* border: ; */
        border-radius: 66px;
        /* margin-top: 60px; */
    }

    .media-padding {
        padding: 10px;
    }

    .forgot-shadow {
        padding: 35px;
    }

    footer .footer-text {
        font-size: 15px;
    }

    footer .nav-link {
        font-size: 12px;
    }

    footer .mt-5 {
        margin-top: 1.5rem !important;
    }

    #support .ticket-heading {
        font-size: 24px;
    }
    body {
        background-color: #00a9a9;
        background-image: none;
    }
}

@media (max-width: 600px) {
    #about .lessText {
        height: 290px;
    }

    #support .content-bg-color {
        padding: 27px 19px;
    }

    #support .content-bg-color .head-text {
        font-size: 16px;
    }

    #support .content-bg-color .date-day {
        font-size: 14px;
    }

    #privacy .privacy-heading {
        font-size: 26px;
    }

    #privacy .privacy-desc {
        font-size: 16px;
    }

    #privacy ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 415px) {
    .forgot-shadow {
        padding: 10px;
    }

    .forgot-shadow .forgot-text {
        font-size: 25px;
    }

    .forgot-shadow .forgot-desc {
        font-size: 13px;
    }

    #support .btn-support {
        width: 100%;
        padding: 17px 10px;
    }
}

@media only screen and (max-width: 376px) {
    #about .lessText {
        height: 350px;
    }
}

/*==================== Media Query For Land Scape Mode =====================*/
