/* ScrollSpy Active Item Custom CSS */
@media (min-width: 992px){
    .tmmainfull.menu.clearfix.scroll .menu-link.nav-link.active {
        background-color: #f0f2f9 !important;
    }
    .tmmainfull.menu.clearfix .menu-link.nav-link.active {
        background-color: none;
        color: #6772e5;
    }
}
@media (min-width: 750px) and (max-width: 991.95px){
    .mb-sm-170 {
        margin-bottom: 170px !important;
    }
}
.modal .icon.icon-md{
    height: 2.25rem;
    margin-right: 0.5rem;
}
.country_bg_img{
    height: 250px;
    background-position: 0 top;
    background-size: cover;
}
body .wsmobileheader .logo-project{
    display: none;
 }
body.menuscroll .wsmobileheader .logo-project{
   display: block;
}

/* Photobooth Custom CSS */
.learn-more {
    font-size: small;
}
.learn-more:after {
    display: inline-block;
    margin-left: 0.375rem;
    transition: transform 0.2s ease;
    content: "→";
}
a:hover .learn-more:after, .learn-more:hover:after {
    transform: translate3d(6px, 0, 0);
}
.modal-content {
    border-radius: 0.2rem;
}
.title-custom {
    line-height: 1.2;
}
.subtitle-custom {
    font-size: 0.875rem;
}
.btn-addphoto, .btn-addphoto:hover, .btn-addphoto:active, .btn-addphoto:focus {
    border-radius: 30px;
    padding: 1rem 1.8rem !important;
}
@media (min-width: 991.95px){
    .bg-lg-light {
        background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
        height: fit-content;
    }
    .wide-40 {
        padding-top: 20px;
    }
    .subtitle-custom {
        text-align: center;
        font-size: 2.25rem;
    }
    .btn-addphoto, .btn-addphoto:hover, .btn-addphoto:active, .btn-addphoto:focus {
        border-radius: 60px;
        outline: 1px dashed #2699fb;
        outline-offset: 8px;
        padding: 10px 75px !important;
        width: fit-content;
    }
    .w-lg-50 {
        width: 49% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-75 {
        width: 66% !important;
    }
    .w-lg-65 {
        width: 65% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-25 {
        width: 33% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-20{
        width: 20% !important;
    }
    .regular.slider div img{
        max-width:80%;
    }
}
.h-180px {
    height: 180px;
}
.h-360px {
    height: 360px;   
}
@media (max-width: 991px){
    .index-content {
        height: calc(100vh - 100px);;
    }
    .regular.slider div img{
        max-width:90%;
    }
}
@media (min-width: 400px){
    .position-sm-relative {
        position: relative !important;
    }
}

.filter-img {
    filter: contrast(15%) brightness(130%) opacity(60%);
}
.border-box{
    border: 1px solid var(--bs-gray-600);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px -2px 4px -3px #9d9d9d;
}
.btn-outline-secondary, .btn-lg-outline-secondary {
    color: var(--bs-gray-600);
    background-color: #FFF;
    border-color: var(--bs-gray-600);
    padding: 0.8rem !important;
    border-radius: 10px;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-lg-outline-secondary:hover, .btn-lg-outline-secondary:focus, .btn-lg-outline-secondary:active  {
    border-radius: 10px;
    color: #2699fb;
    border-color: #2699fb;
    background-color: #FFF;
}
.btn-outline-secondary i {
    font-size: 3.7rem;
}
.btn-lg-outline-secondary {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.btn-lg-outline-secondary i {
    font-size: 1.5rem;
}
.edit-icons-box {
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    padding: 0.8rem 1.2rem;
}
.edit-icons-box a {
    font-size: 2.2rem;
}
.edit-icons-box a img, .edit-icons-box a img, .edit-icons-box a img {
	filter: brightness(60%);
}
.edit-icons-box a:hover img, .edit-icons-box a:focus img, .edit-icons-box a:active img {
    filter: brightness(40%);
}
.social-links {
    display: flex;
    justify-content: space-between;
}
.social-links .btn {
    color: var(--bs-gray-600);
    background-color: #FFF;
    border-color: var(--bs-gray-600);
    padding: 0.75rem 0.75rem;
    width: 100%;
}   
.social-links .btn:hover {
    color: #2699fb;
    border-color: #2699fb;
    background-color: #FFF;
}  
.social-links .btn:hover img {
    filter: sepia(200%) hue-rotate(180deg) saturate(180%);
}
.text-grey2{
    color: var(--bs-gray-600);
}
.btn-outline-secondary.btn-addphoto{
    border-radius: 60px;
    padding: 0.55rem 1.8rem !important;
    color: var(--bs-gray-600);
}
.btn-outline-secondary.btn-addphoto:focus, .btn-outline-secondary.btn-addphoto:active:focus {
    box-shadow: none;
}
.btn-outline-secondary.btn-addphoto:hover img, .btn-outline-secondary.btn-addphoto:focus img, .btn-outline-secondary.btn-addphoto:active img{
    filter: brightness(0) invert(1);
    outline: 0;
    box-shadow: none;
}
.icon i {
    color: var(--bs-gray-600);
    background-color: #FFF;
    border: 1px solid var(--bs-gray-600);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.icon.icon-lg i{
    font-size: 25px;
    height: 60px;
    width: 60px;
}
.icon img {
    color: #d1d1d1;
    background-color: #FFF;
    border: 1px solid #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.icon:hover i {
    color: #2699fb;
    border-color: #2699fb;
}  
.regular.slider {
    overflow-y: visible;
    overflow-x: clip;
}
.copy-link-lg{
    position: absolute;
    left: 70px;
    display: inline-flex;
    bottom: 24px;
    width: max-content;
}
.icon:hover .copy-link-lg{
    color: #2699fb;
}

.frames img {
    cursor: pointer;
    border: 4px solid #333;
}
.frames img.active {
    border: 4px solid #2699fb;
}

/* Steps navigation custom CSS */
.custom-step {
    position: relative;
}
.custom-step::before {
    position: absolute;
    opacity: 0;
    transform: translateY(50%);
    line-height: inherit !important;
    transition: 0.3s ease-in-out;
}
.custom-step:hover::before {
    opacity: 1;
}
.custom-step-back::before {
    content: "Back";
    left: 5px;
}
.custom-step-back:hover::before {
    left: 40px;
}
.custom-step-next::before {
    content: "Next";
    right: 5px;
}
.custom-step-done::before {
    content: "Done";
    right: 5px;
}
.custom-step-next:hover::before, .custom-step-done:hover::before {
    right: 40px;
}
.mb-80 {
 margin-bottom: 110px;
}
@media (max-width: 389.98px){
    .w-xxs-100 {
        width: 100% !important;
    }
    .w-xxs-none {
        display: none !important;
    }
}
/* ================= Arabic =============== */
[dir="rtl"] .learn-more:after {
    margin-right: 0.375rem;
    margin-left: unset;
    transition: transform 0.2s ease;
    content: "←";
}
[dir="rtl"] a:hover .learn-more:after, [dir="rtl"] .learn-more:hover:after {
    transform: translate3d(-6px, 0, 0);
}
[dir="rtl"] .header-menu-wrapper {
    -webkit-transition: right 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: right 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    right: -100%;
    left: unset;
}
[dir="rtl"] .header-menu-wrapper.header-menu-wrapper-on {
    -webkit-transition: right 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: right 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    right: 0;
    left: unset;
}
[dir="rtl"] .header-menu-wrapper #btn_mobile_menu_close {
    left: 10px;
    right: auto;
}
@media (max-width: 991.98px){
    [dir="rtl"] .header-menu-wrapper.header-menu-wrapper-on #btn_mobile_menu_close {
        left: 10px;
        right: auto;
    }
}
/* Steps navigation custom CSS */
[dir="rtl"] .custom-step-back::before {
    content: "السابق";
    right: 5px;
    left: unset;
}
[dir="rtl"] .custom-step-back:hover::before {
    right: 40px;
    left: unset;
}
[dir="rtl"] .custom-step-next::before {
    content: "التالي";
    left: 5px;
    right: unset;
}
[dir="rtl"] .custom-step-done::before {
    content: "إنتهاء";
    left: 5px;
    right: unset;
}
[dir="rtl"] .custom-step-next:hover::before, [dir="rtl"] .custom-step-done:hover::before {
    left: 40px;
    right: unset;
}
