@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-width: 360px;
    height: 100%;
    font-family: "Roboto", sans-serif;
}


:root {
    --main-color: #F3A50D;
}
/* .btn{
 background: linear-gradient(90deg, #323232,#F1585B );
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn:hover {
     filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
} */
/* .btn:hover {
    background-color: #000;
} */

.pointer {
    cursor: pointer;
}


.hover-white:hover {
    color: #fff !important;
}

.btn:active {
    background-color: #616060 !important;
}

.bg-main {
    background-color: var(--main-color);
}

/* .bg-main {
    background: linear-gradient(90deg, #323232,#F1585B ) !important;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: white !important;
}
.bg-main:hover{
 filter: brightness(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
} */

.bg-main-light {
    background: linear-gradient(20deg, #ffffff, #fffacf) !important;
}

.bg-main-light {
    background: #ffeecd;
}

.bg-gradient {
    background: linear-gradient(180deg, #ffeecd, #fff) !important;
}

.btn-outline-main {
    border: 1px solid var(--main-color);
    border-radius: 50px;
    /* color: var(--main-color); */
    color: #fff;
     background: linear-gradient(90deg, #F1585B, #25C5C1);
}

.btn-outline-main:hover {
     filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    /* background-color: var(--main-color); */
    border-radius: 50px;
    color: #fff;
}

.border-main {
    border: 2px solid #ffd684;
}

.text-main {
    color: var(--main-color);
}

.home-hero-section {
    background: linear-gradient(to bottom, #fde2ab, #fff, #fff, #fff, #fde2ab);
}
.border-blue{
    border-bottom : 1px solid #01AFAA !important;
}
.button-blue{
    color: #01AFAA !important;
}
.fs-xs {
    font-size: small;
}


.bg-blur {
    backdrop-filter: blur(30px);
}

.accordion-button {
    /* background-color: #FFF8EA; */
    background-color: #00AFAA;
    color:white;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    /* background-color: #fde2ab !important; */
    background-color: #00AFAA;

}

.accordion-button:not(.collapsed)::after {
    background-image: url('/accets/images/minus.png');
}

.accordion-button::after {
    background-image: url('/accets/images/plus.png');
}


.left-30 {
    left: 30px;
}

.right-30 {
    right: 30px;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000000a0;
    z-index: 2;
    display: none;
    top: 0;
}

.nav-close {
    /* left: -30px; */
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    /* top: 50%; */
}

.scale-2 {
    transform: scale(1.2);
}

.Sign-up {
    z-index: 1;
}

.sticky {
    position: sticky;
    top: 0;
    align-self: top;
}

.fw-xbold {
    font-weight: 900;
}


.edit-icon {
    display: none !important;
}

.edit-img-main:hover .edit-icon {
    display: block !important;
}

.edit-img-main:hover .edit-image {
    filter: brightness(0.5);
}

.edit-image {
    transition: 0.5s;
}


th, td{
    text-wrap: nowrap;
}

@media screen and (min-width:1024px) {
    .responsive-image {
        width: 70%;
    }
}

@media screen and (max-width:991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        /* background: linear-gradient(85deg, #ffeecd, #fff); */
        background: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        width: 280px !important;
        height: 100vh;
        right: 0;
        padding: 23px;
        z-index: 2;
        transition: all 0.6s;
    }

    .navbar .collapse:not(.show) {
        /* display: block !important; */
        right: -100%;
    }

    .navbar .nav-link,
    .navbar .dropdown {
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #0000003a;
        margin: 10px 0px;
        padding: 5px 10px;
    }

    .scale-2 {
        transform: scale(1.0);
    }

    .responsive-image {
        width: 70%;
    }

    .profile-sidenav {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 2;
        transition: ease 0.5s;
        width: 250px;
        height: 100vh;
        background: #fff;
    }
}


@media screen and (max-width:575px) {
    .left-30 {
        left: auto;
    }

    .right-30 {
        right: auto;
    }

    .responsive-image {
        width: 80%;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        /* background: linear-gradient(85deg, #ffeecd, #fff); */
        background: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        /* width: 250px; */
        height: 100vh;
        right: 0;
        padding: 20px;
        z-index: 2;
        transition: all 0.6s;
    }

    .navbar .collapse:not(.show) {
        /* display: block !important; */
        right: -100%;
    }

    .navbar .nav-link,
    .navbar .dropdown {
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #0000003a;
        margin: 10px 0px;
        padding: 5px 10px;
    }

    .scale-2 {
        transform: scale(1.0);
    }

    .gap-xl {
        gap: 9rem !important;
    }

    .gap-xxl {
        gap: 12rem !important;
    }


    .font-sm {
        font-size: small;
    }

    /* .position-sticky {
        position: relative !important;
    } */

}
