body
{
    font-family: 'Poppins', sans-serif;
}

@media (min-width:1600px){
    .container
    {
        max-width: 1400px;
    }
}
p{
    font-size: 1.2rem;
}


/*=============header menu css start===========*/
.logo-menu a {
    font-size: 20px;
    color: #fff;
}

.menu-bg {
    background: #1B75BC;
    background: linear-gradient(95deg, #26264c 40%, #2f2f55 100%) !important;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
    top: 0;
}

.menu-bg .menu-button:hover {
    cursor: pointer;
    color: #3c9cfd;
}

.menu-bg .logo-menu a {
    color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
    color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
    color: #ffffff !important;
}
.navbar .navbar-toggler-icon
{
    background: url("../img/menu-white.png");
}

.btn-singin {
    background: #1b75bc;
    color: #fff;
    padding: 10px 23px;
    margin-left: 30px;
    box-shadow: 0px 8px 9px 0px rgb(96 94 94 / 17%);
    transition: 0.3s;
}
.btn-singin:hover
{
    background: #e3383c;
    color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #26264c;
    font-size: 16px;
    padding: 8px 0px;
    margin-left: 26px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 500;
}
.navbar-expand-md .navbar-nav .active > .nav-link, .navbar-expand-md .navbar-nav .nav-link.active, .navbar-expand-md .navbar-nav .nav-link.active:before, .navbar-expand-md .navbar-nav .nav-link.open, .navbar-expand-md .navbar-nav .open > .nav-link {
    color: #ffffff;
}
.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    float: right;
}



/*========hero css start =======*/
.hero
{
    background-image: url("../img/banner.png");
    min-height: 80vh;
    display: flex;
    align-items: center;
    width: 100%;
    background-position: center;
    background-size:cover;
}
.hero-logo
{
    width: 200px;
    margin: 20px auto;
}
.hero h1
{
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
}
.hero h4, .hero p{
    color: #fff;
}
.hero h1 span
{
    /*color: #ffc54e;*/
    font-size:34px;
}

.hero h1 span.alter
{
    color: #fff;
    font-size:100px!important;
}



.location-search
{
    background-color: #000;
    color: #fff;
    padding: 40px 0px;
}
.location-search p{
    font-size: 0.8rem;
    margin-bottom: 0px;
}
.location-search .input-group-text
{
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #e3383c;
    font-size: 1.4rem;
}
.location-search .form-control
{
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}
.location-search .form-control:focus
{
    box-shadow: none;
}
.location-search .form-control::placeholder
{
    color: #fff;
}


