@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --main-blue: #71b7e6;
  --main-purple: #9b59b6;
  --main-grey: #ccc;
  --sub-grey: #d9d9d9;
  --main-dblue: #012ebd;
}

.wp-block-navigation__responsive-container-close { color: #000 !important; }
.wp-block-navigation__responsive-container-open { color: #fff !important; }

.hidden { display: none; }

a { color:#296807; outline: none; }
body { background: transparent; font-family: "Poppins", sans-serif; font-weight: 400; }
.parag-text { font-family: "Poppins", sans-serif; font-weight: 400;  font-size: 21px; }
.wp-block-group, .entry-content { margin-top: 0 !important; }
header { 
	position: absolute;
    /* top: 30px; */
    left: 0;
    width: 100%;
    z-index: 9;
	background-color: transparent;
	border-bottom: 1px solid #888;
}
.wpb-content-wrapper { margin: 0 !important; max-width: inherit; }
header > .has-base-background-color { background-color: transparent !important; }
header nav ul li a { color: #fff !important; text-transform: uppercase; position: relative; text-decoration: none !important; margin: 0 10px; }
header nav ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #f9f9f9;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

header nav ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.bnr-header { min-height: 700px; }
@media screen and (max-width: 785px) {
  .bnr-header { min-height: 700px; }
  .thing-box .vc-hoverbox { margin-bottom: 20px; }
  ul.is-responsive.wp-block-navigation li a { color: #000 !important; }
}

.bnr-header-inside { min-height: 450px; }
.bnr-header-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #02041b;
  opacity: .4;
}

.hdrbtm-img { background: url(../images/hdr-bg-02.png) repeat-x; height: 110px; margin-top: -100px; z-index: 9; }
.contentbg-img { background: url(../images/content-bg-02.png) repeat-x; height: 100px; margin-top: -100px; z-index: 9; }
.sectiionbg { background: url(../images/content-bg-img.jpg) no-repeat; background-position: top center; min-height: 800px;  }

.invite-text { 
  font-family: "Poppins", sans-serif;
	font-weight: 400;
  font-size: 26px;
  color: #fff;
  letter-spacing: 5px;
}
.inside-heading, .inside-heading4 {
  font-family: "Barlow", sans-serif;
	font-weight: 600;
  font-size: 50px;
  /* text-transform: uppercase; */
  color: #fff; 
}

.inside-heading4 { color: #000; }
.inside-heading-2 {
  font-family: "Barlow", sans-serif;
	font-weight: 600;
  font-size: 30px;
  /* text-transform: uppercase; */
  color: #000; 
}

.inside-heading-3 {
  font-family: "Poppins", sans-serif;
	font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  color: #000; 
}

.ftr-top {
	position: relative;
	background: #f3efeb;
}
.ftr-top .wp-block-navigation ul {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.ftr-top::before {
	background:url(../images/ftrbg.png);
	background-repeat: repeat-x;
	content: " ";
	position: absolute;
	top: -89px;
	height: 89px;
    left: 0;
    width: 100%;
}

.thing-box .vc-hoverbox-block-inner p { color: #fff; }
.thing-box .vc-hoverbox-front::after
{   
  position: absolute;
  top: 0px;
  content: "";
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #00001A 0%, #00000000 100%);
  z-index: -1;
  border-radius: 0 0 10px 10px;
}
.thing-box .vc-hoverbox-block-inner h2 { 
  font-family: "Barlow", sans-serif;
	font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
 }

.thing-box .vc-hoverbox-block { justify-content: flex-end; }

.white-box { background: #f9f9f9; text-align: center; padding: 20px 20px 0; min-height: 280px; }
.white-box h4 { text-transform: uppercase; font-family: "Barlow", sans-serif; font-weight: 700; font-size: 21px; margin: 0; }
.white-box p { font-size: 14px; }
.white-box p.date { color: #c19052; text-transform: uppercase; font-weight: 600; margin-top: 0; font-family: "Barlow", sans-serif; font-weight: 700; }

/* countdown */
#main_countedown_1 .element_conteiner { background: #fff; border-radius: 10px; }
#main_countedown_1 .time_left { background-color: transparent !important; padding-bottom: 0; }
#main_countedown_1 .time_description { font-size: 16px !important; padding-bottom: 10px; color: var(--main-dblue) !important; font-family: inherit !important; }

/* faq*/
.faq-list h4 { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 500; }
.faq-list .vc_toggle { margin-bottom: 40px; }

.wp-rsvpform .wpforms-container { max-width: 500px; margin: 0 auto !important;
    background: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important; }
.wp-rsvpform .wpforms-container .wpforms-field-row.wpforms-field-medium { max-width: 100% !important; }

.toggle-box .vc_toggle_icon { display: none; }

.toggle-box .wpb_wrapper > .vc_toggle:nth-child(1) .vc_toggle_title:before { 
    font-family:'Font Awesome 5 Free';font-weight:900;
    content: "\f594";
    position:absolute;
    top:-8px;
    font-size: 26px;
    left: 0;
    color: var(--main-dblue);
}

.toggle-box .wpb_wrapper > .vc_toggle:nth-child(2) .vc_toggle_title:before { 
    font-family:'Font Awesome 5 Free';font-weight:900;
    content: "\f5ab";
    position:absolute;
    top:-8px;
    font-size: 26px;
    left: 0;
    color: var(--main-dblue);
 }

 .toggle-box .wpb_wrapper > .vc_toggle:nth-child(3) .vc_toggle_title:before { 
    font-family:'Font Awesome 5 Free';font-weight:900;
    content: "\f1ba";
    position:absolute;
    top:-8px;
    font-size: 26px;
    left: 0;
    color: var(--main-dblue);
 }
.toggle-box .wpb_wrapper > .vc_toggle:nth-child(4) .vc_toggle_title:before { 
    font-family:'Font Awesome 5 Free';font-weight:900;
    content: "\f51e";
    position:absolute;
    top:-8px;
    font-size: 26px;
    left: 0;
    color: var(--main-dblue);
}
.toggle-box .wpb_wrapper > .vc_toggle:nth-child(5) .vc_toggle_title:before { 
    font-family:'Font Awesome 5 Free';font-weight:900;
    content: "\f2e7";
    position:absolute;
    top:-8px;
    font-size: 26px;
    left: 0;
    color: var(--main-dblue);
}
.toggle-box .wpb_wrapper > .vc_toggle:nth-child(6) .vc_toggle_title:before { 
    font-family:'Font Awesome 5 Free';font-weight:900;
    content: "\f594";
    position:absolute;
    top:-8px;
    font-size: 26px;
    left: 0;
    color: var(--main-dblue);
}
.toggle-box .wpb_wrapper > .vc_toggle:nth-child(7) .vc_toggle_title:before { 
    font-family:'Font Awesome 5 Free';font-weight:900;
    content: "\f290";
    position:absolute;
    top:-8px;
    font-size: 26px;
    left: 0;
    color: var(--main-dblue);
}

/*rsvp form */
#rsvpPlugin { max-width: 500px; margin: 0 auto; }
#rsvpPlugin input, #rsvpPlugin select, #rsvpPlugin textarea, .date-box {
  height: 45px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid var(--main-grey);
  padding-left: 15px;
  font-size: 16px;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif; font-weight: 500;
}

#rsvpPlugin input[type="submit"] {
    border: 1px solid var(--main-grey);
    background: linear-gradient(135deg, var(--main-blue), var(--main-purple));
    transition: all 0.3s ease;
    color: #fff;
    padding: 20px 60px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    height: auto;
    width: 100%;
}

#rsvpPlugin input[type="submit"]:focus,
#rsvpPlugin input[type="submit"]:valid {
  border-color: var(--main-purple);
}

#rsvpPlugin input[type="radio"] { 
  width: inherit; height: inherit;
}

/* timeline */
.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
  font-family: "Poppins", sans-serif;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #006E51;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline .container.left {  left: 0; }
.timeline .container.right { left: 50%; }

.timeline .container::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 50px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}

.timeline .container.right::after { left: -10px; }

.timeline .container::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - -1px);
  right: 70px;
  background: #006E51;
  z-index: 1;
}

.timeline .container.right::before { left: 10px; }

.timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 50px);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  width: 170px;
}

.timeline .container .date span { color: var(--main-purple); }
.timeline .container.left .date { right: -230px; }
.timeline .container.right .date { left: -290px; text-align: right; }

.timeline .container .content {
  padding: 30px 150px 30px 30px;
  position: relative; text-align: right;
}

.timeline .container .content img { height: auto; }

.timeline .container.right .content {
  padding: 30px 30px 30px 90px; text-align: left;
}

.timeline .container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}

.timeline .container .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 50%;
  }

  .timeline .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .timeline .container.right {
    left: 0%;
  }

  .timeline .container.left::after, 
  .timeline .container.right::after {
    left: 154px;
  }

  .timeline .container.left::before,
  .timeline .container.right::before {
    left: 165px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline .container.left .date,
  .timeline .container.right .date {
    right: auto;
    left: 0;
    text-align: left;
  }

  .timeline .container .content img { width: 100px; }
}