/*============================ BUTTON VARIENT ONE  ============================*/

.theme_btn {
    background: #fbb040;
    border: none;
    outline: none;
    color: var(--white-color);
    border-radius: 9px;
    padding: 6px 40px;
    font-size: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.3s;
}

.theme_light_btn {
    background: var(--white-color);
    border: none;
    outline: none;
    color: var(--primary-color);
    border-radius: 9px;
    padding: 6px 40px;
    font-size: 18px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.3s;
}

.theme_btn:hover {
    background: var(--white-color);
    color: #fbb040;
    border: 1px solid #fbb040;
}

.theme_btn_dark {
    background: var(--primary-color);
    border: none;
    outline: none;
    color: var(--white-color);
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 18px;
}

.theme_btn_dark:hover {
    background: var(--white-color);
    color: var(--black-color);
}

/*============================ BUTTON VARIENT TWO  ============================*/

.header-btn2 {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    background: var(--white-color);
    color: var(--black-color);
    transition: all 0.4s;
    border-radius: 4px;
    padding: 16px 25px;
    position: relative;
}

.header-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 4px;
    transition: all 0.4s;
    top: -4px;
    border: 1px solid var(--white-color);
    border-radius: 4px;
    z-index: -1;
}

.header-btn2:hover::after {
    top: 0;
    left: 0;
    transition: all 0.4s;
}

.header-btn2:hover {
    color: var(--black-color);
    transition: all 0.4s;
}

/*============================ BUTTON VARIENT THREE  ============================*/

.sap_btn {
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    text-decoration: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 10px 10px;
    max-width: max-content;
    background-color: #8c8cff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.089);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.137);
    gap: 10px;
}

.sap_btn::after {
    position: absolute;
    height: 50%;
    width: 0px;
    background-color: #000;
    content: "";
    z-index: -1;
    left: 0px;
    transition: 0.3s all ease-in-out;
}

.sap_btn:hover {
    color: white;
}

.sap_btn:hover::after {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    left: 81%;
    box-shadow: inset -2px -2px 5px #fff 61, inset 2px 2px 4px #3900bd;
    color: white;
    content: '\27A4';
    display: flex;
    align-items: center;
    justify-content: center;
}

/*============================ BUTTON VARIENT FOUR  ============================*/

.btn-br {
    line-height: 48px;
    color: #fff;
    border-radius: 100px;
    padding: 0 20px;
}

.btn-br:hover {
    color: #fff
}

.btn-block a {
    min-width: 230px;
    text-align: center;
    -webkit-box-shadow: 0 10px 15px 0 rgba(47, 0, 16, .15);
    box-shadow: 0 10px 15px 0 rgba(47, 0, 16, .15)
}

