


/*===========================
    03.HEADER BANNER css
===========================*/

.header-banner{
    // height: 800px;
		// height: 100vh;
    position: relative;
    z-index: 5;

    @media #{$desktop}{
        height: 950px;
    }
    @media #{$md}{
        height: 700px;
    }
    @media #{$sm}{
        height: 650px;
    }
}

// .header-banner-1{
//     &::before{
//         position: absolute;
//         content: '';
//         top: 0;
//         left: 0;
//         width: 100%;
//         height: 100%;
//         background: -webkit-linear-gradient(left, rgba(15,169,208,1) 0%, rgba(63,189,82,1) 100%);
//         background: -o-linear-gradient(left, rgba(15,169,208,1) 0%, rgba(63,189,82,1) 100%);
//         background: linear-gradient(to right, rgba(15,169,208,1) 0%, rgba(63,189,82,1) 100%);
//         z-index: -1;
//         opacity: 0.7;
//     }
// }




.header-content{
    padding-top: 70px;

    @media #{$md}{
        padding-top: 40px;
    }
    @media #{$xs}{
        padding-top: 40px;
    }

    & .sub-title{
        font-size: 24px;
        font-weight: 300;
        font-family: $font-1;
        color: $white;

        @media #{$lg}{
            font-size: 20px;
        }
        @media #{$md}{
            font-size: 20px;
        }
        @media #{$xs}{
            font-size: 18px;
        }
    }
    & .main-title{
        font-size: 70px;
        font-weight: 300;
        color: $white;
        margin-top: 15px;

        @media #{$lg}{
            font-size: 54px;
        }
        @media #{$md}{
            font-size: 54px;
        }
        @media #{$xs}{
            font-size: 32px;
        }
    }

    & p{
        font-size: 18px;
        font-weight: 300;
        font-family: $font-1;
        color: $white;
        margin-top: 25px;

        @media #{$xs}{
            font-size: 16px;
        }
    }

    & .header-form{
        background-color: rgba($white, 0.3);
        @include box-shadow (0px 0px 10px 0px rgba($theme-color, 0.14));
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 1px;
        border-radius: 50px;
        margin-top: 45px;

        @media #{$md}{
            border-radius: 30px;
        }
        @media #{$xs}{
            border-radius: 30px;
        }

        & .single-form{
            margin-top: 9px;
            width: 50%;
            position: relative;
            padding: 0 5px;

            @media #{$md}{
                width: 100%;
            }
            @media #{$xs}{
                width: 100%;
            }

            & input, .input{
                width: 100%;
                height: 60px;
                border-radius: 50px;
                border: 0;
                padding: 0 20px;
                font-size: 16px;
                font-style: italic;
                color: $body-color;

                @media #{$xs}{
                    height: 50px;
                    font-size: 14px;
                }

                @include placeholder{
                    opacity: 1;
                    color: $body-color;
                }
            }

            & button{
                position: absolute;
                top: 0px;
                right: 5px;
                font-size: 24px;
                color: $white;
                border: 0;
                background-color: $theme-color-2;
                height: 60px;
                width: 90px;
                border-radius: 50px;
                @include transition(0.3s);

                @media #{$xs}{
                    position: relative;
                    width: 100%;
                    margin-top: 10px;
                    height: 50px;
                }
                @media #{$sm}{
                    position: absolute;
                    width: 80px;
                    margin-top: 0;
                }

                &:hover{
                    background-color: $theme-color;
                }
            }

            & .nice-select {
                width: 100%;
                border-radius: 50px;
                height: 60px;
                padding: 0 20px;
                float: none;
                border: 0;

                @media #{$xs}{
                    height: 50px;
                }

                &::after{
                    width: 8px;
                    height: 8px;
                    right: 20px;
                    border-color: $body-color;
                }

                & .current{
                    line-height: 60px;
                    font-size: 16px;
                    font-style: italic;
                    color: $body-color;

                    @media #{$xs}{
                        line-height: 50px;
                        font-size: 14px;
                    }
                }
                & .list{
                    width: 100%;

                    & .option{


                        &.selected {}
                        &.focus {}
                        &:hover {}
                    }
                }
            }
        }
    }
}

/*===== header content 2 =====*/

.header-banner-2{}

.header-content-2{
    & .sub-title{
        color: $theme-color-2;
    }
    & .main-title{
        color: $white;
    }

    & p{
        color: $body-color;
    }

    & .header-form{
        background-color: #262938;
        @include box-shadow (none);

        & .single-form{
            padding: 0;

            & input{
                background-color: #262938;

                @media #{$xs}{
                    height: 50px;
                    font-size: 14px;
                }

                @include placeholder{
                    opacity: 1;
                    color: $body-color;
                }
            }

            & button{
                color: $white;
                background-color: $theme-color;
                right: 0;

                &:hover{
                    background-color: $theme-color-2;
                }
            }

            & .nice-select {
                background-color: #262938;
                border-color: #262938;

                & .current{
                    color: $body-color;
                }
                & .list{

                }
            }
        }
    }
}


/*===== header content 3 =====*/


