body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

:root {
    --activeColor: #bd4601;
    --primaryColor: #ffc600;
    --SecondaryColor: #ff7c00;
    --SecondaryColor2: #feb100;
    --blackColor: #000000;
    --WhiteColor: #ffff;
    --textColor: #0e0e0e;
}

.hero-text {
    color: var(--activeColor);
    font-weight: bold;
    font-size: 5rem !important;
    text-shadow: 3px 0px black;
}

@media screen and (max-width:576px) {
    .hero-text {
        font-size: 3rem !important;
    }
}

.btn-gradient {
    max-width: 240px;
    width: 100%;
    border: 1px solid var(--SecondaryColor);
    color: var(--SecondaryColor2);
}
.btn-gradient:hover {
   background-color: var(--primaryColor) !important;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    background-color: white;
    height: 120px;
    width: 100%;
    /* padding: 32px; */
}

.header .logo img {
height: 66px;
}

.header .logo,
.header .right-side {
    flex: 1;
}

.header .right-side .nav-items ul li a {
    height: 100%;
    transition: 0.3s all ease-in-out;
}

.nav-items ul li a:hover {
    transition: 0.3s all ease-in-out;
    color: var(--primaryColor) !important;
}

.header .right-side .nav-items ul li a {
    color: var(--textColor);
    font-weight: 400;
    cursor: pointer;
    font-size: 18px;
}

.nav-items ul li a.active,
ul.sidebar-items li a.active {
    color: var(--primaryColor) !important;
}

.nav-right {
    flex: 1;
}

.right-side .nav-right button {
    color: var(--primaryColor);
}

/*main-content*/

.main-content .hero {
    background-image: url("images/hero-bg.png");
    width: 100%;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


.main-content .hero .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1000; */
    width: 100%;
    height: 100%;
}

/* @media screen and (max-width: 768px) {
    .main-content .hero {
        background-position: center;
        height: 400px;
        background-size: 127% auto;
    }
} */

.dropdown {
    position: relative;
    /* max-width: 160px; */
}

.dropdown .select {
    position: relative;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    max-width: 100px;
    justify-content: space-between;
    padding: 8px;
    gap: 10px;
    align-items: center;
    color: var(--blackColor);
    border: 1px solid var(--blackColor);
}

.select .caret {
    transition: 0.2s ease-in-out;
}

.caret>img {
    width: 10px;
    height: 10px;
}

.select .caret.activeCaret {
    rotate: 180deg;
}

.select .select-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.select .select-item>img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.dropdown ul.menu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: flex;
    background: var(--WhiteColor) !important;
    flex-direction: column;
    display: none;
    /* color: var(--blackColor); */
    transition: 0.2s ease-in-out;
    border: 1px solid var(--whiteColor);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.205);
}

.dropdown ul.activeDropdown {
    display: block;
}

ul.menu>li {
    transition: 0.2s ease-in-out;
}

ul.menu>li:hover {
    background-color: rgba(0, 0, 0, 0.205);
}

ul.menu>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--SecondaryColor);
    padding: 10px;
    font-size: 12px;
}

ul.menu>li>a>img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.205);
}

.search-box {
    flex: 1;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ts-control {
    padding: 15px;
    flex-wrap: nowrap !important;
    border-radius: 10px;
}

.ts-wrapper {
    /* padding: 6px; */
    flex: 1;
}

.ts-dropdown-content {
    max-height: 350px !important;
}

.ts-dropdown-content .option {
    padding: 13px 8px !important;
    width: 100%;
    /* color: var(--blackColor); */
    height: 45px;
    line-height: normal;
    font-size: 15px;
    border-bottom: 1px solid #00000038;
}

.ts-dropdown-content .active {
    background-color: var(--primaryColor) !important;
    color: #fff !important;
}

select.search-field {
    border: 0 !important;
    outline: none;
    /* flex: 1; */
    /* color: #56555599; */

    width: 100%;
    flex: 1;
    appearance: none;
}

input.search-field {
    border: 1px solid white !important;
    outline: none;
    flex: 1;
    /* color: #56555599; */
    width: 100%;
    flex: 1;
    appearance: none;
    padding: 15px;
    padding-left: 15px !important;
    font-size: 18px !important;
    color: white;

}

.ts-control {
    border: 0 !important;
    background-color: transparent !important;
    border: 1px solid white !important;
}

.ts-control input,
.ts-control .item {
    font-size: 18px !important;
    /* line-height: 20px !important; */
    /* line-height: norma l !important; */
    padding: 0px !important;
    background-color: transparent !important;
    line-height: normal !important;
    color: white;
}

.ts-dropdown {
    /* top: 30px !important; */
}

.search-box input {
    background-color: transparent !important;
    border-radius: 10px;
}

.search-box .canceltext-btn {
    cursor: pointer;
    width: 39px;
    /* font-size: 19px; */
    display: flex;
    /* height: 40px; */
    align-items: center;
    transition: 0.2s all ease-in-out;
    /* border-radius: 50%; */
    /* padding-top: 10px; */
    justify-content: center;
    /* opacity: 0; */
    position: absolute;
    right: 0;
    z-index: 1;
}

.search-inp .canceltext-btn:hover {
    background: rgba(0, 0, 0, 0.425);
    opacity: 1;
}

.search-form {
    max-width: 860px;
    width: 100%;
}

.search-form form button {
    /* max-width: 300px;
    width: 100%;
    background: linear-gradient(#bd4601, #ffc600); */


        /* max-width: 300px; */
    width: 120px;
    background: linear-gradient(#bd4601, #ffc600);
    height: 120px;
    border-radius: 50% !important;
    border: 5px solid white !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.search-form form button img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0px 0px 0px 0px !important;
}

.footer-social-icons>.foot-pic img {
    max-width: 30px;
    width: 100%;
}

.foot-links {
    position: relative;
}

.foot-links::before,
.foot-links::after {
    content: '';
    display: block;
    background-color: white;
    height: 125px;
    width: 2px;
    top: 17px;

    position: absolute;
    margin-left: -27px;
    background: rgba(255, 255, 255, 0.5);
}

.foot-links::before {
    left: 3px;
}

.foot-links::after {
    right: 0;
}

@media screen and (max-width: 1024px) {
    /* .header {

        padding: 20px;
    } */

    .header .right-side {
        padding-inline: 10px !important;
    }

    .nav-items {
        display: none;
    }
}

@media screen and (max-width: 768) {
    .footer-inner {
        padding: 20px !important;
    }
}
