@font-face {
    font-family: "Satoshi";
    src: url("./fonts/Satoshi.eot");
    src:
        url("./fonts/Satoshi.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Satoshi.woff2") format("woff2"),
        url("./fonts/Satoshi.woff") format("woff"),
        url("./fonts/Satoshi.ttf") format("truetype");
    font-display: swap;
}



@font-face {
    font-family: "Satoshi Medium";
    src: url("./fonts/Satoshi Medium.eot");
    src:
        url("./fonts/Satoshi Medium.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Satoshi Medium.woff2") format("woff2"),
        url("./fonts/Satoshi Medium.woff") format("woff"),
        url("./fonts/Satoshi Medium.ttf") format("truetype");
    font-display: swap;
}


.new-blog-detail-banner {
    position: relative;
    z-index: 1;
}

.new-blog-detail-banner .dynamic-breadcrumb {
    align-items: center;
    display: flex;
    list-style: none;
    padding: 0px;
    line-height: normal;
    justify-content: center;

}

.new-blog-detail-banner  .dynamic-breadcrumb li {
    margin-right: 20px;
    position: relative;
}

.new-blog-detail-banner .dynamic-breadcrumb li:before {
       color: #fff;
    content: "|";
    line-height: 1;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.new-blog-detail-banner .dynamic-breadcrumb li:last-child:before {
display: none;
}

.new-blog-detail-banner  .dynamic-breadcrumb li a {
       color: #fff;
    text-transform: capitalize;
    vertical-align: middle;
    font-family: 'Satoshi Medium';
    text-decoration: none;
    font-size: 15px;
}






.new-blog-detail-banner  .new-heading{
    font-family: "Cormorant Garamond", serif !important;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;

}
.detail-slider img{
    width: 100%;
}


.new-blog-detail-banner .wedding-text {
    text-align: center;
}
.new-blog-detail-banner .container {
    right: 0;
    top: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.new-blog-section {
    margin: 80px 0px;
}

.new-blog-section .blog-date {
    color: rgb(0 0 0 / 68%);
    font-size: 15px;
    font-family: "Satoshi Medium";
    line-height: 1.5;
    margin-bottom: 10px;
}

.new-blog-section .heading {
    font-family: "Satoshi Medium"!important;
    font-size: 45px;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.new-blog-section .paragraph-content p {
    color: rgb(40 40 40 / 70%);
    font-family: "Satoshi";
    margin-bottom: 0px;
}

.new-blog-section .blog-btn {
    border: 1.5px solid #31302d;
    padding: 8px 15px;
    color: #fff;
    position: relative;
    transition: color 0.4s cubic-bezier(0.47, 0.17, 0.17, 0.58);
    line-height: 1;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0.6px;
    text-align: center;
    background: none;
    text-box: auto;
    text-decoration: none;
    font-family: "Satoshi Medium"!important;
}
.new-blog-section .blog-btn:hover {
    color: #31302d;
}

.new-blog-section .blog-btn:hover:before {
    height: 100%;
    z-index: -1;
}
.new-blog-section .btn-wrap {
    margin: 30px 0px;
}

.new-blog-section .blog-btn:before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
    z-index: -1;
}

.new-blog-section .blog-btn:after {
    content: "";
    position: absolute;
    background: #31302d;

    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    z-index: -2;
}
.new-blog-section .social-share a {
    color: #22392e;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-left: 6px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    display: flex;
    position: relative;
    text-decoration: none;
    border: 1.2px solid #282828;
}

.new-blog-section .social-share a:before {
    content: "";
    transform-origin: 50%;
    z-index: -1;
    background: #f8a12f;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
    inset: 0;
    transform: scale(0);
}
.new-blog-section .social-share a:hover {
    color: #fff;
    border: 1.5px solid #f8a12f;
}

.new-blog-section .social-share a:hover:before {
    transform: scale(1);
}

.new-blog-section .social-share {
    display: flex;
    justify-content: flex-end;
}

.new-blog-section .blog-hero {
    margin: 40px 0px;
}

.new-blog-section .blog-hero img {
    width: 100%;
    display: block;
}

.new-blog-section .blog-content h2,
.new-blog-section .blog-content h3,
.new-blog-section .blog-content h4,
.new-blog-section .blog-content h5,
.new-blog-section .blog-content h6 {
    font-family: "Satoshi Medium"!important;
    font-size: 30px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.new-blog-section .blog-content p {
    color: rgb(40 40 40 / 68%);
    font-family: "Satoshi";
    margin-bottom: 20px;
}

.new-blog-section .blog-content ul{
    padding-left: 25px;
}

.new-blog-section .blog-content p a {
    color: #f8a12f;
    text-decoration: underline;
}
.new-blog-section .content-image {
    margin: 40px 0px;
}
.new-blog-section .content-image iframe {
    width: 100%;
    height: 440px;
    border-radius: 10px;
}

.new-blog-section .blog-content ul li {
    color: rgb(40 40 40 / 68%);
    font-family: "Satoshi";
    margin-bottom: 10px;
    list-style: none;
}
.new-blog-section .blog-content ul li {
    position: relative;
}
.new-blog-section .blog-content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    position: absolute;
    left: -20px;
    top: 11px;
    border-radius: 50%;
}

.new-blog-section .blog-content ul li span {
    color: #000;
    font-family: "Satoshi Medium";
}

.new-blog-section .image-wraps img,
.new-blog-section .img-responsive {
    width: 100%;
    border-radius: 10px;
}

.new-blog-section .image-section,
.new-blog-section .image-wrap {
    margin: 40px 0px;
}

.new-blog-section .detail-form {
    margin: 80px 0px;
}

.new-blog-section .small-title {
    color: #ffa42e;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: block;
    font-family: "Satoshi Medium";
    margin-bottom: 10px;
}

.new-blog-section .detail-form .content .heading {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 400;
    color: #282828;
    margin-bottom: 15px;
}

/* FORM CARD */
.new-blog-section .form-card {
    padding: 35px 30px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    max-width: 480px;
    margin-left: auto;
}

.new-blog-section .form-control {
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    padding: 8px 10px;
    font-family: "Satoshi Medium";
    height: auto;
}

.new-blog-section .form-group {
    margin-bottom: 21px;
}

.new-blog-section .form-control::placeholder {
    color: rgb(0 0 0 / 58%);
    font-family: "Satoshi Medium";
}

.new-blog-section .form-control:focus {
    border-color: #ddd;
    box-shadow: none;
}

.new-blog-section .btn-wrapper {
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.new-blog-section textarea.form-control {
    min-height: 110px;
    resize: none;
}

/* CHECKBOX */
.new-blog-section .check-box {
    height: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
}

.new-blog-section .check-box input {
    position: absolute;
    left: 8px;
    width: 9px;
    height: 9px;
    margin: 0;
}

.new-blog-section .check-box label {
    padding-left: 27px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-family: "Satoshi Medium";
}

.new-blog-section .date-input {
    height: 38px;
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    overflow: hidden;
    margin-bottom: 21px;
}

.new-blog-section .date-input input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.new-blog-section .date-input label {
    cursor: pointer;
    font-size: 14px;
    color: rgb(0 0 0 / 58%);
    font-family: "Satoshi Medium";
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 0px;
}

.new-blog-section .calendar-icon {
      position: absolute;
    right: 9px;
    top: 46%;
    transform: translateY(-46%);
    font-size: 25px;
    color: #666;
    pointer-events: none;
}

.blog-faq-section .card-header{
    padding: 0px;
    background-color: transparent;
    border: 0px;
    margin: 0px;
}

.new-blog-section .calendar-icon img {
    width: 20px;
}

.blog-faq-section  {
    margin:50px 0px;
}

.blog-faq-section  .faq-wrapper {
    max-width: 650px;
    margin: 0 auto;
}

/* Small orange heading */
.blog-faq-section  .faq-subtitle {
    color: #ffa42e;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: block;
    font-family: "Satoshi Medium";
    margin-bottom: 10px;
    text-align: center;
}

/* Main heading */
.blog-faq-section  .faq-title {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 400;
    color: #282828;
    margin-bottom: 15px;
}

/* Accordion */
.blog-faq-section  .faq-accordion {
    border-top: 1px solid #d9d9d9!important;
}

.blog-faq-section  .faq-item {
    border: 0;
    border-bottom: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
}

.blog-faq-section  .faq-text {
    text-align: center;
    margin-bottom: 25px;
}
.blog-faq-section  .faq-button {
    width: 100%;
    padding: 15px 8px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    color: #282828;
    font-size: 18px;
    box-shadow: none !important;
    font-family: "Satoshi Medium";
}

.blog-faq-section  .faq-button:hover {
    background: transparent;
}

.blog-faq-section  .faq-button:focus {
    outline: none;
    background: transparent;
}

/* Remove Bootstrap default arrow */
.blog-faq-section  .faq-button::after {
    display: none;
}

/* Plus / Minus icon */
.blog-faq-section  .faq-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 300;
    color: #282828;
    margin-left: 15px;
}

.blog-faq-section .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #282828;
}

/* Answer */
.blog-faq-section  .faq-answer {
    padding: 0px 8px 16px;
    color: rgb(40 40 40 / 68%);
    font-family: "Satoshi";
    margin-bottom: 10px;
    font-size: 15px;
}

.new-related-articles .img-responsive {
    transition: 0.7s all;
    width: 100%;
}

.new-related-articles .article-date {
    color: #ffa42e;
    font-family: "Satoshi";
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 7px;
    display: block;
}

.new-related-articles .top-title {
    color: #ffa42e;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: block;
    font-family: "Satoshi Medium";
    margin-bottom: 5px;
    text-align: center;
}

.new-related-articles .section-heading {
    margin-bottom: 25px;
}
.new-related-articles .heading {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 400;
    color: #282828;
    margin-bottom: 15px;
}

.new-related-articles .title {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0b1219;
        min-height: 80px;
}

.new-related-articles .article-content {
    padding: 20px 0px 0px 0px;
}
.new-related-articles {
    margin: 80px 0px;
    position: relative;
}
.new-related-articles .article-card {
    padding: 15px;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 1px 10px #00000029;
    border-radius: 7px;
}

.new-related-articles .article-card:hover .article-image img {
    transform: scale(1.07);
}
.new-related-articles .read-more {
    color: #31302d;
    font-family: "Satoshi Medium";
    text-decoration: none;
    transition: 0.5s all;
}
.new-related-articles .read-more:hover {
    color: #ffa42e;
}
.new-related-articles .read-more:hover svg {
    transform: unset;
}

.new-related-articles .read-more svg {
    margin-left: 5px;
    font-size: 15px;
    transform: rotate(-45deg);
    transition: 0.5s all;
}

.new-related-articles .article-image {
    overflow: hidden;
    position: relative;
}

/* Remove spinners for Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove spinners for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

@media (min-width: 1441px) and (max-width: 1599px) {

    .new-blog-section .form-card{
     max-width: 500px;
    }
    .new-blog-section .form-group {
    margin-bottom: 27px;
}
}


@media (min-width: 1300px) and (max-width: 1366px){
.new-related-articles .title{
    font-size: 19px;
}

}

@media (min-width: 992px) and (max-width: 1200px) {


}



@media (min-width: 768px) and (max-width: 991px) {
.new-blog-section .heading {
    font-size: 35px;
}

.new-blog-section .form-card{
    margin-top: 20px;
    max-width: 100%;
}
.new-related-articles .article-card{
    margin-bottom: 40px;
}
}


@media (min-width: 600px) and (max-width: 767px) {
.new-blog-section .heading {
    font-size: 35px;
}
.new-blog-section .social-share{
    margin-top: 20px;
        justify-content: left;
}
.new-blog-section .social-share a:first-child{
margin-left: 0px;
}

.new-blog-section .btn-wrap {
    margin: 20px 0px;
}
.new-blog-section .content-image iframe{
        height: 350px;
}

.new-blog-section .image-wraps {
    margin-bottom: 20px;
}
.new-related-articles .heading{font-size: 35px;}
.heading br{display: none;}
.new-related-articles .article-card{margin-bottom: 30px;}
.new-blog-section .detail-form .content .heading{font-size: 35px;}
.blog-faq-section .faq-title{font-size: 35px;}

.new-blog-section .form-card{max-width: 100%;margin-top: 20px;}
}


@media only screen and (max-width: 599px){
.new-blog-section .heading{font-size: 35px;}
.new-blog-section .social-share{ margin-top: 20px;   justify-content: left;}
.new-blog-section .social-share a:first-child{margin-left: 0px;}
.new-blog-section .btn-wrap {margin: 20px 0px;}
.new-blog-section .content-image iframe{  height: 350px;}
.new-blog-section .image-wraps {margin-bottom: 20px;}
.new-related-articles .heading{font-size: 35px;}
.heading br{display: none;}
.new-related-articles .article-card{margin-bottom: 30px;}
.new-blog-section .detail-form .content .heading{font-size: 35px;}
.blog-faq-section .faq-title{font-size: 35px;}
.new-blog-section .form-card{max-width: 100%;margin-top: 20px;}
.new-blog-section .blog-hero {  margin: 30px 0px;}
.new-blog-section .image-section, .new-blog-section .image-wrap {  margin: 40px 0px 20px 0px;}
.new-blog-section {  margin: 50px 0px;}
.new-blog-section .detail-form {  margin: 50px 0px;}
.new-blog-section .form-card{    padding: 25px 20px;}
.new-related-articles { margin: 50px 0px;}
.detail-slider {   height: 400px;}
.detail-slider  img{   height: 100%;object-fit: cover;}
.new-blog-detail-banner .new-heading{font-size: 40px;margin-bottom: 10px;}
.new-blog-section .blog-content h2, .new-blog-section .blog-content h3, .new-blog-section .blog-content h4, .new-blog-section .blog-content h5, .new-blog-section .blog-content h6 {  font-size: 25px; line-height: 1.2;}
.blog-faq-section .faq-button{font-size: 16px;}
}