body{
    font-family: "Heebo", sans-serif;
    overflow-x: hidden;
}
.about-bg{

    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
    padding-top: 224px;
    padding-bottom: 100px;
    text-align: center;
}
.ivaw-box.portfolio-single-gallery-box {
    position: relative;
}
.portfolio-b-area p {
    color: #7a7a7a;
    max-width: 51%;
    margin: 0 auto;
    margin-top: 30px;
}
.mobile-menu-area-top {}

.mmat-logo a {
    padding: 0 !important;
}

.mobile-menu-close i {
    position: relative;
    bottom: 3px;
    right: 1px;
}

.mobile-menu-list {}

.mobile-menu-list a {
    color: #282828;
    padding-left: 40px;
    padding: 15px;
    height: 50px;
    display: block;
}

.mobile-menu-area.show {
    left: 0;
}
.porfolio-bottom.portfolio-single-bottom .container {
    border: unset;
}
.latest-projects.d-flex.flex-wrap a {
    position: relative;
}

.latest-projects.d-flex.flex-wrap a:before {
    opacity: 0;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s;
    bottom: 0;
    background: #00000078;
}

.latest-projects.d-flex.flex-wrap a:hover:before {
    opacity: 1;
}
.ivaw-text.portfolio-single-gallery-box-texts {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    opacity: 0;
    transition: all .3s;
    transform: translate(-50%,-50%);
}

.ivaw-text.portfolio-single-gallery-box-texts h4 {
    color: white;
}

.ivaw-text.portfolio-single-gallery-box-texts p {
    width: 50%;
    color: #c1c1c1;
}

.ivaw-box.portfolio-single-gallery-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000009c;
    transition: all .3s;
    opacity: 0;
}
.calendar-box {
    /* text-align: center; */
    /* padding: 20px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
    /* background-color: white; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    /* width: 300px; */
  }
  
  .calendar-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .calendar {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    position: fixed;
    z-index: 1;
    display: none;
  }
  
  .header {
    background-color: #282828;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  #prevBtn,
  #nextBtn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
  }
  
  #monthYear {
    font-size: 18px;
    font-weight: bold;
  }
  
  .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    padding: 10px;
  }
  
  .day {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .day.current {
    background-color: #282828;
    color: white;
  }
  
  .day.selected {
    background-color: #2ecc71;
    color: white;
  }
  
  #dateInput {

  }
  
.ivaw-box.portfolio-single-gallery-box:hover:before {
    opacity: 1;
}

.ivaw-box.portfolio-single-gallery-box {}

.ivaw-box.portfolio-single-gallery-box:hover .ivaw-text.portfolio-single-gallery-box-texts {
    opacity: 1;
}
.about-bg.portfolio-bg{
    background-position: inherit;
    height: 418px;
}
.index-view-all-weddings.portfolio-page-weddings {
    padding-top: 120px;
    padding-right: 15px;
    padding-bottom: 100px;
    padding-left: 15px;
}

.portfolio-page-title {
    text-align: center;
}


.portfolio-page-title h3 {
    font-family: "Yesteryear", cursive;
    font-size: 96px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000b3;
    margin-top: -87px;
    z-index: -1;
}

.portfolio-page-title h2 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.portfolio-page-title p {
    color: #7a7a7a;
    font-size: 16px;
    max-width: 41%;
    margin: 10px auto;
    margin-bottom: 50px;
}
.how-we-work {
    background: #f8f8f8;
    padding: 100px 0px;
}
.how-we-work p.text-center.text-muted {
    max-width: 60%;
}
.how-we-work h2 {
    color: #282828;
    font-size: 34px;
    font-family: "Cormorant", serif;
    z-index: 1;
    position: relative;
}

.how-we-work p {
    color: #7a7a7a;
    max-width: 60%;
    margin: 0 auto;
}

.how-we-work h4 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 32px;
}

p.text-muted {
    max-width: 81%;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.step-number {
    font-size: 80px;
    font-weight: bold;
    color: #f8f8f8;
    text-shadow: 0px 0px 1px #000000;
}
.index-texttures.about-page-textturees {
    padding-top: 120px;
    margin-bottom: 0;
}
.about-right img {
    width: 100%;
    margin-top: -20px;
}
.index-texttures.about-page-textturees .itt-left img {
    margin-top: 60px;
}
.itt-left h4 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    margin: 20px 0px;
}
.itt-right {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.banner-texts {
    position: relative;
    z-index: 1;
}
.progress-container {
    width: 100%;
    margin: 10px 0;
}
.label {
    display: flex;
    justify-content: space-between;
}
.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #ddd;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.progress {
    height: 100%;
    background-color: #282828;
    border-radius: 0;
    width: 1%;
    transition: width 2s ease-in-out;
}
.about-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000ad;
}

