

@import url('https://fonts.googleapis.com/css2?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');

* {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}


:root {
    --theme-text: #b0306d;
}

.custom_navbar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    background: #ffffff69;
    backdrop-filter: blur(31px);
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 999;
}
a.navbar-brand img {
    width: 100%;
    max-width: 60px;
}
ul.navbar-nav li.nav-item {
    padding: 0 40px;
}
.navbar-nav .nav-link {
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.dropdown-toggle::after {
    border: none;
}


.dropdown_btn {
    color: #fff;
}
.postion-relative {
    position: relative;
}



ul.inline,
ul.inline li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

a,
a:visited {
    color: #777;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a:hover {
    text-decoration: underline;
    outline: 0;
    cursor: pointer
}
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
 .tabs-left, .tabs-right {
    padding: 0;
  }
  .tabs-left {
    border-right: 1px solid #ddd;
  }
  .tabs-right {
    border-left: 1px solid #ddd;
  }
  .tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
    width: 100%;
  }
  .tabs-left>li {
    margin-right: -1px;
  }
  .tabs-right>li {
    margin-left: -1px;
  }
  .tabs-left>li>a {
    border-radius: 0px;
    margin-right: 0;
    display: block;
    width: 120px;
  }
  .tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
  }
  .sideways {
    margin-top:50px;
    border: none;
    position: relative;
  }
  .sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
  }
  .sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
  }
  .sideways>li.active>a,
  .sideways>li.active>a:hover,
  .sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
  }
  .sideways.tabs-left {
    left: -50px;
  }
  .sideways.tabs-right {
    right: -50px;
  }
  .sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .navbar-light .navbar-nav .nav-link {
      text-decoration: none;
  }
  ul.navbar-nav li.nav-item {
    list-style: none;
  }

  .dropdown-menu.custom_dropdown_menu {
    padding: 0;
    border: none;
}

.custom_dropdown_menu_main {
    width: 100%;
    display: flex;
}
.custom_nav_tabs {
    width: auto;
    min-width: 150px;
    padding: 0;
}
.custom_tabs_content {
    width: auto;
    min-width: 300px;
    padding: 10px 10px;
}

.nav.nav-tabs li a {
    font-weight: 500;
    width: 100%;
    border: none;
    color: #000;
    border-left: 2px solid transparent;
    
}
.nav.nav-tabs li.active a {
    border: none;
    border-left: 2px solid;
    color: #b0306d;
    background: #ffffff;
    width: 100%;
}

.nav.nav-tabs li a:hover {
    border-left: 2px solid;
    color: var(--theme-text);
    background-color: transparent;
}
.custom_tabs_content .tab-content {
    width: 100%;
    display: inline-block;
}
.custom_tabs_content .tab-content .tab-pane {
    width: 100%;
}
.custom_tabs_content .tab-content .tab-pane ul {
    display: inline-block;
    width: 100%;
}
.custom_tabs_content .tab-content .tab-pane ul li {
    width: 50%;
    float: left;
}
.custom_tabs_content .tab-content .tab-pane ul li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 10px 5px;
}
.custom_tabs_content .tab-content .tab-pane ul li a:hover {
    color: var(--theme-text);
}
.view_more {
    color: var(--theme-text) !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.nav-item a.nav-link.login_btn {
    color: var(--theme-text);
    border: 1px solid var(--theme-text);
    display: inline-block;
    padding: 2px 20px;
    margin: 0 20px;
    border-radius: 6px;
    transition: 0.5s;
}
.nav-item a.nav-link.login_btn:hover {
    box-shadow: 0px 2px 5px #b2b2b2;
    color: var(--theme-text);
    transition: 0.5s;
}
.nav-item span {
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.form-check-input[type=checkbox]:focus {
    outline: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
}
.form-control {
    background: #f6f6f6;
    border: none;
    color: #000;
    box-shadow: none;
    margin: 4px 0px 0px;
}
.submit_btn {
    background: var(--theme-text);
    border: none;
    width: 100%;
    color: #fff !important;
    transition: 0.5s;
}
.submit_btn:hover {
    background: var(--theme-text);
    border: none;
    width: 100%;
    color: #fff;
    box-shadow: 0px 10px 10px #b0306d47;
    transition: 0.5s;
}

.main_bg {
    background-image: url(../img/jeremy-wong-weddings-1.jpg);
    height: 660px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 190px 0;
}
.main_section {
    height: 100%;
    display: inline-block;
}
.heading_text h1 {
    color: #fff;
    margin: 0;
    font-size: 28px;
    line-height: 40px;
    text-shadow: 1px 2px 14px #000;
}
  
  select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    cursor: pointer;
  }
  select::-ms-expand {
    display: none;
  }
  .select {
    position: relative;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .select:hover::after {
    color: #f39c12;
  }

  
  .select_option_main {
    display: grid;
    background: white;
    padding: 10px 20px;
}
.select_option_main label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #a4a4a4;
    font-weight: 400;
}
.select_option_number {
    display: flex;
}
.select_option_main input {
    border: none;
    color: #000;
}
.select_option_main input::placeholder {
    color: #000;
}
input:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.select_option {
    margin: 30px 0 0;
}
.register_btn button.submit_btn {
    height: 100%;
    padding: 0 30px;
    border-radius: 0px 6px 6px 0;
}
.note p {
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    text-align: right;
    padding: 10px 10px;
}
.note p a {
    color: #ffffff;
    text-decoration: underline;
}



.second_section {
    padding: 0px 50px;
    background: #f4f4f4;
}
.blog_1 {
    padding: 20px 10px;
    display: flex;
    align-items: flex-start;
}
.blog_text {
    padding-left: 10px;
}
.blog_text h5 {
    line-height: initial;
    font-size: 13px;
    color: black;
    margin-top: 0;
}
.main_blog {
    width: 100%;
    display: inline-block;
    padding: 0 100px;
}
.blog_text p {
    font-size: 10px;
    margin: 0;
}
.blog_img {
    width: 70px;
}
.blog_img img {
    width: 100%;
    max-width: 100px;
}
.third_section_img {
    width: 70%;
    margin: 0 auto;
}
.third_section_img img {
    width: 90%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #c5d0d2;
}

.third_section {
    padding: 70px 0;
}
.third_section_main h3 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
    color: var(--theme-text);
}
.third_section_main p {
    font-size: 15px;
    padding: 10px 1px 20px;
    font-weight: 400;
}
.third_section_main h4 {
    font-size: 19px;
    display: inline-block;
    padding-bottom: 4px;
    color: #000000;
}

