@media (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
    }
@media (max-width: 768px){
    section{
        padding: 1.5rem 0rem;
    }
    .header-section h1 {
        font-size: 40px;
        font-weight: bold;
        margin-top: 1rem;
        letter-spacing: 1.5px;
    }
    .header-section p {
        font-size: 14px;
        margin-top: 1.5rem;
        letter-spacing: 1.5px;
    }
    .header-section button {
        margin-top: 1.5rem;
    }
    .header-section img {
        margin-top: 1.5rem;
    }
    .Paradise-section .section-title, .Featured-section h1 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }
    .Paradise-section .section-info, .Featured-section .info {
        font-size: 12px;
        letter-spacing: 1.5px;
    }
    .More-info-section h1 {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .More-info-section p {
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 1rem;
    }
    .More-info-section button, .Featured-section button{
        margin-top: 1rem;
    }
    .Newsletter-section h3{
        font-size: 16px;
        letter-spacing: 1.5px;
        margin-top: 0.5rem;
    }
    .Newsletter-section p {
        font-size: 12px;
        margin-top: 1rem;
    }
    .borders-add{
        border-left: unset !important;
        border-top: 1px solid #dee2e6!important;
    }
    .Stats-section h1 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }
    .Stats-section h2 {
        font-size: 60px;
        letter-spacing: 1.5px;
    }
    .Stats-section p {
        font-size: 13px;
        letter-spacing: 1.5px;
    }
    .Testimonials-section .card {
       margin-top: 2rem;
    }
    .Register-section {
        padding: 2rem 0rem;
    }
    .Register-section h4 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }
    .Register-section p {
        margin-top: 1rem !important;
        font-size: 11px;
    }
    .Register-section .benefits-title {
        font-size: 20px;
        margin-top: 4rem;
    }
    .Register-section ul li {
        font-size: 12px;
        line-height: 1.5;
    }
    .Footer-section .detail {
        margin-top: 1rem !important;
        font-size: 12px;
    }
    .Footer-section .pl-5 {
        padding-left: 0 !important;
    }
    .Footer-section .links-padding {
        padding-left: 15px !important;
    }
    .Footer-section .height-set {
        margin-top: 1.5rem;
    }
    .Footer-section a {
        letter-spacing: 1.5px;
        font-size: 12px;
        line-height: 2.5;
    }
    .Footer-section .footer-cpyright {
        margin: auto;
        font-size: 12px;
    }
    .Footer-section .footer-social-icons {
        margin: auto;
    }
    .Marketplace-featured button {
        margin-top: 0;
    }
    .Marketplace-header {
        padding: 1rem 0;
    }
    .Marketplace-header h2 {
        font-size: 24px;
    }
    .Marketplace-header p {
        font-size: 11px;
    }
    .NTFS-section {
        margin-top: 4.4rem;
    }
    .NTFS-section h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }
    .NTFS-section .a-side img {
        width: 100%;
        height: 100%;
    }
    .NTFS-section .b-side .paper-title, .NTFS-section .listing-data, .NTFS-section .Description, .NTFS-section .Details{
        padding: 0px 15px;
    }
    .NTFS-section .trading select {
        width: 30%;
    }
    .Featured-section .card .card-img-bottom {
        margin: auto;
    }
}
@media (max-width: 400px){
    .navbar .reagent-logo{
        width: 230px;
        height: 100%;
    }
}
@media (max-width: 330px){
    .navbar .reagent-logo{
        width: 200px;
        height: 100%;
    }
}