.banner-texts h4 {
    color: #ffffff2b;
    font-size: 200px;
    font-family: "Yesteryear", cursive;
    margin-top: -148px;
}

.banner-texts h3 {
    color: white;
    font-family: "Cormorant", serif;
    font-size: 40px;
    font-weight: 700;
}
.itt-left h2 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    max-width: 100%;
    font-size: 34px;
    letter-spacing: 1px;
}
.itt-boxes p {
    color: #7a7a7a;
    margin-bottom: 20px;
}

.itt-boxes a {
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 14px;
    color: #282828;
    text-decoration: unset;
}

.itt-boxes a i {
    margin-left: 10px;
}
.itt-left h3 {
    font-family: "Yesteryear", cursive;
    font-size: 96px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000b3;
    margin-top: -131px;
    z-index: -1;
}

.itt-left p {
    margin-top: 20px;
    color: #7a7a7a;
    font-weight: 300;
    max-width: 98%;
}

.itt-left img {
    width: 45%;
}

.index-texttures {
    margin-bottom: 81px;
}

.itt-right {
    margin-top: 40px;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 25px;
    height: 30px;
    position: relative;
    margin-top: 29px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 9px;
    width: 125%;
    left: -6px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 19px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
.itt-boxes h4 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 20px;
}
.index-contact-bg{
    background-image: url(https://fse.jegtheme.com/esthetic/wp-content/themes/esthetic/assets/img/stylish-man-holding.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.wedding-photograpy-rght {
    box-shadow: 0px 3px 15px  rgba(0, 0, 0, 0.1);
    display: flex;
    margin-top: -113px;
    vertical-align: middle;
    align-items: center;
    position: relative;
    z-index: 1;
    background: white;
}

.wpr-img img {
    width: 275px;
    height: 200px;
    object-fit: cover;
}

.wpr-img a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    transform: translate(-50%,-50%);
    height: 50px;
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.wpr-img {
    position: relative;
}

.wpr-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000004a;
}

.wpr-texts {
    padding-left: 25px;
}

.wpr-texts h5 {
    font-family: "Cormorant", serif;
    font-weight: 700;
}

.wpr-texts p {
    color: #7a7a7a;
    font-weight: 300;
}
.wpr-texts a i {
    margin-left: 15px;
}
.wpr-texts a {
    font-family: "Cormorant", serif;
    color: black;
    display: flex;
    align-items: center;
    text-decoration: unset;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
}

.wpr-texts a:hover {
    color: gray;
}
.index-contact-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000ab;
}
.logo.footer-logo {
    width: 130px !important;
}

.logo.footer-logo img {
    width: 130px;
}

.logo.footer-logo a {
    padding: 0;
}

footer.footer.text-light p {
    color: #7a7a7a;
    max-width: 100%;
    font-size: 12px;
}

footer.footer.text-light h5 {
    margin-bottom: 20px;
    margin-top: .5rem;
    font-family: "Cormorant", serif;
}
.index-contact-bg .container {
    position: relative;
}