.btn-main:hover,
.btn-gredient:hover,
.btn:hover {
    color: #fff;
    background: linear-gradient(to right, #4285F4 0, #0000ab 100%);
}

.btn-main,
.btn,
.btn-gredient,
.butn {
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 50px;
    text-align: center;
    outline: 0;
    color: #fff;
    background: linear-gradient(to right, #0000ab 0, #4285F4 100%);
    border: none;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}


.btn {
    padding: .65rem 1.75rem;
    border: 2px solid transparent;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.btn-white-light {
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
    color: #171168;
}

.btn-white-light:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-gredient {
    background: linear-gradient(to right, #0000ab 0, #4285F4 100%);
    color: #fff;
    overflow: hidden;
}

.btn-gredient:hover {
    background: linear-gradient(to left, #0000ab 0, #4285F4 100%);
}


.btn-block {
    display: block;
    width: 100%;
}

/*============================ BUTTON VARIENT FIVE  ============================*/


.btn-blue-gredient {
    background: #0fd280;
    color: #fff;
    border: 0;
    overflow: hidden;
}

.btn-gredient:hover,
.btn-blue-gredient:hover {
    color: #fff;
}

/*============================ BUTTON VARIENT SIX  ============================*/

.btn-white {
    font-weight: 500;
    font-size: 18px;
    padding: 13px 28px;
    background: white;
    color: #334055;
    transition: all ease 250ms;
    letter-spacing: 0.0012em;
    line-height: 24px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 12px 48px rgba(0, 0, 0, 0.04);
}

.btn-white:hover {
    border-color: #fff;
}

.btn-white i {
    font-size: 15px;
    margin-left: 5px;
}


/*============================ BUTTON VARIENT SEVEN  ============================*/

.btn_banner {
    background: #000;
    border-radius: 40px;
    padding: 14px 32px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #0000;
}

.btn_banner:hover {
    background: #ffff;
    color: #000;
    border: 1px solid #000;
}

.btn_postmate {
    background: linear-gradient(266deg, #fbdc3a 8%, #eebd00 99%);
    border-radius: 40px;
    padding: 14px 32px;
    font-size: 18px;
    color: #000;
    border: 1px solid #0000;
}

.btn_postmate:hover {
    background: #0000;
    color: #eebd00;
    border: 1px solid #eebd00;
}

/*============================ BUTTON VARIENT EIGHT  ============================*/

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    height: 50px;
    padding: 12px 80px 12px 40px;
    background: transparent;
    line-height: 26px;
    color: #4527a4;
    border: 1px solid #4527a4;
    font-weight: 500;
    border-radius: 5px;
    transition: all 500ms ease;
    cursor: pointer;
    z-index: 1;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #4527a4;
    border-radius: 4px;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.theme-btn:hover:before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.theme-btn i {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #4527a4;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    transition: all 900ms ease;
}

.theme-btn:hover i {
    background: transparent;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #4527a4;
    border-radius: 30px;
    text-align: center;
    padding: 9px 25px;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
    border: 2px solid #4527a4;
}

.theme-btn-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.4s;
    transform: scale(0.2, 1);
    z-index: -1;
}

.theme-btn-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.theme-btn-two:hover {
    color: #4527a4;
    background: #fff;
    box-shadow: 0 0 15px rgba(69, 39, 164, 0.5);
}


/*============================ BUTTON VARIENT NINE  ============================*/

.btn_ebay_main {
    background: linear-gradient(to right, #0363d1, #3589ea);
    border-radius: 40px;
    padding: 14px 32px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #0000;
}

.btn_ebay_main:hover {
    background: #0000;
    color: #0363d1;
    border: 1px solid #0363d1;
}

/*============================ BUTTON VARIENT TEN  ============================*/

.btn_talabat {
    background: #FF5C27;
    border-radius: 0;
    padding: 14px 32px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fe7251;
}

.btn_talabat:hover {
    background: #0000;
    color: #FF5C27;
}

/*============================ BUTTON VARIENT ELVEN  ============================*/

.app-default-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #ff0000;
    transition: all ease .5s;
    padding: 10px 15px;
}

.app-default-btn-dark {
    background: #071c4d;
    border: 1px solid #071c4d;
    color: #fff;
    transition: all ease .5s;
    padding: 10px 15px;
}

.app-default-btn:hover,
.app-default-btn-dark:hover {
    transform: translateY(-2px);
}


.app-default-btn.style-one {
    color: #fff;
    margin-top: 14px;
    margin-right: 10px;
    background: linear-gradient(30deg, #ff8200 20%, #ff2600 80%);
    padding: 10px 20px;
}

/*============================ BUTTON VARIENT TWELVE  ============================*/

.btn_insta_main {
    background: linear-gradient(266deg, #78d854 8%, #43b02a 99%);
    border-radius: 4px;
    padding: 14px 32px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #0000;
}

.btn_insta_main:hover {
    background: #0000;
    color: #0AAD0A;
    border: 1px solid #0AAD0A;
}

/*============================ BUTTON VARIENT THIRTEEN  ============================*/

.as-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 19.5px 31px;
    border-radius: 4px;
    border: none
}

.as-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200%;
    background-color: var(--title-color);
    transform-style: preserve-3d;
    transform: scale(1, 0);
    z-index: -1;
    transition: 0.5s ease
}

.as-btn>i {
    margin-left: 5px
}

.as-btn:hover,
.as-btn.active {
    color: var(--white-color)
}

.as-btn:hover::before,
.as-btn.active::before {
    transform-origin: center center;
    transform: scale(1)
}

.as-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 17.5px 29px;
    border-radius: 4px;
}

.as-btn.style2:hover {
    color: var(--title-color)
}

.as-btn.style2:hover:before {
    background-color: var(--white-color)
}

.as-btn.style3:hover {
    color: var(--title-color)
}

.as-btn.style3:before {
    background-color: var(--white-color)
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.btn-group.style2 {
    gap: 20px;
    column-gap: 55px
}

.btn-group .style-skew:first-child {
    margin-right: 0
}

.btn-group .style-skew:last-child {
    margin-left: 0
}


body a.common-btn-yelo {
    padding: 13px 0px;
    font-size: 18px;
    font-weight: 600;
    opacity: 1;
    color: #000;
    position: relative;
    background-color: #f9bb00;
    transition: .5s;
    padding-left: 15px;
    padding-right: 50px;
    line-height: 1.3;
    overflow: hidden;
    transition: .5s;
    cursor: pointer;
    border: 1px solid #faba00;
    border-radius: 4px;
}

.btn-black.common-btn-yelo {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
}

.btn-black.common-btn-yelo:hover {
    color: #000;
}

.common-btn-yelo:hover {
    background-color: #fff
}


.btn-black.common-btn-yelo:after {
    color: #fff;
}

.common-btn-yelo:after {
    position: absolute;
    content: "\f178";
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    right: 15px;
    font-size: 18px;
    transition: .5s;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.common-btn-yelo:before {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    left: -10%;
    font-size: 18px;
    transition: .5s;
    opacity: 0;
}

.common-btn-yelo:hover {
    padding-right: 15px;
    padding-left: 50px;
}

.common-btn-yelo:hover:before {
    left: 15px;
}

.common-btn-yelo:hover:before {
    opacity: 1;
}

.common-btn-yelo:hover:after {
    opacity: 0;
}

.common-btn-yelo:hover:after {
    right: -100%;
}

.common-btn-yelo.register-btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*============================ BUTTON VARIENT FOURTEEN  ============================*/

.banner-btn {
    background: #0000;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    padding: 12px 37px;
    border-radius: 4px;
}

.banner-btn:hover {
    background: #ffff;
    border: 2px solid #fff;
    color: #ba2025;
}


.btn_dubizzle_main {
    background: #b92025;
    padding: 12px 37px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #b92025;
    border-radius: 4px;
}

.btn_dubizzle_main:hover {
    background: #0000;
    color: #b92025;
}

/*============================ BUTTON VARIENT FIVTEEN  ============================*/

.btn_tiktok_main {
    background: #fb3567;
    border-radius: 4px;
    padding: 14px 32px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #0000;
}

.btn_tiktok_main:hover {
    background: #0000;
    color: #fb3567;
    border: 1px solid #fb3567;
}

/*============================ BUTTON VARIENT SEVENTEEN  ============================*/

.default-btn {
    font-size: 16px;
    color: #fff;
    background-color: #fe532f;
    padding: 15px 45px;
    line-height: 1;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}


.default-btn:hover {
    font-size: 16px;
    color: #fff;
    background-color: #071c4d;
    padding: 15px 45px;
    line-height: 1;
    transition: all 0.9s;
    border-radius: 40px;
    overflow: hidden;
}

.default-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}


.default-btn-one {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fe532f;
    padding: 15px 45px;
    background-color: #fe532f;
    line-height: 1;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

.default-btn-one:hover {
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #071c4d;
    background-color: #071c4d;
    padding: 15px 45px;
    line-height: 1;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

.default-btn-two {
    font-size: 16px;
    color: #fe532f;
    border: 1px solid #071c4d;
    padding: 15px 45px;
    line-height: 1;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

.default-btn-two:hover {
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #fe532f;
    background-color: #fe532f;
    padding: 15px 45px;
    line-height: 1;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

/*============================ BUTTON VARIENT EIGHTEEN  ============================*/
.amazon-btn {
    padding: 15px 30px;
    background-color: #ffffff;
    color: #be346a;
    transition: all ease 0.5s;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #be346a;
}

.amazon-btn:hover {
    background-color: #be346a;
    color: #ffffff;
}

.amazon-btn-dark {
    padding: 15px 30px;
    background-color: #be346a;
    color: #ffffff;
    transition: all ease 0.5s;
    border-radius: 4px;
    margin: 0 auto;
    font-weight: 600;
}

.amazon-btn-dark:hover {
    color: #be346a;
    background-color: transparent;
    border: 1px solid #be346a;
    transition: all 0.6s ease;
    font-weight: 600;
}

/*============================ BUTTON VARIENT NINETEEN  ============================*/


.btn-theme {
    background: var(--whiteColor);
    color: var(--mainColor);
    border-radius: 4px !important;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    border: 1px solid var(--whiteColor);
    font-size: 16px;
    line-height: 28px;
    padding: 0 30px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.btn-theme:hover {
    background: transparent;
    color: var(--whiteColor);
}

.btn2 {
    background: var(--mainColor);
    border: 1px solid var(--mainColor);
    color: var(--whiteColor);
}

.btn2:hover {
    background: var(--whiteColor);
    color: var(--mainColor);
}


/*============================ BUTTON VARIENT TWENTEY  ============================*/

.btn-theme1 {
	background: #ffffff;
	color: var(--mainColor);
	border-radius: 4px !important;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	border: 1px solid #ffffff;
	font-size: 16px;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	z-index: 9;
	height: 50px;
	line-height: 50px;
}

.btn-theme1:hover {
	background: transparent;
	color: #fff;
}

.btn2 {
	background: var(--mainColor);
	color: #fff;
	border: 1px solid var(--mainColor);
}

.btn2:hover {
	color: var(--mainColor);
}
