@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');


body{
	 font-family: "Montserrat", serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Red Hat Display", serif;
}

p{
	color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
}


.container-fluid {
	max-width:95%;
}

 .navbar {
            border-top: 1px solid #ccc;
        }
        .nav-item {
            font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
        }
		
		.navbar-expand-lg .navbar-nav .nav-link {
			    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
	color:#161616;
		}
		
        .navbar-brand img {
			width: 250px;
          }
        .navbar-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .logo-container {
            flex-grow: 1;
            text-align: center;
        }
        .contact-info {
            font-size: 16px;
        }
		
		.contact-info img{
			width:25px;
			margin-right: 20px;
		}
		
		.contact-info a{
			color:#161616;
			text-decoration:none;
		}
		
		.spacer {
			width:180px;
		}
		
		
		.active .nav-link{
		       background: #0d667f;
    color: #fff !important; 
		}
		
		 .hero-section {
            min-height: 550px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
			background-attachment: fixed;
        }
        
        
        .hero-content {
            position: relative;
            font-size: 60px;
            font-weight: bold;
            font-family: 'Dancing Script', cursive;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
             visibility: hidden;   
        }
		
		.hero-content a{
			    display: block;
				background: #0d667f;
				max-width: 200px;
				margin: auto;
				color: #fff;
				font-family: "Montserrat", serif;
				font-size: 20px;
				font-weight: 400;
				text-decoration: none;
				padding: 10px;
				margin-top: 30px;
		}
		
        .arrow {
            font-size: 50px;
            margin-top: 10px;
        }
		
		.section-padding {
			padding:50px 0;
		}
		
		.about-section {
			max-width:75%;
			margin:auto;
			text-align:center;
		}
		
		.about-section h1{
			font-weight: 600;
             letter-spacing: 3px;
			 font-size: 36px;
            line-height: 1.4;
		}
		
		
		
		
		.section-padding2 {
			    padding: 50px 15px 15px 0;
		}
		
		  .catering-div {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100%; 
            width: 100%; 
            background: #f8f9fa;
            flex-direction: column;
			background:#0d667f ;
			padding:50px 30px;
        }
        .catering-div h2 {
     font-size: 30px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 20px;
    color: #fff;
        }
        .catering-div p {
            font-size: 18px;
            color:#fff;
			font-weight:400;
			margin:0;
        }
		
		
		.catering-bg {
               background-size: cover;
		}
		
		.why-bg {
               background-size: cover;
		}
		
		
		.catering-details {
			
		}
		
		.catering-details-div {
			background: #0d667f;
			padding:20px 10px;
			color:#fff;
			
		}
		
		.div-bg {
						background: #0d667f ;
		}
		

.catering-details-div  ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0;
}

.catering-details-div  ul li {
  background: url('../img/arrow.png') no-repeat left center;
     background-size: 30px 30px;
    padding-left: 45px;
	    margin-top: 20px;
}


.catering-details-div h4{
    font-weight: 600;
    letter-spacing: 7px;
    text-align: left;
    font-size: 24px;
    padding-left: 18px;
    margin-bottom: 20px;
}


.padding-right-0 {
	padding-right:0;
}