.ica-texts h2 {
    color: white;
    font-family: "Cormorant", serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.index-contact-bg {}

.index-contact-bg .col-lg-6 {
    width: 45%;
}

.ica-left {
    padding: 10px;
}

.ica-texts h3 {
    color: rgba(255, 255, 255, 0.1);
    font-family: "Yesteryear", cursive;
    font-size: 96px;
    font-weight: 300;
    margin-top: -175px;
}

.ica-texts p {
    margin-top: 70px;
    color: white;
}

.ica-contact-info {
    color: white;
}

.ica-contact-info .d-flex {
    vertical-align: middle;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.ica-contact-info .d-flex i {
    margin-right: 15px;
}

.ica-social-links {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.ica-social-links .msb-box a {
    margin-right: 37px !important;
}

.ica-social-links {}

.ica-social-links .mbs-box {
    margin-right: 20px;
}

.ica-right-form {
    padding: 50px;
    background: white;
    /* position: relative; */
    width: 100%;
}
.ica-right-form input {
    color: #282828;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 13px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 25px;
}

.ica-right-form textarea {
    color: #282828;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 13px;
    padding-right: 25px;
    padding-bottom: 13px;
    padding-left: 25px;
    height: 130px;
}
.footer {
    background: #000;
    padding-bottom: 10px !important;
    padding: 40px 0;
    padding-top: 60px;
}
.footer a {
    color: gray;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.footer a:hover {
    color: white;
}
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border: 1px solid white;
    border-radius: 50%;
    margin-right: 10px;
}
.latest-projects img {
    width: 108px;
    height: 80px;
    object-fit: cover;
    margin: 5px;
}
.footer-bottom {
    border-top: 1px solid gray;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    display: block;
    color: gray;
    align-items: center;
    justify-content: space-between;
}
.footer-links {
    display: block;
    gap: 50px;
}
.ica-right-form button {
    width: 100%;
    padding-top: 20px;
    padding-right: 40px;
    color: white;
    font-family: "Cormorant", serif;
    border-color: #282828;
    background: #282828;
    transition: all .3s;
    font-weight: 600;
    padding-bottom: 20px;
    padding-left: 40px;
    border-style: solid;
    border-width: 1px;
}

.ica-right-form button:hover {
    background: transparent;
    color: #282828;
}
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
.main-bg {
    width: 100%;
    position: absolute;
    height: 100px;
    overflow: hidden;
}

.view-all-wedding-link {
    TEXT-ALIGN: CENTER;
    margin: 30px 0px;
}
.icc-swiper-box {
    padding-left: 200px;
    padding-right: 200px;
}

.icc-swiper-top {
    text-align: center;
}

.profile-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
}

span.profile-info strong {
    color: white;
    font-family: "Cormorant", serif;
    font-size: 24px;
    font-weight: 700;
}

p.profile-des {
    color: #7a7a7a;
    font-weight: 600;
}

.ics-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000ab;
}

p.profile-comment {
    color: white;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
}

.index-customer-carousel {
    margin: 60px 0px;
}
.view-all-wedding-link a {
    color: #282828;
    text-decoration: unset;
    font-family: "Cormorant", serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    transition: all .3s;
    padding-right: 40px;
    border: 1px solid #282828;
    padding-bottom: 20px;
    padding-left: 40px;
}

.view-all-wedding-link a:hover {
    background: #282828;
    color: white;
}
.ics-box{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://fse.jegtheme.com/esthetic/wp-content/themes/esthetic/assets/img/bride-and-groom-at-sunse.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
    background-attachment: fixed;
    position: relative;
}
.ics-overlay{
    background: #000000;
    opacity: 0.65;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.index-view-all-weddings {
    padding: 15px;
    padding-bottom: 100px;
}

.ivaw-img {
    margin-bottom: 30px;
}

.ivaw-text {
    text-align: center;
}

.ivaw-text h4 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 32px;
    z-index: 1;
    position: relative;
}

.ivaw-text h5 {
    font-family: "Yesteryear", cursive;
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000b3;
    margin-top: -36px;
    z-index: -1;
}

.ivaw-text p {
    color: #7a7a7a;
    max-width: 68%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ivaw-text a {
    color: #282828;
    font-size: 14px;
    text-decoration: unset;
    font-weight: 600;
    font-family: "Cormorant", serif;
    margin-bottom: 30px;
    display: block;
}
.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw; 
    height: 56.25vw; /* 16:9 oranına göre */
    min-height: 100vh;
    min-width: 177.78vh; /* 16:9 oranı korundu */
    transform: translate(-50%, -50%);
    object-fit: cover;
    display: none;
}
.mainbg-socials {
    display: flex;
    vertical-align: middle;
    align-items: center;
    position: relative;
    bottom: 45px;
    z-index: 2;
}

.logo a {
    padding: 10px;
}

@media (min-width: 1400px) {
.container {
    max-width: 1140px;
}
}

.mbs-box a {
    color: white;
    width: 38px;
    height: 38px;
    line-height: 19px;
    text-align: center;
    display: block;
    padding: 10px;
    border-radius: 50%;
    transition:all .3s;
    border:1px solid transparent;
}

.mbs-box:first-child a{
    border:1px solid white
}

.mbs-box a:hover{border:1px solid white;}
.ivaw-box img {
    width: 100%;
}

.ivaw-box {
    margin-left: 15px;
    /* margin-right: 15px; */
}
.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 104vh;
    overflow: hidden;
    z-index: -1;
    background: url('https://fse.jegtheme.com/esthetic/wp-content/themes/esthetic/assets/img/happy-hipster-couple-embracing-at-lake-in-cane.webp') no-repeat center center; /* Arka plan resmi */
    background-size: cover;
}
.content {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1;
    top: 50%;
    color: white;
    text-align: center;
    font-size: 2rem;
    font-family:
    "Cormorant", serif;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, 0.3); */ /* Koyu şeffaf efekt */
}