.header-banner-3{
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

.header-content-3{

    & .main-title{
        color: $heading-color;
    }

    & p{
        color: $body-color;
    }

}

.header-category{
    padding-top: 20px;
    margin-left: -8px;
    margin-right: -8px;

    & .category-col{
        width: 10%;
        padding-left: 8px;
        padding-right: 8px;

        @media #{$lg}{
            width: 14.28%;
        }
        @media #{$md}{
            width: 20%;
        }
        @media #{$xs}{
            width: 50%;
        }
        @media #{$sm}{
            width: 25%;
        }

        &:nth-child(10n+1){
            & .single-header-category{
                & .category-icon{
                    background-color: #ffe6e2;
                }
            }
        }
        &:nth-child(10n+2){
            & .single-header-category{
                & .category-icon{
                    background-color: #eaf4fe;
                }
            }
        }
        &:nth-child(10n+3){
            & .single-header-category{
                & .category-icon{
                    background-color: #eef3e1;
                }
            }
        }
        &:nth-child(10n+4){
            & .single-header-category{
                & .category-icon{
                    background-color: #ec296b;
                }
            }
        }
        &:nth-child(10n+5){
            & .single-header-category{
                & .category-icon{
                    background-color: #f6e9e3;
                }
            }
        }
        &:nth-child(10n+6){
            & .single-header-category{
                & .category-icon{
                    background-color: #eeeeee;
                }
            }
        }
        &:nth-child(10n+7){
            & .single-header-category{
                & .category-icon{
                    background-color: #eef3e7;
                }
            }
        }
        &:nth-child(10n+8){
            & .single-header-category{
                & .category-icon{
                    background-color: #f4e2e0;
                }
            }
        }
        &:nth-child(10n+9){
            & .single-header-category{
                & .category-icon{
                    background-color: #e8f4ef;
                }
            }
        }
        &:nth-child(10n+10){
            & .single-header-category{
                & .category-icon{
                    background-color: #dcedf6;
                }
            }
        }
    }

    & .single-header-category{
        margin-top: 30px;

        & .category-icon{
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            border-radius: 3px;
            margin: 0 auto;

            & img{
                padding: 8px;
            }
        }
        & .title{
            margin-top: 14px;
            font-size: 16px;
            font-weight: 600;
            color: $heading-color;
        }
        & p{
            font-size: 14px;
            color: $body-color;
        }
    }
}

.header-form-2{
    background-color: #f4e2e0;
    @include box-shadow (0px 0px 30px 0px rgba($heading-color, 0.08));
    padding-bottom: 50px;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 35px;
    margin-top: 55px;
    border-radius: 5px;

    @media #{$lg}{
        padding-left: 15px;
        padding-right: 15px;
    }
    @media #{$xs}{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 15px;
    }

    & .single-form{
        margin-top: 15px;
        width: 33.33%;
        position: relative;
        padding: 0 15px;

        @media #{$md}{
            width: 100%;
        }
        @media #{$xs}{
            width: 100%;
        }

        & input{
            width: 100%;
            height: 60px;
            border-radius: 5px;
            border: 0;
            padding: 0 20px;
            font-size: 16px;
            font-style: italic;
            color: $body-color;

            @media #{$xs}{
                height: 50px;
                font-size: 14px;
            }

            @include placeholder{
                opacity: 1;
                color: $body-color;
            }
        }

        & button{
            position: absolute;
            top: 0px;
            right: 15px;
            font-size: 24px;
            color: $white;
            border: 0;
            background-color: $theme-color-3;
            height: 60px;
            width: 90px;
            border-radius: 5px;
            @include transition(0.3s);

            @media #{$xs}{
                position: relative;
                width: 100%;
                margin-top: 10px;
                height: 50px;
                right: 0;
            }
            @media #{$sm}{
                position: absolute;
                width: 80px;
                margin-top: 0;
                right: 15px;
            }

            &:hover{
                background-color: $theme-color;
            }
        }

        & .nice-select {
            width: 100%;
            border-radius: 5px;
            height: 60px;
            padding: 0 20px;
            border: 0;
            float: none;

            @media #{$xs}{
                height: 50px;
            }

            &::after{
                width: 8px;
                height: 8px;
                right: 20px;
                border-color: $body-color;
            }

            & .current{
                line-height: 60px;
                font-size: 16px;
                font-style: italic;
                color: $body-color;

                @media #{$xs}{
                    line-height: 50px;
                    font-size: 14px;
                }
            }
            & .list{
                width: 100%;

                & .option{


                    &.selected {}
                    &.focus {}
                    &:hover {}
                }
            }
        }
    }
}


/*===== header content 4 =====*/

.header-banner-4{
    &::before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba($heading-color, 0.3);
        z-index: -1;
        opacity: 0.7;
    }
}


.header-content-4{

    @media #{$xs}{
        padding-top: 120px;
    }

    & .sub-title{
        color: $theme-color-5;
    }
    & .main-title{
        color: $white;
    }

    & p{
        color: $body-color;
    }
}



/*===== header content 5 =====*/

.header-banner-5{
    &::before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba($heading-color, 0.3);
        z-index: -1;
        opacity: 0.7;
    }
}


