::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3451b2;
    opacity: 1; /* Firefox */
  }
  .dropdown-toggle:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 50%;
}
.set-size img{
    max-height: 102px;
    /* display: flex */
}
.set-size input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.set-size .input-type-file [type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100% !important;
}
.homepage-header{
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color:    #ECEAE9;
}
.homepage-header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 16px;
    color: #716C6B;
}
.homepage-header .navbar-expand-lg .navbar-nav .nav-link:active{
    color: #3451B2;
}
.homepage-header .navbar-expand-lg .login-btn{
    background: #3451B2;
    border-radius: 6px;
    padding: 8px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

.main-section {
    background-color: #F5F5F5;
    min-height: 700px;
    padding-top: 20px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: visible;
    background-color:     #ECEAE9;
}
.main-section::before {
    background-image: url(../images/homepage/main-background.png);
    position: absolute;
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    bottom: 0;
    left: 0;
}
.main-section .main-crypto-inner h1{
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 140%;
    color: #253C8B;
}
.main-section .main-crypto-inner p{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #716C6B;
}
.homepage-btn{
    background: #3451B2;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    cursor: pointer;
}
.homepage-btn:hover{
    color: #fff;
}
.white-btn{
    background: transparent;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color:  #253C8B;
    cursor: pointer;
}
.home-form h4{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
    color: #253C8B;
}
.home-form label{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #253C8B;
}
.home-form input{
    border: 1px solid #3451B2;
    border-radius: 6px;
    padding: 30px 15px;
    background-color: transparent;
    border-right-color: transparent;
    color: #253C8B;
    box-shadow: none;
}
.home-form input:focus{
    box-shadow: none;
    border: 1px solid #3451B2;
}
.home-form input:focus{
    border-right-color: transparent;
}
.home-form .dropdown-toggle {
    border: 1px solid #3451B2;
    border-radius: 6px;
    border-left: none;
    margin-left: -3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 20px;
    color: #3451B2;
    min-width: 200px;
}
.home-form .dropdown-menu {
    background-color: #253C8B;
    color: #fff;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.home-form .dropdown-menu a {
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
}
.home-form .dropdown-menu a img {
    height: 20px;
    margin-right: 12px;
}
.home-form .dropdown-menu a:hover{
    background-color: #3f5499 !important;
}
.home-form .dropdown-toggle:hover,.home-form .dropdown-toggle:focus,.home-form input:focus,.home-form .dropdown-toggle:active{
    background-color: transparent !important;
    color: #253C8B !important;
}
.home-form .swap-img{
    text-align: end;
}
.home-form .span-tag{
    gap: 5px;
}
.home-form .span-tag span{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #253C8B;
}
.top-crypto-sec {
    padding: 80px 0 20px 0;
}
.top-crypto-sec .set-width,.superior-sec .set-width{
   max-width: 463px;
}
.top-crypto-sec .set-para-width,.superior-sec .set-para-width{
    max-width: 336px;
}
.all-head h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    color: #3451B2;
}
.all-para p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #716C6B;
    margin: 0;
}
.all-para-inner p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #716C6B;
}
.top-crypto-sec a{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #040D07;
}
.top-crypto-sec .coin-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    border: 1px solid #253C8B;
    border-radius: 6px;
    margin:40px 10px;
    padding: 20px;
}
.top-crypto-sec .coin-item .content-img img {
    height: 55px;
    min-width: 55px;
    margin-right: 5px;
}
.top-crypto-sec .coin-item .graph img{
    height: 50px;
}



