
/*!
 * Destination Weddings and Romance Travel Industry Conference and Networking Event LANDING PAGE
 * 
 * 
 */




 


:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  text-align: left;
  background-color: #fff;

}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.1rem;
}

header {
  padding: 156px 0 100px;
}

section {
  padding: 0px 0;
}

.bg-primary {
background-image: url(../img/header.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-color: #ffffff!important;
}

.header-text1 {
  color: #ffffff !important;
  font-weight:400;
  font-size: 1.5rem;
	margin: 70px 0 0 0;
}

.header-text2 {
  color: #ffffff !important;
  font-weight:800;
  font-size: 2rem;
  margin: 10px 0 0 0;
  font-family: 'Caveat', cursive;

}

.header-text11 {
  color: #e6e6e6 !important;
  font-weight: 800;
  font-size: 3rem;
  margin: 70px 0 0 0;
  font-family: 'Outfit', sans-serif;
}

.header-text12 {
  color: #e6e6e6 !important;
  font-weight: 800;
  font-size: 1.3rem;
	margin: 10px 0 0 0;
	ffont-family: 'Outfit', sans-serif;
}

.header-text22 {
  color: #ffffff !important;
  font-weight: 200;
  font-size: 1.25rem;
  margin: 10px 0 0 0;
  font-family: 'Outfit', sans-serif;

}

.header-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
  background-clip: border-box;

  border-radius: 0.50rem;
	margin: 35px 0 37px 0 ;
	padding:0 0 5px 25px;


}

.header-card .text1 {

	padding:7px 0 0 7px;
	font-size: 1.05rem;
	color: #2d2d2d;

	}

.header-card .text2 {

	padding:0px 0 0 7px;
	font-size: 1.05rem;
	color: #63101d;
	font-weight:600;

	}

.header-text3 {
	padding:0 0 7px 0px;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 5px;
	
	


	}

.header-text4 {
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.19rem;
  margin:35px 0 0 0px;
  padding: 0 0 0 0px;
}

.header-text5 {
  color: #ffffff !important;
  font-weight: 300;
  font-size: 0.9rem;
  margin:5px 0 0 0px;
  padding: 0 0 0 0px;
}

