@font-face {
    font-family:Abolition-Round;
    src: url("../fonts/Abolition-Round.otf");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    background:#fff; 
}
.outer_div {
    overflow: hidden;
}
.banner-section {
    float: left;
    width: 100%;
    display: flex;
}
.banner-left-section {
    padding: 0px;
    width: 40%;
    position: relative;
    box-sizing: border-box;
    float: left;
    display: flex;
    align-items: flex-end;
}
.banner-right-section{
    padding: 0px;
    width: 60%;
        float: left;
}
.banner-inner-div {
    background-image: url(../images/banner1.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
    min-height: 500px;
}
.banner-inner-div:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,89,45,0.2);
}
.banner-inner-text {
    background-color: #2b2b2d;
    position: absolute;
    bottom: 0;
    width: 100%;
   
}
.banner-inner-text h3 {
    color: #fff;
    margin: 0px;
    font-size: 17px;
    padding: 13px 0px;
    text-transform: uppercase;
    text-align: center;
    font-family: Abolition-Round;
    line-height: 26px;
    padding-left: 120px;
    padding-right: 5px;
    letter-spacing: 2px;
    font-weight: normal;
}
.getting-married-div {
    background-color: #e1e1e1;
    text-align: center;
    padding: 80px 0px;
    position: absolute;
    width: 100%;
    max-width: 420px;
    z-index: 9;
    -webkit-box-shadow: 3px 9px 41px 3px rgba(185, 183, 183, 0.31);
    -moz-box-shadow: 3px 9px 41px 3px rgba(185, 183, 183, 0.31);
    box-shadow: 3px 9px 41px 3px rgba(185, 183, 183, 0.31);
    right: -117px;
}

.getting-married-div h1 {
    color: #2c2c2e;
    font-size: 70px;
    font-weight: 500;
   font-family:Abolition-Round;
    line-height: 90px;
    letter-spacing: 3px;
    margin: 0px;
}
.getting-married-div span {

    position: relative;
    color: #fff;

}
.getting-married-div span::before {
    position: absolute;
    content: "";
    height: 72px;
    width: 1500%;
    background: #ff592d;
    z-index: -9;
    top: 14px;
    right: 0;
}
 /* save-the-date-section css start */

