@charset "utf-8";
/* CSS Document */
/*Global Function Starts Here*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root {
    --theme: #ff5958;
    --light-grey: #eeeeee;
    --drak-grey: #0b0b0b;
    --black: #000;
    --white: #fff;
}
body {
  font-family: "bebas-neue-pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	font-size: 20px;
}

.font-white {
    color: var(--white);
}
.font-black {
    color: var(--black);
}
.p-100 {
    padding: 100px 0;
}
.p-60 {
    padding: 60px 0;
}
.pt-60 {
    padding: 60px 0 0 0;
}
.pb-60 {
    padding: 0 0 60px 0;
}
.pt-100 {
    padding: 100px 0 0 0;
}
.pb-100 {
    padding: 0 0 100px 0;
}
.bb {
    background: var(--black);
}
.b-lg {
    background: var(--light-grey);
}
.dot-bg {
    background-image: radial-gradient(#f1f1f1 1.5px, transparent 0);
    background-size: 8px 8px;
}
.container-fluid {
    padding: 0;
}
header {
    z-index: 30;
    position: relative;
    height: 80px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--black);
    padding: 0;
}
.form-control:focus,
.btn:focus {
    box-shadow: none;
}
:focus-visible {
    outline: none;
}
.he .header-01 {
    font-size: 72px;
	font-weight: 400;
	line-height: 72px;
}
.he .paragraph-01 {
	font-size: 36px;
	line-height: 36px;
}
/*Global Function Ends Here*/
/*Navigation Bar Area Code Starts Here*/
.navbar {
	padding: 0;
  	height: 80px;
	background: var(--black);
}
.navbar .nav-link {
 	font-size: 32px;
  	color: var(--white);
	font-weight: 300;
  	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 0 0 30px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #ff5958;
}
/*Navigation Bar Area Code Ends Here*/
/*Banner Area Code Starts Here*/
/*#banner-area {
	background-image: linear-gradient(135deg,rgba(0,0,0,0.95), rgba(0,0,0,0.25) 90%), image-set( url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.webp") type("image/webp"), url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.jpg") type("image/jpeg"));
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	overflow: hidden;
  	height: 600px;
	width: 100%;
}*/
#banner-area {
	background-image: linear-gradient(135deg,rgba(0,0,0,0.95), rgba(0,0,0,0.25) 90%), image-set( url("https://www.myhobbes.com/projects/partyspot/images/home/banner/02.webp") type("image/webp"), url("https://www.myhobbes.com/projects/partyspot/images/home/banner/02.jpg") type("image/jpeg"));
  	background-position: right;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
  	overflow: hidden;
  	height: 600px;
	width: 100%;
}
.banner-area .banner-caption {
  padding: 109px 0 0 0;
}
.banner-area .header-01 {
  font-size: 28px;
  color: var(--white);
	margin: 0 0 -8px 0;
}
.banner-area p {
  font-size: 28px;
  color: var(--white);
	margin: 0;
}
.banner-area .paragraph-02 {
	margin: -10px 0 0 0;
}
.banner-area .button-01 {
	padding: 20px 0 0 0;
}
.banner-area .button-01 .button-cta.button-cta-01 {
  font-size: 48px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
	background: #000;
  padding: 6px 44px;
	border-radius: 33px 0 48px 33px;
}
.banner-area .button-01 .button-cta.button-cta-01 .span-01 {
  color: #d847d3;
}
.banner-area .button-01 .button-cta.button-cta-01 .span-02 {
  color: #d0cf3a;
}
/*Banner Area Code Ends Here*/
/*About Us Area Code Starts Here*/
.section-02 .header-01, .section-02 .header-02 {
	font-size: 48px;
  	color: var(--white);
  	font-weight: 300;
}
.section-02 .header-02 {
	padding: 48px 0 0 0;
}
.section-02 .paragraph-01 {
	color: var(--white);
  	padding: 60px 0 0 0;
  	line-height: 24px;
}
/*About Us Area Code Ends Here*/
:root{
    --primary-pink:#d22bd7;
    --primary-yellow:#d8d61a;
    --border-color:#a69d00;
    --bg:#000;
    --radius:32px;
}

