@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,400&display=swap');

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
b{
    font-size:20px;
    color: #11245a;
}
body{
    line-height: 1.8;
    color: #898fa1;
    font-size: 16px;
    font-family: 'lato', sans-serif;

}

form{
    position: absolute;
    right: 4px;
    top: 80px;
    padding-bottom: 0px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    letter-spacing: 1px;
    color: #11245a;

}
.search-box{
    padding: 20px;   
}


.no-result{
    padding: 40px;
    margin: 20px;
    align-items: center;
    align-content: center;
    text-align: center;
}
.search-container{
    padding: 50px;
    margin: 20px;
   
}


a{
    font-weight: 700;
    transition: all 0.4s ease;
    text-decoration: none;
}



small{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;

}

section{
    padding-top: 100px;
    padding-bottom: 50px;
}


.navbar{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

/* addition*/
.navbar-brand{
    width: 270px;
}

/* addition*/
.navbar .nav-link{
    display: flex;
    flex-direction: row-reverse;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
}

.navbar .nav-link.active{
    color: #e93b81;
}

.navbar .nav-link:hover{
    color: #e93b81;
}


/* addition*/
.dropdown-item{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #898fa1;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    
}

.dropdown-item:active{
    color: #e93b81;
}


.btn{
    font-weight: 700;
    font-size: 12px;
    padding: 12px 28px;
    border-radius: 0;
}

.btn-brand{
    background-color: #e93b81;
    color: white;

}

.btn-brand:hover{
    background-color: #c7336e;
    color: white;
}

.section-intro{
    text-align: center;
    margin-bottom: 20px;
}

.section-intro .hline{
    width: 120px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 16px auto 0 auto;
}

Range{
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}
 
.table{
    color: #11245a;
}

#cta{
    background-color: #e93b81;
    width: 100%;
}

#cta p{
    font-size:32px;
}
#cta a{
    color: #11245a;
}

.footer-top{
    padding-top: 80px;
    padding-bottom: 30px;
}

.footer-bottom{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bottom .col-md-6 a{
    color: #898fa1;
}


footer .footer-links a,
footer .social-icons a{
    color: #898fa1;

}

footer .social-icons a{
    font-size: 24px;
}
footer .footer-links a{
    display: block;
    font-weight: 700;
}


footer .social-icons a:hover{
    color: #186cb1;
}

footer .social-icons .instagram a:hover{
    color: #e93b81;
}
footer .footer-links a:hover{
    color: #e93b81;
}

.footer-bottom .btn{
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    padding-left:8px;
    padding-right:8px;
    padding-top:0;
    padding-bottom:0;
    border-radius: 0;
}

.footer-bottom .tothetop{
    margin-bottom:0;
}
/* addition and change places*/

@media (min-width: 800px){
    form{
        width: 500px;
    }
    #home{
        min-height: 100vh;     
    }
    .navbar .container{
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
       
    }

    .navbar-brand{
        width: auto;
    }

    .navbar .nav-link{
      display: block;
    }

    .dropdown-item{
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
    text-decoration: none;
    }
    }