.save-the-date-section{
    float: left;
    width: 100%;
    margin-top: 150px;
    display: flex;
}
.save-left-section {
    padding: 0px;
    width: 80%;
}
.save-date-inner-sec{
    background-image: url(../images/calendar.jpg);
    height: 100vh;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.save-date-inner-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,89,45,0.1);
}
.save-right-saction {
    width: 40%;
    padding: 0px;
    position: relative;
    display: flex;
}
.save-date-text-sec {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
}
.timing-section {
    display: inline-block;
    width: 55px;
    font-size: 21px;
    margin: 4px;
}
.timing-section h5 {
    margin-bottom: 5px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #ff592d;
}
.timing-section span {
    font-size: 14px;
}
.save-date-text-sec h2 {
    font-size: 55px;
    margin: 50px 0px 50px 0px;
    font-family: Abolition-Round;
    color: #2c2c2e;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}
.save-date-text-sec p {
    font-family: Abolition-Round;
    color: #2c2c2e;
    font-size: 20px;
    margin: 0px;
    font-weight: normal;
    line-height: 31px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.save-right-saction h4 {
    font-family: Abolition-Round;
    background-color: #ff592d;
    color: #fff;
    padding: 50px 0px 50px 50px;
    font-size: 35px;
    text-transform: uppercase;
    margin: 25px 0px;
    width: 100%;
    position: absolute;
    left: -120px;
    letter-spacing: 2px;
    font-weight: normal;
}
 /* save-the-date-section css end */

 /* about section css start */
.about-section{
    float: left;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 100px;
}
.about-section .about-container {

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
   

}
.couples-name {
    text-align: center;
    padding: 0px;
   margin:0px;
}
.couples-name li{
    list-style: none;
    display: inline-block;
}
.couples-name li button {
    font-weight: 200;
    font-family: Abolition-Round;
    font-size: 40px;
    outline: none;
    color: #bcbcbc;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
.couples-name li button.active span {
    border-bottom: 2px solid;
}
.couples-name li button.active {
color: #2c2c2e;
}
.couples-inner-sec {
    float: none;
    margin: 0 auto;
    max-width: 991px;
    width: 100%;
}
.bride-image img, .grooms-image img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.bride-image span, .grooms-image span {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0.5);
} 
.grooms-image.intro span{
    transform: scale(1.1);
    background-color: rgba(255,89,45,0.2);
    z-index: 99;
}
.bride-image.intro span{
    transform: scale(1.1);
    background-color: rgba(255,89,45,0.2);
    z-index: 99;
}
.grooms-image, .bride-image {
    margin-top: 100px;
    padding: 0px;
    width: 50%;
    float: left;
    position: relative;
}
.groom-intro {
    background-color: #ff592d;
    padding: 35px 45px 35px 45px;
    display: none;
}
.groom-intro h3 {
    margin: 0px 0px 25px 0px;
    color: #fff;
    font-family: Abolition-Round;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
}
.groom-intro p {
    color: #fff;
    font-size: 20px;
    font-family: Abolition-Round;
    margin: 0px;
    line-height: 31px;
    letter-spacing: 1px;
    font-weight: 200;
}
.intro img {
    width: 100%;
    max-width: 100%;
    transform: scale(1.1);
    position: relative;
    z-index: 99;
}
.groom__img, .bride__img {
    box-shadow:  2px -3px 46px rgba(0,0,0,0.3);
    max-height: 400px;
    min-height: 400px;
    overflow: hidden;
    transform: scale(0.9);
    position: relative;
    background-size: cover !important;
    background-position: center top !important;
}
.grooms-image.intro .groom__img {
    transform: scale(1.1);
}
.bride-image.intro .bride__img {
    transform: scale(1.1);
}
.grooms-image.intro .groom-intro, .bride-image.intro .groom-intro {
    display: block;
    top: -50px;
    width: 100%;
    max-width: 556px;
    z-index: 100;
    position: relative;
    margin: 0 auto;
}
.grooms-image.intro, .bride-image.intro{
    z-index: 99;
}
 /* about section css end */
/* our-story-section css start */
 .our-story-section {
    float: left;
    width: 100%;
    padding-top: 135px;
}
.our-story-section h2 {
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    color: #2c2c2e;
    font-family: Abolition-Round;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 50px;
    padding-left: 15px;
}
.story-bg-section{
     background-image: url(../images/ourstory-bg.jpg);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
     padding: 150px 0px 150px 0px;
     float: left;
     width: 100%;
}
.story-inner-div {
    float: left;
    width: 100%;
}
.story-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.story-first-sec {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.story-first-sec h3 span, .story-second-sec span, .story-third-sec span {
    background-color: #fb592d;
    padding-right: 70px;
    padding-bottom: 6px;
}
.story-first-sec h3, .story-second-sec h3, .story-third-sec h3 {
    font-size: 30px;
    color: #fff;
    font-family: Abolition-Round;
     font-weight: 200;
     letter-spacing: 2px;
     margin:0px 0px 20px 0px;

}
.story-first-sec p, .story-second-sec p, .story-third-sec p {
    font-size: 20px;
    color: #fff;
    font-family: Abolition-Round;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0px;
    line-height: 40px;
}
.story-second-sec {
    width: 100%;
    max-width: 450px;
    float: right;
    margin-top: 100px;
}
.story-third-sec {
    width: 100%;
    max-width: 450px;
    margin-right: 60px;
    margin-top: 100px;
    float: left;
}
/* our-story-section css end */
.event-section {
    background-image: url(../images/event-bg.jpg);
    height: auto;
    background-repeat: no-repeat;
    background-size: 85%;
    float: left;
    width: 100%;
    margin-top: 50px;
    position: relative;
    background-position: left;
}
.event-section:before {
    content: "";
     width: 85%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,89,45,0.1);
}
.event-inner-section {
    background-color: #fff;
    z-index: 999;
    float: right;
    width: 100%;
    padding: 50px 50px 75px 150px;
    max-width: 75%;
    box-sizing: border-box;
    box-shadow: -1px 1px 61px rgba(0,0,0,0.3);
    position: relative;/*
    top: 50px;*/
    margin-top: 85px;
    background-image: url(../images/balloon.png);
    background-repeat: no-repeat;
    background-size: 27%;
    background-position: right top;
}
.event-inner-section h3 {
    color: #2c2c2e;
    font-size: 30px;
    font-family: Abolition-Round;
    letter-spacing: 2px;
    margin: 0px 0px 40px 0px;
    font-weight: 200;
}
.couples-events{
    margin:0px;
    padding: 0px;
}
 .couples-events li {
    list-style: none;
    display: inline-block;
}
 .couples-events li button.active {
    color: #ff592d;
}
 .couples-events li button.active span {
    border-bottom: 2px solid #ff592d;

}
 .couples-events li button {
    font-weight: 200;
    font-family: Abolition-Round;
    font-size: 55px;
    outline: none;
    color: #bcbcbc;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
     padding: 0px;
     cursor: pointer;
}
.couples-events li:nth-child(2) button {
    padding-left: 20px;
}
.grooms-event {
    float: left;
    width: 100%;
    margin-top: 50px;
    display: none;
}
.grooms-event.event {
    display: block;
}
.bride-event {
    float: left;
    width: 100%;
    display: none;
      margin-top: 50px;
}
.bride-event.event{
    display: block;
}
 ul.event-details {
    margin: 0px;
    padding: 0px;
}
ul.event-details li {
    list-style: none;
}
ul.event-details:first-child li {
    margin-top: 0px;
}
ul.event-details li {
    color: #000;
    font-size: 19px;
    font-family: Abolition-Round;
    letter-spacing: 2px;
    font-weight: 200;
    margin-top: 47px;
    position: relative;
}
ul.event-details li p {
    padding-bottom: 8px;
    border-bottom: 1px solid #ff592d;
    display: inline-block;
    margin: 0;
}
ul.event-details li span {
    margin-right: 25px;
}
ul.event-details li span a,
ul.event-details li span a:hover,
ul.event-details li span a:focus {
    color: #000;
    text-decoration: none;
}
ul.event-details li:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 80px;
    background-color: #ff592d;
    left: -79px;
    bottom: -5px;
}
.gallery-section {
    float: left;
    width: 100%;
    padding-top: 125px;
    margin-bottom: 50px;
}
.gallery-section h3{
    color: #2c2c2e;
    font-size: 36px;
    font-family: Abolition-Round;
    letter-spacing: 2px;
    margin: 0px 0px 60px 0px;
    font-weight: 200;
    text-align: center;
}
.grid-item a, .grid-item img {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.overlay_img {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,89,45,0.2);
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.grid-item a:hover .overlay_img {
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer {
    background-color: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
 }
 .footer a {
    color: rgb(255,255,255,1);
    text-decoration: none;
 }
 .footer p {
    margin: 0;
    font-family: 'Abolition-Round';
    letter-spacing: 2px;
}
.fb_bottom {
  padding: 80px 0;
  width: 100%;
  max-width: 100%;
  float: left;
  text-align: center;
  background-color: #e1e1e1;
}
.facebook_div span, .facebook_div iframe, .fb_iframe_widget {
  max-width: 100%;
}
.w_50 {
    width: 50%;
}
.share-section ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
.share-section li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.social-icon {
    color: #ff592d;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 45px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 35px !important;
}
.social-icon:hover, .social-icon:focus {
    color: #fff;
    background-color: #ff592d;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
 @media (max-width: 1200px) {
    .save-right-saction h4 {
        padding: 30px 0 30px 30px;
    }
 }
@media (min-width: 991px) and (max-width: 1024px) {
    .our-story-section h2{
        padding:0px 15px;
        box-sizing: border-box;
    }
    .story-container {
    padding: 0px 15px;
    box-sizing: border-box;
}
.event-section{
    background-position: inherit;
}

}
@media (min-width: 767px) and (max-width: 991px) {
.banner-inner-div{
    height: 80vh;
}
.banner-inner-text h3 {
    padding: 13px 10px 13px 128px;
}
.banner-inner-text h3 br{
    display: none;
}
.save-date-inner-sec {
    height: 70vh;
}
  .save-right-saction {
    width: 50%;
}
.save-left-section {
    width: 70%;
}
.save-the-date-section{
    margin-top: 100px;
}
.about-section{
    margin-top: 100px;
}
.grooms-image, .bride-image {
    margin-top: 75px;
    }
.groom-intro{
    box-sizing: border-box;
}
.our-story-section h2{
    padding:0px 15px;
    box-sizing: border-box;
}
.story-container {
    padding: 0px 15px;
    box-sizing: border-box;
}
.event-section{
    margin-top: 100px;
    background-position: inherit;
}
.event-section:before{
    display: none;
}
.event-inner-section{
    padding: 40px 15px 60px 86px;
    margin-top: 0px;
}
.save-date-text-sec {
    margin-top: 85px;
}
ul.event-details li:before {
    width: 55px;
    left: -55px;
}
.couples-events li button{
    font-size: 46px;
}
.event-inner-section h3{
      margin: 0px 0px 25px 0px;
}
.grooms-event {
    margin-top: 45px;
}
.gallery-section {
    padding-top: 130px;
    box-sizing: border-box;
}
.gallery-section h3{
     margin: 0px 0px 40px 0px;
}
.gallery-section .swiper-scrollbar {
    bottom: 30px;
}

}




@media only screen and (max-width: 767px) {
    .banner-inner-div {
        min-height: 450px;
    }

.grooms-image, .bride-image {
    margin-top: 70px;
}
.groom-intro {
        padding: 15px 15px 15px 15px;
   max-width: 90% !important;
    width: auto !important;
}
.groom-intro h3 {
    margin: 0px 0px 10px 0px;
    font-size: 21px;
}
.groom-intro p{
    font-size: 17px;
    line-height: 27px;
}
.banner-section{
    display: block;
}
.banner-right-section{
    width: 100%;
}
.banner-left-section{
    width: 100%;
    display: block;
}
.getting-married-div {
    position: relative;
    padding: 50px 0px;
    right: 0;
    left: 0;
    max-width: 100%;
}
.getting-married-div span::before {
    height: 60px;
   }
.save-date-inner-sec {
    height: 60vh;
    min-height: 300px;
}
.banner-left-section:after{
    display: none;
}
.getting-married-div h1{
    font-size: 61px;
    line-height: 82px;
}
.banner-inner-text h3{
    letter-spacing: 3px;
    padding: 21px 15px;
     font-size: 17px;
}
.banner-inner-text h3 br{
    display: none;
}
.save-the-date-section{
margin-top: 60px;
display: block;

}
.save-left-section{
    width: 100%;
}
.save-right-saction {
    width: 100%;
    display: block;
}
.save-right-saction h4{
    position: static;
}
.save-right-saction h4 {
    text-align: center;
    padding: 40px 0px;
    font-size: 30px;
}
.save-date-text-sec {
    max-width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
        text-align: center;
}
.save-date-text-sec h2 {
    font-size: 40px;
    margin: 25px 0px;
}
.save-date-text-sec p {
    font-size: 17px;
  }
.about-section {
    margin-top: 60px;
    margin-bottom: 0;
    }
.our-story-section {
    padding-top: 100px;
    text-align: center;
}
.our-story-section h2{
    text-align: center;
    margin-bottom: 40px;
}
.story-bg-section { 
    padding: 70px 15px;
    box-sizing: border-box;
    background-position: center;
}
.story-second-sec, .story-third-sec{
    margin-top: 70px;
}
.story-first-sec h3 span, .story-second-sec span, .story-third-sec span{
    padding: 0px 70px 6px 70px;
}
.event-section{
  background-size: cover;
  margin-top: 70px;
      box-sizing: border-box;
      padding: 0px 15px;
}
 
.event-inner-section{
     padding: 50px 15px 75px 50px;
     max-width: 100%;
     top: 0;
     margin: 30px 0px;
    /*background-position: center;*/
}
.couples-events li button {
    font-size: 38px;
    }
.event-inner-section h3{
 margin: 0px 0px 25px 0px;
}
ul.event-details li:before {
    height: 4px;
    width: 35px;
    left: -35px;
    bottom: -3px;
}
ul.event-details li{
    line-height: 30px;
    margin-top: 30px;
}
ul.event-details li span{
    border: none;
    padding: 0px;
}
.event-section:before {
    width: 100%;
    left: 0;
    right: 0;
}
.gallery-section{
    padding-top: 70px;
    margin-bottom: 50px;
}
.gallery-section h3 {
    margin: 0px 0px 40px 0px;
}
.gallery-section .swiper-scrollbar {
    opacity: 1 !important;
    bottom: 15px;
}
}

@media (max-width: 576px) {
    ul.event-details li span {
        display: block;
    }
    ul.event-details li span:first-child {
        margin-bottom: 5px;
    }
    .w_50 {
        width: 100%;
        margin: 8px 0;
    }
    .grooms-image.intro .groom-intro, .bride-image.intro .groom-intro {
        top: 0;
    }
    .groom__img, .bride__img {
        max-height: 250px;
        min-height: auto;
        padding-top: 70%;
    }
    .couples-name {
        display: none;
    }
    .grooms-image, .bride-image {
        width: 100%;
    }
    .bride-image span, .grooms-image span {
        background: rgba(255,89,45,0.2);
    }
    .groom-intro {
        display: block;
        margin: 0 auto;
    }
    .grooms-image.intro .groom__img {
        transform: scale(0.9);
    }
    .bride-image.intro .bride__img {
        transform: scale(0.9);
    }
    .about-section {
        margin-top: 0;
    }
}

@media (max-width: 420px) {
    .getting-married-div h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .getting-married-div span::before {
        height: 44px;
    }
}