.occasion-section{
    background:#000;
    padding:80px 20px;
}
.box-text {
  margin: 0 0 20px 0;
}
.occasion-grid{
    display:grid;
    grid-template-columns:416px 1fr 1fr;
    gap:24px;
    align-items:stretch;
}
.section-03 .box-customized {
	height: 660px;
}
.section-03 .box-birthday, .section-03 .box-baby, .section-03 .box-baptism {
	height: 204px;
}
.section-03 .box-anniversary {
	height: 257px;
}
.section-03 .box-wedding {
	height: 379px;
}
.occasion-column{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.occasion-card{
    position:relative;
    overflow:hidden;
    border:1px solid var(--border-color);
    border-radius:var(--radius);
    background:#111;
}

.occasion-card img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    aspect-ratio:16/9;
}

.occasion-large img{
    aspect-ratio:2/3;
}

.occasion-content{
    position:absolute;
    left:24px;
    bottom:24px;
    display:flex;
    align-items:flex-end;
    gap:12px;
    z-index:2;
}

.occasion-line {
    width:4px;
    height:100px;
    background:linear-gradient(
		to bottom,
		#d6d317 0%,
		#d51ddb 100%
	);
}

.occasion-content h3{
    margin:0;
    color:var(--primary-pink);
    font-size:48px;
    line-height:1;
    font-weight:400;
}

.occasion-content p{
    margin:4px 0 0;
    color:var(--primary-yellow);
    font-size:36px;
    line-height:0.48;
	font-weight: 400;
}

.occasion-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15) 40%,
        transparent
    );
}

.occasion-card:hover img{
    transform:scale(1.05);
}

.occasion-card img{
    transition:transform .4s ease;
}

/* Tablet */

@media (max-width:992px){

    .occasion-grid{
        grid-template-columns:1fr;
    }

    .occasion-column{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .occasion-large{
        max-width:500px;
        margin:auto;
    }
}

/* Mobile */

@media (max-width:576px){

    .occasion-column{
        grid-template-columns:1fr;
    }

    .occasion-content h3{
        font-size:1.6rem;
    }

    .occasion-content p{
        font-size:1rem;
    }

    .occasion-section{
        padding:50px 15px;
    }
}

/* Accessibility */

.visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
/*Slider Area Code Starts Here*/

.our-works-wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.our-works-title {
    flex-shrink: 0;
	margin: 36px 0 0 0;
}

.our-works-title h2 {
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #ece5d3;
    color: #000;
    padding: 9px 9px;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
}

.works-slider-container {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.works-slider {
    display: flex;
    gap: 15px;
    transition: transform .5s ease;
	margin: 36px 0 0 0;
}

.work-item {
    flex: 0 0 calc(33.333% - 10px);
}

.work-item figure {
    margin: 0;
}

.work-item img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #333;
}

.work-item figcaption {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 0;
	margin: 12px 0 0 0;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    background: rgba(0,0,0,.7);
    color: #fff;
    cursor: pointer;
    z-index: 2;
    font-size: 20px;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.slider-btn:hover,
.slider-btn:focus {
    background: #bf02bf;
}

@media (max-width: 991px) {

    .our-works-wrapper {
        flex-direction: column;
    }

    .our-works-title h2 {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .work-item {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 767px) {

    .work-item {
        flex: 0 0 100%;
    }

    .slider-btn {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 448px){

    #our-works{
        overflow:hidden;
    }

    .our-works-wrapper{
        display:block;
    }

    .our-works-title{
        width:100%;
        margin:0 0 20px;
    }

    .our-works-title h2{
        writing-mode:initial;
        transform:none;
        display:block;
        text-align:center;
        width:100%;
    }

    .works-slider-container{
        width:100%;
        overflow:hidden;
    }

    .works-slider{
        gap:0;
    }

    .work-item{
        flex:0 0 100%;
        min-width:100%;
        max-width:100%;
    }

    .work-item picture,
    .work-item img{
        display:block;
        width:100%;
        height:auto;
    }

    .slider-btn{
        top:50%;
        transform:translateY(-50%);
        z-index:10;
    }
}
	
.paragraph-caption {
  font-size: 76px;
  color: var(--white);
  line-height: 76px;
  text-align: center;
  padding: 100px 0 0 0;
}
#social-media-section {
    background: #000000;
    padding: 60px 0;
}

.social-media-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.social-content h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 76px;
    font-weight: 300;
    line-height: 1.25;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}

.social-icons a {
    text-decoration: none;
    line-height: 1;
}

.social-icons .fa-instagram {
    font-size: 8rem;
    color: #c135c9;
    transition: 0.3s ease;
}

.social-icons .fa-facebook-f {
    font-size: 8rem;
    color: #d6d300;
    transition: 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

.social-icons a:hover .fa-instagram {
    color: #d94ae0;
}

.social-icons a:hover .fa-facebook-f {
    color: #f0ec00;
}
@media (max-width: 991px) {

    .social-media-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .social-content{
        width: 100%;
    }

    .social-content h2{
        font-size: 46px;
        line-height: 1.3;
        margin: 0;
    }

    .social-icons{
        width: 100%;
        justify-content: center;
        gap: 50px;
    }

    .social-icons .fa-instagram,
    .social-icons .fa-facebook-f{
        font-size: 6rem;
    }

}
#speciality-section {
    padding: 100px 0 0 0;
    background: #000000;
}

.speciality-box {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
}
.speciality-section .box-01 {
  border-radius: 397px 18px 18px 18px;
}
.speciality-section .box-02 {
  border-radius: 18px 18px 18px 18px;
}
.speciality-section .box-03 {
  border-radius: 18px 397px 18px 18px;
}


.speciality-box picture,
.speciality-box img {
    display: block;
    width: 100%;
    height: auto;
}

.speciality-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1;
}

.speciality-content {
    position: absolute;
    left: 30px;
    bottom: 70px;
    z-index: 2;
    color: #ffffff;
    padding-left: 15px;
}

.speciality-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: -18px;
    width: 3px;
    height: 100px;
    background: #ffffff;
}

