.background {
    background: linear-gradient(96.87deg, #FC9842 0%, #FE5F75 100%);
    width: 100%;
    height: 87vh;
}
body {
    font-family: "Ubuntu";
}

.btn-outline-light {
    border: 5px solid #FFFFFF;
}

.navbar-expand-lg .dropdown-menu {
    margin-top: 0;
    padding-top: .5rem;
}

.bannerimg {
    max-width: 792px;
    height: 484px;
}

h2 {
    color: black;
    font-size: 40px;
    line-height: 100%;
    font-weight: bold;
}
.btn-outline-dark{
    /* border: 5px solid #000; */
    color: black;
    background: linear-gradient(96.87deg, #FC9842 0%, #FE5F75 100%);
}
.fw-500 {
    font-weight: 500;
}
.navbar{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
h6 {
    color: black;
}
h1{
    font-size: 61px; 
    font-weight:700; 
    color: #FBFBFB;
    text-align: end;
}
.p {
    color: black;
    font-size: 18px;
    text-align: justify;
}
.handheld-toolbar {
    position: fixed;
    left: 0 !important;
    top: 0;
    width: 100%;
    border-top: 1px solid #e3e9ef;
    background-color: #fff;
    box-shadow: -1.25rem 0 2rem 0 rgba(43,52,69,.15);
    z-index: 1026;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .nav-link > i, .dropdown-item {
    color: #000;
}
.dropdown-menu li:hover > .dropdown-item, .navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) > i,
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled), 
.navbar-light .nav-item:hover .nav-link:not(.disabled), .navbar-light .nav-item:hover .nav-link:not(.disabled) > i,
.navbar-light .nav-item:hover .nav-link:not(.disabled) > i {
    color: #0077B6;
}
.dropdown-toggle::after {
    display: none;
}
footer {
    width: 100%;
    left: 0px;
    top: 2964px;
    color: #ffffff;
    background: linear-gradient(276.74deg, #FC9842 -8.42%, #FE5F75 109.64%);
}
.footerlogo {
    left: 0%;
    right: 68.55%;
    top: 0%;
    bottom: 0%;
    height: 100px;
    width:100px;
}
.widget-list .widget-list-item a {
    color: #ffffff;
}

@media screen and (max-width: 1300px) {
    .background {
        background: linear-gradient(96.87deg, #FC9842 0%, #FE5F75 100%);
        width: 100%;
        height: auto;
    }
    .bannerimg {
        max-width: 100% !important;
        height: auto !important;
    }
    h1{
        font-size: 50px; 
        font-weight:700; 
        color: #FBFBFB;
        text-align: end;
    }
  }
  @media (max-width: 991.98px) {
    .navbar-nav{
      padding-top: 1rem;
    }
    .navbar-light .nav-item {
        background-color: #eef5f9;
    }
    .navbar-nav .dropdown-menu {
        background-color: #fafafa;
        border-top-left-radius: 0 ;
        border-top-right-radius: 0 ;
    }
    .btn-market-title{
        font-size: 10px !important;
    }
}
@media (max-width: 470px) {
    .navbar-nav{
      padding-top: 4.5rem;
    }
    .widget-title {
        margin-bottom: 0rem;
    }
    .widget-list-item {
        margin-bottom: 0rem;
    }
    .handheld-toolbar-enabled .footer {
        padding-bottom: 0rem;
    }
    .handheld-toolbar-enabled .background {
        padding-top: 5rem !important;
    }
    .social .ps-5{
        padding-left: 1rem !important;
    }
    .footd{
        padding-top: 48px;
    }
}