ul.choose_section li {
    font-size: 15px;
    padding: 5px 0px;
    list-style: disc;
    margin-left: 20px;
    padding-left: 3px;
    color: #000000;
    font-weight: 400;
}
.register_another_btn {
    display: flex;
    margin: 20px 0 0;
}
.register_another_btn a.register_free {
    background: var(--theme-text);
    color: #fff;
    padding: 13px 50px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
}
.register_another_btn a.register_free:hover {
    background: var(--theme-text);
    border: none;
    color: #fff;
    box-shadow: 0px 10px 10px #b0306d47;
    transition: 0.5s;
}
.forth_section {
    margin-bottom: 40px;
}
.forth_section_sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forth_section_main {
    width: 80%;
    background: #b0306d;
    padding: 40px 30px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.trusted_text h4 {
    color: #fff;
    font-size: 20px;
    FONT-WEIGHT: 400;
}
.trusted_text h4 span {
    font-weight: 700;
}
.trusted_text h5 {
    color: #fff;
    FONT-WEIGHT: 400;
}
.trusted__link.register_another_btn a.register_free {
    background: #fff;
    color: #b0306d;
}

.couple_images img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #bfbfbf;
}

.fifth_section_main h3 {
    font-size: 23px;
    text-align: center;
    padding: 10px 0 40px;
    color: #000;
}
.fifth_section_sub {
    padding: 20px 0px;
}
.couple_text {
    padding: 10px 0 0;
}
.fifth_section {
    padding-bottom: 40px;
}

.fifth_section_images {
    width: 80%;
    margin: 0 auto;
}


.sixth_section {
    background: #f4f4f4;
    padding: 40px 0 70px;
}

.sixth_section_select .select_option_main {
    margin: 0 10px;
    border-radius: 10px;
    background: transparent;
    padding: 0;
}
.sixth_section_select .select_option_main select {
    padding: 10px 10px;
    height: 40px;
    border-radius: 9px;
}
.sixth_section_select .select_option_main input {
    padding: 10px 10px;
    height: 40px;
    border-radius: 9px;
}
.sixth_section_select .select_option_number select {
    margin-right: 20px;
}
.sixth_section_select .select_option_main select.age_select {
    width: 60px;
}
.sixth_section_select .select_option_main span {
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: bold;
}
.sixth_section_select .select_option_main label {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}
.register_btn.lets_begin_btn button.submit_btn {
    height: 40px;
    border-radius: 10px;
}
.sixth_section_main h3 {
    text-align: center;
}
.sixth_section_select.select_option {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sixth_section_select .select_option_main select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 11px;
    margin-right: 2rem;
    padding-right: 30px;
    background-size: 16px;
}

.sixth_section_select.select_option .select {
    overflow: visible;
}

.accordion {
    width: 70%;
    margin: 0 auto;
}

.faq_title {
    text-align: left;
    padding: 0 0 10px;
}
.faq_title h3 {
    display: flex;
    align-items: center;
    margin: 0;
}
.faq_title h3 span {
    margin-left: 14px;
    font-weight: bold;
}
.accordion-header {
    border: none;
    box-shadow: none;
}
.accordion-header button.accordion-button {
    font-size: 13px;
    background: #b0306d;
    color: #fff;
    border: none;
    box-shadow: none;
    height: 50px;
    padding: 0 20px;
    font-weight: 400;
}
.accordion-body {
    font-size: 13px;
    padding: 20px 30px;
    color: #000;
    font-weight: 500;
}
.accordion-header button.accordion-button i.down_icon {
    position: absolute;
    right: 10px;
    transform: rotate(180deg);
    transition: 0.5s;
}
.accordion-button::after {
    display: none;
}
.accordion-header button.accordion-button.collapsed i.down_icon {
    transition: 0.5s;
    transform: rotate(0deg);
}