.app-section
{
    padding: 5rem 0;
    /*background: #add8e6a8;*/
    background:linear-gradient(to top left, #51e5e805, #67ACD6);
}
.app-section h2
{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.app-section h2 span{
    color: #e3383c;
}
.app-section .media h4
{
    font-weight: 700;
    font-size: 2rem;
}
.app-section p{
    font-size: 1.2rem;
}


.promise-section
{
    position: relative;
}
.promise-section .pro-content-block
{
    background: #f9f9f9;
    padding: 100px 80px;
}
.promise-section .promise-image
{
    background-image: url("../img/wine.png");
    background-size: cover;
    min-height: 400px;
}
.promise-section h2
{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.promise-section h2 span{
    color: #e3383c;
}


.way-section
{
    position: relative;
    padding: 5rem 0;
    /*background: #add8e6a8;*/
    background: linear-gradient(to bottom right, #51e5e805, #67ACD6);
}
.way-section h2
{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.way-section h2 span
{
    color: #e3383c;
}
.way-section h3{
    font-size: 2rem;
    font-weight: 700;
    margin: 30px 0;
}
.way-section .way-icon img
{
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
}


.testimonial-section
{
    position: relative;
    padding: 5rem 0;
    background-color: #fbfbfb;
}
.testimonial-section h2{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.testimonial-section h2 span
{
    color: #e3383c;
}
.testimonial-section .testimonial-block
{
    width: 32%;
    position: absolute;
    bottom: 15px;
    right: 50px;
    background: #fff;
    z-index: 999;
    box-shadow: 2.07519px 4.15039px 13.8346px rgb(0 0 0 / 15%);
    border-radius: 14px;
    padding: 30px;
}
#owl-demo .item
{
    position: relative;
}
#owl-demo .item img{
    display: block;
    /*width: 100%;*/
    height: 615px;
    object-fit: cover;
    border-radius: 20px;
}
#owl-demo .owl-pagination
{
    display: none;
}
#owl-demo .owl-buttons
{
    position: absolute;
    top: 50%;
    width: 100%;
}
#owl-demo .owl-buttons .owl-prev
{
    position: absolute;
    left: -68px;
    opacity: 1;
}
#owl-demo .owl-buttons .owl-next
{
    position: absolute;
    right: 0;
    opacity: 1;
}

/*========contact section start=========*/
.contact-section
{
    position: relative;
    padding: 5rem 0;
    background:linear-gradient(to top left, #51e5e805, #67ACD6);
}
.contact-section h2{
    font-size: 3rem;
    font-weight: 700;
}
.contact-section h2 span
{
    color: #e3383c;
}
.btn-common {
    background-color: #EF4136;
    position: relative;
    z-index: 1;
    box-shadow: 0px 8px 9px 0px rgb(96 94 94 / 17%);
    width: 160px;
    height: 50px;
    padding: 14px 15px;
    font-weight: 500;
    color: #fff;
}
.contact-section form#contactForm .form-group {
    margin-bottom: 30px;
}
.contact-section form#contactForm .form-control
{
    min-height: 52px;
    padding: 15px;
    font-size: 16px;
    color: #5e629c;
}
.contact-section .section-header {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

/*===============footer section stary=t=========*/
footer{
    background-color: #26264c;
    color: #fff;
    padding: 2rem 0;
}
.foot-logo
{
    width: 160px;
}
footer .footer-menu 
{
    display: flex;
    align-items: center;
}
footer .footer-menu ul
{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
footer .footer-menu ul li a{
    color: #fff;
    padding: 0px 10px;
}
footer .social-link
{
    display: flex;
    align-items: center;
}
footer .social-link ul
{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 2rem;
    margin-bottom: 0;
    padding-left: 0;
}
footer .social-link ul li a{
    color: #fff;
    font-size: 1.6rem;
}
@media only screen and (max-width:767px){
    .promise-section .pro-content-block
    {
        padding: 30px 20px;
    }
    footer .footer-menu 
    {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .footer-menu ul
    {
        display: block;
        margin: 20px 0;
    }
    footer .footer-menu ul li
    {
        line-height: 2;
    }
    footer .social-link
    {
        width: 100%;
        justify-content: center;
    }
    .testimonial-section .testimonial-block
    {
        position: relative;
        right: auto;
        width: 100%;
    }
    .navbar
    {
        background: #26264c;
    }
    .navbar-expand-md .navbar-nav .nav-link
    {
        color: #fff;
    }
    #owl-demo .item img
    {
        height: 260px;
    }
    .btn-singin
    {
        margin-left: 15px;
    }
    .hero 
    {
        min-height: 70vh;
    }
}
@media only screen and (max-width:991px){
    .hero h1
    {
        font-size: 2rem;
    }
    h4{
        font-size: 1rem;
    }
    p
    {
        font-size: 0.8rem;
    }
    .navbar-expand-md .navbar-nav .nav-link
    {
        font-size: 14px;
        margin-left: 20px;
    }
    .app-section h2
    {
        font-size: 1.8rem;
    }
    .app-section .media h4
    {
        font-size: 1rem;
    }
    .app-section p
    {
        font-size: 0.8rem;
    }
    .promise-section h2
    {
        font-size: 2rem;
    }
    .way-section h2
    {
        font-size: 2rem;
    }
    .way-section h3
    {
        font-size: 1.2rem;
    }
    .testimonial-section h2
    {
        font-size: 2rem;
    }
    .contact-section h2
    {
        font-size: 2rem;
    }
    h2{
        font-size: 2rem;
    }
}
.navbar-expand-md .navbar-nav .nav-link
	{
		/*color: #ffd21c;*/
	}
	.btn-singin
	{
		background: #3f2d01;
	}
	.menu-bg .navbar-nav .nav-link {
		/*color: #ffd21c !important;*/
	}
.timeline
	{
		position: relative;
	}
	.timeline::before
	{
		content: "";
		position: absolute;
		border-left: 2px dotted #6c6767;
		width: 100px;
		height: 90%;
		left: 40px;
		z-index: -1;
	}
	.timeline .media img
	{
		background-color: #fff;
		width: 75px;
		height: 75px;
		padding: 8px;
		border-radius:15px;
	}
@media only screen and (max-width: 767px){
	#owl-demo .item img {
		margin: auto;
	}
	.hero h1 span.alter
	{
		font-size: 60px!important;
	}
	.hero h1 span
	{
		font-size: 18px;
	}
	.app-section h4{
		margin-top: 2rem;
	}
	.location-search .input-group
	{
		margin-top: 1rem;
	}
}