.carousel-item {
            padding: 20px;
            text-align: center;
            border-radius: 10px;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: #000;
        }
		
		.carousel-control-next-icon {
			
			background: url('../img/right-arrow.png');
			    background-size: contain;
		}
		
		.carousel-control-prev-icon {
			
			background: url('../img/left-arrow.png');
			    background-size: contain;
		}
		
		.carousel-inner {
    position: relative;
    width: 75%;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}


 .footer {
            background: #fff;
            padding: 20px 0;
            border-top: 1px solid #ddd;
        }
        .footer-logo {
            max-width: 200px;
        }
        .footer-info {
            font-size: 14px;
            color: #333;
        }
        .footer-info i {
            margin-right: 8px;
            color: #666;
        }
        .footer-nav {
            text-align: center;
			padding: 25px 0 5px 0;
			border-top: 1px solid #ddd;
			margin-top: 20px;
        }
        .footer-nav a {
            text-decoration: none;
            font-weight: 400;
			padding-top: 6px;
			padding-right: 20px;
			padding-bottom: 6px;
			padding-left: 20px;
			color: #161616;
        }
        .footer-nav a:hover {
            text-decoration: none;
        }
		
		
		.footer-info {
			    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;
	
		}
		
 .ft-icon{
	       width:40px;
			padding-right:20px;
			 position: absolute;
             left: 0;
		}
		
		.link-clr{
			color:#2d2d2d;
			text-decoration:none;
		}
		
		
		.footer-info p{
		        position: relative;
              padding-left: 40px;
		}
		
		.copyright {
			    background: #0d667f;
		}
		
		.copyright p{
			color:#fff;
			padding:0;
			margin:0;
			font-size:15px;
			text-align:center;
		}
		
		.copyright a{
			color:#fff;
			text-decoration:underline;
		}
		
		.copyright {
			padding:15px 0;
		}
		
		
		
		.about-bg3 {
		 background: url(../img/island.jpg);
         background-size: cover;	
		}
		
		
		.catering-details-div p{
			color:#fff;
			margin-top:20px;
			padding:0 20px;
		}
		
		.padding-0 {
			padding-left:0;
			padding-right:0;
		}
		
		.about-bg {
			 background: url('../img/about-bg.jpg') no-repeat center center/cover;
			 min-height:400px;
		}
		
		.blogs-bg {
			background: url('../img/blogs-bg.jpg') no-repeat center center/cover;
			 min-height:400px;
		}
		.contact-bg {
			background: url('../img/contact-bg.jpg') no-repeat center center/cover;
			 min-height:400px;
		}
		
		
		.faq-bg {
			background: url('../img/faq-bg.jpg') no-repeat center center/cover;
			 min-height:400px;
		}
		
		.booking-bg {
			background: url('../img/booking-bg.jpg') no-repeat center center/cover;
			 min-height:400px;
		}
		
		.gallery-bg {
			background: url('../img/gallery-bg.jpg') no-repeat center center/cover;
			 min-height:400px;
		}
		
		
		.service1 {
         background-size: cover;	
		}
		
		.service2 {
         background-size: cover;	
		}
		
		
		.service3 {
         background-size: cover;	
		}
		
		
		.service4 {
         background-size: cover;	
		}
		.section-padding3 {
			padding-bottom:15px;
		}
		
		.padding-left {
			padding-left:0;
		}
		
		.blog-div{
			box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		}
		
		.blog-div img{
			max-width:100%;
		}
		
		.blog-content {
			padding:10px;
		}
		
		.blog-content h4{
		color: #0d667f;
    font-size: 22px;
    font-weight: 600;
		}
		
		.blog-content a{
			    color: #0d667f;
    text-decoration: underline;
		}
		
		.card-header button{
			width:100%;
			text-align:left;
			text-decoration:none;
		}
		
		.card-header button:hover{
			
			text-decoration:none;
		}
		
		
.right_conatct_social_icon{
     background: #0d667f;
}
.contact_us{
    background-color: #f1f1f1;
  
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
	    color: #fff;
}

.info_single{
    margin: 30px 0px;
	    color: #fff;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: #0d667f;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.btn-primary {
	background-color: #0d667f;
	color: #fff;
	border-color: #0d667f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d667f;
    border-color: #0d667f;
}

.bg-primary {
    background-color: #0d667f !important;
}

.card-header h4{
	color:#fff;
}

.bg-warning {
	  background: #0d667f !important; 
}


.modal-body {
    padding:0;
}

.close {
     opacity: 1;
    background: #000;   
    z-index:9999;
        position: relative;
}

.close span{
       background: #000;
    padding: 2px 10px;
    color: #fff; 
    position: absolute;
    right: 16px;
}


.modal-header {
    padding: 0 !Important;
}

.island p{
    text-align:left;
    margin-bottom:10px;
}


.island h2{
    text-align:left;
}

.news {
     max-width: 60%;
    position: relative;
    top: -190px;
    margin: auto;   
}

 
 .news-div {
      display: flex;
      height: 100px;
      border: 1px solid #ccc;
      
    }
  .left {
      width: 20%;
      height: 100%;
    }
    .left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.3s ease-in-out;
    }
    .right {
      width: 80%;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      background-color:transparent;
      color:#000;
    }
    .marquee-text {
      position: absolute;
      white-space: nowrap;
      font-size: 20px;
      animation: scroll-left 10s linear forwards;
    }

    @keyframes scroll-left {
      0%   { left: 100%; }
      100% { left: -100%; }
    }