@charset "UTF-8";
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "poppins", sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #6e6e6e;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
} 
$primaryColor:#edbe3c;
.primary-color{
    color:$primaryColor;
}
a.primary-color{
    text-decoration: none;
    &:hover{
        color: $primaryColor;
        text-decoration: underline;
    }
}
.btn{
    &:focus{
        box-shadow: unset;
    }
}
.form-control{
    box-shadow: unset !important;
    &:focus{
        border-color: $primaryColor;
    }
}
.form-check-input{
    &:active{
        border-color: $primaryColor;
    }
    &:focus{
        border-color: $primaryColor;
        box-shadow:0 0 0 0.25rem rgba(255, 187, 84, 0.25)
    }
    &:checked{
        background-color: $primaryColor;
        border-color: $primaryColor;
    }
}
#LeadForm{
    .tab{
        h6{
            text-align: center;
        }
        .form-check{
            padding:10px 30px 10px 50px;
        }
    }
}
.btn-outline-icon{
    padding: 0px 20px 10px;
    border: 2px solid $primaryColor;
    background-color: transparent;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    i{
        height: min-content;
        font-size: 30px;
        margin-right: 5px;
        &::before{
            line-height: 1;
        }
    }
    &:hover{
        color: #000;
        background-color: $primaryColor;
        box-shadow: 0 0 10px $primaryColor;
    }
    &.fill{
        background-color: $primaryColor;
        color: #000;
    }
}
.btn-primary{
    background-color: $primaryColor;
    color: #000;
    border: 2px solid $primaryColor;
    outline: unset;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    i{
        height: min-content;
        font-size: 30px;
        margin-right: 5px;
        &::before{
            line-height: 1;
        }
    }
    &:hover{
        border: 2px solid $primaryColor;
        color: #000;
        background-color: $primaryColor;
        box-shadow: 0 0 10px $primaryColor;
    }
    &:focus{
        border: 2px solid $primaryColor;
        color: #000;
        background-color: $primaryColor;
        box-shadow: 0 0 10px $primaryColor;
        &:active{
            box-shadow: 0 0 20px $primaryColor;
        }
    }
}
.dark-menu{
    background-color: #242424;
}
.navbar-light{
    background-color: transparent;
    transition-duration: 0.3s;
    &.scrolled {
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar-brand{
        img{
            width: 110px;
        }
    }
    .navbar-nav{
        .nav-link{
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            margin: 0 10px;
            font-weight: 500;
            &:hover{
                color: $primaryColor;
            }
            &:focus{
                color: $primaryColor;
            }
            &.active{
                color: $primaryColor;
            }
        }
    }
    .login{
        .navbar-nav{
            &::before{
                content: "|";
                padding: 5px 20px;
                color: $primaryColor;
            }
            .nav-link{
                color: $primaryColor;
                font-size: 16px;
                text-transform: uppercase;
                margin: 0 10px;
                text-shadow: 0 0 0px $primaryColor;
                transition-duration: 0.3s;
                border-bottom: 0px solid $primaryColor;
                &:hover{
                    text-shadow: 0 0 10px $primaryColor;
                    border-bottom: 2px solid $primaryColor;
                    margin-bottom: -2px;
                }
                &.active{
                    color: #fff;
                }
            }
        }
    }
}
.hero-slider{
    position: relative;
    .hero-social-media{
        z-index: 1;
        left:20px;
        height: 100%;
        text-align: center;
        position: absolute;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        .item{
            transition-duration: 0.3s;
            color: #fff;
            font-size: 12px;
            font-weight: lighter;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-decoration: none;
            margin: 10px;
            i{
                padding: 5px;
                &::before{
                    line-height: 1.3;
                    transform: rotate(90deg);
                }
            }
            &:hover{
                color: $primaryColor;
            }
        }
    }
    .carousel-inner{
        height: max-content;
    }
    .carousel-item{
        position: relative;
        .content{
            position: absolute;
            color: #fff;
            top:36%;
            left:19.2%;
            text-transform: uppercase;
            .tag{
                color: $primaryColor;
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 20px;
                &::before{
                    content: "";
                    width:60px;
                    display: inline-block;
                    margin-bottom: 5px;
                    margin-right: 20px;
                    border-bottom: 1.5px solid $primaryColor;
                }
            }
            .title{
                font-size: 40px;
                font-weight: 400;
                line-height: 1.5;
                margin-bottom: 40px;
                b{
                    font-weight: 700;
                    color: $primaryColor;
                }
                &::after{
                    display: none;
                }
            }
            .btn-primary{
                font-size: 20px;
                font-weight: 600;
                border-radius: 50px;
                width: max-content;
                padding: 18px 48px 22px 48px;
                background: $primaryColor;
                color: #000;
                border: 0;
                &:focus{
                    box-shadow: unset;
                }
                &:hover{
                    margin-top: -2px;
                    box-shadow: 0px 5px 40px $primaryColor;
                }
                &:active{
                    margin-top: 0px;
                }
            }
        }
    }
    .carousel-indicators{
        left:unset;
        margin-right: 30px;
        bottom: 50px;
        button{
            background-color: #5b5b5b;
            height: 14px;
            width: 14px;
            border-radius: 10px;
            margin: 0 5px;
            border: 0;
            transition-duration: 0.3s;
            &.active{
                background-color: $primaryColor;
                width: 30px;
            }
            &:focus{
                border: 0;
                outline: 0;
            }
        }
    }
}
.tag{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9e9e9e;
    padding-bottom: 15px;
}
.title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    &::after{
        content: "";
        margin: 15px 0 30px 0;
        width: 120px;
        display: block;
        border-bottom: 5px solid $primaryColor;
    }
}