.top-crypto-sec .coin-item .coin-inner-item h4{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #253C8B;
}
.top-crypto-sec .coin-item .coin-inner-item span{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.top-crypto-sec .coin-item .coin-inner-item .text-blue{
    color: #253C8B;
}
.top-crypto-sec .coin-item .coin-inner-item .text-green{
    color: #52BF76;
}
.top-crypto-sec .coin-item .coin-inner-item .text-red{
    color: #F44242;
}
.industry-leader-sec{
    padding: 60px 0 40px;
}
.industry-leader-sec .leader-inner{
    padding: 35px ;
    text-align: center;
}
.same-small-head{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #253C8B;
}
.leader-inner .same-small-head {
    margin-bottom: 10px;
}
.industry-leader-sec .leader-inner img{
    padding-bottom: 25px;
}
.anchor-all {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}
.blue-para{
    font-size: 18px;
    font-weight: 400;
    color: #3451b2;
}
.best-platform-sec, .portfolio-sec,.subscribe-sec,.superior-sec{
    padding: 40px 0;
}
.superior-sec .superior-inner{
    padding: 50px 0 20px 0;
}
.superior-sec .superior-inner img {
    max-height: 42px;
}
.superior-sec .superior-inner h3 {
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    max-width: 200px;
    line-height: 22px;
}
.portfolio-sec ul{
    padding-left: 0;
    list-style: none;
}
.portfolio-sec ul li h3{
    text-align: left;
}
.portfolio-sec ul li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.portfolio-sec ul li::before {
    content: "";
    color: #253C8B;
    font-weight: bold;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #253C8B;
    border-radius: 50%;
    left: 0px;
    position: absolute;
    top: 8px;
}
.portfolio-sec .same-small-head{
    font-size: 20px;
}
.best-platform-sec .all-para{
    max-width: 330px;
    padding: 20px 0;
}
.subscribe-sec .subscribe-form input{
    background-color: #ededed;
    border-radius: 8px;
    padding: 20px 230px 20px 20px;
    height: 80px;
}
.subscribe-sec .subscribe-form .homepage-btn {
    right: 20px;
    top: 16px;
    position: absolute;
    width: 17%;
    padding: 12px;
    border: none;
}


/* footer gaurav */
.footer {
    background: #ECEAE9;
    padding: 30px 0 30px;
    margin-top: 0px;
}
  .footer-logo {
    margin-bottom: 30px;
}
  .footer-logo img{
    max-height: 65px;
  }
  .footer-info {
    margin-right: 90px;
  }
  .footer-info h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #373737;
    margin-bottom: 20px;
  }
  .footer-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #373737;
    margin-bottom: 15px;
}
  .footer-nav h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 170.53%;
    letter-spacing: 0.5px;
    color: #3451B2;
    margin-bottom: 13px;
  }
  .footer-nav ul{
    padding-left: 0;
    list-style: none;
  }
  .footer-nav ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #373737;
    margin-bottom: 10px;
    display: inline-block;
}
  .footer .subscribe-form input {
    background-color: transparent;
    border: 1px solid #3451B2;
    border-radius: 6px;
    padding: 15px 140px 15px 15px;
    height: 70px;
}
  .footer .subscribe-form .homepage-btn {
    right: 8px;
    top: 11px;
    position: absolute;
    width: 23%;
    padding: 12px;
    border: none;
}
  @media (max-width: 1199px) {

    .footer-info h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .footer-nav ul li a {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-nav h4 {
        font-size: 22px;
    }
    .footer-logo {
        margin-bottom: 50px;
    }
}
@media (max-width:1024px) {
    .top-crypto-sec,.industry-leader-sec,.best-platform-sec, .portfolio-sec, .subscribe-sec, .superior-sec{
        padding: 20px 0;
    }
    .main-section{
        min-height: 500px;
    }
    .main-section .main-crypto-inner h1{
        font-size: 28px;
    }
    .main-section .main-crypto-inner p{
        font-size: 16px;
    }
    .homepage-btn,.white-btn{
        padding: 8px 25px;
        font-size: 16px;
    }
    .home-form h4{
        padding-top: 30px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .home-form label{
        font-size: 16px;
    }
    .home-form input{
        padding: 20px 10px;
    }
    .home-form .span-tag span{
        font-size: 14px;
    }
    .top-crypto-sec .slick-next{
        right: -13px;
    }
    .top-crypto-sec .slick-prev{
        left: -13px;
    }
    .all-head h2{
        font-size: 26px;
    }
    .all-para p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .same-small-head{
        font-size: 22px;
        line-height: 28px;
    }
    .top-crypto-sec a{
        font-size: 16px;
    }
    .top-crypto-sec .coin-item .coin-inner-item span{
        font-size: 16px;
    }
    .top-crypto-sec .coin-item .coin-inner-item h4{
        font-size: 20px;
        line-height: 24px;
    }
    .industry-leader-sec .leader-inner{
        padding: 20px;
    }
    .leader-inner .same-small-head{
        margin-bottom: 10px;
    }
    .industry-leader-sec .leader-inner img{
        padding-bottom: 15px;
    }
    .anchor-all{
        font-size: 16px;
    }
    .blue-para{
        font-size: 18px;
    }
    .for-order-set-second{
        order:1;
    }
    .all-para-inner p{
        font-size: 15px;
    }
    .portfolio-sec ul li{
        margin-bottom: 10px;
    }
    .superior-sec .superior-inner img{
        max-height: 50px;
    }
    .superior-sec .superior-inner h3{
        font-size: 20px;
        max-width: 100%;
    }
    .superior-sec .superior-inner{
        padding: 30px 0 20px 0;
    }
    .best-platform-sec .all-para{
        padding: 12px 0;
    }
    .footer .subscribe-form .homepage-btn{
        width: 28%;
    }
    .footer-info h2 {
        font-size: 24px;
        margin-bottom: 7px;
        line-height: 40px;
    }
    .footer-info p {
        font-size: 15px;
        line-height: 160%;
        margin-bottom: 30px;
    }
    .footer-nav h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .footer-nav ul li a {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .footer-info {
        margin-right: 45px;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .footer-info {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-nav {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer {
        padding: 40px 0 40px;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
}
@media (max-width:768px){
    .top-crypto-sec,.industry-leader-sec,.best-platform-sec, .portfolio-sec, .subscribe-sec, .superior-sec{
        padding: 20px 0;
    }
    .main-section{
        padding-top: 30px;
        min-height: 630px;
    }
    .main-section .main-crypto-inner h1{
        font-size: 26px;
    }
    .main-section .main-crypto-inner p{
        font-size: 16px;
    }
    .homepage-btn,.white-btn{
        padding: 8px 25px;
        font-size: 14px;
    }
    .home-form h4{
        padding-top: 30px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .home-form label{
        font-size: 15px;
    }
    .home-form input{
        padding: 20px 10px;
    }
    .home-form .span-tag span{
        font-size: 12px;
    }
    .top-crypto-sec .slick-next{
        right: -13px;
    }
    .top-crypto-sec .slick-prev{
        left: -13px;
    }
    .all-head h2{
        font-size: 24px;
    }
    .all-para p{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .same-small-head{
        font-size: 20px;
        line-height: 28px;
    }
    .top-crypto-sec a{
        font-size: 14px;
    }
    .top-crypto-sec .coin-item .coin-inner-item span{
        font-size: 14px;
    }
    .top-crypto-sec .coin-item .coin-inner-item h4{
        font-size: 18px;
        line-height: 24px;
    }
    .industry-leader-sec .leader-inner{
        padding: 20px;
    }
    .leader-inner .same-small-head{
        margin-bottom: 10px;
    }
    .industry-leader-sec .leader-inner img{
        padding-bottom: 15px;
    }
    .anchor-all{
        font-size: 14px;
    }
    .blue-para{
        font-size: 16px;
    }
    .for-order-set-second{
        order:1;
    }
    .all-para-inner p{
        font-size: 13px;
    }
    .portfolio-sec ul li{
        margin-bottom: 10px;
    }
    .superior-sec .superior-inner img{
        max-height: 50px;
    }
    .superior-sec .superior-inner h3{
        font-size: 18px;
        max-width: 100%;
    }
    .superior-sec .superior-inner{
        padding: 15px;
    }
    .best-platform-sec .all-para{
        padding: 10px 0;
    }
    .subscribe-sec .subscribe-form .homepage-btn{
        right: 2px;
        width: 30%;
        top: 10px;
    }
    .subscribe-sec .subscribe-form input{
        padding: 10px 32% 10px 10px;
        height: 70px;
    }
    .footer .subscribe-form input{
        padding: 10px 32% 10px 10px;
        height: 50px;
    }
    .footer .subscribe-form .homepage-btn{
        width: 29%;
        padding: 8px;
        top: 4px;
        right: 4px;
    }
    
}
@media (max-width: 320px) {
    .footer-info h2 {
        font-size: 20px;
        line-height: 35px;
    }
    .footer-info p {
        font-size: 13px;
        line-height: 160%;
        margin-bottom: 25px;
    }
    .main-section{
        padding-top: 30px;
        min-height: 700px;
    }
}
@media (max-width:320px){
    .subscribe-sec .subscribe-form .homepage-btn{
        right: 2px;
        width: 30%;
        top: 10px;
    }
    .subscribe-sec .subscribe-form input{
        padding: 10px 109px 10px 10px;
        height: 70px;
    }
    .footer .subscribe-form input{
        padding: 10px 109px 10px 10px;
        height: 50px;
    }
    .footer .subscribe-form .homepage-btn{
        width: 29%;
        padding: 8px;
        top: 4px;
        right: 4px;
    }
    .homepage-btn, .white-btn {
        padding: 8px 12px;
        font-size: 14px;
    }
    .top-crypto-sec .coin-item{
        padding: 15px;
        margin: 30px 10px;
    }
    .superior-sec .superior-inner img{
        max-height: 40px;
    }
}