
@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative&display=swap');
/* Base Styles */
@import url('https://fonts.googleapis.com/css?family=Calligraffitti&display=swap');

@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
:root {
    font-size: 10px;
}
a{
  text-decoration: none !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {

    font-family: 'Libre Franklin', sans-serif !important;
    min-height: 100vh;
    /* background-color: #fafafa; */
    color: #262626;

    padding-bottom: 3rem;
}
h1,h2,h3,h4,h5,h6,
.h4-size{
  font-family: 'Libre Franklin', sans-serif !important;
}

img {
    display: block;
}

@media screen and (max-width:767px){
     header .logo--xs {
         max-width:100px;
     }
}


.headdiff{
  /* font-family: 'Cinzel Decorative', cursive !important;  */
  font-weight: 500 !important;
  font-size: 5.2rem;
}

.container {
    max-width: 97.5rem;
    margin: 0 auto;
    /* padding: 0 2rem; */
}
@media screen and (max-width: 767px) {
    header .logo--xs {
        position: absolute;
        top: 2px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        max-width: 100px!important;
        padding: 0;
        -webkit-transition: all 500ms cubic-bezier(0.25, 1, 0.2, 1);
        transition: all 500ms cubic-bezier(0.25, 1, 0.2, 1)
    }
}
.loadbtn{
  background: grey;
  padding: 10px;
  border-radius: 10px;
  color: white;
  font-family: sans-serif;
  margin: auto;
  display:none;
  /* display: table; */
}

.btn {
    display: inline-block;
    font: inherit;
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    cursor: pointer;
}

.btn:focus {
    outline: 0.5rem auto #4d90fe;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.greypart{
  right: -7% !important;
}

.weddetail{
font-size: 12px!important;
}


.uprgrey{
  background: #80808038 !important;
  padding: 20px !important;
}

.content-container__grey-bg{
  background: #fafafa !important;
}

.chnimg img {
    height:194.69px !important;
}

/* Profile Section */

.profile::after {
    content: "";
    display: block;
    clear: both;
}

.profile-image {
    float: left;
    width: calc(33.333% - 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3rem;
}

.profile-image img.profile {
    border-radius: 50%;
    width: initial !important;
    height: initial !important;
}

.profile-user-settings,
.profile-stats,
.profile-bio {
    float: left;
    width: calc(66.666% - 2rem);
}

.profile-user-settings {
    margin-top: 1.1rem;
}

.profile-user-name {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: 300;
    color: black !important;
}

.profile-edit-btn {
    font-size: 1.4rem;
    line-height: 1.8;
    color: white;
    padding: 0 2.4rem;
    background: #3897f0;
    border-radius: 10px;
    margin-left: 2rem;
}

.profile-settings-btn {
    font-size: 2rem;
    margin-left: 1rem;
}

.profile-stats {
    margin-top: 2.3rem;
}

.profile-stats li {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-right: 4rem;
    cursor: pointer;
}

.profile-stats li:last-of-type {
    margin-right: 0;
}

.profile-bio {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.3rem;
}

.profile-real-name,
.profile-stat-count,
.profile-edit-btn {
    font-weight: 600;
}

/* Gallery Section */

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
    padding-bottom: 3rem;
}

.gallery-item {
    position: relative;
    flex: 1 0 22rem;
    margin: 1rem;
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3) !important;
}

.gallery-item:hover .gallery-item-info,
.gallery-item:focus .gallery-item-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.gallery-item-info {
    display: none;
}

.gallery-item-info li {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
}

.gallery-item-likes {
    margin-right: 2.2rem;
}

.gallery-item-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
    transform: rotateY(180deg);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-nav{
	position: relative;
	top: -160px;
}

.owl-nav button:focus{
	outline: none !important;
}

.owl-nav button{
	float: left;
	padding: 10px !important ;
	background: #ffffff96 !important;
	border-radius: 50%;
	font-size: 40px !important;
	display: block;
	box-shadow: 0px 0px 5px 0px lightgray;
}

.owl-nav button:nth-child(1){
	position: relative;
	left: -30px !important;
}

.owl-nav button:nth-child(2){
	position: absolute;
	right: -30px !important;
}

.owl-nav button span{
	padding: 0px 20px !important;
	display: block;
	color: #15477af0;
}

.owl-nav button:focus{
	outline: none !important;
}

.owl-nav button{
	float: left;
	padding: 10px !important ;
	background: #ffffff96 !important;
	border-radius: 50%;
	font-size: 40px !important;
	display: block;
	box-shadow: 0px 0px 5px 0px black;
}

.owl-nav button:nth-child(2){
	position: absolute;
	right: 5px;
}

.owl-nav button span{
	padding: 0px 20px !important;
	display: block;
	color: #15477af0;
}

/* Loader */

.loader {
    width: 5rem;
    height: 5rem;
    border: 0.6rem solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
    animation: loader 500ms linear infinite;
}

.weddctext{
  text-align: center !important;
}

/* .greypartser{
} */

#instaout{
  margin-top:20px;
}

.followinsta{
  font-size: 18px !important;
  margin-left: 5px;
}

.follpara{
  margin-bottom:30px !important;
}

.userdetails{
  padding: 0;
}

.weddetails{
  font-size: 15px;
}

.chnimg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.faqs__question{
  background: #eee;
}
#faqs h3{
  text-align: center;
  margin-bottom: 25px;
}

.faqs__container{
  display: table !important;
  margin: 0px !important;
  float: left;
  /*max-width: 64.333% !important;*/
  max-width: 100% !important;
}

.clear{
  clear: both ;
}

.serimg{
  display: table;
  float: right;
  margin-bottom: 20px;
}