.text{
    font-size: 16px;
    font-weight: 300;
    color: #585656;
}
.landing-services{
    min-height: 800px;
    max-height: 800px;
    display: flex;

    .content{
        background-color: #fff;
        min-width: 300px;
        max-width: 34%;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        .item{
            height: max-content;
            padding:30px;
        }
    }
    .items{
        min-width: 690px;
        max-width:100%;
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        .item{
            position: relative;
            width: 33%;
            flex-grow: 1;
            height: 50%;
            transition-duration: 0.3s;
            
                .link{
                    display: block;
                    position: absolute;
                    width: max-content;
                    height: max-content;
                    background-color: $primaryColor;
                    bottom: 40px;
                    left: 0;
                    padding: 10px 65px;
                    text-decoration: none;
                    font-size: 20px;
                    font-weight: bolder;
                    text-transform: uppercase;
                    color: #000;
                    transition-duration: 0.3s;
                }
                &:hover{
                    .link::after{
                        opacity: 1;
                        margin-left: 0px;
                        transition-duration: 0.3s;
                        padding-left: 30px;
                    }
                }
                .link::after{
                    width: 20px;
                    transition-duration: 0.3s;
                    margin-left: -20px;
                    margin-bottom: 4.5px;
                    padding-left: 0;
                    opacity: 0;
                    content: "\f138";
                    display: inline-block;
                    font-family: bootstrap-icons !important;
                    font-style: normal;
                    font-weight: bold !important;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    vertical-align: text-bottom;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }
            
            &.n1{
                background: url('../img/services/1.jpg') no-repeat center;
                background-size: cover;
                background-color: transparent;
                background-blend-mode:multiply;
                transition-duration: 0.3s;
                &:hover{
                    background-color: $primaryColor;
                }
            }
            &.n2{
                background: url('../img/services/2.jpg') no-repeat center;
                background-size: cover;
                background-color: transparent;
                background-blend-mode:multiply;
                transition-duration: 0.3s;
                &:hover{
                    background-color: $primaryColor;
                }
            }
            &.n3{
                background: url('../img/services/3.jpg') no-repeat center;
                background-size: cover;
                background-color: transparent;
                background-blend-mode:multiply;
                transition-duration: 0.3s;
                &:hover{
                    background-color: $primaryColor;
                }
            }
            &.n4{
                background: url('../img/services/4.jpg') no-repeat center;
                background-size: cover;
                background-color: transparent;
                background-blend-mode:multiply;
                transition-duration: 0.3s;
                &:hover{
                    background-color: $primaryColor;
                }
            }
            &.n5{
                background: url('../img/services/5.jpg') no-repeat center;
                background-size: cover;
                background-color: transparent;
                background-blend-mode:multiply;
                transition-duration: 0.3s;
                &:hover{
                    background-color: $primaryColor;
                }
            }
            &.n6{
                background: url('../img/services/6.jpg') no-repeat center;
                background-size: cover;
                background-color: transparent;
                background-blend-mode:multiply;
                transition-duration: 0.3s;
                &:hover{
                    background-color: $primaryColor;
                }
            }
        }
    }
}
.landing-hiw{
    background: #242424;
    color: #fff;
    padding: 55px 0;
    .content{
        max-width: 960px;
        margin: 0 auto;
        .item{
            height: max-content;
            .text{
                color: #dddddd;
            }
        }
    }
    .items{
        max-width: 1000px;
        margin: 0 auto;
        .item{
            a{
                text-decoration: none;
                color: #fff;
                &:hover{
                    .item-img{
                        border-radius: 20px;
                        box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.493);
                    }
                    .item-title{
                        color: $primaryColor;
                    }
                    .item-text{
                        color: #fff;
                    }
                }
            }
            .item-img{
                width: 100%;
                height: 220px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                border-radius: 0 60px;
                transition-duration: 0.3s;
            }
            .item-title{
                margin: 10px 5px 5px;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                transition-duration: 0.3s;
                span{
                    color: #000;
                    float: right;
                    padding: 0 7px;
                    font-size: 20px;
                    background: $primaryColor;
                    border-radius: 5px;
                }
            }
            .item-text{
                font-size: 12px;
                color:#dddddd;
                font-weight: 400;
                transition-duration: 0.3s;
            }
            .add-to-cart{
                margin: 30px auto 0px;
                display: block;
                font-size: 12px;
                padding-top: 7px;
                i{
                    line-height: 1.0;
                    font-size: 20px;
                }
            }
        }
    }
    .btn-outline-icon{
        margin: 20px;
    }
}
.landing-before-after{
    background: linear-gradient(-45deg, #fff, #fff, #242424, #242424);
	background-size: 400% 400%;
	animation: bf-gradient 15s ease infinite;
    padding: 55px 0;
    .content{
        max-width: 960px;
        margin: 0 auto;
        .item{
            height: max-content;
            .title{
                color: $primaryColor;
            }
        }
        .beer-slider{
            width: 100%;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            transition-duration: 0.3s;
            &:hover{
                transform: scale(1.05);
                border-radius: 0px;
            }
        }
    }
}
@keyframes bf-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.landing-features{
    background: url('../img/features/bg.jpg') rgba(255, 255, 255, 0.87);
    background-blend-mode: overlay;
    padding: 55px 0;
    .content{
        max-width: 960px;
        margin: 0 auto;
        .item{
            height: max-content;
        }
    }
    .items{
        max-width: 1000px;
        margin: 0 auto;
        .item{
            text-align: center;
            a{
                text-decoration: none;
                color: #000;
                &:hover{
                    .item-icon{
                        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
                    }
                    .item-title{
                        color: $primaryColor;
                    }
                }
            }
            .item-icon{
                width:120px;
                height:120px;
                margin: 0 auto;
                background-size: 40px;
                background-position: center;
                background-repeat: no-repeat;
                border-radius:500px;
                background-color: #fff;
                transition-duration: 0.3s;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            }
            .item-title{
                margin: 10px 5px 5px;
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                transition-duration: 0.3s;
            }
            .item-text{
                font-size: 14px;
                color:#000;
                font-weight: 200;
                transition-duration: 0.3s;
            }
        }
    }
    .btn-outline-icon{
        margin: 20px;
    }
}
.landing-tes{
    background: url('../img/tes/bg.jpg') rgb(61, 61, 61);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 90px 0;
    background-blend-mode: overlay;
    .content{
        max-width: 960px;
        margin: 0 auto;
        .item{
            height: max-content;
            .text{
                color: #dddddd;
            }
        }
    }
    .carousel{
        height: 350px;
        max-width: 960px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border-radius: 20px;
        background:rgba(63, 63, 63, 0.5);
        .carousel-item{
            .item{
                .item-img{
                    background-position: center;
                    background-size: cover;
                    height: 100%;
                }
                .item-content{
                    color: #dddddd;
                    padding: 30px 30px 30px 0;
                    .tes-icon{
                        width: 100%;
                        height: 40px;
                        background: url('../img/tes/apostrophe.svg');
                        background-size: contain;
                        background-position: left;
                        background-repeat: no-repeat;
                        margin-bottom: 20px;
                    }
                    .item-text{
                        height: 120px;
                        font-size: 16px;
                    }
                    .item-title{
                        font-size: 20px;
                        font-weight: 700;
                        color: $primaryColor;
                        &::before{
                            content: "-";
                            font-size: 30px;
                            margin-right: 5px;
                            font-weight: lighter;
                        }
                    }
                    .item-tag{
                        font-size: 14px;
                    }
                }
            }
        }
        .carousel-indicators{
            width: 50%;
            margin: 0;
            left: unset;
            bottom: 20px;
            button{
                transition-duration: 0.3s;
                border: 0;
                width: 13px;
                height: 13px;
                background: #7a7a7a;
                border-radius: 20px;
                margin: 0 5px;
                &.active{
                    background: $primaryColor;
                }
                &:focus{
                    outline: 0;
                }
            }
        }
    }
}
.contact-us{
    .content{
        background-color: #fff;
        min-width: 300px;
        max-width: max-content;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        .item{
            height: max-content;
            padding:30px;
        }
        .contact-data{
            transition-duration: 0.3s;
            font-size: 14px;
            font-weight: 400;
            height: 40px;
            width: max-content;
            color: #6b6b6b;
            i{
                transition-duration: 0.3s;
                padding: 5px 6px;
                margin-right: 10px;
                border-radius: 20px;
                border: 1px solid #242424;
                &::before{
                    line-height: 1.2;
                }
            }
            &:hover{
                color: #000;
                transform: scale(1.05);
                i{
                    background: $primaryColor;
                    color: #fff;
                    border-color: #fff;
                }
            }
        }
    }
    img{
        margin: 100px auto;
        display: block;
        height: 400px;
        border: 5px solid #fff;
        transition-duration: 0.3s;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
}
.footer{
    background: #242424;
    color: #fff;
    padding: 80px 0;
    font-size: 14px;
    .container{
        max-width: 960px;
    }
    h6{
        font-weight: 700;
        padding-bottom: 10px;
    }
    p{
        font-size: 12px;
    }
    .logo{
        max-width: 100px;
    }
    .btn-outline-icon{
        font-size: 12px;
        font-weight: 700;
        padding: 10px 20px;
    }
}
.rangeInput{
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #ececec;
    outline: none;
    opacity: 0.7;
    padding: 0;
    border-bottom: 0;
    -webkit-transition: .2s;
    transition: opacity .2s;
    &:hover {
        opacity: 1;
    }
    
    &::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 40px;
        height: 15px;
        background: $primaryColor;
        cursor: pointer;
    }
    &::-moz-range-thumb {
        width: 40px;
        height: 15px;
        background: $primaryColor;
        cursor: pointer;
    }
}
.hours-range-labels{
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    label{
        font-size: 10px;
        color: #969696;
        flex-grow: 1;
        text-align: center;
        width: 10%;
        display: flex;
        flex-direction: column;
        &::before{
            margin: 0 auto;
            content: "";
            width: 1px;
            height: 10px;
            border-left: 1px solid #969696;
        }
    }
}
.booking-section{
    background: url("../img/ui/section-bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: calc(100vh - 100px);
    padding: 50px 0;
    display: flex;
    align-items: flex-start;
    transition-duration: 0.3s;
    .content-section{
        transition-duration: 0.3s;
        width: 100%;
        max-width: 800px;
        min-height: 200px;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        position: relative;
        padding: 40px 0;
        text-align: center;
        h2{
            font-size: 20px;
            font-weight: 800;
            text-transform: uppercase;
        }
        p{  
            color: #9e9e9e;
            font-weight: 600;
        }
        .progress{
            .progress-bar{
                transition-duration: 1.3s;
            }
        }
        .pills{
            margin: 20px 0;
            height: 40px;
            background: #f1f1f1;
            display: flex;
            justify-content: center;
            align-items: center;
            .item{
                align-items: center;
                height: 100%;
                flex-grow: 1;
                text-align: center;
                display: flex;
                justify-content: center;
                font-weight: 700;
                text-transform: uppercase;
                color: #9e9e9e;
                &.active{
                    color: #000;
                    background: $primaryColor;
                    box-shadow: 0 0 0px 5px $primaryColor;
                    border-radius: 5px;
                }
            }
        }
        .content{
            p{
                margin: 20px 0;
                font-weight: 500;
                color: #000;
                .output{
                    min-width: 40px;
                    height: 20px;
                    background: $primaryColor;
                    display: inline-flex;
                    justify-content: center;
                    align-content: center;
                    align-items: center;
                    margin-left: 20px;
                    border-radius: 5px;
                    font-size: 10px;
                    padding: 0 5px;
                }
            }
            .item{
                margin: 10px auto;
                max-width: 400px;
                position: relative;
                i{
                    position: absolute;
                    padding: 0 5px;
                    left: 0;
                }
                input[type=text],input[type=email],input[type=password],select{
                    width: 100%;
                    border: 0;
                    border-bottom: 1px solid #5b5b5b;
                    border-radius: 0;
                    font-size: 12px;
                    padding: 5px 30px;
                    &:focus{
                        outline: 0;
                        border-bottom: 2px solid $primaryColor;
                        margin-bottom: -1px;
                        box-shadow: unset;
                    }
                }
                textarea{
                    width: 100%;
                    height: 10px;
                    border: 0;
                    border-bottom: 1px solid #5b5b5b;
                    border-radius: 0;
                    font-size: 12px;
                    padding: 0px 5px;
                    &:focus{
                        outline: 0;
                        border-bottom: 2px solid $primaryColor;
                        box-shadow: unset;
                    }
                }
                .output{
                    width: 100%;
                    min-height: 50px;
                    padding: 10px 20px;
                    background: #ffeec0;
                    display: inline-flex;
                    justify-content: flex-start;
                    align-content: flex-start;
                    align-items: flex-start;
                    text-align: left;
                    border-radius: 0px;
                    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='3' stroke-dasharray='7' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
                    font-size: 12px;
                    color: #8b8b8b;
                    i{
                        position: static;
                        font-size: 20px;
                        color: #000;
                    }
                    .output-title{
                        padding-top: 6px;
                        display: block;
                        font-size: 14px;
                        color: #000;
                        .light{
                            color: #8b8b8b;
                        }
                    }
                    strong{
                        font-size: 18px;
                        color: #000;
                        display: block;
                        padding: 5px 0;
                    }
                }
            }
            .shoot-types{
                display: flex;
                max-width: 100%;
                justify-content: space-between;
                align-items: center;
                .type{
                    flex-grow: 1;
                    max-width: 40%;
                    min-height: 50px;
                    border: 0.5px solid #999999;
                    align-items: center;
                    display: flex;
                    justify-content: center;
                    padding: 20px;
                    font-size: 14px;
                }
                .types-input{
                    align-items: center;
                    display: flex;
                    justify-content: space-between;
                    flex-grow: 1;
                    flex-wrap: wrap;
            
                    input[type="radio"]{
                        
                        opacity: 0;
                        position: fixed;
                        width: 0;
                        &:checked + label {
                            background-color: $primaryColor;
                            border-color: $primaryColor;
                        }
                    }
                    label{
                        outline: 0;
                        flex-grow: 1;
                        min-width: 45%;
                        max-width: 45%;
                        min-height: 50px;
                        border: 0.5px solid #dadada;
                        align-items: center;
                        display: flex;
                        justify-content: center;
                        padding: 20px;
                        font-size: 14px;
                        display: inline-block;
                        background-color: #fff;
                        font-family: sans-serif, Arial;
                        font-size: 16px;
                        cursor: pointer;
                        i{
                            margin-top: -2px;
                            font-size: 20px;
                            position: static;
                        }
                        &:hover {
                            background-color: #ececec;
                        }
                    }
                    &.sub-types{
                        label{
                            min-height: 20px;
                            padding: 10px;
                            min-width: calc(33.3% - 20px);
                            max-width: calc(100% - 20px);
                            margin: 10px;
                        }
                    }
                }
            }
            .order-details{
                font-size: 12px;
                margin: 5px 0;
                color: #2b2b2b;
                font-weight: lighter;
                text-align: center;
                p{
                    display: inline-block;
                    background: $primaryColor;
                    color: #242424;
                    padding: 3px 10px;
                    font-weight: 600;
                    width: max-content;
                    margin: 5px auto;
                    i{
                        padding-right: 5px;
                        &::before{
                            font-weight: bold !important;
                            line-height: 1.2 !important;
                        }
                    }
                    .od_eAddress{
                        max-width: 300px;
                        display: inline-block;
                        word-wrap: break-word;
                        text-align: left;
                    }
                }
                .order-header{
                    background-color: #000;
                    color: $primaryColor;
                    font-weight: 600;
                    text-transform: uppercase;
                    padding: 0;
                }
                .order-total{
                    background: $primaryColor;
                    font-weight: 600;
                    font-size: 16px;
                }
            }
        }
    }
    .main-btn{
        background: #edbe3c;
        border: 0;
        outline: 0;
        min-width: 100px;
        max-width: max-content;
        padding:8px;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        transition-duration: 0.3s;
        &.paypal{
            padding-right: 20px;
            padding-left: 20px;
            background: #145ebe;
            color: #fff;
            &:hover{
                box-shadow: 0 0 10px #145ebe;
            }
        }
        &.stripe{
            padding-right: 20px;
            padding-left: 20px;
            i{
                &::before{
                    font-size: 20px;
                    line-height: 0.8;
                }
            }
        }
        i{
            transition-duration: 0.3s;
            &::before{
                font-weight: 800 !important;
                line-height: 1.4;
            }
        }
        &:hover{
            box-shadow: 0 0 10px $primaryColor;
            transform: scale(1.05);
            i{
                &.right-icon{
                    margin-right: -5px;
                    margin-left: 5px;
                }
                &.left-icon{
                    margin-left: -5px;
                    margin-right: 5px;
                }
            }
            &:active{
                transform: scale(1.0);
                box-shadow: unset;
            }
        }
    }
    .multitab{
        max-height: 0px;
        position: absolute;
        opacity: 0;
        transition: opacity 2s, max-height 3s;
        z-index: -1;
        overflow: hidden;
        &.active{
            max-height: max-content;
            position: static;
            opacity: 1;
        }
    }
    #calendar_div{
        padding: 0 40px;
    }
    .calendar-contain{
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        .title-bar{
            display: flex;
            justify-content: space-between;
            justify-self: center;
            min-width: 100%;
            margin-bottom: 20px;
            div{
                flex-grow: 1;
            }
            select{
                width: 100%;
                border: 0;
                border-bottom: 1px solid #5b5b5b;
                border-radius: 0;
                font-size: 12px;
                padding: 5px 30px;
                &:focus{
                    outline: 0;
                    border-bottom: 2px solid $primaryColor;
                    margin-bottom: -1px;
                    box-shadow: unset;
                }
            }
        } 
        .title-bar__prev{
            position: relative;
            float: left;
            text-align: left;
            cursor: pointer;
            width: 10%;
            height: 30px;
            &::after {
                content: "";
                display: inline;
                position: absolute;
                width: 14px;
                height: 14px;
                right: 40%;
                top: 7px;
                border-top: 1.5px solid black;
                border-right: 1.5px solid black;
                -webkit-transform: rotate(224deg);
                transform: rotate(224deg);
                transition-duration: 0.3s;
            }
            &:hover{
                &::after{
                    border-color: $primaryColor;
                }
            }
            &.disable{
                cursor: no-drop;
                &:hover{
                    &::after{
                        border-color: black;
                    }
                }
            }
        }
        .title-bar__next{
            position: relative;
            float: left;
            text-align: left;
            cursor: pointer;
            width: 10%;
            height: 30px;
            &::after {
                content: "";
                display: inline;
                position: absolute;
                width: 14px;
                height: 14px;
                left:40%;
                top: 7px;
                border-top: 1.5px solid black;
                border-right: 1.5px solid black;
                -webkit-transform: rotate(44deg);
                transform: rotate(44deg);
                transition-duration: 0.3s;
            }
            &:hover{
                &::after{
                    border-color: $primaryColor;
                }
            }
        }
        .calendar__sidebar{
            width: 30%;
            display: inline-block;
            .sidebar__heading{
                text-transform: uppercase;
                line-height: 1.0;
                font-size: 20px;
                font-weight: 700;
                margin-bottom: 20px;
            }
            .sidebar__list{
                list-style: none;
                padding-left: 0;
                margin-bottom: 20px;
                .sidebar__list-item{
                    font-size: 12px;
                    text-transform: uppercase;
                    width: 80%;
                    margin: 0 auto;
                    background-color: #ebebeb;
                    padding: 10px;
                }
            }
            
            .item-title{
                text-transform: uppercase;
                background-color: $primaryColor;
                border-radius: 10px 10px 0 0;
                color: #000;
                padding: 10px 10px;
                font-size: 10px;
                font-weight: 700;
                border-bottom: 1px solid #000000;
                width: 80%;
                margin: 0 auto;
                line-height: 1.0;
            }
            .time-input{
                display: inline-flex;
                width: 80%;
                background-color: #ebebeb;
                font-size: 11px;
                border: 0;
                text-align: center;
                border-radius: 0;
                padding: 5px;
                justify-content: center;
                &:focus{
                    outline: 0;
                    box-shadow: unset;
                }
            }
            
        }
        .calendar__days{
            width: 70%;
            display: flex;
            flex-direction: column;
            section{
                display: flex;
                span{
                    flex-grow: 1;
                    width: 14.28%;
                    text-align: center;
                    color: #999999;
                    font-size: 10px;
                    font-weight: 700;
                    text-transform: uppercase;
                }
                .calendar__day{
                    text-align: center;
                    width: 14.28%;
                    height: 70px;
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    &.today{
                        .calendar__date{
                            background-color: #ffbb00;
                            box-shadow: 0 0 10px #999999;
                        }
                    }
                    &.inactive{
                        .calendar__date{
                            background-color: #ebebeb;
                            cursor: not-allowed;
                            &:hover{
                                transform: none;
                                box-shadow: unset;
                            }
                        }
                    }
                    .calendar__date{
                        user-select: none;
                        cursor: pointer;
                        color: #fff;
                        font-weight: 700;
                        font-size: 16px;
                        display: flex;
                        margin: 0 auto;
                        width: 50px;
                        max-height: 50px;
                        align-content: center;
                        align-items: center;
                        justify-content: center;
                        background-color: #edbe3c;
                        text-align: center;
                        border-radius: 50px;
                        transition-duration: 0.3s;
                        &:hover{
                            transform: scale(1.2);
                            box-shadow: 0 0 20px $primaryColor;
                        }
                        &.active{
                                box-shadow: 0 0 10px $primaryColor;
                                border: 3px solid #242424;
                                color: #242424;
                                transform: scale(1.2);
                        }
                    }
                }
            }
        }
    }
}
.waiting{
    position: relative;
    transition-duration: 0.3s;
    &::after{
        transition-duration: 0.3s;
        background-image: url('../img/ui/loading-icon.gif');
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        z-index: 1000;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left:0;
        content: "";
    }
}
.link-disabled{
    opacity: 0.5;
    user-select: none;
}
.beer-slider {
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .beer-slider *, .beer-slider:before, .beer-slider:after,
    .beer-slider *:before,
    .beer-slider *:after {
      box-sizing: border-box; }
    .beer-slider img, .beer-slider svg {
      vertical-align: bottom; }
    .beer-slider > * {
      height: 100%; }
    .beer-slider > img {
      max-width: 100%;
      height: auto; }
  
  .beer-reveal {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s; }
    .beer-reveal > :first-child {
      width: 200%;
      max-width: none;
      height: 100%; }
    .beer-reveal > img:first-child {
      height: auto; }
  
  .beer-range {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    left: -1px;
    width: calc(100% + 2px);
    cursor: pointer;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    opacity: 0;
    -ms-touch-action: auto;
    touch-action: auto; }
    .beer-range::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 300vh; }
    .beer-range::-moz-range-thumb {
      -webkit-appearance: none;
      height: 300vh; }
    .beer-range::-ms-tooltip {
      display: none; }
  
  .beer-handle {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s; }
    .beer-handle:before, .beer-handle:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      top: 50%;
      border-top: solid 2px;
      border-left: solid 2px;
      transform-origin: 0 0; }
    .beer-handle:before {
      left: 10px;
      transform: rotate(-45deg); }
    .beer-handle:after {
      right: 0;
      transform: rotate(135deg); }
  
  .beer-range:focus ~ .beer-handle {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
  
  .beer-slider[data-beer-label]:after,
  .beer-reveal[data-beer-label]:after {
    content: attr(data-beer-label);
    position: absolute;
    top: 1.5rem;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 0.125rem;
    background: rgba(255, 255, 255, 0.75); }
  
  .beer-slider[data-beer-label]:after {
    right: 1.5rem; }
  
  .beer-reveal[data-beer-label]:after {
    left: 1.5rem; }
  
  .beer-slider[data-beer-label=""]:after,
  .beer-reveal[data-beer-label=""]:after {
    content: none; }
  
  .beer-ready .beer-reveal, .beer-ready .beer-handle {
    opacity: 1; }

.desktop-only{
    display: block;
}
.mob-only{
    display: none;
}

#AX-LiveChat{
    z-index: 999;
    position:fixed;
    bottom:20px;
    right:20px;
    display: flex;
    align-items: end;
    flex-direction: column;
    .AX-LiveChat-btn-content{
        cursor: pointer;
        width:200px;
        height:50px;
        opacity: 1;
        background:$primaryColor;
        overflow: hidden;
        display:flex;
        justify-content:center;
        align-items:center;
        border-radius:100px 100px 0 ;
        transition-duration: 0.3s;
        &:hover{
            transform: scale(1.05);
        }
        i.bi::before{
            padding-right:5px;
            line-height: 1.4;
        }
        .chat-btn-text{
            font-size: 16px;
            transition-duration:0.3s;
            transition-delay: 0.3s;
        }
        .chat-close-btn-text{
            font-size: 0px;
        }
    }
    .AX-LiveChat-chatBox{
        transition-duration: 0.3s;
        opacity: 0;
        height:0px;
        width:300px;
        overflow: hidden;
        border-radius:10px 10px 0px 0px ;
        background-color: $primaryColor;
        display: flex;
        margin-bottom: 10px;
        flex-direction: column;
        border: 5px solid $primaryColor;
        .Ax-LiveChat-contact-no{
            display: block;
        }
        .chatBox-header-1{
            display: none;
            padding: 10px;
            background-color: #fff;
            text-align: center;
            font-size: 11px;
        }
        .chatBox-form{
            display: none;
        }
        .chatBox-header-2{
            display: none;
            padding: 10px;
            background-color: #fff;
            text-align: center;
            font-size: 11px;
            justify-content: space-between;
            .btn{
                font-size: 10px;
                padding: 0;
                color: #2b2b2b;
            }
        }
        .chatBox-chat{
            display: none;
        }
        &.active{
            .chatBox-header-1{
                display: none !important;
            }
            .chatBox-header-2{
                display: flex;
            }
            .chatBox-form{
                display: none !important;
            }
            .chatBox-chat{
                display: flex;
                flex-direction: column;
                width: 100%;
                height: 100%;
                .chatBox-chats{
                    position: relative;
                    overflow: hidden;
                    overflow-y: scroll;
                    padding: 10px 0;
                    background-color: #fff;
                    flex-grow: 1;
                    width: 100%;
                    max-height: 315px;                   
                    .chat-msg{
                        padding: 5px 10px;
                        .content{
                            font-size: 12px;
                            display: inline-block;
                            word-break: break-all;
                            min-width:min-content;
                            width: max-content;
                            max-width: 100%;
                            background-color: $primaryColor;
                            padding: 5px 10px;
                            border-radius: 10px 10px 10px 0px;
                        }
                        &.me{
                            text-align: right;
                            .content{
                                background-color: #212529;
                                color:#fff;
                                border-radius: 10px 10px 0px 10px;
                            }
                        }
                    }
                }
                .chatBox-chat-send-section{
                    align-self: flex-end;
                    background-color: #fff;
                    width: 100%;
                    .form-control{
                        border-radius: 0;
                        border: 0;
                        background-color: rgb(243, 243, 243);
                        &:focus{
                            box-shadow: unset;
                            border-color: $primaryColor;
                        }
                    }
                    .btn{
                        border-radius: 0px;
                    }
                }
            }
        }

    }
    &.active{
        .AX-LiveChat-btn-content{
            border-radius:25px;
            text-align: center;
            transition-delay: 0s;
            opacity: 1;
            height:50px;
            width:50px;
            .chat-btn-text{
                font-size: 0px;
                transition-delay: 0s;
                width: 0;
                height: 0;
            }
            .chat-close-btn-text{
                width: 100%;
                font-size: 30px;
                i.bi::before{
                    padding-right:0px;
                    line-height: 1.4;
                }
            }
            &:hover{
                transform: scale(1.0);
                background-color: rgb(209, 209, 209);
            }
        }
        .AX-LiveChat-chatBox{
            transition-delay: 0.3s;
            opacity: 1;
            height:180px;
            width:300px;
            display: flex;
            &.show{
                height:400px;
                .Ax-LiveChat-contact-no{
                    display: none;
                }
                .chatBox-header-1{
                    display: block;
                }
                .chatBox-form{
                    display: block;
                }

            }
        }
    }
}
#leadFormDatePicker{
    .ui-datepicker-inline{
        width: 100%;
        .ui-state-highlight{
            background-color: #fff2ce;
            color: #000;
            &.ui-state-active{
                border-color: #000;
            }
        }
        .ui-state-active{
            background-color: $primaryColor;
            color: #000;
        }
    }
}
#LeadModal{
    .modal-header{
        background-color: $primaryColor;
    }
    .tab {
        display: none;
    }
    .step {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }
    .step.active {
        opacity: 1;
        background-color: $primaryColor;
    }
    .step.finish {
        background-color: $primaryColor;
    }
}

