/* menu section */
.menu_container {
  display: block;
background-image: url("https://cdn.ymaws.com/www.floridaeyes.org/resource/resmgr/2024foaconvention/images/beachbkgd.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;	
  padding: 0px;	
  ;	
}

img.menu{
  width: 50%;
  display: flex;
  justify-content: center;	
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
	 
}

p.menu{ 
text-align: center;	
}

.seperator {
	background-color:#F26722;
	padding: 10px;
}
/* end menu section */

body {
  font-family: 'Raleway', sans-serif;
  background-image: url('/Users/christytaylor/Downloads/fanadesh-html/images/smtropical.png');
 background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.call_to-btn {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #009444;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.hero_section .call_to-btn {}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  transform: translateY(-7px);
}

.main-heading {
  color: #082465;
  font-weight: bold;
  text-align: center;
}

/*header section*/

.header_section {
  font-family: 'Poppins', sans-serif;
}

nav.navbar.navbar-expand-lg {

  padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: #f7f6f7;
  text-align: center;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  position: relative;
}



.top_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/hero-bg.png);
  background-size: 100% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.sub_page .top_container::before {
  background-color: #F26722;
  background-image: none;
}

.top_container::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 20%;
  left: 6%;
  background-color: #00ADEE;
}


.sub_page .top_container::after {
  display: none;
}


.navbar-brand img {
  width: 25px;
  margin-right: 7px;
}


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #fefefe;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/

/* hero section */
.hero-container {
  display: flex;
  padding-top: 90px;
  padding-bottom: 325px;
}

.hero_detail-box {
  width: 50%;
}

.hero_img-container {
  width: 58%;
  margin-right: -8%;
  margin-top: -5%;
}

.hero_img-container img {
  width: 100%;
}

.hero_detail-box {
  color: #fefeff;
}

.hero_detail-box h1 {
  font-size: 50px;
  color: #fefeff;
  font-weight: 600;
  width: 70%;
}


.hero_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
}


/* end hero section */

/* common style for some sections */
.common_style>section {
  padding: 50px 0;
}

.common_style .row {
  align-items: center;
}

.common_style h3 {
  font-weight: 600;
  color: #151516;
}

.common_style p {
  font-weight: 600;
  color: #4e4f50;
  margin: 30px 0 50px 0;
}

.common_style img {
  width: 100%;
}


/* end common style */

/* sponsor section */
.sponsor_section {
  text-align: center;
  background-color: white;
}

.sponsor_section a {
  color: #fefeff;
}

.sponsor_img-container img {
  padding: 50px;
}

.sponsor_section h3 {
  text-align: center;
  font-size: 48px;	
  font-weight: 800;	
}


/* end sponsor section */

/* luau section */


.luau_section a {
  background-color: #00AEEF;
  color: #fefeff;
}

.sponsor_section h3 {
  text-align: center;
  font-size: 48px;	
  font-weight: 800;	
}

.luau_section h2 {
  text-align: left;
  font-size: 32px;	
  font-weight: 800;	
}

.luau_section img {
	padding-top: 50px;
	padding-bottom: 50px;
}

.luau_detail-box h3 {
	text-align: center;
  font-size: 48px;	
  font-weight: 800;	
  border-bottom: 1.5px solid #fdd31d;	
}



/* determine section */


.determine_section a {
  background-color: #fdd31d;
  color: #fefeff;
}


/* end determine section */

/* highlights section */
.highlight_section h2,
.highlight_section h5,
.highlight_section p {
  font-weight: 600;
}

.highlight_section h2 {
  text-align: center;
  font-family: "alkaline", sans-serif;
font-weight: 700;
font-style: normal;	
  font-size: 48px;	
}


.highlight_section h5 {
  font-size: 32px;
  color: #F26722;
}

.highlight_section p {
  font-size: 24px;
}

.highlight_section .row {
  align-items: center;
  padding: 55px 0;
  margin: 0 15px;
}

.highlight_section img {
  width: 100%;
}

.highlight_section button {
  border: none;
  background-color: #6bd1bd;
  color: #fff;
  font-size: 15px;
  padding: 15px 45px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
  align: right;
}

.highlight_img-box::before,
.highlight_img-box::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  background-color: #F26722;
}

.highlight_img-box::before {
  top: -15px;
  transform: rotate(139deg);
  left: -15px;
  animation: beforeanimate 1s;
  animation-delay: .1s;
}