.btn-top {
  background: linear-gradient(135deg, #7c5cff, #5a3fff);
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
}

.btn-top:hover {
  background: linear-gradient(135deg, #6a4df0, #4b32d4);
  transform: translateY(-1px);
}


.btn-header {
  color: #fff;
 background: linear-gradient(135deg, #7c5cff, #5a3fff);
  
  margin:5px 0 0 0px;
  border-radius: 0.50rem;
  font-size: 1.3rem;


}

.btn-header:hover {
  color: #fff;
  background: linear-gradient(135deg, #6a4df0, #4b32d4);
  
}

.btn-header:focus, .btn-header.focus {
  color: #fff;
   background: linear-gradient(135deg, #7c5cff, #5a3fff);
  
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-header.disabled, .btn-header:disabled {
  color: #fff;
 
 
}

.btn-header:not(:disabled):not(.disabled):active, .btn-header:not(:disabled):not(.disabled).active,
.show > .btn-header.dropdown-toggle {
  color: #fff;
  background: linear-gradient(135deg, #7c5cff, #5a3fff);
 
}

.btn-header:not(:disabled):not(.disabled):active:focus, .btn-header:not(:disabled):not(.disabled).active:focus,
.show > .btn-header.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	}

.header2 {
	
	width:100%;
	background: url(../img/bg_section_1.jpg) top right no-repeat ;
	

}

.t1 {
	font-weight:600;
    font-size: 1.6rem;
	line-height: 2.3rem;
	color: #2d2d2d;
	font-family: 'Outfit', sans-serif;
	margin-bottom: 1px;
	line-height: 2rem

}
.t3 {
	font-weight:600;
    font-size: 1.2rem;
	line-height: 1.7rem;
	color: #57000d;
	margin-bottom: 5px;
	

}
.t2{
	font-weight:600;
    font-size: 1.2rem;
	margin-top: 0;
	line-height: 1.4rem;
	background: linear-gradient(135deg, #7c5cff, #5a3fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.section3_frame {
	
	
	background: rgba(124, 92, 255, 0.08);
	
	

	width:100%;
  
}

.section4_frame {
	
	width:100%;
	background: url(../img/bg_section4_top_right.png) top right no-repeat ;
	

}

.s4text {
	
	font-size: 1.2rem;
}

.call_to_action2 {
  background: rgba(124, 92, 255, 0.08);
  border: 1px solid rgba(124, 92, 255, 0.25);
  border-radius: 12px;
  padding: 24px 28px;
  width: 100%;
}

.call_to_action2 .text1 {
	 font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #2d2d2d;
  margin-bottom: 3px;
}




.call_to_action2 .text3 {
	 font-size: 1.1rem;
  font-weight: 500;
  background: linear-gradient(135deg, #7c5cff, #5a3fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buton */
.btn-cta2 {
  color: #fff;
  background: linear-gradient(135deg, #7c5cff, #5a3fff);
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover */
.btn-cta2:hover {
  background: linear-gradient(135deg, #6a4df0, #4b32d4);
  transform: translateY(-2px);
}

/* Focus */
.btn-cta2:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 92, 255, 0.3);
}

.section5_frame {	
	background-color: #fdeef0 !important;		
	width:100%; 
	background: url(../img/bg_section5_top_right.png) top right no-repeat;
}



.s6-day {	
    color: #57000d;
    background-color: #ecf9f7;
    margin:13px 0 0 0px;
    border-radius: 0.50rem;
    font-size: 1.7rem;
	font-weight: 500;
	max-width: 150px;
	padding: 15px;
	text-align: center;	
	
}

.s6-day-tx1 {
	font-size: 1rem;
	font-weight: 300;
	padding: 5px 0 0 0px;
	max-width: 150px;
	color: #57000d;
	
}

.s6-day-tx2 {
	
	font-size: 0.7rem;
	font-weight: 400;
	max-width: 150px;
	
	
}

.s6-day-tx3 {
	
	font-size: 1rem;
	font-weight: 400;
	padding: 0 0 0 0px;
	max-width: 150px;

	
}

.s6-itinerary {	
    
   
    margin:13px 0 0 0px;
	
    border-radius: 0.50rem;
	border: 3px #ffffff;
    
	padding: 15px;
	border-style: dotted;
	
}

.s6-itinerary-title {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0 10px 0 10px;
	margin: 15px 0 13px 0;
	color: #57000d;
	
}



.s6-itinerary-text {


 padding: 10px 10px 0 10px;
	  
}

.s6-itinerary-text2 {

 padding: 5px 1px 0px 10px;
 line-height: 1.2rem;
	color: #6c6c6c;
	
	
}


.section6_frame {
	background:url(../img/bg_section6_img.jpg) no-repeat center center ;

	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;



}

.s3-content {
	background-color:rgba(87,0,13,0.47);
	color:#FFF;
	padding-bottom:80px;
	padding-top:60px;
}

.s3-content-title-1 {
	font-weight:700;
    font-size: 2rem;

}

.s3-content-title-3 {
	font-weight:400;
    font-size: 1.5rem;

}

.s3-content-title-4 {
	font-weight:600;
    font-size: 1.2rem;
    padding: 0 0 7px 0;

}



.title-4-frame {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #eb0081;
    background-clip: border-box;

    border-radius: 0.80rem;
    margin: 35px 0 37px 0 ;
    padding:0 0 5px 25px;


}

.s6p {
    color: #ffffff;
}

.section7_frame {
	background:url(../img/bg_s7_in_content_right.png) no-repeat top left ;
}

.card-s5 {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

  flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  background-color: #fdeef0;
	border-radius: 0.80rem;

  

}



.card-title-s5 {

  margin-top: 0.75rem;
	margin-bottom: 0.60rem;

 font-weight: 600;
	font-size: 1.7rem;
	 font-family: 'Caveat', cursive;
	color: #57000d;

}

.card-text {
	color: #57000d;
}

.section8_frame {
	background-color: #fdeef0;
}

.section8_content_frame {
	background:url(../img/bg_s7_in_content_right.png) no-repeat top left ;
	
	
}

.card-s8-stand {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
	border: #d4dae6 solid 1px;
  
}

.card-title-s8-stand {
  margin-bottom: 0.75rem;
 font-weight: 600;
}



.s7-content2 {

	

	border-radius: 10px;

	padding: 20px ;

	

	background-color: #fef4f6;

	background-clip: border-box;

	

	

}





.s7-content2-title-card {

	

	border-radius: 10px;

	padding: 20px ;

	position: relative;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-direction: column;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

	background-color: #e8e3e5;

	background-clip: border-box;

	

	background-repeat: no-repeat;

    background-size: 55px;

    background-position: center left;

    background-origin: content-box;

	

	

}



.s7-content2-title-card .title {

	font-size: 1.2rem;

	font-weight: 600;

	padding: 15px 0 0 65px;
	

}



.s7-content2 .t-bg1 {

    background-image: url(../img/connection.svg);

}



.s7-content2 .t-bg2 {

    background-image: url(../img/calendar.svg);

}





.s7-content2 .t-bg3 {

    background-image: url(../img/networking.svg);

}



.s7-content2 .t-bg4 {

    background-image: url(../img/advertising-stand.svg);

} 



.s7-content2 .t-bg5 {

    background-image: url(../img/destination.svg);

} 

.s7-content2 .t-bg6 {

    background-image: url(../img/menu.svg);

}


.section9_frame{

		background-image: url(../img/form_bg.jpg) !important;

		background-position: center !important;

		background-repeat: no-repeat !important;

		background-size: cover !important;

	   }

.t1_form {
	
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Outfit', sans-serif;
}

.t2_form {
	
	color: #FFFFFF;
	ont-size: 1.6rem;
	font-weight: 400;
}

.form-cover {

	margin-left: auto; 

	margin-right: auto;

	

	padding: 0px 15px 5px 15px;;

	border-radius: 10px;

	

}

.f-section1-logo {

	font-weight:700;

    font-size: 1.4rem;

	color:#FFF;

	line-height: 1em;



}



.f-section1-t2 {

	font-weight:200;

    font-size: 0.92rem;

	color:#FFF;

	line-height: 1em;

	margin-top: 3px;

	}



	.f-section1-t3 {

	font-weight:300;

    font-size: 1rem;

	color:#FFF;

	line-height: 1rem;



	}



.f-section2-t1 {

	font-weight:400;

    font-size: 1rem;

	color:#FFF;

	line-height: 1.6rem;
	



	}



  a.f-section2-t1:hover, a.f-section2-t1:focus {

    color: #FFF;



  }



  a.f-section2-t1:hover, a.f-section2-t1:focus {

    text-decoration: none;

  }



  a.f-section2-t1:focus, a.f-section2-t1.focus {

    outline: 0;

    box-shadow: 0 0 0 0.2rem rgba(219, 232, 238, 1);

  }

.section9_sponsors {

	width:100%;

	background-color: #f5f2ff;
}

/* Benefits Presentation Section */
.section-benefits {
	width: 100%;
	background-color: #fff;
}

.benefit-slide-card {
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid rgba(124, 92, 255, 0.15);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(124, 92, 255, 0.10);
}

.benefit-slide-card img {
	width: 100%;
	display: block;
}

/* Franchising Agreement Benefits - Global Events */
.section-events {
	width: 100%;
	background: rgba(124, 92, 255, 0.05);
}

.event-card {
	background-color: #fff;
	border: 1px solid rgba(124, 92, 255, 0.15);
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(124, 92, 255, 0.10);
	padding: 28px 24px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.event-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(124, 92, 255, 0.18);
}

.event-date {
	display: inline-block;
	background: linear-gradient(135deg, #7c5cff, #5a3fff);
	color: #fff;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 50rem;
	padding: 6px 16px;
	margin-bottom: 16px;
}

.event-name {
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #2d2d2d;
	margin-bottom: 10px;
}

.event-location {
	font-size: 0.95rem;
	color: #6c6c7a;
}

.event-location i {
	color: #7557d8;
	margin-right: 6px;
}

.event-note {
	background-color: #fff;
	border: 1px solid rgba(124, 92, 255, 0.15);
	border-left: 4px solid #7c5cff;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(124, 92, 255, 0.10);
	padding: 24px;
}

.event-note i {
	font-size: 28px;
	color: #7557d8;
}

/* Event package sections (shared by ATF 2026 and Grand B2B Summit 2027) */
.section-atf {
	width: 100%;
	background-color: #fff;
}

.section-summit {
	width: 100%;
	background: rgba(124, 92, 255, 0.05);
}

.pkg-meta {
	text-align: center;
}

.pkg-badge {
	display: inline-block;
	margin: 5px 4px;
	padding: 7px 16px;
	border: 1px solid rgba(124, 92, 255, 0.25);
	border-radius: 50rem;
	background-color: rgba(124, 92, 255, 0.06);
	color: #5a3fff;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 0.85rem;
}

.pkg-badge i {
	margin-right: 6px;
}

.pkg-badge-solid {
	background: linear-gradient(135deg, #7c5cff, #5a3fff);
	border-color: transparent;
	color: #fff;
}

.pkg-card {
	background-color: #fff;
	border: 1px solid rgba(124, 92, 255, 0.15);
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(124, 92, 255, 0.10);
	padding: 32px 28px;
}

.pkg-card-accent {
	background-color: rgba(124, 92, 255, 0.05);
}

.pkg-card-title {
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 1.15rem;
	color: #2d2d2d;
	margin-bottom: 20px;
}

.pkg-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
	font-size: 0.95rem;
	color: #4a4a55;
}

.pkg-card > .pkg-item:last-child {
	margin-bottom: 0;
}

.pkg-item i {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.4rem;
	color: #7557d8;
}

.atf-tour {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(124, 92, 255, 0.15);
	border-radius: 10px;
	padding: 12px 16px;
	margin-bottom: 12px;
	font-size: 0.95rem;
	color: #4a4a55;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.atf-tour:last-child {
	margin-bottom: 0;
}

.atf-tour:hover,
.atf-tour:focus {
	border-color: rgba(124, 92, 255, 0.45);
	box-shadow: 0 4px 14px rgba(124, 92, 255, 0.15);
	color: #5a3fff;
	text-decoration: none;
}

.atf-tour-route {
	flex-grow: 1;
}

.atf-tour i {
	flex-shrink: 0;
	margin-left: 8px;
	font-size: 22px;
	line-height: 1;
	color: #7557d8;
}

.atf-tour-days {
	flex-shrink: 0;
	margin-right: 12px;
	padding: 3px 12px;
	border-radius: 50rem;
	background: linear-gradient(135deg, #7c5cff, #5a3fff);
	color: #fff;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	white-space: nowrap;
}

.pkg-note {
	display: inline-block;
	margin-top: 8px;
	padding: 14px 24px;
	border: 1px dashed rgba(124, 92, 255, 0.35);
	border-radius: 50rem;
	background-color: rgba(124, 92, 255, 0.04);
	font-size: 0.95rem;
	color: #4a4a55;
}

.pkg-note i {
	margin-right: 8px;
	color: #7557d8;
}

.pkg-note strong {
	color: #5a3fff;
}

/* Grand B2B and Networking Summit 2027 */
.summit-hotel {
	background: linear-gradient(135deg, #7c5cff, #5a3fff);
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(124, 92, 255, 0.18);
	padding: 32px 28px;
	color: #fff;
	text-align: center;
}

.summit-hotel i {
	font-size: 38px;
	line-height: 1;
}

.summit-hotel-label {
	margin-top: 12px;
	font-size: 0.75rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.85;
}

.summit-hotel-name {
	margin-top: 6px;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.7rem;
}

.summit-hotel-tag {
	display: inline-block;
	margin-top: 16px;
	padding: 6px 16px;
	border-radius: 50rem;
	background-color: rgba(255, 255, 255, 0.18);
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
}