.landing-photographers{
    padding: 50px 0;
    background: #242424;
    .content{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        .item{
            padding: 20px 0;
            max-width: 700px;
            .item-img{
                background-position: center;
                background-size: cover;
                min-height: 200px;
            }
            .item-content{
                color: #fff;
                .star-rating{
                    color: #919191;
                    b{
                        color: $primaryColor;
                    }
                    i::before{
                        vertical-align: unset !important;
                    }
                }
                p{
                    font-size: 14px;
                }
            }
        }
    }
}
.landing-page-why{
    padding: 50px 0;
    background: #242424;
    .content{
        max-width: 900px;
        h4{
            font-weight: bold;
        }
        .item{
            i{
                font-size: 40px;
                color: $primaryColor;
            }
            b{
                padding-top: 10px;
                font-size: 18px;
            }
            p{
                font-size: 14px;
            }
        }
    }
}
@media screen and (min-width:990px) and (max-width:1025px){

}
@media screen and (min-width:0px) and (max-width:990px){
    select{
        text-align-last: center;
        text-indent: 5px;
        text-align: center;
    }
    .tag{
        font-size: 14px;
    }
    .title{
        font-size: 27px;
    }
    .desktop-only{
        display: none;
    }
    .mob-only{
        display: block;
    }
    .container-fluid{
        padding: 0;
    }
    .navbar-collapse{
        min-height: calc(100vh - 100px);
        align-items: center;
        justify-content: center;
        padding-top: 13vh;
    }
    .navbar.fixed-top{
        background: #242424;
        position: static;
        top: 0;
        right: unset;
        left: unset;
        padding: 0 5vw;
    }
    .navbar-light{
        .navbar-toggler{
            background: $primaryColor;
        }
    }
    .navbar-nav{
        justify-content: center;
        align-items: center;
        justify-self: center;
        &.me-auto{
            margin:0 auto;
        }
    }
    .navbar-light .login .navbar-nav::before{
        transform: rotate(90deg);
    }
    .hero-slider{
        .hero-social-media{
            display: none;
        }
        .carousel-item{
            height: calc(100vh - 100px);
            // height: 100px;
            .content{
                width: 100%;
                left: unset;
                top:30%;
                text-align: center;
                .tag{
                    font-size: 14px;
                    margin-bottom: 0px;
                    &::before{
                        display: none;
                        width: 20px;
                        margin-right: 10px;
                        border-bottom: 3px solid $primaryColor;
                    }
                }
                .title{
                    font-size: 20px;
                    margin-bottom: 0;
                }
                .btn-primary{
                    margin-top: 40px;
                    font-size: 14px;
                    padding: 15px 30px;
                    &:hover{
                        margin-top: 38px;
                    }
                }
            }
            img{
                filter: brightness(0.5);
            }
        }
        .carousel-indicators{
            margin: 0 auto;
            width: 100%;
            bottom: 15px;
        }
    }
    .landing-services{
        display: block;
        min-height: max-content;
        max-height: max-content;
        .content{
            max-width: 100%;
        }
        .items{
            min-width: 100%;
            display: inline-block;
            height: max-content;
            flex-wrap: nowrap;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: scroll;
            flex:none;
            .item{
                display: inline-block;
                height: 400px;
                width: 300px;
                flex-grow: unset;
                .link{
                    min-width: 80%;
                    text-align: center;
                    height: 50px;
                    padding: 10px;
                    &::after{
                        display: none;
                    }
                }
            }
        }
    }
    .landing-features{
        display: block;
        min-height: max-content;
        max-height: max-content;
        overflow: hidden;
        .container{
            padding: 0;
        }
        .content{
            max-width: 100%;
            padding: 0 4vw;
        }
        .items{
            max-width: 100%;
            min-width: 100%;
            display: inline-block;
            height: max-content;
            flex-wrap: nowrap;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: scroll;
            flex:none;
            .item{
                overflow: hidden;
                display: inline-block;
                height: max-content;
                max-width: 250px;
                flex-wrap: wrap;
                flex-grow: unset;
                .item-text{
                    width: 100%;
                    height: max-content;
                    white-space: pre-wrap;
                }
            }
        }
    }
    .landing-tes{
        .carousel{
            .carousel-item{
                .item{
                    .item-content{
                        padding: 30px;
                        .item-text{
                            height: 170px;
                        }
                    }
                    .item-img{
                        display: none;
                    }
                }
            }
        }
    }
    .footer{
        text-align: center;
        .logo{
            margin: 0 auto;
        }
        h6{
            color: $primaryColor;
        }
    }
    .booking-section{
        padding: 0;
        .content-section{
            border-radius: 0;
            .pills{
                .item{
                    font-size: 12px;
                    &.active{
                        box-shadow: unset;
                    }
                }
            }
        }
        .calendar-contain{
            .calendar__days{
                width: 100%;
                margin-bottom: 20px;
                section{
                    .calendar__day{
                        height: 50px;
                        .calendar__date{
                            width: 35px;
                            max-height: 35px;
                        }
                    }
                }
            }
            .calendar__sidebar{
                width: 100%;
            }
        }
        .multitab{
            transition: opacity 0s, max-height 0s;
        }
    }
}
.pac-logo:after{
    display: none !important;
}
#payment-form{
    margin: 0px 50px;
    input {
        border-radius: 6px;
        margin-bottom: 6px;
        padding: 12px;
        border: 1px solid rgba(50, 50, 93, 0.1);
        height: 44px;
        font-size: 16px;
        width: 100%;
        background: white;
    }
    
    .result-message {
        line-height: 22px;
        font-size: 12px;
    }
    
    .hidden {
        display: none;
    }
    
    #card-error {
        color: rgb(105, 115, 134);
        text-align: left;
        font-size: 13px;
        line-height: 17px;
        margin-top: 12px;
    }
    
    #card-element {
        border-radius: 4px 4px 0 0 ;
        padding: 12px;
        border: 1px solid rgba(50, 50, 93, 0.1);
        height: 44px;
        width: 100%;
        background: white;
    }
    
    #payment-request-button {
        margin-bottom: 32px;
    }
    
    /* Buttons and links */
    button {
        background: #edbe3c;
        color: #ffffff;
        font-family: Arial, sans-serif;
        border-radius: 0 0 4px 4px;
        border: 0;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: block;
        transition: all 0.2s ease;
        box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
        width: 100%;
        &:focus{
            outline: 0;
        }
    }
    button:hover {
        filter: contrast(115%);
    }
    button:disabled {
        opacity: 0.5;
        cursor: default;
    }
    
    /* spinner/processing state, errors */
    .spinner,
    .spinner:before,
    .spinner:after {
        border-radius: 50%;
    }
    .spinner {
        color: #ffffff;
        font-size: 22px;
        text-indent: -99999px;
        margin: 0px auto;
        position: relative;
        width: 20px;
        height: 20px;
        box-shadow: inset 0 0 0 2px;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }
    .spinner:before,
    .spinner:after {
        position: absolute;
        content: "";
    }
    .spinner:before {
        width: 10.4px;
        height: 20.4px;
        background: #edbe3c;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading 2s infinite ease 1.5s;
    }
    .spinner:after {
        width: 10.4px;
        height: 10.2px;
        background: #edbe3c;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading 2s infinite ease;
    }
    
    @-webkit-keyframes loading {
        0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
        100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }
    @keyframes loading {
        0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
        100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }
    
    @media only screen and (max-width: 600px) {
        form {
        width: 80vw;
        }
    }
  
}
#photos {
    /* Prevent vertical gaps */
    line-height: 0;
     
    -webkit-column-count: 3;
    -webkit-column-gap:   0px;
    -moz-column-count:    3;
    -moz-column-gap:      0px;
    column-count:         3;
    column-gap:           0px;  
  }
  
  #photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
  }
  @media (max-width: 800px) {
    #photos {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
    }
  }
  @media (max-width: 400px) {
    #photos {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
    }
  }
