.primary-font{
    font-family: 'Gilroy-Medium', sans-serif;
}
.secondary-font{
    font-family: 'Gilroy-Bold', sans-serif;
}
body{
    overflow-x:hidden;
}
.w-container {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .w-container {
        width: 750px !important;
    }
}
@media (min-width: 992px) {
    .w-container {
        width: 900px !important;
    }
}
@media (min-width: 1100px) {
    .w-container {
        width: 1050px !important;
    }
}
@media (min-width: 1250px) {
    .w-container {
        width: 1200px !important;
    }
}
@media (min-width: 1300px) {
    .w-container {
        width: 1280px !important;
    }
}
.gradient-button{
    background: #f12711;
    background: -webkit-linear-gradient(to right, #ea6d14, #f12711);
    background: linear-gradient(to right, #ea6d14, #f12711);

}




.main-wrapper img{
    width: 100%;
    display: block;
}
.main-wrapper a{
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #1f2937;
    padding: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(80, 80, 80, 0.37);
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border-radius: 4px;
    color: #ea6d14;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid rgba(131, 131, 131, 0.29);
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
    font-family:'Gilroy Medium',sans-serif;
    color: white;
}
.drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-nav > li > a:hover{
    opacity: 0.7;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
    color: white;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu{
    display: none;
    z-index: 99999;
}
.sub-menu h4{
    color: #ea6d14;
    font-weight: 600;
}
.sub-menu-item{
    padding-left: 1.2rem;
}
.sub-menu-item:nth-child(3){
    background: #1F2937;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #ea7f14;
    color: #fff;
    transition: all 0.5s ease;
    border-radius:7px;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: #ea6d14;
    color: #ffffff;
}

.header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}


@media screen and (min-width: 1200px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .navbar-nav{
        border-top: 1px #80808047 solid;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .navbar-nav > li > a{
        color: #e7e7e7;
        border-bottom: none;
        font-family:'Gilroy-Medium', sans-serif;
        padding: 1rem 1.8rem 1rem 0;
        font-size: 0.7rem;
    }
    .navbar-nav > li > a:first-of-type{
        border-bottom: none;
        font-family:'Gilroy-Medium', sans-serif;
        padding: 1rem 1.8rem 1rem 0;
        font-size: 0.85rem;

    }
    .sub-menu{
        border:1px solid rgba(128, 128, 128, 0.33);
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #1F2937;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        /*grid-template-columns: repeat(4, 1fr);*/
        padding: 30px 5rem;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover{
        border-bottom-color: #ea7f14;
    }
    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu h4{
        color: #ea7f14;
    }
    .sub-menu ul li a {
        color: white;
    }
    .custom-input::placeholder{
        font-family: 'Gilroy-Medium',sans-serif;
        font-size: 0.9rem;
        font-weight: 500;
    }
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    .header p{
        width: 40%;
    }
}
.slider-bottom-category{
    background-position: center;
    filter: contrast(50%);
    filter: grayscale(10%);
}
@media(min-width:1360px){
    .slider-img{
        width: 640px !important;
    }
}
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #111827;
}

body::-webkit-scrollbar-thumb {
    background-color: #ff6f1e;
    border-radius: 100px;
}
html{
    scroll-behavior: smooth;
}

@media(max-width:780px){
    .width-fll{
        width:100%;
    }
}

@media(max-width:1000px){
    .filter-panel{
        display:none;
    }
}

.active-tab-button{
    margin-bottom: -2px;
    border-bottom: solid 2px #5e5eff;
}

.side-menu{
    transform: translateX(100%);
}

.upload__box {
    padding: 10px 0;
}
.ql-toolbar.ql-snow {
    border:none!important;
}
.ql-snow .ql-picker{
    color: white!important;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}
.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}


.verification-code {
    max-width: 300px;
    position: relative;
    margin:10px auto;
    text-align:center;
}
.control-label{
    display:block;
    margin:10px auto;
    font-weight:900;
    color: white;
}
.verification-code--inputs input[type=text] {
    border: 2px solid rgba(131, 131, 131, 0.29);
    width: 46px;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    box-sizing:border-box;
    color: white;
    background: #1d262d;
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked + .slider {
    background-color: #66bb6a;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