.accordion-body ul {
    padding: 0 0px 0 10px;
}
.accordion-body ul li {
    list-style: disc;
    padding: 4px 7px;
    color: #000;
    font-weight: 500;
}

.accordion_section {
    padding: 50px 0;
}
footer {
    background: #f4f4f4;
    padding: 20px 0px;
}
.footer_text {
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}


.navbar-expand-lg .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media only screen and (max-width: 1199px) {
    .blog_1 {
        align-items: center;
    }
}

@media only screen and (max-width: 1024px) {

.register_btn button.submit_btn {
    border-radius: 0px 6px 6px 0;
}
.heading_text h1 {
    font-size: 21px;
}
.blog_1 {
    align-items: center;
}
.third_section_main {
    padding: 30px 0 0;
}
.couple_images {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
}
.couple_text {
    padding: 10px 0 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.blog_1 {
    align-items: center;
}

.container {
    width: 895px;
}
}


@media only screen and (max-width: 991px) {

    .main_section {
        display: block;
    }
    .select {
        overflow: unset;
        display: block;
    }
    .register_btn button.submit_btn {
        border-radius: 10px;
        padding: 20px 0;
        margin-top: 10px;
    }
    .select_option_main {
        display: grid;
        padding: 10px 20px;
        margin: 10px 0px;
        border-radius: 10px;
    }
    .select_option_number {
        display: block;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .dropdown-menu.custom_dropdown_menu {
        position: absolute;
    }
    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
        display: block;
    }
    ul.navbar-nav li.nav-item {
        padding: 0 40px;
        height: 50px;
    }
    .forth_section_main {
        width: 100%;
    }
    .sixth_section_select .select_option_main {
        margin: 0px 0 20px;
    }
    .register_btn.lets_begin_btn button.submit_btn {
        line-height: 0;
    }
    .sixth_section_select .select_option_main .age_select:first-child {
        margin: 0;
    }
    .sixth_section_select .select_option_main select {
        margin-right: 0;
    }
    .register_btn.lets_begin_btn label {
        display: none;
    }
    .accordion {
        width: 100%;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 767px) {

.navbar-expand-lg .navbar-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}
.navbar-collapse {
    overflow-y: auto;
    position: absolute;
    background: #fff;
    left: 0;
    width: 90%;
    top: 70px;
    box-shadow: 0px 0px 10px #d8d8d8;
    border-radius: 10px;
    margin: 0 auto;
    right: 0;
}

.navbar-nav .open .dropdown-menu {
    position: relative;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
}
ul.navbar-nav li.nav-item {
    padding: 10px 0;
    height: auto;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    padding: 0;
}
.modal .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    margin: 20px auto;
}
.main_bg {
    height: auto;
    padding: 110px 0 30px;
}
.forth_section_sub {
    display: block;
}
.forth_section_main {
    width: 100%;
    padding: 15px 20px 25px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000 !important;
}
}


@media only screen and (max-width: 576px) {

    .container {
        width: 100%;
    }

}

@media only screen and (max-width: 480px) {

    .navbar-expand-lg .navbar-toggler {
        right: 20px;
    }
    .heading_text h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .second_section {
        padding: 0px 0px;
        background: #f4f4f4;
    }
    .third_section_img {
        width: 100%;
        margin: 0 auto;
    }
    .third_section_img img {
        width: 100%;
        height: 300px;
    }
    .third_section_main h3 {
        font-size: 20px;
    }
    .third_section_main p {
        font-size: 14px;
    }
    .third_section_main h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .register_another_btn a.register_free {
        padding: 13px 30px;
        width: 100%;
    }
    .third_section {
        padding: 70px 0 30px;
    }
    .trusted_text h4 {
        font-size: 16px;
        line-height: 27px;
    }
    .trusted_text h5 {
        color: #fff;
        FONT-WEIGHT: 400;
        line-height: 23px;
    }
    .fifth_section_main h3 {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0;
    }
    .fifth_section_images {
        width: 100%;
        margin: 0 auto;
    }
    .couple_text {
        width: 100%;
    }
    .sixth_section {
        background: #f4f4f4;
        padding: 10px 0 30px;
    }
    .sixth_section_main h3 {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        padding: 0 0;
    }
    .sixth_section_select.select_option .select {
        overflow: visible;
        width: 100%;
    }
    .sixth_section_select .select_option_main select {
        margin-right: 0;
        width: 100%;
    }
    .accordion-body {
        font-size: 13px;
        padding: 10px 10px;
        color: #000;
        font-weight: 500;
    }
    .accordion-header button.accordion-button {
        padding: 15px 30px 15px 10px;
        height: auto;
        line-height: 21px;
    }
    .footer_text p {
        font-size: 12px;
    }
}