.content h1 {
    font-size: 3rem;
}
.main-bg-overlay{
    background: #000;
    background-image: url(https://fse.jegtheme.com/esthetic/wp-content/themes/esthetic/assets/img/frame-borderline-white.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 1260px;
    background-blend-mode: normal;
    opacity: 0.55;
    box-sizing: border-box;
    transition: background-color 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, color 0.3s, height 0.3s;
    border-radius: inherit;
    height: 104%;
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute !important;
}
header {
    z-index: 2;
    display: flex;
    position: absolute;
    vertical-align: middle;
    top: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 110px;
    margin-top: 15px;
}

.logo img {
    width: 110px;
}

header ul {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

header ul li {
    list-style: none;
}

header a {
    font-family: "Cormorant", serif;
    color: white;
    text-decoration: unset;
    font-size: 14px;
    padding: 0px 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.content h2 {
    color: #ffffff2b;
    font-family: "Yesteryear", cursive;
    font-size: 200px;
    position: absolute;
    line-height: 93px;
}

.content h1 {
    font-size: 72px;
    max-width: 50%;
    font-weight: 700;
}
a.guten-button.slow.guten-button-sm.__desktop-fadeInUp {
    text-decoration: unset;
    white-space: nowrap;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    transform: translate(-50%,-50%);
    transition: all .4s;
    padding-left: 40px;
    z-index: 1;
    background: white;
    top: 75%;
    border-style: solid;
    font-family: "Cormorant", serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    border-width: 1px;
    border-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #000000;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
a.guten-button.slow.guten-button-sm.__desktop-fadeInUp:hover {
    background: transparent;
    color: white;
}
.portfolio-b-area H2 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 34px;
    z-index: 1;
    max-width: 51%;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
}

.porfolio-bottom {
    text-align: center;
    padding-bottom: 100px;
}

.porfolio-bottom .container {
    border-top: 1px solid #eaeaea;
    padding-top: 100px;
}

.portfolio-b-area h3 {
    font-family: "Yesteryear", cursive;
    font-size: 96px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000b3;
    margin-top: -120px;
}
.portfolio-single-top {
    padding-top: 100px;
    padding-bottom: 80px;
}

.pst-left h2 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    max-width: 100%;
    font-size: 34px;
    letter-spacing: 1px;
}

.pst-left h3 {
    font-family: "Yesteryear", cursive;
    font-size: 96px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0px 0px 1px #000000b3;
    margin-top: -103px;
    z-index: -1;
}

.pst-left p {
    margin-top: 20px;
    color: #7a7a7a;
    font-weight: 300;
    max-width: 100%;
}

.pst-right {
    border: 1px solid #eaeaea;
    padding: 35px;
}

.psd-right-text b {
    display: block;
}

.psd-right-text {
    padding-left: 15px;
}

.psd-right-text b {
    font-family: "Cormorant", serif;
    font-weight: 700;
    color: #282828;
    font-size: 20px;
    margin-bottom: 2px;
}

.pst-right .d-flex {
    margin-bottom: 10px;
    vertical-align: middle;
    align-items: top;
}

.psd-right-text span {
    color: #7a7a7a;
    font-weight: 300;
}
.single-images-full {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.single-images-full img {
    width: 100%;
}

.single-images-box {width: 100%;}

.single-images-box:first-child {
    margin-right: 32px;
}
.portfolio-b-area a {
    display: inline-block;
    color: #282828;
    text-decoration: unset;
    padding-bottom: 15px;
    padding-left: 40px;
    font-family: "Cormorant", serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    transition: all .3s;
    padding-right: 40px;
    border: 1px solid #282828;
    margin-top: 30px;
}

.portfolio-b-area a:hover {
    background: #282828;
    color: white;
}
.ica-rf-flex {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.index-contact-bg .row {
    justify-content: space-between;
}
.index-contact-bg .col-lg-6:last-child {
    width: 50%;
}
.mobile-menu-area {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    left: -1000px;
    background: white;
    height: 100%;
    top: 0;
    transition: all .5s;
}

.mobile-menu-area ul {
    display: block;
    /* padding: 0; */
    text-align: left;
}

.mobile-menu-area-top .flex {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-menu-area-top img {
    filter: invert(1);
    width: 120px;
}

.mobile-menu-close {
    /* width: 100%; */
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background: #d8d8d8;
    width: 30px;
    height: 30px;
    line-height: 16px;
}

.mmat-logo {
    /* width: 100%; */
}

.mobile-menu-area-top {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    padding: 20px 25px;
}
.ica-rf-flex .ica-rf-flex-box:first-child {
    margin-right: 25px;
}
.how-we-work h3 {
    text-align: center;
    font-family: "Yesteryear", cursive;
    font-size: 96px;
    font-weight: 300;
    color: #f8f8f8;
    text-shadow: 0px 0px 1px #000000b3;
    margin-top: -123px;
}
.mobile-menu-area{display: none;}
.mobile-menu-trigger{display: none;}
@media(max-width:991px){
    .video-container iframe {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.78vh;
        transform: translate(-50%, -50%);
        object-fit: cover;
        display: none;
    }
    .latest-projects img {
        width: 155px;
        height: 80px;
        object-fit: cover;
        margin: 5px;
    }
    .pst-left h2 {
        font-size: 24px;
    }
    
    .pst-left h3 {
        font-size: 64px;
    }
    
    .portfolio-single-top {
        padding-top: 60px;
    }
    
    .pst-right {
        margin-top: 30px;
    }
    
    .single-images-box:first-child {
        margin-right: 0;
        width: 100%;
    }
    
    .single-images-box:last-child {
        display: none;
    }
    
    .index-view-all-weddings.portfolio-page-weddings {
        padding-bottom: 0;
    }
    .portfolio-b-area h3{font-size: 64px;}
    .portfolio-b-area H2{max-width: 100%;font-size: 24px;}
    .view-all-wedding-link a{
        padding-top: 18px;
        padding-right: 32px;
        padding-bottom: 18px;
        font-size: 14px;
        padding-left: 32px;
    }
    .portfolio-b-area a{
        padding-top: 18px;
        padding-right: 32px;
        padding-bottom: 18px;
        font-size: 14px;
        padding-left: 32px;
    }
    .portfolio-page-title h3{font-size: 64px;margin-top: -68px;}
    .portfolio-page-title h2{font-size: 24px;}
    .portfolio-page-title p {
        color: #7a7a7a;
        font-size: 14px;
        max-width: 100%;
        margin: 10px auto;
        margin-bottom: 45px;
    }
    .about-bg.portfolio-bg{height: 270px;}
    .ica-right-form input{
        padding-top: 13px;
        padding-right: 23px;
        padding-bottom: 13px;
        padding-left: 23px;
        font-size: 14px;
    }
    .ica-right-form button{
        padding-top: 18px;
        padding-right: 32px;
        padding-bottom: 18px;
        padding-left: 32px;
        font-size: 14px;
    }
    .ica-right-form textarea{
        padding-top: 13px;
        padding-right: 23px;
        padding-bottom: 13px;
        padding-left: 23px;
        font-size: 14px;
    }
    .ica-texts h2{font-size: 24px;}
    .ica-texts h3{font-size: 64px;margin-top: -108px;}
    .ica-right-form{margin-top: 30px;}
    .index-contact-bg .col-lg-6:last-child{width: 100%;}
    .index-contact-bg .col-lg-6{width: 100%;}
    p{font-size: 14px;}
    
    .icc-swiper-box {
    padding-left: 0;
    padding-right: 0;
    }
    
    .itt-left {
        text-align: center;
    }
    .itt-right {
        display: block;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
    }
    p.profile-comment{font-size: 14px;}
    .itt-boxes {
        text-align: center;
    }
    .itt-left p {
        margin-top: 20px;
        color: #7a7a7a;
        font-weight: 300;
        max-width: 100%;
        margin-top: 35px;
        text-align: center;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .itt-left h2{font-size: 24px;text-align: center;}
    .itt-left h3{font-size: 64px;text-align: center;margin-top: -90px;}
    .index-texttures{margin-top: 60px;}
    .wpr-texts{padding: 20px;}
    .wpr-img img {
        width: 100%;
        height: 196px;
        object-fit: cover;
    }
    .wedding-photograpy-rght{display: block;margin-top: -30px;}
    .mbs-box {
        margin-right: 10px;
    }
    .content{top: 26%;}
    a.guten-button.slow.guten-button-sm.__desktop-fadeInUp{top: 38%;}
    
      .ivaw-box{margin-left: 0;}
      .itt-boxes p {
        color: #7a7a7a;
        margin-bottom: 20px;
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ivaw-text h4{font-size: 22px;}
    .ivaw-text h5{font-size: 30px;margin-top: -28px;}
    .content h1 {
        font-size: 32px;
        max-width: 77%;
        font-weight: 700;
    }
    .mainbg-socials{bottom: 263px;justify-content: center;}
    .main-bg-overlay{height: 91%;}
    .content h2{font-size: 68px;line-height: 50px;}
    .mobile-menu-area{display: block;}
    .mobile-menu-trigger{justify-content: flex-end;text-align: right;display: flex;}
    .main-menu{display: none;}
    .about-bg{
        padding-top: 126px;
        padding-bottom: 80px;
        height: 270px;
    }
    .banner-texts h4 {
        color: #ffffff2b;
        font-size: 68px;
        text-align: center;
        font-family: "Yesteryear", cursive;
        margin-top: -73px;
    }
    .index-texttures.about-page-textturees {text-align: left;}

.index-texttures.about-page-textturees .itt-left {text-align: left;}

.index-texttures.about-page-textturees h2 {
    text-align: left;
}
.text-content-inner p {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.text-content-inner p {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.how-we-work h4{font-size: 22px;}

.how-we-work h2 {
    font-size: 24px;
}
.how-we-work p.text-center.text-muted {
    max-width: 96%;
}
.how-we-work h3 {
    font-size: 64px;
    margin-top: -91px;
}
.index-texttures.about-page-textturees h3 {
    text-align: left;
}

.index-texttures.about-page-textturees p {
    text-align: left;
}
    .index-texttures.about-page-textturees{padding-top: 60px;margin-top: 0;}
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
    }

    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1;
    }

    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.codeless-add-purchase-button p,
.codeless-add-purchase-button2 p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: unset;
    color: #fff;
}

.codeless-add-purchase-button:hover p,
.codeless-add-purchase-button2:hover p {
    margin-right: 10px;
}

.codeless-add-purchase-button:hover i.icon,
.codeless-add-purchase-button2:hover i.icon {
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.codeless-add-purchase-button:hover,
.codeless-add-purchase-button2:hover {
    background-color: #61d466;
    font-size: inherit;
    padding-right: 15px;
}

.codeless-add-purchase-button i.icon:after,
.codeless-add-purchase-button2 i.icon:after {
    content: "";
    position: fixed;
    display: block;
    height: 60px;
    width: 60px;
    background: linear-gradient(180deg, rgba(7, 94, 84, .5) 0%, rgb(56 170 60 / .5) 100%);
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}

.codeless-add-purchase-button i.icon svg,
.codeless-add-purchase-button2 i.icon svg {
    height: 29px;
    position: relative;
    left: 1px;
}

.codeless-add-purchase-button .icon,
.codeless-add-purchase-button2 .icon {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.codeless-add-purchase-button,
.codeless-add-purchase-button2 {
    position: fixed;
    bottom: 25px;
    left: 23px;
    height: 60px;
    background: #61d466;
    background-image: linear-gradient(to bottom, #61d466 0%, #52b43e 100%);
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    padding: 0;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: 300;
    color: #fff !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.codeless-add-purchase-button2 p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: unset;
    color: #fff;
}

.codeless-add-purchase-button2:hover p {
    margin-right: 10px;
}

.codeless-add-purchase-button2:hover i.icon {
    background-color: rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.codeless-add-purchase-button2:hover {
    background-color: var(--sc1);
    font-size: inherit;
    padding-right: 15px;
}

.codeless-add-purchase-button2 i.icon:after {
    content: "";
    position: fixed;
    display: block;
    height: 60px;
    width: 60px;
    background: #038b938f;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}

.codeless-add-purchase-button2 i.icon svg {
    height: 29px;
    position: relative;
    left: 1px;
}

.codeless-add-purchase-button2 .icon {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    position: relative;
    left: -1px;
}

.codeless-add-purchase-button2 {
    position: fixed;
    bottom: 121px;
    left: 23px;
    height: 60px;
    background: var(--sc1);
    background-image: var(--sc1);
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    padding: 0;
    padding-right: 10px;
    display:
            -webkit-box;
    display:
            -webkit-flex;
    display:
            -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: 300;
    color: #fff !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}