.content-container__image--bg , .conupp{
  margin-bottom: 20px;
}

.imgshd{
  box-shadow: 0px 0px 15px 0px #000000cf;
}

.serimg{
  box-shadow: 0px 0px 12px 0px gray;

}
.faqs__answer__inner{
  padding-top: 10px;
  font-family: 'Quicksand', sans-serif;
  font-size: 15.5px;
  }

.content-container__content{
  margin-top: 0px !important;
}
header .black{
  position: relative;
  top: 10px;
}


@media screen and (max-width: 426px) {
  img.img-rounded{
    width: 100%!important;
    margin-left: 10px !important;
  }
  .midpara{
    font-size: 12.3px;
  }

  .wedheadchn{
    font-size: 17px !important;
    font-weight: 500;
    margin-bottom: .3rem !important;
  }
  .boxchn{
    padding: 5px 10px!important;
    background: #ffffffde !important;
    width: 85%!important;
    /*transform: translate(-50%,30%) !important;*/
  }

  .weddetails{
    font-size: 11px!important;
  }

  .weddctext a{
    font-size: 12px!important;
  }

  .weddingtext{
    font-size: 16px;
    font-weight: 700;
  }

  .headdiff{
  font-size: 26px!important;
  }

  .mobpadchang{
    padding: 0px!important;
  }

  .paradiff{
    font-size: 14.5px!important;
    max-width: 100% !important;
    text-align: justify !important;
  }

  .owl-nav button{
  	font-size: 35px !important;
  	box-shadow: 0px 0px 1px 0px gray;
  }

  .owl-nav button:nth-child(1){
  	left: -20px !important;
  }

  .owl-nav button:nth-child(2){
  	right: -20px !important;
  }

  .serimg{
    width: 100% !important;
  }

  .faqs__container{
    max-width: 100% !important;
  }

  .faqs__answer__inner{
    font-size: 14px;
    }

    .deepvish{
      background-position:-90px 0px;
    }

    header .black{
      top: 0px;
    }

    .content-container__image.conupp{
      position: relative;
      padding-right: 0;
      padding-left: 4vw;
      margin-top: 4vw;
    }

    .content-container__image.conupp:after{
      content: "";
      position: absolute;
      top: -4vw;
      left: 0;
      right: 4vw;
      bottom: 4vw;
      background: #ebebeb;
      z-index: -1;
    }

}

/* Media Query */

@media screen and (max-width: 40rem) {
    .profile {
        display: flex;
        flex-wrap: wrap;
        padding: 4rem 0;
    }

    .profile::after {
        display: none;
    }

    .profile-image,
    .profile-user-settings,
    .profile-bio,
    .profile-stats {
        float: none;
        width: auto;
    }

    .profile-image img {
        width: 7.7rem;
    }

    .profile-user-settings {
        flex-basis: calc(100% - 10.7rem);
        display: flex;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .profile-user-name {
        font-size: 2.2rem;
    }

    .profile-edit-btn {
        order: 1;
        padding: 0;
        text-align: center;
        margin-top: 1rem;
    }

    .profile-edit-btn {
        margin-left: 0;
    }

    .profile-bio {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }

    .profile-edit-btn,
    .profile-bio,
    .profile-stats {
        flex-basis: 100%;
    }

    .profile-stats {
        order: 1;
        margin-top: 1.5rem;
    }

    .profile-stats ul {
        display: flex;
        text-align: center;
        padding: 1.2rem 0;
        border-top: 0.1rem solid #dadada;
        border-bottom: 0.1rem solid #dadada;
    }

    .profile-stats li {
        font-size: 1.4rem;
        flex: 1;
        margin: 0;
    }

    .profile-stat-count {
        display: block;
    }
}

/* Spinner Animation */

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

/*

The following code will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox & floated styling.

*/

@supports (display: grid) {
    .profile {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: repeat(3, auto);
        grid-column-gap: 3rem;
        align-items: center;
    }

    .profile-image {
        grid-row: 1 / -1;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        grid-gap: 2rem;
    }

    .profile-image,
    .profile-user-settings,
    .profile-stats,
    .profile-bio,
    .gallery-item,
    .gallery {
        width: auto;
        margin: 0;
    }

    @media (max-width: 40rem) {
        .profile {
            grid-template-columns: auto 1fr;
            grid-row-gap: 1.5rem;
        }

        .profile-image {
            grid-row: 1 / 2;
        }

        .profile-user-settings {
            display: grid;
            grid-template-columns: auto 1fr;
            grid-gap: 1rem;
        }

        .profile-edit-btn,
        .profile-stats,
        .profile-bio {
            grid-column: 1 / -1;
        }

        .profile-user-settings,
        .profile-edit-btn,
        .profile-settings-btn,
        .profile-bio,
        .profile-stats {
            margin: 0;
        }
    }
}

@media screen and (max-width: 425px) {
  .instasliimg{
    height: 320px  !important;
    transform: scale(1.3,1.4) !important;
  }
  .owl-nav{
    top: -190px;
  }

  .teamcard{
    overflow: hidden;
    border-radius: 10px;
  }
}

@media screen and (max-width:375px) {
  .instasliimg{
    height: 300px !important;
  }
  .owl-nav{
    top: -170px;
  }

  .teamcard{
    overflow: hidden;
  }

  /* body.page-frequently-asked-questions .faqs__container{
    max-width: 100% !important;
    top: 250px;
  } */
}

@media screen and (max-width: 320px) {
  .instasliimg{
    height: 258px !important;
  }
  .teamcard{
    overflow: hidden;
  }
  /* body.page-frequently-asked-questions .faqs__container{
    top: 220px;
  } */
}