.highlight_img-box::after {
  bottom: -15px;
  transform: rotate(142deg);
  right: -15px;
  animation: afteranimate 1s;
  animation-delay: .1s;
}


@keyframes beforeanimate {
  0% {
    top: 43%;
    transform: rotate(142deg);
    left: 31%;

  }

  100% {
    top: -15px;
    transform: rotate(139deg);
    left: -15px;
  }
}

@keyframes afteranimate {
  0% {
    bottom: 46%;
    transform: rotate(142deg);
    right: 35%;
  }

  100% {
    bottom: -15px;
    transform: rotate(142deg);
    right: -15px;
  }
}

.highlight_section .carousel-indicators {
  margin: 0;
  justify-content: flex-end;
  padding-right: 15px;
  bottom: 20px;
}

.highlight_section .carousel-indicators li {
  width: 25px;
  height: 25px;
  background-color: #A9CF38;
  border-radius: 100%;
  opacity: 1;
}

.highlight_section .carousel-indicators li.active {
  background-color: #F9ED32;
}

/* end highlight section */

/* contact section */

.contact_section {
  padding: 75px 45px;
  font-family: 'Poppins', sans-serif;
}

.contact_section .row {
  align-items: center;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
}



.contact_form-container button {
  border: none;
  background-color: #6bd1bd;
  color: #fff;
  font-size: 15px;
  padding: 15px 45px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_img-box {

  display: flex;
  align-items: center;

}

.contact_img-box img {
  width: 100%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 35px;
}


/* end contact section */


/* info section */
.info_section {
  background-color: #363636;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.info_logo-box {
  display: flex;
  justify-content: center;
}

.info_logo-box h2 {
  font-weight: bold;
  padding: 5px 7px;
  border-bottom: 1.5px solid #fdd31d;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #ffffff;
}

.info_section ul li a:hover {
  color: #fdd31d;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}

.info_section img {
  width: 100%;
  text-align: center;
}


.info_section .form_container input {
  width: 225px;
  height: 40px;
  padding: 10px;
}

.info_section .form_container input::placeholder {
  color: #ccc8c8;
}

.info_section .form_container button {
  background-color: #fdd31d;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 30px;
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.social_container {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #898989;
  padding: 25px 0;
}

.info_section .social-box {
  margin: 0 auto;
  width: 400px;
  display: flex;
  justify-content: center;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #d8b109;
  padding: 20px 15px;
  font-family: 'Poppins', sans-serif;

}

.footer_section p {
  color: #fdfdfe;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fdfdfe;
}



/* end footer section*/

/* start registration section */
.registration_section {
	background-color:white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.registration_section h1 {
	font-weight: bold;
	font-size: 24px;
}

.registration_section h3 {
	font-weight: bold;
	font-size: 36px;
	text-align: left;
}

.registration-section container {
	display: flex;
}

.registration-section card {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: auto;
}

.registration_detail-box {
	padding:10px;
}

.registration_section table{
	width:100%;
	vertical-align: top;
}

.registration_section th{
	color: white;
	background-color: #009444; 
	padding: 10px;
}

.registration_section td{
	padding: 10px;
}

/* end registration section*/

/* start exhibitor section */

.exhibit_section {
	background-color:white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.exhibit_section h1 {
	font-weight: bold;
	font-size: 24px;
}

.exhibit_section h2 {
  font-weight: bold;
	font-size: 24px;
  border-bottom: 1.5px solid #fdd31d;
}

.exhibit_section h3 {
	font-weight: bold;
	font-size: 36px;
	text-align: left;
}

.exhibit_detail-box {
	padding:10px;
}

.exhibit_section table{
	width:100%;
	vertical-align: top;
}

.exhibit_section th{
	color: white;
	background-color: #009444; 
	padding: 10px;
}

.exhibit_section td{
	padding: 10px;
}

/* end sponsor section*/

/*start luau section*/

.luau_container {
  display: block;
background-image: url("/Users/christytaylor/Downloads/AdobeStock_728661284_Preview.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;	
  padding: 0px;	
  ;	
}

.luau_section {
	background-color:black;
	paddint-top: 10px;
	padding-bottom: 10px;
}

.luau_section h2 {
  font-family: alkaline, sans-serif; 	
  font-weight: 700;
	font-size: 72px;
	text-align: center;
	color: #A9CF38;
}

.luau_section h3 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	color: white;
}


.luau_section p {
	font-size: 24px;
	text-align: center;
	color: white;
}
