body {
    font-family: "Montserrat", serif;
 }
 :root {
    --Primary-color: #e2cc31;
    --blue-Color: #46b0e0;
    --Button-bg: linear-gradient(209deg, #46b0e0 30%, #e2cc31 100%);
    --Button-hover: linear-gradient(209deg, #e2cc31 30%, #46b0e0 100%);
    --Heading-Color: #2A2A2A;
    --Black-Color: #000;
    --white-Color: #fff;
 }
 h1 {
    font-family: "Righteous", serif;
 }
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.66);
    transition: all 0.5s ease-in-out;
}
.sticky .navbar-brand img{
    width: 79px !important;
    transition: all 0.5s ease-in-out;
    height: 85px !important;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--Button-bg);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--blue-Color);
}
 /* BUTTON CSS START */
 .btn-same {
    border-radius: 10px;
    background: var(--Button-bg);
    padding: 13px 30px;
 }
 .btn {
    border: transparent;
    font-weight: 500;
    color: var(--white-Color);
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: all 0.6s ease;
 }
 
 .btn:after {
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    background: var(--Button-hover);
    height: 100%;
    width: 0%;
    top: 0;
    right: 0;
    z-index: -1;
 }
 
 .btn:hover:after {
    width: 100%;
    transition: all 0.5s ease;
 }
 
 .btn:hover {
    transition: all 0.5s ease;
    color: var(--white-Color);
    transform: translate(-20px, 0px);
 }
 .btn-search {
    font-size: 14px;
    background: var(--Primary-color);
 
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 12px 20px 12px 20px;
    border-radius: 10px;
    letter-spacing: 1.5px;
    font-weight: 600;
 }
 .btn-custom {
    border-radius: 10px;
    background: var(--Primary-color);
    padding: 18px 26px;
    letter-spacing: 1.5px;
    font-weight: 600;
 }
 /* BUTTON CSS END */
 
 /* Header CSS Start */
 header  .navbar-nav .nav-item:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
header  .navbar-nav .nav-item{
    position: relative;
}
header  .navbar-nav .nav-item .dropdown {
    visibility: hidden;
    opacity: 0;
    list-style: none;
    position: absolute;
    padding: 15px 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 170px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
}

header .navbar .navbar-nav .nav-item .dropdown li .dropdown-item:hover {
    background-color: var(--blue-Color);
    color: #fff;
}

/* drop-down */
 header {
    /* background: #000; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
 }

 .customnavbar .navbar-nav {
    gap: 25px;
 }
 .customnavbar .navbar-brand img {
    width: 150px;
    height: 130px;
    object-fit: contain;
    max-width: 170px;
    margin: 0px;
    transition: all 0.5s ease-in-out;
 }
 .customnavbar .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 0px !important;
 }
 
 /* Header CSS End */
 
 /* SECTION_01 CSS START */
 .Section-01 {
    z-index: 0;
    background-position: center;
    position: relative;
    padding: 280px 0px 130px;
    background-image: url("../images/baner-bg.jpg");
    display: flex;
    align-items: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
 }
 
 .slider-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
 }
 .Content-01 {
 }
 .Content-01 h1 {
    margin-bottom: 45px;
 
    font-size: 86px;
 
    font-style: italic;
 
    letter-spacing: 1.5px;
 
    color: var(--white-Color);
 }
 .contenform .form-control {
    width: 50%;
 
    margin-right: 18px;
 }
 .contenform {
    padding: 30px 5px;
 
    text-align: center;
 
    display: flex;
 
    flex-wrap: nowrap;
 
    border-radius: 10px;
 
    justify-content: center;
 
    align-items: center;
 
    background: #46b0e0ab;
 
    flex-direction: column;
 }
 .contenform form {
    width: 100%;
    padding-top: 30px;
    justify-content: center;
 }
 .Section-01:after {
    position: absolute;
    content: "";
    background: #000000a3;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
 }
 
 .Content-01 h1 span {
    color: var(--Primary-color);
 }
 /* SECTION-01 css end */


 /* SECTION-02 Css Start */
 .Mainbody{
    z-index: 0;
    position: relative;
    padding: 80px 0px 50px;
    background-image: url("../images/mainbg.jpg");
    overflow: hidden;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .Mainbody:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0.9;
 }
 .Section-02 h2{
    text-transform: uppercase;
    color: var(--Heading-Color);
    font-size: 25px;
    font-weight: 600;
 }
 .Section-02 h3{
    color: var(--Heading-Color);
    font-size: 45px;
    font-family: "Belleza", serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 56px;
    margin: 0;
 }
 .content-02 span{
    
font-size: 41px;
    
display: block;
 }
 .Section-02 a{
    color: var(--blue-Color);
    font-size: 45px;
 }
 .content-02{
    text-align: center;
    
 }  
 .Profile-Container figure {
    display: flex;
    position: relative;
}