.header-content-5{

    @media #{$md}{
        padding-top: 100px;
    }
    @media #{$xs}{
        padding-top: 100px;
    }

    & .sub-title{
        color: $theme-color-5;
    }
    & .main-title{
        color: $white;
    }

    & p{
        color: $body-color;
    }
}


.header-category-2{
    padding-top: 20px;

    & .single-header-category-2{
        margin-top: 30px;

        & img{
            @media #{$md}{
                width: 40 px;
            }
            @media #{$xs}{
                width: 30px;
            }
        }
        & p{
            color: $white;
            margin-top: 10px;
            font-size: 18px;

            @media #{$xs}{
                font-size: 14px;
            }
        }
    }
}





.my-own-banner{
	// background-size: cover;
	// background-position: top;
	// background-repeat: no-repeat;
	// background-attachment: fixed;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	position: relative;
	top: 46px;



	.banner-image{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.banner-content{
		position: relative;
		// min-height: 500px;
		display: -webkit-flex;
		// flex: 1;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		z-index: 3;
		text-algn: center;
		// flex: 1;
	}

	.banner-side {
		// margin: 0 0 0 auto;
		z-index: 2;
		// text-align: right;
		// flex: 1
		// flex-basis: 313px;
		position: absolute;
		// max-width: 313px;
		top: 20px;
		right: 0;
		width: 100%;
		height: 100%;

		div {
			display: flex;
			justify-content: flex-end;
		}

		@media(max-width: 930px) {
			display: none;
		}

		img {
			height: 270px;
			// margin-right: 50px;
			margin-right: -50px;
		}
	}


	.header-caption{
		// text-align: center;
		margin-bottom: 20px;

		h1{
			font-size: 22px;
			color: #fff;
			font-weight: bold;
			margin: 0;
			text-align: center;

			@media(max-width: 930px) {
				text-align: center;
			}
		}
	}

	& .header-location {
	justify-content: center;
		@media(max-width: 930px) {
			justify-content: center;
		}

		@media(max-width: 418px) {
			flex-direction: column;
			align-items: center;
		}

		p {
			font-weight: 400;
			color: #fff;
			margin: 0;

		}
	}

	& .header-form{
			background-color: rgba($white, 0.3);
			@include box-shadow (0px 0px 10px 0px rgba($theme-color, 0.14));
			padding-bottom: 10px;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 1px;
			border-radius: 50px;

			@media #{$md}{
					border-radius: 30px;
			}
			@media #{$xs}{
					border-radius: 30px;
			}

			& .single-form{
					margin-top: 9px;
					width: 50%;
					position: relative;
					padding: 0 5px;

					@media #{$md}{
							width: 100%;
					}
					@media #{$xs}{
							width: 100%;
					}

					& input, .input{
							width: 100%;
							height: 30px;
							border-radius: 50px;
							border: 0;
							padding: 0 20px;
							font-size: 16px;
							font-style: italic;
							color: $body-color;

							@media #{$xs}{
									// height: 50px;
									font-size: 14px;
							}

							@include placeholder{
									opacity: 1;
									color: $body-color;
							}
					}

					& button{
							position: absolute;
							top: 0px;
							right: 5px;
							font-size: 24px;
							color: $white;
							border: 0;
							background-color: $theme-color-2;
							height: 30px;
							width: 90px;
							border-radius: 50px;
							@include transition(0.3s);

							@media #{$xs}{
									position: relative;
									width: 100%;
									margin-top: 10px;
									// height: 50px;
							}
							@media #{$sm}{
									position: absolute;
									width: 80px;
									margin-top: 0;
							}

							&:hover{
									background-color: $theme-color;
							}
					}

					& .nice-select {
							width: 100%;
							border-radius: 50px;
							height: 60px;
							padding: 0 20px;
							float: none;
							border: 0;

							@media #{$xs}{
									height: 50px;
							}

							&::after{
									width: 8px;
									height: 8px;
									right: 20px;
									border-color: $body-color;
							}

							& .current{
									line-height: 60px;
									font-size: 16px;
									font-style: italic;
									color: $body-color;

									@media #{$xs}{
											line-height: 50px;
											font-size: 14px;
									}
							}
							& .list{
									width: 100%;

									& .option{


											&.selected {}
											&.focus {}
											&:hover {}
									}
							}
					}
			}
	}

	// &:before{
	// 		content: '';
	// 		background: rgb(0,0,0);
	// 		background: -webkit-linear-gradient(278deg, rgba(0,0,0,0.6) 7%, rgba(61,184,58,0.6) 79%, rgba(247,182,21,0.6) 95%);
	// 		background: -o-linear-gradient(278deg, rgba(0,0,0,0.6) 7%, rgba(61,184,58,0.6) 79%, rgba(247,182,21,0.6) 95%);
	// 		background: linear-gradient(8deg, rgba(0,0,0,0.6) 7%, rgba(61,184,58,0.6) 79%, rgba(247,182,21,0.6) 95%);
	// 		position: absolute;
	// 		top: 0;
	// 		left: 0;
	// 		width: 100%;
	// 		height: 100%;
	// 		z-index: 2;
	// 	}

}