.speciality-content h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
}

.speciality-content p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
}
.contact-content {
	color: var(--white);
	text-align: right;
}
.store-address, .store-description {
  line-height: 24px;
	margin-bottom: 4rem;
}
.store-title {
  color: #c135c9;
	font-weight: 700;
  font-size: 50px;
	margin-bottom: 4rem;
}
.store-title span {
  color: #d6d300;
}
.phone-number {
  text-decoration: none;
  color: white;
}
.delivery-title {
  color: #c135c9;
  font-weight: 700;
  font-size: 50px;
  margin-top: 4rem;
}
.delivery-title span {
  color: #d6d300;
}
.footer-logo p {
  color: white;
  margin: -30px 0 0 0;
  text-transform: uppercase;
}







/*Mobile View Area Code Starts Here*/
@media (max-width: 1199.98px) {
	.box-image.generator-image {
		padding: 32px 0 0 0;
		width: 60%;
    	margin: 0 auto;
	}
}
@media (max-width: 767.98px) {
	.he .paragraph-01 {
		font-size: 20px;
		line-height: 20px;
	}
	.speciality-section .box-01 {
	  border-radius: 18px 18px 18px 18px;
	}
	.speciality-section .box-02 {
	  border-radius: 18px 18px 18px 18px;
	}
	.speciality-section .box-03 {
	  border-radius: 18px 18px 18px 18px;
	}
	
}
@media (max-width: 991.98px) {
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.hamburger-thing div {
		width: 32px;
		height: 4px;
		background: var(--white);
		margin: 4px;
		transition: all 0.5s ease-in;
		/*transition: all 0.5s linear;*/
	}
	.navbar-toggler {
		border: none;
		padding: 0;
		/*position: absolute;*/
		right: 10px;
		top: 20px;
	}
	.navbar-expand-lg .navbar-nav .nav-item.red-box {
		width: 50%;
		margin: 0 auto;
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 0;
	}
	#navbarSupportedContent {
		position: absolute;
		background: var(--black);
		left: 0;
		top: 80px;
		width: 100%;
		/*height: calc(100vh - 60px);*/
		z-index: 30;
		text-align: center;
		padding: 60px 0;
	}
	.navbar-collapse {
		transform: translateX(-100%);
		transition: transform 0.5s ease-in;
	}
	.navbar-collapse.collapse.show {
		left: 0;
		top: 0;
		width: 100%;
		/*height: 100vh;*/
		transform: translateX(0%);
		transition: transform 0.5s ease-in;
	}
	.navbar-collapse.collapse {
		transform: translateX(-100%);
		transition: transform 0.5s ease-in;
	}
	.collapse:not(.show) {
		display: none;
	}
	button[aria-expanded="false"] .hamburger-thing .line-01,
	button[aria-expanded="false"] .hamburger-thing .line-03 {
		transform: none;
	}
	button[aria-expanded="false"] .hamburger-thing .line-02 {
		opacity: 1;
		right: 0;
		position: relative;
	}
	.navbar-toggler .line-01 {
		transform: rotate(-45deg) translate(-5px, 6px);
	}
	.navbar-toggler .line-02 {
		opacity: 0;
		right: 100px;
		position: relative;
	}
	.navbar-toggler .line-03 {
		transform: rotate(45deg) translate(-5px, -6px);
	}
	.navbar-toggler.collapsed .line-01,
	.navbar-toggler.collapsed .line-03 {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.navbar-toggler.collapsed .line-02 {
		opacity: 1;
	}
	.navbar .nav-link {
		color: var(--white);
	}
	.box-location-details {
		display: none;
	}
	.mobile-tablet-display .accordion .accordion-collapse {
		background-image: image-set(
			url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.webp")
				type("image/webp"),
			url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.jpg")
				type("image/jpeg")
		);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		margin: -115px 0 0 0;
		z-index: 100;
	}
	.mobile-tablet-display .accordion .accordion-button {
		background-image: image-set(
			url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.webp")
				type("image/webp"),
			url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.jpg")
				type("image/jpeg")
		);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		z-index: 100;
	}
	.contact-content {
		text-align: center;
	}
	
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
  		margin: 0 0 0 0;
		position: relative;
	}
}
@media (min-width: 320px) and (max-width: 447.98px) {
	.website-logo {
  		width: 240px;
  		height: auto;
	}
	#banner-area {
          background-image: linear-gradient(135deg,rgba(0,0,0,1), rgba(0,0,0,0) 90%), image-set( url("https://www.myhobbes.com/projects/partyspot/images/home/banner/01-mobile.webp") type("image/webp"), url("https://www.myhobbes.com/projects/partyspot/images/home/banner/01-mobile.jpg") type("image/jpeg"));
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		height: 540px;
		width: 100%;
	}
	.banner-area .banner-caption {
		padding: 145px 0 0 0;
		text-align: center;
	}
	.banner-area .banner-caption .banner-logo {
		width: 290px;
		height: auto;
	}
	.banner-area .header-01 {
		font-size: 19px;
		margin: 0 0 -6px 0;
		font-weight: 300;
	}
	.banner-area p {
		font-size: 19px;
		margin: 0;
	}
	.banner-area .paragraph-02 {
		margin: -10px 0 0 0;
	}	
	.banner-area .button-01 {
		padding: 10px 0 0 0;
	}
	.banner-area .button-01 .button-cta.button-cta-01 {
		/*background: var(--white);*/
		font-size: 32px;
	}
	.section-02 .left-box {
		text-align: center;
	}
	.section-02 .about-image {
		width: 296px;
  		height: auto;
	}
	.section-02 .header-01, .section-02 .header-02 {
		font-size: 36px;
	}
	.section-02 .header-01 {
		padding: 50px 0 0 0;
	}
	.social-content h2 {
		font-size: 30px;
	}
	
}
@media (min-width: 448px) and (max-width: 575.98px) {
	#banner-area {
		/*background-image: linear-gradient(135deg,rgba(0,0,0,0.95), rgba(0,0,0,0.25) 90%), image-set( url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image-mobile.webp") type("image/webp"), url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image-mobile.jpg") type("image/jpeg"));*/
		background-image: linear-gradient(135deg,rgba(0,0,0,0.95), rgba(0,0,0,0.25) 90%), image-set( url("https://www.myhobbes.com/projects/partyspot/images/home/banner/01-mobile.webp") type("image/webp"), url("https://www.myhobbes.com/projects/partyspot/images/home/banner/01-mobile.jpg") type("image/jpeg"));

		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		height: 540px;
		width: 100%;
	}
	.banner-area .banner-caption {
		padding: 145px 0 0 0;
		text-align: center;
	}
	.banner-area .banner-caption .banner-logo {
		width: 400px;
		height: 118px;
	}
	.banner-area .header-01 {
		font-size: 19px;
		margin: 0 0 -6px 0;
		font-weight: 300;
	}
	.banner-area p {
		font-size: 19px;
		margin: 0;
	}
	.banner-area .paragraph-02 {
		margin: -10px 0 0 0;
	}	
	.banner-area .button-01 .button-cta.button-cta-01 {
		/*background: var(--white);*/
		font-size: 32px;
	}
	.section-02 .left-box {
		text-align: center;
	}
	.section-02 .about-image {
		width: 424px;
  		height: auto;
	}
	.section-02 .header-01 {
		padding: 50px 0 0 0;
	}
	
}
@media (min-width: 576px) {}
@media (max-width: 576px) {
	.paragraph-caption {
		font-size: 46px;
		line-height: 46px;
	}
	.footer-logo p {
		margin: 0;
	}
	
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#banner-area {
		/*background-image: linear-gradient(135deg,rgba(0,0,0,0.95), rgba(0,0,0,0.25) 90%), image-set( url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.webp") type("image/webp"), url("https://www.myhobbes.com/projects/partyspot/images/home/banner/banner-image.jpg") type("image/jpeg"));*/
			background-image: linear-gradient(135deg,rgba(0,0,0,0.95), rgba(0,0,0,0.25) 90%), image-set( url("https://www.myhobbes.com/projects/partyspot/images/home/banner/02.webp") type("image/webp"), url("https://www.myhobbes.com/projects/partyspot/images/home/banner/02.jpg") type("image/jpeg"));

		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		height: 240px;
		width: 100%;
	}
	.banner-area .banner-caption {
		padding: 38px 0 0 0;
	}
	.banner-area .banner-caption img {
		width: 400px;
		height: 118px;
	}	
	
	.banner-area .header-01 {
		font-size: 20px;
		margin: 0 0 -6px 0;
	}
	.banner-area p {
		font-size: 20px;
		margin: 0;
	}
	.banner-area .paragraph-02 {
		margin: -10px 0 0 0;
	}	
	.section-02 .about-image {
		width: 516px;
  		height: auto;
	}
	.section-02 .header-01 {
		padding: 50px 0 0 0;
	}
	.footer-logo p {
		margin: 0;
	}
	
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#banner-area {
		height: 340px;
	}
	.banner-area .banner-caption {
		padding: 38px 0 0 0;
	}
	.banner-area .banner-caption img {
		width: 400px;
		height: 118px;
	}	
	
	.banner-area .header-01 {
		font-size: 20px;
		margin: 0 0 -6px 0;
	}
	.banner-area p {
		font-size: 20px;
		margin: 0;
	}
	.banner-area .paragraph-02 {
		margin: -10px 0 0 0;
	}	
	.section-02 .about-image {
		width: 336px;
  		height: auto;
	}
	.section-02 .header-01, .section-02 .header-02 {
		font-size: 28px;
	}
	.section-02 .header-02 {
		padding: 18px 0 0 0;
	}
	.section-02 .paragraph-01 {
		padding: 20px 0 0 0;
	}
	.speciality-content h3, .speciality-content p {
		font-size: 20px;
	}
	.speciality-content::before {
		height: 80px;
	}
	.footer-logo p {
		margin: 0;
	}
	
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 20px;
	}
	#banner-area {
		height: 400px;
	}	
	.banner-area .banner-caption {
		padding: 38px 0 0 0;
	}
	.banner-area .banner-caption img {
		width: 500px;
		height: 147px;
	}	
	
	.banner-area .header-01 {
		font-size: 24px;
		margin: 0 0 -6px 0;
	}
	.banner-area p {
		font-size: 24px;
		margin: 0;
	}
	.banner-area .paragraph-02 {
		margin: -10px 0 0 0;
	}
	.section-02 .header-01, .section-02 .header-02 {
		font-size: 36px;
	}
	.section-02 .about-image {
		width: 456px;
  		height: auto;
	}
	.social-content h2 {
		font-size: 56px;
	}
	.speciality-content {
		bottom: 50px;
	}
	.footer-logo p {
		margin: 0;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 20px;
	}
	#banner-area {
		height: 500px;
	}
	.banner-area .banner-caption {
		padding: 66px 0 0 0;
	}	
	.banner-area .header-01 {
		font-size: 24px;
		margin: 0 0 -6px 0;
	}
	.banner-area p {
		font-size: 24px;
		margin: 0;
	}
	.banner-area .paragraph-02 {
		margin: -10px 0 0 0;
	}
	.section-02 .about-image {
		width: 546px;
  		height: auto;
	}
}
/*Mobile View Area Code Ends Here*/