.Profile-Container figure span {
    display: flex;
    color: var(--white-Color);
    height: 80px;
    width: 80px;
    background: linear-gradient(180deg, #e2cc31 0%, #46B0E0 100%);
    margin-left: -80px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    font-size: 32px;
}
.Profile-Container:hover figure span {
    background: var(--blue-Color);
    transition: all 0.6s ease;
    transform: scale(1.1);
}
.Profile-Container img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 500px 500px 500px 500px;
    width: 95%;
}
.Profile-Container h4{
    color: var(--Heading-Color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 30px;
}
.Profile-Container {
    transition: all 0.6s ease;
    text-align: center;
}

.Profile-Container h4 span {
    display: block;
}

.Profile-Container p {
    color: var(--Heading-Color);
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}
.margin-top{
    margin-top: 60px;
}
 /* SECTION-02 Css End */

  /* SECTION-03 Css Start */
.Section-03 {
    padding: 4rem 0 7rem;
}
.SellerBox {
    position: relative;
    transition: all 1s ease;
}

.SellerBox figure {
    overflow: hidden;
    margin: 0;
    position: relative;
    border-radius: 20px;
}

.SellerBox figure:after {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    /* border-radius: 20px; */
    opacity: 0.5;
}

.SellerBox figure img {
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s ease;
}

.SellerBox:hover figure img {
    transition: all 1s ease;
    transform: scale(1.2);
}

.poster-content {
    position: relative;
    margin-top: -250px;
    padding: 10px 30px;
    z-index: 2;
    transition: all 0.8s ease;
}

.btn-sell {
    text-transform: uppercase;
    border-radius: 10px;
    background: var(--blue-Color);
    padding: 13px 26px;
    letter-spacing: 1.5px;
    font-weight: 600;
    width: fit-content;
}

.poster-content p {
    color: var(--white-Color);
    font-size: 17px;
    margin-bottom: 20px;
}

.poster-content h4 {
    letter-spacing: 1.5px;
    color: var(--white-Color);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Belleza", serif;
}

.SellerBox:hover .poster-content {
    margin-top: -290px;
    padding-right: 0px;
    transition: all 0.9s ease;
}
  /* SECTION-03 Css End */



/* SECTION-04 Css Start */
.Content-04 p {
    margin: 0;
    font-size: 17px;
    color: var(--Black-Color);
    font-weight: 500;
}

.Content-04 h5 {
    color: var(--Heading-Color);
    letter-spacing: 1.5px;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Belleza", serif;
}
/* SECTION-04 Css End */



/* Footer Css Start */
footer {
    padding: 50px 0px 0px 0px;
    border-top: 7px solid var(--blue-Color);
}

.footer-site img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    max-width: 130px;
    max-height: 130px;
}

.footer-site p {
    padding-top: 30px;
    color: #636363;
    font-size: 17px;
    font-weight: 500;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

.footer-site ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.footer-site ul a {
    justify-content: center;
    height: 30px;
    width: 30px;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.6s ease;
    color: var(--blue-Color);
    border: 2px solid var(--Primary-color);
    border-radius: 100px;
    font-size: 14px;
}
.footer-site ul a:hover {
    background: var(--blue-Color);
    color:var(--white-Color);
}
.footer-link a:hover {
    transition: all 0.6s ease;
    color:var(--Primary-color);

}
.copyright {
    padding: 12px 0px;
    background: linear-gradient(307deg, #E2CC31 0%, #46B0E0 100%);
    text-align: center;
    margin-top: 35px;
}

.copyright p {
    margin: 0px;
    font-size: 16px;
    color: var(--white-Color);
}

.footer-link h5 {
    margin-bottom: 30px;
    font-size: 22px;
    color: var(--Black-Color);
    font-weight: 700;
}

.footer-link a {
    transition: all 0.6s ease;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
}
.Last-item{
    padding-left: 30px;
}
.Last-item i{
    color: var(--Primary-color);
    padding-right: 12px;
}

/* Footer Css End */