@charset "UTF-8";
/* table of content - start
==================================================================================================== */

/* 

Project Name 	:  FACADE LIGHTING
File 			    :  CSS Base
Version 		  :  1.1.0

================================================== 

# All Default Sections
  01 - header
  02 - footer
  03 - breadcrumb
  04 - sidebar

  05 - partners
  06 - funfact
  07 - calltoaction
  08 - policy
  09 - pricing

# All Inner Pages
  10 - about
  11 - team
  12 - testimonial
  13 - services
  14 - blogs
  15 - portfolio
  16 - shop
  17 - details
  18 - contact
  19 - cart
  20 - error
  21 - comingsoon

# All Home Pages
  22 - home page

*/

/* table of content - end
==================================================================================================== */

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@font-face {
    font-family: "PWSignaturetwo";
    src: url("../fonts/pw_signature_two/PWSignaturetwo.woff2") format("woff2"), url("../fonts/pw_signature_two/PWSignaturetwo.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

/* global area - start
==================================================================================================== */

body {
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0px auto;
    width: 100%;
    font-style: normal;
    padding-top: 150px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    background-color: #000000;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

main {
    overflow: hidden;
}

.container {
    max-width: 100%;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.masoney-grid {
    margin: -15px;
}

.masoney-grid .grid-item h2 {
    font-size: 12px;
}

.masoney-grid .grid-item,
.masoney-grid .grid-sizer {
    float: left;
    width: 33.333%;
    display: inline-block;
}

.masoney-grid .grid-item.grid-66,
.masoney-grid .grid-sizer.grid-66 {
    width: 66.666%;
}

.masoney-grid .grid-item.grid-50,
.masoney-grid .grid-sizer.grid-50 {
    width: 50%;
}

.masoney-grid .grid-item {
    padding: 15px;
}

@media (max-width: 768px) {
    .masoney-grid .grid-item {
        width: 100%;
    }
}

a,
button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

a:hover,
button:hover {
    text-decoration: none;
}

button {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}

button:focus {
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
}

.item-image {
    overflow: hidden;
    position: relative;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

strong,
span,
small,
label,
i {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

.form-item {
    position: relative;
    margin-bottom: 30px;
}

.form-item input,
.form-item textarea,
.form-item select {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0px 20px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ededed;
}

.form-item input:focus,
.form-item textarea:focus,
.form-item select:focus {
    outline: none;
    box-shadow: none;
    border-color: #000000;
}

.form-item input,
.form-item select {
    height: 50px;
}

.form-item textarea {
    width: 100%;
    display: block;
    min-height: 120px;
}

.form-item .submit-btn {
    top: 50%;
    right: 20px;
    line-height: 1;
    position: absolute;
    color: #000000;
    transform: translateY(-50%);
}

.radio-btn input {
    float: left;
    width: 18px;
    height: 18px;
    outline: none;
    cursor: pointer;
    margin-top: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-right: 10px;
    border-radius: 100%;
    border: 2px solid #000000;
}

.radio-btn input:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 8px;
    content: "";
    height: 8px;
    position: absolute;
    border-radius: 100%;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.radio-btn input:checked:before {
    opacity: 1;
}

.radio-btn label {
    margin: 0px;
    line-height: 1;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

:-moz-placeholder {
    text-transform: capitalize;
}

::-moz-placeholder {
    text-transform: capitalize;
}

:-ms-input-placeholder {
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    text-transform: capitalize;
}

/* owl settings - start
================================================== */

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 8px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.3);
    background: #ffffff;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    display: none;
    /*margin: 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  background: #000000;*/
}

.owl-theme .owl-nav .owl-next>span,
.owl-theme .owl-nav .owl-prev>span {
    display: none;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
    top: 50%;
    left: 50%;
    z-index: 1;
    line-height: 1;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    font-family: "icomoon";
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: transparent;
}

.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.owl-theme .owl-nav .owl-prev:before {
    content: "";
}

.owl-theme .owl-nav .owl-next:before {
    content: "";
}

.owl-theme.arrow-left-right .owl-nav {
    margin: 0px;
}

.owl-theme.arrow-left-right .owl-nav .owl-next,
.owl-theme.arrow-left-right .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.owl-theme.arrow-left-right .owl-nav .owl-prev {
    left: 15px;
}

.owl-theme.arrow-left-right .owl-nav .owl-next {
    right: 15px;
}

.owl-theme.owl-arrow .owl-nav,
.owl-theme.arrow-top-right .owl-nav {
    display: table;
    margin: 0px auto;
    position: relative;
}

.owl-theme.owl-arrow .owl-nav:before,
.owl-theme.arrow-top-right .owl-nav:before {
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 100%;
    background-color: #000000;
    transform: translate(-50%, -50%);
}

.owl-theme.owl-arrow .owl-nav .owl-next,
.owl-theme.owl-arrow .owl-nav .owl-prev,
.owl-theme.arrow-top-right .owl-nav .owl-next,
.owl-theme.arrow-top-right .owl-nav .owl-prev {
    float: left;
    display: inline-block;
}

.owl-theme.owl-arrow .owl-nav .owl-next:before,
.owl-theme.owl-arrow .owl-nav .owl-prev:before,
.owl-theme.arrow-top-right .owl-nav .owl-next:before,
.owl-theme.arrow-top-right .owl-nav .owl-prev:before {
    color: #b8b8b8;
    font-size: 42px;
}

.owl-theme.owl-arrow .owl-nav .owl-next:hover:before,
.owl-theme.owl-arrow .owl-nav .owl-prev:hover:before,
.owl-theme.arrow-top-right .owl-nav .owl-next:hover:before,
.owl-theme.arrow-top-right .owl-nav .owl-prev:hover:before {
    color: #000000;
}

.owl-theme.owl-arrow .owl-nav .owl-prev,
.owl-theme.arrow-top-right .owl-nav .owl-prev {
    margin-right: 15px;
}

.owl-theme.arrow-top-right .owl-nav {
    top: -105px;
    right: -13px;
    position: absolute;
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.8);
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.bg-default-black.text-white .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

/* owl settings - end
================================================== */

/* list style settings - start 
================================================== */

.ul-li>ul {
    margin: 0px;
    padding: 0px;
    display: table;
}

.ul-li>ul>li {
    float: left;
    list-style: none;
    display: inline-block;
}

.ul-li-block>ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table;
}

.ul-li-block>ul>li {
    width: 100%;
    display: table;
    list-style: none;
}

.ul-li-right>ul {
    margin: 0px;
    padding: 0px;
    float: right;
    display: table;
}

.ul-li-right>ul>li {
    float: left;
    list-style: none;
    display: inline-block;
}

.ul-li-center>ul {
    padding: 0px;
    margin: 0 auto;
    display: table;
}

.ul-li-center>ul>li {
    float: left;
    list-style: none;
    display: inline-block;
}

/* list style settings - end
================================================== */

/* social links - start
================================================== */

.social-links>ul>li {
    margin-right: 35px;
}

.social-links>ul>li:last-child {
    margin-right: 0px !important;
}

.social-links>ul>li>a {
    color: #000000;
    font-size: 14px;
}

.social-links>ul>li>a:hover {
    opacity: 0.5;
}

.social-links-text>ul>li {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.social-links-text>ul>li:after {
    top: 50%;
    right: -2px;
    width: 4px;
    height: 4px;
    content: "";
    line-height: 1;
    position: absolute;
    border-radius: 100%;
    background-color: #dddddd;
    transform: translateY(-50%);
}

.social-links-text>ul>li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.social-links-text>ul>li:last-child:after {
    display: none;
}

.social-links-text>ul>li>a {
    display: block;
    font-weight: 500;
    position: relative;
    color: #000000;
}

.social-links-text>ul>li>a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #000000;
    transition: width 0.3s linear;
}

.social-links-text>ul>li>a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.text-white .social-links-text>ul>li:after {
    background-color: #000000;
}

.text-white .social-links-text>ul>li>a {
    color: #ffffff;
}

.text-white .social-links-text>ul>li>a:before {
    background-color: #000000;
}

.social-links-round>ul>li {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    text-align: center;
}

.social-links-round>ul>li:last-child {
    margin-right: 0px !important;
}

.social-links-round>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 35px;
    border-radius: 100%;
}

.social-links-round>ul>li>a:hover {
    color: #ffffff;
    background-color: #000000;
}

/* social links - end
================================================== */

/* post meta - start
================================================== */

.post-meta>ul>li {
    font-weight: 500;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.post-meta>ul>li:after {
    top: 50%;
    right: -2px;
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    border-radius: 100%;
    transform: translateY(-50%);
    background-color: #434343;
}

.post-meta>ul>li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.post-meta>ul>li:last-child:after {
    display: none;
}

.post-meta>ul>li>a {
    font-weight: 500;
    color: #000000;
}

/* post meta - end
================================================== */

/* rating star - start
================================================== */

.rating-star ul li {
    color: #dddddd;
    font-size: 12px;
    margin-right: 2px;
}

.rating-star ul li:last-child {
    margin-right: 0px;
}

.rating-star ul li.active {
    color: #000000;
}

/* rating star - end
================================================== */

/* pagination - start
================================================== */

.pagination-nav>ul>li {
    height: 40px;
    min-width: 40px;
    margin-right: 1px;
    text-align: center;
}

.pagination-nav>ul>li:last-child {
    margin-right: 0px !important;
}

.pagination-nav>ul>li>a {
    height: 100%;
    height: 100%;
    color: #434343;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 15px;
    line-height: 40px;
}

.pagination-nav>ul>li:hover>a,
.pagination-nav>ul>li.active>a {
    color: #ffffff;
    background-color: #000000;
}

/* pagination - end
================================================== */

/* other post wrap - start
================================================== */

.other-post-wrap .other-post {
    padding: 60px;
}

.other-post-wrap .other-post span,
.other-post-wrap .other-post small {
    display: block;
}

.other-post-wrap .other-post small {
    font-size: 12px;
    margin-bottom: 35px;
    letter-spacing: 2px;
    color: #434343;
    text-transform: uppercase;
}

.other-post-wrap .other-post span {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.other-post-wrap .other-post:nth-child(odd) {
    text-align: right;
    background-color: #f2f2f2;
}

.other-post-wrap .other-post:nth-child(even) {
    color: #ffffff;
    background-color: #000000;
}

.other-post-wrap .other-post:nth-child(even) small {
    color: #ffffff;
}

.other-post-wrap .other-post:nth-child(even) span {
    color: #ffffff;
}

/* other post wrap - end
================================================== */

/* padding - margin setting - start 
================================================== */

.bg-black {
    background-color: #000000;
}

.sec-ptb-60 {
    padding: 60px 0px;
}

.sec-ptb-100 {
    padding: 200px 0px 200px 0px;
 
}

.sec-ptb-50 {
    padding: 50px 0px 150px 0px;
}

.sec-ptb-40 {
    padding: 50px 0px 30px 0px;
}

.sec-ptb-30 {
    padding: 30px 0px 30px 0px;
}

.sec-ptb-10 {
    padding: 50px 0px 20px 0px;
}

.sec-pb-20 {
    padding: 200px 0px 20px 0px;
}

.mrl--60 {
    margin-left: -60px;
    margin-right: -60px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--30 {
    margin-top: -30px;
}

.mr--30 {
    margin-right: -30px;
}

.mb--30 {
    margin-bottom: -30px;
}

.prl-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pl-30 {
    padding-left: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

/* padding - margin setting - end
================================================== */

/* button style - start
================================================== */

.btn {
    z-index: 1;
    height: 45px;
    border: none;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    padding: 0px 30px;
    position: relative;
    text-align: center;
    font-family: "Poppins", sans-serif;
    background-color: #ededed;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
}

.btn:before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    color: #ffffff;
    position: absolute;
    background: #000000;
    transition: width 0.2s linear;
}

.btn:hover {
    color: #ffffff;
}

.btn:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.btn.bg-white {
    color: #000000;
}

.btn.bg-white:before {
    background-color: #000000;
}

.btn.bg-white:hover {
    color: #ffffff;
}

.btn.btn-border {
    line-height: 43px;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
}

.btn.btn-border:before {
    background: #000000;
}

.btn.btn-border:hover {
    color: #ffffff;
}

.btn.btn-border.border-white {
    color: #ffffff;
}

.btn.btn-border.border-white:before {
    background: #ffffff;
}

.btn.btn-border.border-white:hover {
    color: #000000;
    border: 2px solid red;
}

.load-btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 10px;
    color: #000000;
    text-transform: uppercase;
}

.store-btn {
    color: #ffffff;
    overflow: hidden;
    min-width: 210px;
    border-radius: 3px;
    display: inline-block;
    background-color: #1b1b1b;
    text-transform: uppercase;
}

.store-btn .icon {
    float: left;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 27px;
    line-height: 55px;
    text-align: center;
    background-color: #323232;
}

.store-btn .content {
    display: table;
    text-align: left;
    padding-top: 13px;
    padding-left: 18px;
}

.store-btn .content small {
    display: block;
    line-height: 1;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 5px;
}

.store-btn .content strong {
    display: table;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
}

/* button style - end
================================================== */

/* video play btn - start
================================================== */

.popup-video {
    width: 70px;
    height: 70px;
    font-size: 34px;
    line-height: 78px;
    text-align: center;
    border-radius: 100%;
    color: #000000;
    background-color: #000000;
    animation: ripple 2s linear infinite;
}

.popup-video i {
    margin-left: 7px;
}

/* video play btn - end
================================================== */

/* title text - start
================================================== */

.section-title {
    /* &.size-decrease {
    .title-text {
      font-size: 32px;
    }
  } */
}

.section-title .title-text {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
}

.section-title p {
    font-size: 16px;
    color: #000000;
}

.section-title .leaf_image {
    max-width: 180px;
    display: inline-block;
}

.section-title.size-increase .title-text {
    font-size: 42px;
}

.section-title.border-left {
    padding-left: 100px;
    border-left: 2px solid #000000 !important;
}

.section-title.has-tb-line {
    padding-top: 60px;
    position: relative;
    padding-bottom: 60px;
}

.section-title.has-tb-line:after,
.section-title.has-tb-line:before {
    left: 50%;
    width: 2px;
    content: "";
    height: 30px;
    position: absolute;
    background-color: #000000;
    transform: translateX(-50%);
}

.section-title.has-tb-line:before {
    top: 0px;
}

.section-title.has-tb-line:after {
    bottom: 0px;
}

.text-white .section-title .title-text {
    color: #ffffff;
}

/* title text - end
================================================== */

/* bootstrap settings - start
================================================== */

.border-bottom {
    border-bottom: 1px solid #ededed !important;
}

.h-auto {
    height: auto !important;
    min-height: auto !important;
}

.table-wrap .table {
    margin: 0px;
}

.table-wrap .table thead {
    color: #ffffff;
    background-color: #000000;
}

.table-wrap .table thead th {
    border: none;
    padding: 22px 20px;
    vertical-align: middle;
}

.table-wrap .table tbody td {
    padding: 60px 20px;
    vertical-align: middle;
}

/* bootstrap settings - end
================================================== */

/* back to top - start
================================================== */

#thetop {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

#backtotop {
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 999;
    bottom: 40px;
    display: none;
    position: fixed;
    border-radius: 100%;
    background-color: #000000;
    box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.3);
}

#backtotop #scroll {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    position: relative;
}

/* back to top - end
================================================== */

/* preloader - start
================================================== */

#preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1005;
    position: fixed;
    overflow: visible;
    background: #ffffff url("../images/preloader.svg") no-repeat center center;
}

/* preloader - end
================================================== */

/* custom colors - start
================================================== */

.bg-default-color {
    background-color: #434343;
}

.bg-default-black {
    background-color: #000000;
}

.bg-deep-gray {
    background-color: #ededed;
}

.bg-light-gray {
    background-color: #3e3e3e;
}

/* custom colors - end
================================================== */

/* css animation - start
================================================== */

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2), 0px 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 0px 0px 30px rgba(255, 255, 255, 0);
    }
}

/* css animation - end
================================================== */

/* transition - start
================================================== */

a,
button {
    transition: all 0.3s ease-in-out;
}

/* transition - end
================================================== */

/* global area - end
==================================================================================================== */

/* 01 - header - start
==================================================================================================== */

/* header section - start
================================================== */

.header-section .brand-logo>a {
    max-width: 200px;
}

.header-section .menu-btn {
    width: 46px;
    height: 22px;
    float: right;
    position: relative;
}

.header-section .menu-btn span {
    height: 2px;
    display: block;
    line-height: 1;
    position: absolute;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.header-section .menu-btn span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 36px;
}

.header-section .menu-btn span:nth-child(2) {
    top: 50%;
    left: 50%;
    width: 26px;
    transform: translate(-50%, -50%);
}

.header-section .menu-btn span:nth-child(3) {
    right: 0px;
    width: 36px;
    bottom: 0px;
}

.header-section .menu-btn:hover span:nth-child(1) {
    left: 9px;
}

.header-section .menu-btn:hover span:nth-child(2) {
    width: 36px;
}

.header-section .menu-btn:hover span:nth-child(3) {
    right: 9px;
}

.header-section .menu-btn-round {
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
    background-color: #000000;
}

.header-section .mobile-menu-btns {
    display: none;
    padding: 20px;
    color: #ffffff;
}

.header-section .mobile-menu-btns>ul>li {
    margin-right: 20px;
}

.header-section .mobile-menu-btns>ul>li:last-child {
    margin-right: 0px !important;
}

.header-section .mobile-menu-btns>ul>li .menu-btn {
    width: 40px;
    height: 20px;
    margin: 1px 0px;
}

.header-section .mobile-menu-btns>ul>li .menu-btn span:nth-child(1) {
    width: 34px;
}

.header-section .mobile-menu-btns>ul>li .menu-btn span:nth-child(3) {
    width: 34px;
}

.header-section .mobile-menu-btns>ul>li .menu-btn:hover span:nth-child(1) {
    left: 6px;
}

.header-section .mobile-menu-btns>ul>li .menu-btn:hover span:nth-child(2) {
    width: 34px;
}

.header-section .mobile-menu-btns>ul>li .menu-btn:hover span:nth-child(3) {
    right: 6px;
}

.header-section .main-menu>ul>li {
    padding: 10px 0px;
    margin-right: 40px;
}

.header-section .main-menu>ul>li:last-child {
    margin-right: 0px !important;
}

/* .header-section .main-menu > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #ffffff;
}
.header-section .main-menu > ul > li > a:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #000000;
  transition: width 0.3s linear;
} */

/* Default link style */

.header-section .main-menu>ul>li>a {
    display: block;
    font-size: 14px;
    /* font-weight: 500; */
    position: relative;
    color: #807a7a;
    padding-bottom: 0px;
}

/* Hover and Active common effect on <a> */

.header-section .main-menu>ul>li>a:hover,
.header-section .main-menu>ul>li>a.active {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 2px;
    color: #ffffff;
}

/* Underline animation */

.header-section .main-menu>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background: #000000;
    transition: width 0.3s linear;
}

/* On hover or active, animate underline */

.header-section .main-menu>ul>li>a:hover:before,
.header-section .main-menu>ul>li>a.active:before {
    left: 0;
    width: 100%;
    right: auto;
}

/* .header-section .main-menu > ul > li:hover > a:before, .header-section .main-menu > ul > li.active > a:before {
  left: 0px;
  width: 100%;
  right: auto;
} */

.header-section .main-menu>ul>.menu-item-has-child {
    position: relative;
}

.header-section .main-menu>ul>.menu-item-has-child>a {
    position: relative;
    padding-right: 16px;
}

.header-section .main-menu>ul>.menu-item-has-child>a:after {
    top: 6.6px;
    right: 0px;
    line-height: 1;
    color: #ffffff;
    font-size: 12px;
    content: "";
    /* font-weight: 400; */
    position: absolute;
    transition: all 0.3s ease-in-out;
    font-family: "Font Awesome 5 Free";
}

.header-section .main-menu>ul>.menu-item-has-child:hover>a:after {
    content: "";
    transform: rotate(360deg);
}

.header-section .main-menu>ul>.menu-item-has-child .submenu {
    left: 0px;
    top: 100%;
    margin: 0px;
    height: auto;
    z-index: 999;
    display: none;
    min-width: 230px;
    padding: 30px 10px;
    position: absolute;
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.18);
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li {
    width: 100%;
    display: block;
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li a {
    width: 100%;
    line-height: 1;
    display: block;
    font-size: 14px;
    padding: 12px 30px;
    color: #fff;
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li:hover>a,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li.active>a {
    color: #ffffff;
    background-color: #000000;
    font-size: 16px;
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child {
    position: relative;
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child>a {
    position: relative;
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child>a:after {
    top: 12px;
    right: 30px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    content: "";
    position: absolute;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-family: "Font Awesome 5 Free";
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child:hover>a:after,
.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child.active>a:after {
    color: #ffffff;
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child .submenu {
    top: -10px;
    left: 100%;
    padding: 10px;
}

.header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child:hover>.submenu {
    display: block;
    animation: fadeIn 0.4s linear;
}

.header-section .main-menu>ul>.menu-item-has-child:hover>.submenu {
    display: block;
    animation: fadeIn 0.4s linear;
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu {
    left: 50%;
    z-index: 999;
    width: 1170px;
    display: none;
    position: fixed;
    margin-top: 10px;
    padding: 35px 50px;
    background-color: #000000;
    transform: translateX(-50%);
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.18);
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu .list-title {
    font-size: 14px;
    margin-bottom: 30px;
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul {
    width: auto;
    display: block;
    margin: -12px -20px;
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 20px;
    color: #ffffff;
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul>li:hover>a {
    color: #ffffff;
    background-color: #000000;
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white {
    background-color: #000000;
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white .list-title {
    color: #ffffff;
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white .menu-list>ul>li>a {
    color: rgba(255, 255, 255, 0.8);
}

.header-section .main-menu>ul>.menu-item-has-child .mega-menu.bg-default-black.text-white .menu-list>ul>li:hover>a {
    color: #000000;
    background-color: #000000;
}

.header-section .main-menu>ul>.menu-item-has-child:hover .mega-menu {
    display: block;
    animation: fadeIn 0.4s linear;
}

.header-section .main-menu .btn-wrap {
    margin: -11px 0px;
}

.header-section .cart-btn {
    width: 35px;
    height: 35px;
    display: table;
    font-size: 20px;
    margin: -6px auto;
    line-height: 42px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    color: #000000;
}

.header-section .cart-btn>.count-text {
    top: 4px;
    right: -2px;
    height: 18px;
    color: #ffffff;
    min-width: 18px;
    font-size: 10px;
    padding: 0px 5px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    border-radius: 45px;
    background-color: #000000;
}

.header-section.text-white .menu-btn span {
    background-color: #000000;
}

.header-section.text-white .cart-btn {
    color: #ffffff;
}

.header-section.text-white .cart-btn>.count-text {
    color: #ffffff;
    background-color: #000000;
}

.header-section.text-white .main-menu>ul>li>a {
    color: #ffffff;
}

.header-section.text-white .main-menu>ul>li>a:before {
    background: #000000;
}

.header-section.text-white .main-menu>ul>li>a:after {
    color: #ffffff;
}

.header-section.stuck.text-white .menu-btn span,
.header-section.active.text-white .menu-btn span {
    background-color: #000000;
}

.header-section.stuck.text-white .cart-btn,
.header-section.active.text-white .cart-btn {
    color: #000000;
}

.header-section.stuck.text-white .cart-btn>.count-text,
.header-section.active.text-white .cart-btn>.count-text {
    color: #ffffff;
    background-color: #000000;
}

.header-section.stuck.text-white .main-menu>ul>li:last-child,
.header-section.active.text-white .main-menu>ul>li:last-child {
    margin-right: 0px !important;
}

.header-section.stuck.text-white .main-menu>ul>li>a,
.header-section.active.text-white .main-menu>ul>li>a {
    color: #ffffff;
}

.header-section.stuck.text-white .main-menu>ul>li>a:before,
.header-section.active.text-white .main-menu>ul>li>a:before {
    background: #000000;
}

.header-section.stuck.text-white .main-menu>ul>li>a:after,
.header-section.active.text-white .main-menu>ul>li>a:after {
    color: #ffffff;
}

.header-section.stuck.text-white .main-menu .btn.btn-border.border-white,
.header-section.active.text-white .main-menu .btn.btn-border.border-white {
    color: #ffffff;
    border-color: #000000 !important;
}

.header-section.stuck.text-white .main-menu .btn.btn-border.border-white:before,
.header-section.active.text-white .main-menu .btn.btn-border.border-white:before {
    background-color: #000000;
}

.header-section.stuck.text-white .main-menu .btn.btn-border.border-white:hover,
.header-section.active.text-white .main-menu .btn.btn-border.border-white:hover {
    color: #ffffff;
}

/* header section - end
================================================== */

/* secondary header - start
================================================== */

.header-section.secondary-header {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: absolute;
    
}

.header-section .header-top {
    min-height: 40px;
}

.header-section .header-top .social-links-text>ul>li {
    font-size: 12px;
}

.header-section .header-top .social-links-text>ul>li>a {
    font-size: 12px;
}

.header-section .header-bottom {
    min-height: 100px;
}

.header-section.active .header-bottom {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: fixed;
    background-color: #000000;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

/* secondary header - end
================================================== */


/* spotlight */

.spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 120px; /* beam length – nav items daggara varaku */
  pointer-events: none;
  opacity: 0;
  transition: left 0.4s ease, opacity 0.3s ease;
  z-index: 1; /* spotlight nav items kinda undali */
}

/* Top light strip */
.spotlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(255,255,255,0.9);
}

/* Beam cone */
.spotlight::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px; /* only till nav items */
  background: radial-gradient(
    ellipse at top,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%);
  filter: blur(2px);
  z-index: 1; /* below nav text */
}

/* Nav links should always be above spotlight */
.main-menu ul li a {
  position: relative;
  z-index: 5; /* text always on top */
}

/* sticky - start
================================================== */

.sticky-header {
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    z-index: 999;
    position: absolute;
    padding: 48.5px 0px;
}

.sticky-header.stuck {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: fixed;
    padding: 23.5px 0px;
    background-color: #000000;
    box-shadow: 0px 0px 18px 1px rgba(255, 255, 255, 0.1);
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

/* sticky - end
================================================== */

/* hang top - start
================================================== */

.hanging-header {
    top: 60px;
    left: 0px;
    right: 0px;
    height: auto;
    z-index: 999;
    position: fixed;
    transition: prop time;
}

.hanging-header .header-wrap {
    padding: 23.5px 30px;
    background-color: #000000;
}

.hanging-header.active {
    top: 15px;
}

.hanging-header.active .header-wrap {
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.2);
    animation: 1s ease-in-out 0s normal none 1 flipInX;
}

/* hang top - end
================================================== */

/* fixed sidebar menu - start
================================================== */

.fixed-menu-btn {
    top: 0px;
    right: 0px;
    z-index: 999;
    padding: 10px;
    display: none;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.fixed-menu-btn .menu-btn {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}

.fixed-sidebar-menu {
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 375px;
    z-index: 999;
    padding: 60px;
    position: fixed;
}

.fixed-sidebar-menu .brand-logo {
    margin-bottom: 190px;
}

.fixed-sidebar-menu .fsm-menu-list {
    margin: -12px -60px;
    margin-bottom: 182px;
}

.fixed-sidebar-menu .fsm-menu-list>ul>li>a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px;
    padding-left: 60px;
    position: relative;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.fixed-sidebar-menu .fsm-menu-list>ul>li>a:before {
    top: 50%;
    left: 0px;
    width: 0px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #000000;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.fixed-sidebar-menu .fsm-menu-list>ul>li>a .badge {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    transform: translate(3px, -5px);
}

.fixed-sidebar-menu .fsm-menu-list>ul>li:hover>a,
.fixed-sidebar-menu .fsm-menu-list>ul>li.active>a {
    padding-left: 90px;
}

.fixed-sidebar-menu .fsm-menu-list>ul>li:hover>a:before,
.fixed-sidebar-menu .fsm-menu-list>ul>li.active>a:before {
    width: 60px;
}

.fixed-sidebar-menu .fsm-menu-list .submenu {
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.02);
}

.fixed-sidebar-menu .fsm-menu-list .submenu>li {
    width: 100%;
    display: block;
    padding-left: 60px;
    border-bottom: 1px solid #ededed;
}

.fixed-sidebar-menu .fsm-menu-list .submenu>li:last-child {
    border-bottom: none;
}

.fixed-sidebar-menu .fsm-menu-list .submenu>li>a {
    width: 100%;
    display: block;
    color: #f8f8f8;
    padding: 15px 30px;
}

/* fixed sidebar menu - end
================================================== */

/* sidebar menu - start
================================================== */

.sidebar-menu-wrapper {
    display: block;
}

.sidebar-menu-wrapper .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.sidebar-menu-wrapper .overlay.active {
    opacity: 1;
    display: block;
}

.sidebar-menu-wrapper .close-btn {
    line-height: 1;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: rgba(12, 12, 12, 0.8);
}

.sidebar-menu-wrapper .close-btn:hover {
    color: #ffffff;
}

.sidebar-menu-wrapper .sidebar-menu {
    top: 0px;
    width: 300px;
    right: -320px;
    height: 100vh;
    z-index: 9999;
    color: #ffffff;
    position: fixed;
    text-align: center;
    padding: 40px 30px;
    padding-top: 130px;
    overflow-y: scroll;
    background-color: #000000;
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.sidebar-menu-wrapper .sidebar-menu.active {
    right: 0px;
}

.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
    overflow: visible !important;
}

.sidebar-menu-wrapper .sidebar-menu .close-btn {
    top: 40px;
    right: 30px;
    position: absolute;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list {
    margin-left: -30px;
    margin-right: -30px;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>li>a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 12px 30px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>li:hover>a,
.sidebar-menu-wrapper .sidebar-menu .menu-list>ul>li.active>a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.04);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu {
    margin: 0px;
    padding: 10px 0px;
    background-color: rgba(255, 255, 255, 0.04);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li {
    width: 100%;
    display: block;
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li>a {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li:hover>a,
.sidebar-menu-wrapper .sidebar-menu .menu-list .submenu>li.active>a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-menu-wrapper .cart-sidebar {
    top: 0px;
    width: 370px;
    right: -390px;
    height: 100vh;
    z-index: 9999;
    padding: 30px;
    position: fixed;
    overflow-y: scroll;
    background-color: #000000;
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}

.sidebar-menu-wrapper .cart-sidebar.active {
    right: 0px;
}

.sidebar-menu-wrapper .cart-sidebar .mCustomScrollBox {
    overflow: visible !important;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li {
    position: relative;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .remove-btn {
    top: 10px;
    right: 0px;
    line-height: 1;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-image {
    float: left;
    max-width: 70px;
    margin-right: 20px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content {
    display: table;
    margin-top: 10px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-title {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 3px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-price {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.total-price {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 0px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.total-price span {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.total-price small {
    float: right;
    font-size: 14px;
    font-weight: 700;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group {
    padding-right: 0px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li {
    width: 50%;
    padding: 0px 5px;
}

.sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li .btn {
    min-width: 100%;
}

.sidebar-menu::-webkit-scrollbar {
    width: 0px;
}

.cart-sidebar::-webkit-scrollbar {
    width: 0px;
}

/* sidebar menu - end
================================================== */

/* 01 - header - end
==================================================================================================== */

/* 02 - footer - start
==================================================================================================== */

footer.footer-section .brand-logo>a {
    max-width: 100px;
    display: inline-block;

  
    
}

.footer-section .useful-links>ul>li {
    margin-bottom: 10px;
}

.footer-section .useful-links>ul>li:last-child {
    margin-bottom: 0px !important;
}

.footer-section .useful-links>ul>li .admin-name {
    display: block;
    font-size: 21px;
    font-weight: 700;
}

.footer-section .useful-links>ul>li>a {
    font-weight: 300;
    position: relative;
    color: #8a8a8a;
}

.footer-section .useful-links>ul>li>a:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #000000;
    transition: width 0.3s linear;
}

.footer-section .useful-links>ul>li>a:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.footer-section .instagram-shoots>ul>li>a,
.footer-section .instagram-shoots-2>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.footer-section .instagram-shoots>ul>li>a:before,
.footer-section .instagram-shoots-2>ul>li>a:before {
    top: 50%;
    left: 50%;
    width: 0px;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    background-color: #000000;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.footer-section .instagram-shoots>ul>li>a:after,
.footer-section .instagram-shoots-2>ul>li>a:after {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    color: #ffffff;
    font-size: 26px;
    content: "";
    font-weight: 400;
    position: absolute;
    font-family: "icomoon";
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
}

.footer-section .instagram-shoots>ul>li>a:hover:before,
.footer-section .instagram-shoots-2>ul>li>a:hover:before {
    width: 90%;
}

.footer-section .instagram-shoots>ul>li>a:hover:after,
.footer-section .instagram-shoots-2>ul>li>a:hover:after {
    opacity: 1;
    transition-delay: 0.05s;
    transform: translate(-50%, -50%);
}

.footer-section .instagram-shoots>ul>li {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 8px;
    text-align: center;
}

.footer-section .instagram-shoots>ul>li:last-child {
    margin-right: 0px !important;
}

.footer-section .instagram-shoots>ul>li:first-child {
    margin-right: 30px !important;
}

.footer-section .instagram-shoots>ul>li .icon {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 26px;
    text-align: right;
    line-height: 80px;
    color: #000000;
}

.footer-section .instagram-shoots>ul>li>a:after {
    font-size: 20px;
}

.footer-section .instagram-shoots-2>ul>li {
    width: 135px;
    height: 135px;
    margin-right: 10px;
}

.footer-section .instagram-shoots-2>ul>li:last-child {
    margin-right: 0px !important;
}

.footer-section .instagram-shoots-2 .list-title {
    width: 100%;
    display: table;
    font-size: 14px;
    font-weight: 500;
    margin-top: 60px;
    color: #000000;
}

.footer-section .payment-card>ul>li {
    margin-right: 5px;
}

.footer-section .payment-card>ul>li:last-child {
    margin-right: 0px !important;
}

.footer-section .payment-card>ul>li>a {
    display: block;
    max-width: 33px;
}

.footer-section .form-group {
    margin: 0px;
}

.footer-section .form-group>ul>li {
    margin-right: 20px;
}

.footer-section .form-group>ul>li:last-child {
    margin-right: 0px !important;
}

.footer-section .form-item select {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    color: #000000;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-section.text-white .useful-links>ul>li>a {
    color: #ffffff;
}

.footer-section.text-white .useful-links>ul>li>a:before {
    background-color: #000000;
}

.footer-section.text-white .social-links-text>ul>li:after {
    background-color: rgba(255, 255, 255, 0.6);
}

.footer-section.text-white .social-links-text>ul>li>a {
    color: #ffffff;
}

.footer-section.text-white .social-links-text>ul>li>a:before {
    background-color: #000000;
}

.footer-section.text-white .instagram-shoots>ul>li .icon {
    color: #ffffff;
}

.footer-section.text-white .instagram-shoots-2 .list-title {
    color: #ffffff;
}

/* 02 - footer - end
==================================================================================================== */

/* 03 - breadcrumb - start
==================================================================================================== */

.breadcrumb-section .page-title {
    font-size: 48px;
    font-weight: 600;
}

.breadcrumb-section .breadcrumb-nev>ul>li {
    font-weight: 500;
    margin-right: 35px;
    color: #434343;
}

.breadcrumb-section .breadcrumb-nev>ul>li:last-child {
    margin-right: 0px !important;
}

.breadcrumb-section .breadcrumb-nev>ul>li>a {
    font-weight: 500;
    color: #000000;
}

.breadcrumb-section.text-white .page-title {
    color: #ffffff;
}

.breadcrumb-section.text-white .breadcrumb-nev>ul>li {
    color: #bababa;
}

.breadcrumb-section.text-white .breadcrumb-nev>ul>li>a {
    color: #ffffff;
}

/* 03 - breadcrumb - end
==================================================================================================== */

/* 04 - sidebar - start
==================================================================================================== */

.sidebar-section .widget {
    margin-bottom: 60px;
}

.sidebar-section .widget:last-child {
    margin-bottom: 0px !important;
}

.sidebar-section .widget-title {
    width: 100%;
    display: table;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
}

.sidebar-section .widget-title span {
    float: left;
    font-size: 14px;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.sidebar-section .widget-title span:before {
    left: 0px;
    height: 1px;
    width: 100%;
    content: "";
    bottom: -1px;
    line-height: 1;
    position: absolute;
    background-color: #000000;
}

.sidebar-section .widget-search .form-item {
    margin-bottom: 0px;
}

.sidebar-section .widget-search .form-item input {
    height: 45px;
    border: none;
    font-size: 13px;
    border-radius: 45px;
    background-color: #f6f6f6;
}

.sidebar-section .widget-blogs .items-list>ul>li {
    margin-bottom: 20px;
}

.sidebar-section .widget-blogs .items-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

.sidebar-section .widget-category .items-list>ul>li {
    margin-bottom: 10px;
}

.sidebar-section .widget-category .items-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

.sidebar-section .widget-category .items-list>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.sidebar-section .widget-category .items-list>ul>li>a span {
    float: right;
}

.sidebar-section .widget-category .items-list>ul>li>a:hover {
    opacity: 0.7;
}

.sidebar-section .widget-category .category-items-list>ul>li {
    margin-bottom: 15px;
}

.sidebar-section .widget-category .category-items-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

.sidebar-section .widget-category .category-items-list>ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.sidebar-section .widget-category .category-items-list>ul>li.item-has-child>a:after {
    top: 0px;
    right: 0px;
    font-size: 12px;
    font-weight: 700;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    font-family: "Font Awesome 5 Pro";
}

.sidebar-section .widget-category .category-items-list>ul>li.item-has-child>a[aria-expanded=true]:after {
    content: "";
    transform: rotate(360deg);
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 20px;
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li {
    width: 100%;
    display: block;
    margin-top: 5px;
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li>a {
    color: #434343;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li>a span {
    float: right;
}

.sidebar-section .widget-category .category-items-list>ul>li .sub-menu>li:hover>a {
    color: #000000;
}

.sidebar-section .widget-newsletter {
    padding: 40px 20px;
}

.sidebar-section .widget-newsletter h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
}

.sidebar-section .widget-newsletter .form-item input {
    height: 45px;
    border: none;
    text-align: center;
}

.sidebar-section .widget-newsletter .btn-border {
    height: 45px;
    color: #ffffff;
    line-height: 45px;
    padding: 0px 30px;
    border-radius: 0px;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

.sidebar-section .widget-newsletter .btn-border:hover {
    color: #000000;
    background-color: #000000;
}

.sidebar-section .widget-tags .items-list {
    margin: -2px;
}

.sidebar-section .widget-tags .items-list>ul {
    width: 100%;
    display: block;
}

.sidebar-section .widget-tags .items-list>ul>li {
    margin: 2px;
}

.sidebar-section .widget-tags .items-list>ul>li>a {
    height: 32px;
    display: block;
    min-width: 70px;
    font-size: 13px;
    padding: 0px 15px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    border: 1px solid #ededed;
}

.sidebar-section .widget-tags .items-list>ul>li>a:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
}

.sidebar-section .price-range-area .slider-range {
    height: 6px;
    border: none;
    border-radius: 45px;
    background-color: #d6d6d6;
}

.sidebar-section .price-range-area .ui-slider-range {
    border: none;
    border-radius: 45px;
    background-color: #000000;
}

.sidebar-section .price-range-area .ui-state-default {
    top: -7px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    border-radius: 100%;
    border: 6px solid #ffffff;
    background-color: #000000;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.sidebar-section .price-range-area .price-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
}

.sidebar-section .price-range-area .price-text span {
    float: left;
    margin-right: 15px;
}

.sidebar-section .price-range-area .price-text input {
    border: none;
    font-weight: 600;
    color: #434343;
    display: inline-block;
}

.sidebar-section .product-size .size-btns-group>ul>li {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.sidebar-section .product-size .size-btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

.sidebar-section .product-size .size-btns-group>ul>li>a {
    width: 100%;
    height: 100%;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    font-family: "Poppins", sans-serif;
    background-color: #f2f2f2;
}

.sidebar-section .product-size .size-btns-group>ul>li>a:hover {
    color: #ffffff;
    background-color: #000000;
}

.sidebar-section .btns-group>ul>li {
    margin-right: 15px;
}

.sidebar-section .btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

/* 04 - sidebar - end
==================================================================================================== */

/* 05 - partners section - start
==================================================================================================== */

.partners-section {
    background-color: #131313 !important;
}

.partners-section .item {
    padding: 5px;
}

.partners-section .item .partner-logo {
    width: 270px;
    height: 270px;
}

.partners-section .item .partner-logo>img {
    width: 270px;
    height: 270px;
}

@media (max-width: 768px) {
    .partners-section .item .partner-logo {
        width: 450px;
        height: 300px;
    }
    .partners-section .item .partner-logo>img {

        height: 300px;
        padding: 50px;
    }
}

.copyright {
    width: 100%;
    border-top: 1px solid rgb(56, 53, 53);
}

@media (max-width: 768px) {
    .copyright .row>div p {
        text-align: center !important;
        padding: 5px;
    }
}

/* 05 - partners section - end
==================================================================================================== */

/* 06 - funfact section - start
==================================================================================================== */

.counter-item {
    margin-top: 30px;
}

.counter-item .counter-text {
    line-height: 1;
    font-size: 80px;
    font-weight: 500;
}

.counter-item p {
    font-size: 14px;
    font-weight: 300;
}

/* 06 - funfact section - end
==================================================================================================== */

/* 08 - call to action section - start
==================================================================================================== */

.calltoaction-section .title-text {
    font-size: 32px;
}

.calltoaction-section .title-text span {
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
}

.calltoaction-section.text-white .title-text {
    color: #ffffff;
}

/* 08 - call to action section - end
==================================================================================================== */

/* 07 - policy section - start
==================================================================================================== */

.policy-item {
    margin-top: 30px;
}

.policy-item .item-icon {
    width: 70px;
    float: left;
    line-height: 1;
    font-size: 50px;
    margin-right: 15px;
}

.policy-item .item-content {
    display: table;
}

.policy-item .item-title {
    font-size: 18px;
    font-weight: 600;
}

.text-white .policy-item .item-title {
    color: #ffffff;
}

/* 07 - policy section - end
==================================================================================================== */

/* 09 - pricing section - start
==================================================================================================== */

.pricing-table-wrap {
    margin-top: 30px;
    border: 1px solid #dddddd;
}

.pricing-table {
    background-color: #000000;
    border-right: 1px solid #dddddd;
}

.pricing-table:last-child {
    border-right: none;
}

.pricing-table .item-header {
    margin: -1px;
    padding: 30px;
    background-color: #f2f2f2;
}

.pricing-table .item-title {
    font-size: 21px;
    font-weight: 700;
}

.pricing-table .price-text strong {
    color: #000000;
    line-height: 1;
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
}

.pricing-table .price-text sup {
    color: #000000;
    line-height: 1;
    font-size: 20px;
}

.pricing-table .info-list {
    padding: 40px 0px;
}

.pricing-table .info-list>ul {
    margin: -12px 0px;
}

.pricing-table .info-list>ul>li {
    display: block;
    line-height: 1;
    padding: 12px 30px;
}

.pricing-table .info-list>ul>li:nth-child(2n+0) {
    background-color: #f8f8f8;
}

.pricing-table.premium-item {
    z-index: 1;
    border: none;
    position: relative;
    transform: scale(1.1);
    box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.1);
}

.pricing-table.premium-item .item-header {
    background-color: #000000;
}

.pricing-table.premium-item .item-title {
    color: #ffffff;
}

.pricing-table.premium-item .price-text strong {
    color: #ffffff;
}

.pricing-table.premium-item .price-text sup {
    color: #ffffff;
}

/* 09 - pricing section - end
==================================================================================================== */

/* 10 - about pages - start
==================================================================================================== */

/* about section - start */

.about1-section {
    background: url('../images/brands/bri.webp') center center / cover no-repeat;
    height: 50vh;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 1;
}


.contact1-section {
    background: url('../images/applications/od3.webp') center center / cover no-repeat;
    height: 50vh;
    /* 50% of the viewport height */
    width: 100%;
    margin: 0 auto;
    color: #fff;
    /* Text will be white on top of background */
    position: relative;
    z-index: 1;
}

.application1-section  {
    background: url('https://realista.co.in/lighting-company/assets/images/applications/concrete-wall-office-building-final.webp') center center / cover no-repeat;
    height: 50vh;
    /* 50% of the viewport height */
    width: 100%;
    margin: 0 auto;
    color: #fff;
    /* Text will be white on top of background */
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .about1-section {
        background: url('../images/brands/bri.webp') center center / cover no-repeat;
        height: 30vh;
        /* 50% of the viewport height */
        width: 100%;
        margin: 0 auto;
        color: #fff;
        /* Text will be white on top of background */
        position: relative;
        z-index: 1;
    }
    .contact1-section {
        background: url('../images/brands/bri.webp') center center / cover no-repeat;
        height: 30vh;
        /* 50% of the viewport height */
        width: 100%;
        margin: 0 auto;
        color: #fff;
        /* Text will be white on top of background */
        position: relative;
        z-index: 1;
    }
}

.about-section {
    position: relative;
    background: url('https://realista.co.in/lighting-company/assets/images/about/core-values-bg.webp') center center / cover no-repeat;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.about-section::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(61, 61, 61, 0.6);
    /* black overlay */
    z-index: 1;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 1940px;
    margin: 0 auto;
    padding: 40px 20px;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
}

.partners-panel {
    position: relative;
    max-width: 1940px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #000000 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
}

.partnersleft {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

.partners-block {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px;
}

.partners-block img {
    width: 147px;
    height: auto;
    object-fit: contain;
    height: 147px;
}

@media (max-width: 768px) {
    .partners-block {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .partners-block {
        grid-template-columns: repeat(2, 1fr);
    }
}

.about-section .about-image.creative-image {
    z-index: 1;
    padding: 20px;
    margin-top: -100px;
    position: relative;
    background-color: #000000;
}

.about-section .about-image>img {
    width: 100%;
    display: block;
}

.about-section .about-content>.item-title.has-line {
    position: relative;
    padding-bottom: 30px;
}

.about-section .about-content>.item-title.has-line:before {
    left: 0px;
    width: 60px;
    height: 2px;
    content: "";
    bottom: 0px;
    position: absolute;
    background-color: #000000;
}

.about-section .about-content p {
    font-size: 16px;
}

.about-section .about-content .signiture {
    line-height: 1;
    display: block;
    color: #000000;
    font-size: 70px;
    font-family: "PWSignaturetwo";
}

.about-section .about-content .person-name {
    font-size: 48px;
}

.about-section .about-content .person-title {
    font-size: 26px;
}

/* about section - end */

/* about v1 - start */

.about-list-layout {
    margin-bottom: 100px;
}

.about-list-layout:last-child {
    margin-bottom: 0px !important;
}

.about-list-layout .item-image>img {
    width: 100%;
    display: block;
}

.about-list-layout .item-content {
    z-index: 1;
    position: relative;
}

.about-list-layout .item-content .item-title {
    font-size: 42px;
}

.about-list-layout p {
    font-size: 16px;
}

.about-list-layout .item-content .about-service>ul>li {
    margin-bottom: 50px;
}

.about-list-layout .item-content .about-service>ul>li:last-child {
    margin-bottom: 0px !important;
}

.about-list-layout .item-content .about-service .service-icon {
    margin-top: 3px;
}

.about-list-layout .item-content .about-service .service-icon>img {
    width: 45px;
}

.about-list-layout .item-content .about-service .service-content {
    display: table;
}

.about-list-layout .item-content .about-service .service-content .service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-list-layout .item-content .about-service .service-content p {
    font-size: 13px;
}

.about-list-layout .item-content .experience-info>ul>li {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.about-list-layout .item-content .experience-info>ul>li:before {
    left: 0px;
    content: "";
    width: 40px;
    height: 2px;
    bottom: -1px;
    position: absolute;
    background-color: #000000;
}

.about-list-layout .item-content .experience-info>ul>li:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.about-list-layout .item-content .experience-info>ul>li:last-child:before {
    display: none;
}

.about-list-layout .item-content .experience-info>ul>li span {
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
}

.about-list-layout .item-content .experience-info>ul>li h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.about-list-layout .item-content .experience-info>ul>li p {
    font-size: 16px;
    font-weight: 600px;
    color: #000000;
}

.about-list-layout:nth-child(odd) .item-content {
    padding: 0px 0px 0px 100px;
}

.about-list-layout:nth-child(odd) .item-content .item-title {
    margin: 0px 0px 50px -200px;
}

.about-list-layout:nth-child(odd) .item-content .about-service .service-icon {
    float: left;
}

.about-list-layout:nth-child(odd) .item-content .about-service .service-content {
    padding-left: 30px;
}

.about-list-layout:nth-child(even) .item-content {
    padding: 0px 100px 0px 0px;
}

.about-list-layout:nth-child(even) .item-content .item-title {
    margin: 0px -200px 50px 0px;
}

.about-list-layout:nth-child(even) .item-content .about-service .service-icon {
    float: right;
}

.about-list-layout:nth-child(even) .item-content .about-service .service-content {
    padding-left: 0px;
    padding-right: 30px;
}

/* about v1 - end */

/* about v2 - end */

.about-section .item-title {
    font-size: 42px;
}

.about-section .item-title .d-block {
    font-family: "Montserrat", sans-serif;
}

.about-section .about-content p.line-left {
    position: relative;
    padding-left: 100px;
}

.about-section .about-content p.line-left:before {
    top: 7px;
    left: 0px;
    width: 2px;
    content: "";
    height: 60px;
    position: absolute;
    background-color: #000000;
}

.about-section .about-content .about-service>ul>li {
    margin-bottom: 50px;
}

.about-section .about-content .about-service>ul>li:last-child {
    margin-bottom: 0px !important;
}

.about-section .about-content .about-service .service-icon {
    float: left;
    margin-top: 3px;
}

.about-section .about-content .about-service .service-icon>img {
    width: 45px;
}

.about-section .about-content .about-service .service-content {
    display: table;
    padding-left: 30px;
}

.about-section .about-content .about-service .service-content .service-title {
    font-size: 18px;
    font-weight: 500;
}

.about-section .about-content .about-service .service-content p {
    font-size: 14px;
}

.about-section .child-item {
    margin-top: 60px;
}

.about-section .child-item .item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-section .child-item p {
    font-size: 13px;
}

/* about v2 - end */

/* how to use - start */

.howtouse-section.text-white .section-title .title-text {
    color: #ffffff;
}

/* how to use - end */

/* history section - start */

.history-section .section-title .title-text {
    z-index: 1;
    font-weight: 700;
    line-height: 1.45;
    position: relative;
}

.history-section .section-title .title-text .icon {
    top: 50%;
    left: 50%;
    z-index: -1;
    position: absolute;
    transform: translate(-50%, -50%);
}

/* history section - end */

/* 10 - about pages - end
==================================================================================================== */

/* 11 - team page - start
==================================================================================================== */

/* team section - start */

.team-section.bg-gray {
    background-color: #f8f8f8;
}

/* team section - end */

/* team full image layout - start */

.team-fullimage {
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.team-fullimage:before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    transform: translate(-50%, -50%);
}

.team-fullimage:hover:before {
    width: 90%;
}

.team-fullimage .item-content {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    color: #ffffff;
    padding: 0px 30px;
    position: absolute;
    transform: translateY(-50%);
}

.team-fullimage .person-name {
    overflow: hidden;
    margin-bottom: 8px;
}

.team-fullimage .person-name h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.team-fullimage .person-title {
    overflow: hidden;
    margin-bottom: 25px;
}

.team-fullimage .person-title span {
    display: block;
    font-size: 13px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.team-fullimage:hover .person-name h3 {
    transition-delay: 0.3s;
    transform: translateY(0%);
}

.team-fullimage:hover .person-title span {
    transition-delay: 0.5s;
    transform: translateY(0%);
}

.team-fullimage .social-links>ul>li {
    overflow: hidden;
    text-align: center;
    margin-right: 30px;
}

.team-fullimage .social-links>ul>li:last-child {
    margin-right: 0px !important;
}

.team-fullimage .social-links>ul>li>a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.team-fullimage:hover .social-links>ul>li>a {
    transform: translateY(0%);
}

.team-fullimage:hover .social-links>ul>li:nth-child(1)>a {
    transition-delay: 0.7s;
}

.team-fullimage:hover .social-links>ul>li:nth-child(2)>a {
    transition-delay: 0.8s;
}

.team-fullimage:hover .social-links>ul>li:nth-child(3)>a {
    transition-delay: 0.9s;
}

/* team full image layout - end */

/* team grid - start */

.team-grid {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.team-grid .person-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.team-grid .person-image:before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.team-grid .person-image>img {
    filter: grayscale(100%);
}

.team-grid .person-image .social-links {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 3;
    position: absolute;
    transform: translateY(-50%);
}

.team-grid .person-image .social-links>ul>li {
    opacity: 0;
    margin-right: 30px;
    transform: translateY(30px);
    transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.team-grid .person-image .social-links>ul>li>a {
    color: #000000;
    font-size: 16px;
}

.team-grid .person-image .social-links>ul>li>a:hover {
    color: #434343;
    transform: translateY(-5px);
}

.team-grid:hover .person-image:before {
    width: 90%;
}

.team-grid:hover .person-image .social-links>ul>li {
    opacity: 1;
    transform: translateY(0px);
}

.team-grid:hover .person-image .social-links>ul>li:nth-child(1) {
    transition-delay: 0.2s;
}

.team-grid:hover .person-image .social-links>ul>li:nth-child(2) {
    transition-delay: 0.3s;
}

.team-grid:hover .person-image .social-links>ul>li:nth-child(3) {
    transition-delay: 0.4s;
}

.team-grid:hover .person-image .social-links>ul>li:nth-child(4) {
    transition-delay: 0.5s;
}

.team-grid .person-name {
    font-size: 22px;
    font-weight: 600;
}

/* team grid - end */

/* 11 - team page - end
==================================================================================================== */

/* 12 - testimonial page - start
==================================================================================================== */

/* testimonial full width - start */

.testimonial-fullwidth .person-image {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 100%;
    display: inline-block;
}

.testimonial-fullwidth p {
    font-size: 24px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.testimonial-carousel-1 .owl-dots {
    margin-top: 40px !important;
}

.bg-default-black.text-white .testimonial-fullwidth p {
    color: #ffffff;
}

/* testimonial full width - end */

/* testimonial boxed - start */

.testimonial-boxed {
    z-index: 1;
    padding: 40px;
    position: relative;
    background-color: #000000;
    border: 1px solid #ededed;
}

.testimonial-boxed .quote-icon {
    left: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.15;
    max-width: 180px;
    position: absolute;
}

.testimonial-boxed .person-image {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.testimonial-boxed .person-comment {
    display: table;
    padding-left: 100px;
}

.testimonial-boxed .person-comment p {
    font-size: 15px;
}

.testimonial-boxed .person-comment .person-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.testimonial-boxed .person-comment .person-title {
    display: block;
    font-size: 13px;
}

/* testimonial boxed - end */

/* 12 - testimonial page - end
==================================================================================================== */

/* 13 - services pages - start
==================================================================================================== */

.service1-section {
    width: 1140px;
    margin: 0 auto;
    background-color: #000;
    /* Dark background */
    /* background-image:url('../images/services/light-01.png'); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 400px 400px;*/
}

.service1-section .mb-4 {
    margin-bottom: 0 !important;
    font-size: 16px;
}

.service-box {
    background-color: #969595;
    /* Light background for buttons */
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.service-box:hover {
    background-color: #ffc107;
    /* Yellow highlight on hover */
    color: #000;
}

/* 13 - Faq section - start
==================================================================================================== */

.faq-section-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #000;
    /* or any background you want */
}

.faq-section {
    width: 1140px;
}

.faq-contact-section-wrapper h2 {
    font-size: 20px;
    margin: 0px;
}

.faq-contact-section-wrapper .mb-3,
.my-3 {
    margin-bottom: 0.2rem !important;
}

.faq-contact-section-wrapper .accordion-button {
    background-color: rgb(150, 149, 149);
    font-size: 14px;
    color: #000;
    padding: 10px;
    border-radius: 20px;
}

.faq-contact-section-wrapper .accordion-body {
    color: #000;
    padding: 10px;
    font-size: 12px;
}

.faq-contact-section-wrapper .accordion-button:focus {
    box-shadow: none;
}

.faq-contact-section-wrapper .accordion-item {
    margin-bottom: 0.2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #ffffff !important;
    border-radius: 10px;
}

.collapse,
.accordion-collapse {
    transition: height 0.35s ease;
}

.accordion-collapse {
    transform: translateZ(0);
}

/* service default - start */

.service-default {
    margin-top: 60px;
}

.service-default.plr-30 {
    padding: 0px 30px;
}

.service-default.plr-70 {
    padding: 0px 70px;
}

.service-default .serial-number {
    line-height: 1;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.service-default .item-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0px auto 30px;
}

.service-default .item-icon>img {
    margin: auto;
    height: auto;
}

.service-default .item-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}

.service-default p {
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.text-white .service-default .item-title {
    color: #ffffff;
}

.section-title.size-increase .title-text {
    font-size: 28px;
}

/* service default - end */

/* service default - start */

/* .who_section {
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    color: white !important;
}

.who-default {
    margin: 60px auto 0px;
    padding: 0px !important;
}

@media (max-width: 768px) {
    .who_section {
        width: auto;
        margin: 0 auto;
        text-align: center;
        color: white !important;
    }
    .service1-section {
        width: auto;
        margin: 0 auto;
        background-color: #000;
       
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 400px 400px;
    }
    .who-default {
        margin: 30px 0px 0px 0px;
        padding: 0px !important;
    }
}

.service-section {
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    color: white !important;
}

.service-section .about-list-layout .item-content>.item-title {
    font-size: 60px;
    font-weight: 500;
}

.service-section .about-list-layout .item-content .about-service .service-content p {
    font-size: 14px;
}

.service-section .about-list-layout:nth-child(odd) .item-content .item-title {
    margin: 0px 0px 50px -100px;
}

.service-section .about-list-layout:nth-child(even) .item-content .item-title {
    margin: 0px -100px 50px 0px;
} */

/* service default - end */



/*About start*/
 .facadeaboutpage-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 50vh;
  }

  .facadeaboutpage-left,
  .facadeaboutpage-right {
    flex: 1;
    min-width: 100%;
    position: relative;
  }

  .facadeaboutpage-left {
    background-color: hwb(0 0% 100%);
    color: rgb(250, 250, 250);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
  }

  .facadeaboutpage-left h1 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .facadeaboutpage-left p {
    font-size: 1.1em;
  }

  .facadeaboutpage-left a {
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
  }

  .facadeaboutpage-left a::after {
    content: ' \2192';
    transition: transform 0.3s ease;
  }

  .facadeaboutpage-left a:hover::after {
    transform: translateX(5px);
  }

  .facadeaboutpage-right {
    background-image: url('https://www.arcluce.it/img/virtual-stand.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-out;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
/*About start*/

/* 13 - services pages - end
==================================================================================================== */

/* 14 - blog pages - start
==================================================================================================== */

/* main blog grid - start */

.main-blog-grid {
    margin-top: 60px;
}

.main-blog-grid .item-image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.main-blog-grid .item-content {
    padding: 0px 95px;
}

.main-blog-grid .item-title>a {
    display: block;
    color: #000000;
    font-size: 38px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.main-blog-grid .post-meta>ul>li {
    padding: 0px;
    color: #434343;
    margin-right: 20px;
}

.main-blog-grid .post-meta>ul>li:after {
    display: none;
}

.main-blog-grid .post-meta>ul>li>a {
    color: #000000;
}

/* main blog grid - end */

/* blog grid - start */

.blog-grid {
    margin-top: 30px;
}

.blog-grid .blog-image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.blog-grid .blog-image:before {
    top: 50%;
    left: 50%;
    width: 0%;
    content: "";
    height: 90%;
    position: absolute;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.blog-grid .blog-image:after {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    letter-spacing: 3px;
    content: "VIEW DETAILS";
    font-family: "Montserrat", sans-serif;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

.blog-grid:hover .blog-image:before {
    width: 90%;
}

.blog-grid:hover .blog-image:after {
    opacity: 1;
    transition-delay: 0.05s;
    transform: translate(-50%, -50%);
}

.blog-grid .item-title {
    margin-bottom: 20px;
}

.blog-grid .item-title>a {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.blog-grid .item-content {
    padding: 0px 70px;
}

.blog-grid .size-increase .item-title>a {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.blog-page .blog-grid {
    margin-top: 60px;
}

/* blog grid - end */

/* blog list - start */

.blog-list {
    margin-bottom: 60px;
}

.blog-list .item-image {
    float: left;
    width: 370px;
    background-color: #000000;
}

.blog-list .item-image>img {
    transition: all 0.3s ease-in-out;
}

.blog-list:hover .item-image>img {
    opacity: 0.6;
}

.blog-list .item-content {
    display: table;
    padding-top: 30px;
    padding-left: 60px;
}

.blog-list .item-title {
    margin-bottom: 20px;
}

.blog-list .item-title a {
    font-size: 21px;
    line-height: 1.429;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

/* blog list - end */

/* blog fullimage - start */

.blog-fullimage {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.blog-fullimage.add-effect:before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: 1;
    height: 85%;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    transform: translate(-50%, -50%);
}

.blog-fullimage.add-effect:hover:before {
    width: 85%;
}

.blog-fullimage .item-content {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding: 0px 30px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
}

.blog-fullimage .item-content .item-title,
.blog-fullimage .item-content .item-brand {
    opacity: 0;
    width: 100%;
    display: block;
    color: #ffffff;
    line-height: 1.4;
    transform: translateY(8px);
    transition: all 0.3s ease-in-out;
}

.blog-fullimage .item-content .item-title {
    font-size: 21px;
    font-weight: 600;
    max-width: 330px;
    margin-bottom: 20px;
    display: inline-block;
}

.blog-fullimage .item-content .item-brand {
    font-size: 14px;
}

.blog-fullimage:hover .item-content .item-title,
.blog-fullimage:hover .item-content .item-brand {
    opacity: 1;
    transform: translateY(0px);
}

.blog-fullimage:hover .item-content .item-title {
    transition-delay: 0.3s;
}

.blog-fullimage:hover .item-content .item-brand {
    transition-delay: 0.5s;
}

.blog-section .masoney-grid.m-0.mb-100 {
    margin-bottom: 100px !important;
}

.blog-section .masoney-grid.m-0 .blog-fullimage {
    margin: 0px;
}

.blog-section .masoney-grid.m-0.metro-layout .grid-item,
.blog-section .masoney-grid.m-0.metro-layout .grid-sizer {
    width: 25%;
}

.blog-section .masoney-grid.m-0.metro-layout .grid-50 {
    width: 50%;
}

/* blog fullimage - end */

/* small blog - start */

.small-blog .item-image {
    float: left;
    width: 69px;
    margin-right: 18px;
}

.small-blog .item-image>img {
    transition: all 0.3s ease-in-out;
}

.small-blog:hover .item-image>img {
    opacity: 0.6;
}

.small-blog .item-content {
    display: table;
}

.small-blog .item-content .item-title {
    margin-bottom: 5px;
}

.small-blog .item-content .item-title>a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.143;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.small-blog .item-content .post-date {
    font-size: 12px;
    font-weight: 500;
}

.small-blog .item-content .item-price {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

/* small blog - end */

/* 14 - blog pages - end
==================================================================================================== */

/* 15 - portfolio pages - start
==================================================================================================== */

/* portfolio items filter nav - start */

.filters-button-group>ul>li {
    margin-right: 40px;
}

.filters-button-group>ul>li:last-child {
    margin-right: 0px !important;
}

.filters-button-group>ul>li>button {
    margin: 0px;
    padding: 0px;
    color: #bababa;
    display: block;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}

.filters-button-group>ul>li>button:before {
    opacity: 0;
    left: 15px;
    right: 15px;
    bottom: 0px;
    content: "";
    height: 1px;
    line-height: 1;
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
}

.filters-button-group>ul>li>button:hover,
.filters-button-group>ul>li>button.is-checked {
    color: #000000;
}

.filters-button-group>ul>li>button:hover:before,
.filters-button-group>ul>li>button.is-checked:before {
    left: 0px;
    right: 0px;
    opacity: 1;
}

/* portfolio items filter nav - end */

/* portfolio full image - start */

.portfolio-fullimage {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.portfolio-fullimage>img {
    width: 100%;
    display: block;
}

.portfolio-fullimage .details-btn {
    top: 60px;
    right: -50px;
    width: 50px;
    height: 35px;
    color: #ffffff;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
}

.portfolio-fullimage .details-btn i {
    transition: all 0.3s ease-in-out;
}

.portfolio-fullimage .details-btn:hover i {
    transform: rotate(360deg);
}

.portfolio-fullimage:hover .details-btn {
    right: 0%;
}

.portfolio-fullimage .item-content {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    position: absolute;
}

.portfolio-fullimage .item-content .item-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.portfolio-fullimage .item-content .item-brand {
    font-size: 14px;
    display: inline-block;
}

.portfolio-fullimage .item-content .item-title,
.portfolio-fullimage .item-content .item-brand {
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease-in-out;
}

.portfolio-fullimage:hover .item-content .item-title,
.portfolio-fullimage:hover .item-content .item-brand {
    opacity: 1;
    transform: translateY(0px);
}

.portfolio-fullimage:hover .item-content .item-title {
    transition-delay: 0.2s;
}

.portfolio-fullimage:hover .item-content .item-brand {
    transition-delay: 0.4s;
}

.portfolio-fullimage.bg-white {
    background-color: #000000;
}

.portfolio-fullimage.bg-white>img {
    transition: all 0.3s ease-in-out;
}

.portfolio-fullimage.bg-white:hover>img {
    opacity: 0.2;
}

.portfolio-fullimage.add-effect:before {
    top: 50%;
    left: 50%;
    width: 0%;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    transform: translate(-50%, -50%);
}

.portfolio-fullimage.add-effect:hover:before {
    width: 90%;
}

.portfolio-fullimage .item-content-2 {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding: 0px 30px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%);
}

.portfolio-fullimage .item-content-2 .item-title,
.portfolio-fullimage .item-content-2 .item-brand {
    opacity: 0;
    width: 100%;
    display: block;
    color: #ffffff;
    line-height: 1.4;
    transform: translateY(8px);
    transition: all 0.3s ease-in-out;
}

.portfolio-fullimage .item-content-2 .item-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolio-fullimage .item-content-2 .item-brand {
    font-size: 14px;
}

.portfolio-fullimage:hover .item-content-2 .item-title,
.portfolio-fullimage:hover .item-content-2 .item-brand {
    opacity: 1;
    transform: translateY(0px);
}

.portfolio-fullimage:hover .item-content-2 .item-title {
    transition-delay: 0.3s;
}

.portfolio-fullimage:hover .item-content-2 .item-brand {
    transition-delay: 0.5s;
}

/* portfolio full image - end */

/* masoney grid - start */

.masoney-grid .grid-item .portfolio-fullimage {
    margin: 0px;
}

.masoney-grid.m-0 .grid-item {
    padding: 0px;
}

.masoney-grid.m-0 .grid-item .portfolio-fullimage {
    margin: 0px;
}

.portfolio-fullimage.add-effect {
    position: relative;
    overflow: hidden;
}

.portfolio-fullimage:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease-in-out;
}

.portfolio-fullimage:hover:before {
    width: 90%;
}

/* Centered content inside the overlay */

.item-content-2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.portfolio-fullimage:hover .item-content-2 {
    opacity: 1;
}

.hover-content {
    color: #fff;
    font-size: 9px;
}

/* Optional table styling */

.spec-table {
    margin: 0 auto;
    color: #fff;
    border-collapse: collapse;
    font-size: 9px;
}

.spec-table td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2px 4px !important;
}

@media (max-width: 768px) {
    .spec-table {
        font-size: 7px;
    }
}

/* masoney grid - end */

/* creative layout - start */

.creative-layout .portfolio-fullimage {
    overflow: visible;
    position: relative;
}

.creative-layout .portfolio-fullimage.bg-white .image-wrap {
    background-color: #000000;
}

.creative-layout .portfolio-fullimage.bg-white .image-wrap>img {
    transition: all 0.3s ease-in-out;
}

.creative-layout .portfolio-fullimage.bg-white:hover .image-wrap>img {
    opacity: 0.2;
}

.creative-layout .portfolio-fullimage .image-wrap {
    overflow: visible;
    position: relative;
}

.creative-layout .portfolio-fullimage.small-size {
    height: 100%;
    display: flex;
    align-items: center;
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap {
    margin: auto;
    display: block;
    max-width: 270px;
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap.align-lb {
    margin-left: 0px !important;
    margin-bottom: 30px !important;
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap.align-tr {
    margin-top: 0px !important;
    margin-right: 0px !important;
}

.creative-layout .portfolio-fullimage.small-size>.image-wrap.align-tl {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.creative-layout .portfolio-fullimage .item-title,
.creative-layout .portfolio-fullimage .item-title-2 {
    left: 0px;
    right: 0px;
    margin: 0px;
    z-index: 2;
    position: absolute;
}

.creative-layout .portfolio-fullimage .item-title>small,
.creative-layout .portfolio-fullimage .item-title-2>small {
    width: 250px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}

.creative-layout .portfolio-fullimage .item-title>small.float-right,
.creative-layout .portfolio-fullimage .item-title-2>small.float-right {
    text-align: left;
    margin-right: -200px;
}

.creative-layout .portfolio-fullimage .item-title>small.float-left,
.creative-layout .portfolio-fullimage .item-title-2>small.float-left {
    text-align: right;
    margin-left: -200px;
}

.creative-layout .portfolio-fullimage .item-title {
    top: 40px;
}

.creative-layout .portfolio-fullimage .item-title-2 {
    bottom: 40px;
}

/* creative layout - end */

/* portfolio carousel - start */

.portfolio-carousel .item .portfolio-fullimage {
    margin-top: 0px;
}

.portfolio-carousel.arrow-top-right .owl-nav {
    right: 351px;
}

.bg-default-black .owl-theme.arrow-top-right .owl-nav:before {
    background-color: #000000;
}

.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-next:before,
.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-prev:before {
    color: #b8b8b8;
}

.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-next:hover:before,
.bg-default-black .owl-theme.arrow-top-right .owl-nav .owl-prev:hover:before {
    color: #ffffff;
}

/* portfolio carousel - end */

/* portfolio carousel 2 - start */

.portfolio-carousel-2 {
    float: right;
    width: 1515px;
    position: relative;
}

.portfolio-carousel-2 .owl-nav {
    top: -100px;
    left: 330px;
    position: absolute !important;
}

/* portfolio carousel 2 - end */

/* portfolio carousel 3 - start */

.portfolio-carousel-3 {
    float: left;
    width: 1535px;
}

.portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
    right: 350px;
}

.portfolio-carousel-3 .item {
    position: relative;
}

.portfolio-carousel-3 .item .item-image {
    float: right;
    max-width: 1045px;
}

.portfolio-carousel-3 .item .item-content {
    top: 50%;
    left: 0px;
    z-index: 1;
    max-width: 670px;
    position: absolute;
    transform: translateY(-50%);
}

.portfolio-carousel-3 .item .item-content .item-title {
    font-size: 48px;
    padding-left: 100px;
    border-left: 2px solid #000000;
}

.portfolio-carousel-3 .item .item-content .address-info {
    margin-left: 100px;
}

.portfolio-carousel-3 .item .item-content .address-info>ul>li {
    font-size: 16px;
    margin-right: 25px;
}

.portfolio-carousel-3 .item .item-content .address-info>ul>li:first-child {
    color: #000000;
}

.portfolio-carousel-3 .item .item-content .address-info>ul>li:last-child {
    margin-right: 0px !important;
}

.portfolio-carousel-3 .item .item-content .item-title,
.portfolio-carousel-3 .item .item-content .address-info {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease-in-out;
}

.portfolio-carousel-3 .owl-item.active .item .item-content .item-title,
.portfolio-carousel-3 .owl-item.active .item .item-content .address-info {
    opacity: 1;
    transform: translateY(0px);
}

.portfolio-carousel-3 .owl-item.active .item .item-content .item-title {
    transition-delay: 0.7s;
}

.portfolio-carousel-3 .owl-item.active .item .item-content .address-info {
    transition-delay: 0.8s;
}

/* portfolio carousel 3 - end */

/* 15 - portfolio pages - end
==================================================================================================== */

/* applications cards section - start 
==================================================================================================== */

/*application*/

.application-section .container a {
    display: block !important;
}

.bg-card {
    position: relative;
    height: 550px;
    overflow: hidden;
    margin: 5px;
    color: #fff;
    display: flex;
    align-items: start;
    transition: transform 0.3s ease;
}

/* === VIDEO BACKGROUND === */
.bg-card .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.4s ease;
    pointer-events: none;
}

.bg-card:hover .bg-video {
    transform: scale(1.1);
}

/* === IMAGE BACKGROUND === */
.bg-card .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom left;
    transition: transform 0.4s ease;
    z-index: 1;
}

.bg-card:hover .bg-image {
    transform: scale(1.1);
}

/* === OVERLAY === */
.bg-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

/* === TEXT CONTENT === */
.bg-card .content {
    position: relative;
    z-index: 3;
    padding: 50px;
    transition: transform 0.3s ease;
}

.bg-card:hover .content {
    transform: translateY(-10px);
}

.bg-card h3 {
    transform: translateY(20px);
    transition: all 0.2s ease;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}

.bg-card h2 {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.4s ease;
    margin: 0;
    font-size: 20px;
}

.bg-card:hover h2 {
    opacity: 1;
    transform: translateY(20px);
}

/* === ROW FIXES === */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/* === RESPONSIVE STYLES === */
@media (max-width: 768px) {
    .bg-card {
        height: 200px;
    }

    .bg-card .content {
        padding: 30px;
    }

    .bg-card h3,
    .bg-card h2 {
        opacity: 1 !important;
        transform: none !important;
    }
}
/* 15 - cards section - end

/* 16 - hero slider section - start
==================================================================================================== */

.hero-slider-container {
    padding-top: 150px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-slider-container {
        width: 100%;
        height: 50vh;
    }
    .hero-content {
        margin: 0 auto !important;
        padding: 150px 10px !important;
        text-align: left !important;
    }
}

/* .video-bg {
  position: absolute;
  top:150;
  left:100;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
} */

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 150;
    left: 100;
    height: 100%;
    width: 100%;
    z-index: 1;
}
/* Mobile */
@media (max-width: 768px) {
  .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures it crops instead of stretching */
  }
}
.hero-slider {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 300px 10px;
    text-align: left !important;
    margin-left: 40px;
}

.hero-content1 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 300px 10px;
    text-align: left !important;
}

/* 
.hero-slider {
  position: relative;
  padding-top: 150px;
} */

.hero-slide {
    position: relative;
    height: 800px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 1;
}

.hero-content h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1rem;
    }
    .hero-content p {
        font-size: 0.5rem;
    }
}

/* .hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 15px;
  max-width: 700px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
} */

/* Default (Desktop) Background Images */

.bg-1 {
    background-image: url("../images/applications/concrete-wall-office-building-final.webp");
}

.bg-2 {
    background-image: url("../images/backgrounds/Hero-Banner-02.jpg")
}

.bg-3 {
    background-image: url("../images/backgrounds/Hero-Banner-03.jpg")
}

/* Mobile Backgrounds */

@media (max-width: 768px) {
    .bg-1 {
        background-image: url('../images/backgrounds/Hero-Banner-mobile-01.jpg');
    }
    .bg-2 {
        background-image: url('../images/backgrounds/Hero-Banner-mobile-02.jpg');
    }
    .bg-3 {
        background-image: url('../images/backgrounds/Hero-Banner-mobile-03.jpg');
    }
}

/* 16 - hero slider section - end
==================================================================================================== */

/* 16 - gallery section - start
==================================================================================================== */

.single-gallery {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.gallery-container {
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.gallery-container img {
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out;
    display: block;
}

/* 16 - gallery section - end
==================================================================================================== */

/* 16 - product section - start
==================================================================================================== */

.product-info-section {
    padding: 10px 0 60px 0;
    background-color: #000;
}

.gray-strip {
    background-color: #000000;
    padding: 20px 0;
    margin-bottom: 30px;
}

.gray-strip h2 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.product-details {
    padding-left: 20px;
    list-style-type: disc;
    font-size: 1rem;
    color: #fff;
}

.product-details li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .row.align-items-center {
        flex-direction: column;
    }
    .col-md-8,
    .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .gray-strip h2 {
        font-size: 1.5rem;
    }
}

/* 16 - product section - end
==================================================================================================== */

/* 16 - display section - start
==================================================================================================== */

.display-section {
    background-color: #000;
}

.image-hover-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.image-hover-box .main-img {
    transition: opacity 0.4s ease;
    display: block;
    width: 100%;
}

.image-hover-box .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.image-hover-box:hover .hover-img {
    opacity: 1;
}

.image-hover-box:hover .main-img {
    opacity: 0;
}

.image-hover-box .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 200;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    transition: background 0.3s;
}

/* Optional: spacing fix for mobile */

@media (max-width: 576px) {
    .image-hover-box {
        margin-bottom: 1rem;
    }
}

/* 16 - display section - end
==================================================================================================== */

.download-section {
    padding: 50px;
    background: #e6e9ed !important;
}

.pdf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
}

.book-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book {
    position: relative;
    width: 100px;
    height: 140px;
    background: #d32f2f;
    border: 2px solid #b71c1c;
    border-radius: 8px;
    overflow: hidden;
    perspective: 800px;
    cursor: pointer;
}

.page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform-origin: left center;
    transform: rotateY(0deg);
    transition: transform 0.6s ease;
    border-right: 1px solid #ccc;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Opening page effect */

.book:hover .page {
    transform: rotateY(-120deg);
}

/* Download button styles */

/* Basic Section Styling */

.download-section {
    padding: 50px;
    background: #f8f8f8;
}

/* Grid Layout for .pdf-grid */

.pdf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns by default */
    gap: 30px;
    justify-items: center;
}

/* Moleskine Wrapper Fix for responsive layout */

.moleskine-wrapper {
    max-width: 100%;
    /* Makes sure the wrapper doesn't overflow */
    min-width: 10em;
    /* Keeps a minimum size */
    display: flex;
    justify-content: center;
}

/* Moleskine Notebook Styling */

.moleskine-notebook {
    height: 250px;
    width: 175px;
    position: relative;
    transition: .4s ease-in-out;
    border-radius: 5px 15px 15px 5px;
    transform-origin: left center 0px;
    display: inline-block;
    margin: 30px;
    perspective: 800px;
}

/* Hover effect for notebook */

.moleskine-notebook:hover {
    transform: rotateZ(-10deg);
}

/* Notebook Cover Styling */

.notebook-cover {
    background: #060606;
    /* Default color */
    height: 250px;
    width: 175px;
    position: absolute;
    border-radius: 5px 15px 15px 5px;
    z-index: 10;
    transition: .5s linear;
    transform-style: preserve-3d;
    transform-origin: left center 0px;
}

/* Cover Gradient Effect (on hover) */

.moleskine-notebook:hover .notebook-cover {
    transform: rotateY(-50deg);
    z-index: 999;
    box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.2);
}

/* Specific Color Styles for Covers (you can replace $color-xxx with actual colors) */

.notebook-cover.blue {
    background: #1e88e5;
    /* Example Blue */
}

.notebook-cover.green {
    background: #5a5b5a;
    /* Example Green */
}

.notebook-cover.yellow {
    background: #2d6bfb;
    /* Example Yellow */
}

/* Notebook Skin - Title / Text */

.notebook-skin {
    height: 50px;
    background: #050505;
    margin-top: 80px;
    padding: 15px;
    font-size: 12px;
    position: relative;
    z-index: 10;
    color: #f9f5f5;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.notebook-skin:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: 0;
    background: #6763f0;
}

/* Page styles */

.notebook-page {
    height: 100%;
    width: 175px;
    position: absolute;
    background-color: #40403f;
    z-index: 0;
    border-radius: 5px 16px 16px 5px;
    overflow: hidden;
}

/* Ruled, Squared, Dotted Pages */

.notebook-page.ruled {
    background: linear-gradient(to bottom, #fbfae8 9px, #e4e4e4 1px);
    background-size: 100% 10px;
}

.notebook-page.squared {
    background-image: linear-gradient(#e4e4e4 1px, transparent 1px), linear-gradient(90deg, #e4e4e4 1px, transparent 1px);
    background-size: 10px 10px, 10px 10px, 2px 2px, 2px 2px;
}

.notebook-page.dotted {
    background: linear-gradient(90deg, #fbfae8 10px, transparent 1%) center, linear-gradient(#fbfae8 10px, transparent 1%) center, #999;
    background-size: 11px 11px;
}

/* Responsive for mobile/tablet */

@media (max-width: 900px) {
    .pdf-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on tablet */
    }
}

@media (max-width: 600px) {
    .pdf-grid {
        grid-template-columns: 1fr;
        /* 1 column on mobile */
    }
}

/* Section for Certificates */

.certificate-section {
    padding: 50px;
    background: #f8f8f8;
}

/* Grid Layout */

.certificate-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns */
    gap: 20px;
    justify-items: center;
}

/* Wrapper for each certificate */

.certificate-wrapper {
    width: 100%;
    max-width: 200px;
    /* Controls the width of each certificate */
    text-align: center;
}

/* Styling for the certificate */

.certificate {
    width: 100%;
    height: 300px;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.certificate-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the certificate image fills the container */
}

/* Download Button Styling */

/* Download Button Styling */

.download-btn1 {
    display: inline-block;
    /* Make it behave like a button */
    background-color: #000000;
    color: #ffffff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.download-btn1:hover {
    background-color: #6b6b6b !important;
    color: #ffffff;
}

/* Mobile Responsive: 2 columns */

@media (max-width: 900px) {
    .certificate-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on tablets */
    }
}

/* Mobile Responsive: 1 column */

@media (max-width: 600px) {
    .certificate-grid {
        grid-template-columns: 1fr;
        /* 1 column on mobile */
    }
}

/* 16 - shop pages - start
==================================================================================================== */

/* shop section - start */

.shop-section .filter-bar .dropdown {
    padding-right: 40px;
}

.shop-section .filter-bar .dropdown .category-dropdown {
    width: 100%;
    display: block;
    color: #434343;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.shop-section .filter-bar .dropdown .category-dropdown span {
    color: #000000;
    margin-right: 15px;
    display: inline-block;
}

.shop-section .filter-bar .dropdown .category-dropdown i {
    float: right;
    color: #8f8f8f;
    font-size: 16px;
    margin-top: 3px;
}

.shop-section .filter-bar .dropdown .dropdown-menu {
    margin: 0px;
    z-index: 999;
    font-size: 14px;
    margin-top: 10px;
    min-width: 10rem;
    text-align: left;
    list-style: none;
    padding: 15px 0px;
    border-radius: 0px;
    color: #434343;
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.05);
}

.shop-section .filter-bar .dropdown .dropdown-menu>ul {
    max-width: -15px 0px;
}

.shop-section .filter-bar .dropdown .dropdown-menu>ul>li>a {
    width: 100%;
    line-height: 1;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    color: #434343;
}

.shop-section .filter-bar .dropdown .dropdown-menu>ul>li:hover>a {
    color: #000000;
    background-color: #f2f2f2;
}

.shop-section .filter-bar .layout-btns-group {
    float: right;
}

.shop-section .filter-bar .layout-btns-group>span {
    float: left;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.shop-section .filter-bar .layout-btns-group>ul>li {
    margin-right: 10px;
}

.shop-section .filter-bar .layout-btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

.shop-section .filter-bar .layout-btns-group>ul>li>a {
    color: #dddddd;
    line-height: 1;
    font-size: 18px;
    margin-top: 2px;
}

.shop-section .filter-bar .layout-btns-group>ul>li>a:hover,
.shop-section .filter-bar .layout-btns-group>ul>li>a.active {
    color: #000000;
}

.shop-section .arrow-top-right .owl-nav {
    top: -48px;
}

/* shop section - end */

/* product grid - start */

.product-grid {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}

.product-grid .item-image {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
}

.product-grid .item-image>img {
    height: auto;
    margin: auto;
    margin-top: 0px;
}

.product-grid .item-content {
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

.product-grid .item-content .item-title {
    margin-bottom: 5px;
}

.product-grid .item-content .item-title>a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.product-grid .item-content .item-price {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.product-grid:hover .item-content {
    opacity: 0;
    transform: translateY(10px);
}

.product-grid .action-content {
    left: 0px;
    right: 0px;
    z-index: 1;
    opacity: 0;
    bottom: -20%;
    padding: 15px;
    padding-top: 25px;
    visibility: hidden;
    position: absolute;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.product-grid .action-content .addtocart-btn {
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}

.product-grid .action-content .addtocart-btn:hover {
    opacity: 0.7;
}

.product-grid .action-content .btns-group {
    margin-bottom: 20px;
}

.product-grid .action-content .btns-group>ul>li {
    margin-right: 15px;
}

.product-grid .action-content .btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

.product-grid .action-content .btns-group>ul>li>button {
    color: #dddddd;
    display: block;
    font-size: 16px;
}

.product-grid .action-content .btns-group>ul>li>button:hover {
    color: #000000;
}

.product-grid:hover .action-content {
    opacity: 1;
    bottom: 0px;
    visibility: visible;
}

/* product grid - end */

/* shop creative item - start */

.shop-creative-item .item-content {
    position: relative;
}

.shop-creative-item .item-content .item-title {
    top: 60%;
    z-index: 1;
    width: 250px;
    position: absolute;
}

.shop-creative-item .item-content .item-title>a {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.shop-creative-item .item-content.float-right {
    text-align: right;
}

.shop-creative-item .item-content.float-right .item-title {
    right: 85%;
}

.shop-creative-item .item-content.float-left {
    text-align: left;
}

.shop-creative-item .item-content.float-left .item-title {
    left: 85%;
}

/* shop creative item - end */

/* product full image - start */

.product-fullimage {
    max-width: 370px;
    position: relative;
    margin: 30px auto 0px;
}

.product-fullimage .item-title {
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 30px;
    padding: 0px 30px;
    text-align: center;
    position: absolute;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

/* product full image - end */

/* collection full image - start */

.collection-fullimage {
    width: 100%;
    display: block;
    position: relative;
}

.collection-fullimage .item-title {
    left: 0px;
    right: 0px;
    bottom: 35px;
    display: block;
    padding: 0px 40px;
    position: absolute;
}

.collection-fullimage .item-title strong {
    color: #000000;
    line-height: 1;
    display: block;
    font-size: 34px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

/* collection full image - end */

/* 16 - shop pages - end
==================================================================================================== */

/* 17 - all details pages - start
==================================================================================================== */

/* advertisement - start */

.advertisement-section {
    min-height: 600px;
    background-position: left bottom;
}

/* advertisement - end */

/* portfolio details - start */

.details-section .details-image {
    min-height: 720px;
}

.details-section .details-image>img {
    width: 100%;
    display: block;
}

.details-section .details-image .item-content {
    padding-bottom: 40px;
}

.details-section .details-image .item-content .item-title {
    font-size: 42px;
}

.details-section .details-image .item-content.text-white .item-title {
    color: #ffffff;
}

.details-section .details-image .item-content.text-white .post-meta>ul>li {
    color: #bababa;
}

.details-section .details-image .item-content.text-white .post-meta>ul>li>a {
    color: #ffffff;
}

.details-section .details-content .item-title {
    font-size: 32px;
    margin-bottom: 50px;
}

.details-section .details-content .info-list>ul>li {
    margin-bottom: 40px;
}

.details-section .details-content .info-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

.details-section .details-content .info-list>ul>li span {
    width: 100%;
    display: block;
    color: #434343;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.details-section .details-content .info-list>ul>li p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.details-section .details-content .info-list>ul>li p>a {
    float: left;
    color: #000000;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
    padding-right: 3px;
    display: inline-block;
}

.details-section .details-content .info-list>ul>li p>a:hover {
    text-decoration: underline;
}

.details-section .details-content .info-list>ul>li p>a:after {
    right: 0px;
    bottom: 0px;
    content: ",";
    color: #000000;
    font-size: 16px;
    position: absolute;
}

.details-section .details-content .info-list>ul>li p>a:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.details-section .details-content .info-list>ul>li p>a:last-child:after {
    display: none;
}

.details-section .details-content.text-center .info-list>ul>li p {
    display: table;
    margin: 0px auto;
}

.details-section .details-content .share-links>ul>li {
    margin-right: 35px;
}

.details-section .details-content .share-links>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section .details-content .share-links>ul>li>a {
    font-size: 12px;
    color: #000000;
}

.details-section .details-content p {
    font-size: 16px;
}

.details-section .details-content p.bottom-line {
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 55px;
}

.details-section .details-content p.bottom-line:before {
    left: 0px;
    height: 1px;
    bottom: 0px;
    content: "";
    width: 70px;
    line-height: 1;
    position: absolute;
    background-color: #000000;
}

.details-section .details-content .social-links>ul>li {
    margin-right: 35px;
}

.details-section .details-content .social-links>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section .details-content .social-links>ul>li>a {
    color: #727272;
    font-size: 14px;
}

.details-section .details-content .social-links>ul>li>a:hover {
    color: #000000;
}

.details-section .details-content blockquote .quote-icon {
    max-width: 90px;
    display: inline-block;
}

.details-section .details-content blockquote .title-text {
    font-size: 42px;
    font-weight: 700;
    padding-left: 100px;
    border-left: 1px solid #000000;
}

.details-section .details-content .post-admin {
    padding: 60px 0px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.details-section .details-content .post-admin .admin-thumbnail {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 100%;
}

.details-section .details-content .post-admin .admin-thumbnail>img {
    width: 100%;
    display: block;
}

.details-section .details-content .post-admin .item-content {
    display: table;
}

.details-section .details-content .post-admin .admin-name {
    margin-bottom: 30px;
}

.details-section .details-content .post-admin .admin-name>a {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.details-section .details-content .post-admin.text-center {
    padding: 60px 100px;
}

.details-section .details-content .post-admin.text-center .admin-thumbnail {
    float: none;
    display: inline-block;
    margin: 0px auto 30px;
}

.details-section .details-content .post-admin.text-center .item-content {
    width: 100%;
    display: table;
}

.details-section .details-image-carousel .owl-dots {
    right: 18.8%;
    bottom: 45px;
    position: absolute;
}

.details-section .details-image-carousel .owl-dots .owl-dot span {
    background-color: #6e6e6e;
}

.details-section .details-image-carousel .owl-dots .owl-dot:hover span,
.details-section .details-image-carousel .owl-dots .owl-dot.active span {
    background-color: #000000;
}

.portfolio-details-5 .details-section .details-image {
    min-height: 960px;
}

/* portfolio details - end */

/* blog details - start */

.details-section.blog-details .details-image.parallax-window {
    min-height: 860px;
}

.details-section .blog-share>ul>li {
    margin-right: 10px;
}

.details-section .blog-share>ul>li:first-child {
    margin-right: 30px !important;
}

.details-section .blog-share>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section .blog-share>ul>li .post-counter strong {
    display: block;
    font-size: 48px;
    line-height: 0.8;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.details-section .blog-share>ul>li .post-counter span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
}

.details-section .blog-share>ul>li>a {
    height: 40px;
    color: #ffffff;
    display: inline-block;
}

.details-section .blog-share>ul>li>a.bg-facebook {
    background-color: #3d5b96;
}

.details-section .blog-share>ul>li>a.bg-twitter {
    background-color: #1dadeb;
}

.details-section .blog-share>ul>li>a.bg-googleplus {
    background-color: #e8453c;
}

.details-section .blog-share>ul>li>a span {
    float: left;
    width: 50px;
    height: 40px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.details-section .blog-share>ul>li>a small {
    height: 40px;
    font-size: 11px;
    font-weight: 500;
    min-width: 125px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
}

.details-section.blog-details .details-content .item-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.details-section.blog-details .details-content .child-image {
    margin-bottom: 30px;
}

.details-section.blog-details .details-content blockquote .title-text {
    font-size: 32px;
    line-height: 1.625;
    border-left: 3px solid #d4d4d4;
}

.details-section .form-title span {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.details-section .form-title span:before {
    right: -90px;
    bottom: 11px;
    height: 2px;
    width: 67px;
    content: "";
    line-height: 1;
    position: absolute;
    background-color: #000000;
}

.details-section .comment-form.text-center .form-title span {
    padding-bottom: 30px;
}

.details-section .comment-form.text-center .form-title span:before {
    left: 50%;
    bottom: 0px;
    right: unset;
    transform: translateX(-50%);
}

.details-section .comment-form.text-center .form-item input,
.details-section .comment-form.text-center .form-item textarea {
    text-align: center;
}

/* blog details - end */

/* shop details - start */

.details-section .details-image {
    position: relative;
}

.details-section .details-image .action-btns {
    top: 25px;
    right: 20px;
    z-index: 2;
    position: absolute;
}

.details-section .details-image .action-btns>ul>li {
    margin-bottom: 20px;
}

.details-section .details-image .action-btns>ul>li:last-child {
    margin-bottom: 0px !important;
}

.details-section .details-image .action-btns>ul>li>a {
    line-height: 1;
    display: block;
    color: #c1c1c1;
    font-size: 16px;
}

.details-section .details-image .action-btns>ul>li>a:hover {
    color: #000000;
}

.details-section.shop-details .details-content .post-meta>ul>li {
    margin: 0px;
    padding: 0px;
    margin-right: 30px;
}

.details-section.shop-details .details-content .post-meta>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section.shop-details .details-content .post-meta>ul>li:after {
    display: none;
}

.details-section.shop-details .details-content .post-meta>ul>li .rating-star>ul {
    float: left;
    margin-right: 15px;
}

.details-section .details-content .item-price {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}

.details-section .details-content .list-title {
    font-size: 16px;
    font-weight: 700;
}

.details-section .details-content .product-size>ul>li {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.details-section .details-content .product-size>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section .details-content .product-size>ul>li>a {
    width: 100%;
    height: 100%;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    font-family: "Poppins", sans-serif;
    background-color: #f2f2f2;
}

.details-section .details-content .product-size>ul>li>a:hover {
    color: #ffffff;
    background-color: #000000;
}

.details-section .details-content .quantity-input {
    display: table;
    max-width: 120px;
    max-width: 0px auto;
    position: relative;
    background-color: red;
}

.details-section .details-content .quantity-input input {
    height: 38px;
    outline: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dddddd;
}

.details-section .details-content .quantity-input input:focus {
    border-color: #000000;
}

.details-section .details-content .quantity-input span {
    top: 50%;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
}

.details-section .details-content .quantity-input span:first-child {
    left: 14px;
}

.details-section .details-content .quantity-input span:last-child {
    right: 14px;
}

.details-section .details-content .addtocart-btn {
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 8px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}

.details-section .details-content .addtocart-btn:hover {
    opacity: 0.7;
}

.details-section .details-content .btns-group>ul>li {
    margin-right: 20px;
}

.details-section .details-content .btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section .details-content .btns-group>ul>li .quantity-input {
    max-width: 150px;
}

.details-section .details-content .product-number strong {
    color: #000000;
}

.details-section .details-content .tag-list .list-title {
    float: left;
    font-size: 14px;
    margin-right: 5px;
    color: #000000;
}

.details-section .details-content .tag-list>ul>li {
    margin-right: 5px;
    position: relative;
}

.details-section .details-content .tag-list>ul>li:after {
    content: ",";
    font-size: 16px;
    display: inline-block;
}

.details-section .details-content .tag-list>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section .details-content .tag-list>ul>li:last-child:after {
    display: none;
}

.details-section .details-content .tag-list>ul>li>a {
    color: #434343;
}

.details-section .details-content .tag-list>ul>li>a:hover {
    color: #000000;
    text-decoration: underline;
}

.details-section .tab-btns {
    border-bottom: 2px solid #dddddd;
}

.details-section .tab-btns>ul>li {
    margin-right: 34px;
}

.details-section .tab-btns>ul>li:last-child {
    margin-right: 0px !important;
}

.details-section .tab-btns>ul>li>a {
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.details-section .tab-btns>ul>li>a:before {
    left: 0px;
    width: 0%;
    opacity: 0;
    height: 2px;
    bottom: -2px;
    content: "";
    line-height: 1;
    position: absolute;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
}

.details-section .tab-btns>ul>li>a:hover,
.details-section .tab-btns>ul>li>a.active {
    color: #000000;
}

.details-section .tab-btns>ul>li>a:hover:before,
.details-section .tab-btns>ul>li>a.active:before {
    opacity: 1;
    width: 100%;
}

/* shop details - end */

/* 17 - all details pages - end
==================================================================================================== */

/* 18 - contact page - start
==================================================================================================== */

/* map section - start */

.map-section {
    /*
  .google-map {
  	height: 500px;
  }
  */
}

.map-section #mapBox {
    height: 500px;
}

/* map section - end */

/* contact section - start */

.contact-section-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    /* or any background you want */
}

.contact-section {
    width: 1140px;
    margin: 0 auto;
}

.contact-section.bg-map {
    background-size: auto;
    background-position: center center;
}

.contact-section.bg-map .form-item input {
    background: transparent;
}

.contact-section .submit-btn-icon {
    line-height: 1;
    font-size: 42px;
    color: #ffffff;
}

.contact-section.text-white .form-item input {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
}

.contact-section.text-white .submit-btn-icon {
    color: #ffffff;
}

.contact-section.text-white .submit-btn-icon.float-right {
    display: table;
    margin: 0px auto;
    float: none !important;
}

.contact-section .form-wrap.mb--30 {
    margin-bottom: 0px;
}

.contact-section .submit-btn-icon {
    display: table;
    margin: 0px auto;
}

/* contact section - end */

/* 18 - contact page - end
==================================================================================================== */

/* 19 - cart page - start
==================================================================================================== */

/* cart section - start */

.cart-section .table-wrap .item-image {
    width: 80px;
    float: left;
    margin-right: 50px;
}

.cart-section .table-wrap .item-content {
    padding-top: 22px;
    display: inline-block;
}

.cart-section .table-wrap .item-content .item-title {
    font-size: 16px;
}

.cart-section .table-wrap .item-content .btns-group>ul>li {
    margin-right: 30px;
}

.cart-section .table-wrap .item-content .btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

.cart-section .table-wrap .item-content .btns-group>ul>li>button {
    font-size: 12px;
    font-weight: 500;
    color: #434343;
}

.cart-section .table-wrap .item-content .btns-group>ul>li>button:hover {
    color: #000000;
}

.cart-section .table-wrap small {
    color: #8f8f8f;
    font-size: 14px;
    display: inline-block;
}

.cart-section .table-wrap .quantity-input {
    display: table;
    max-width: 120px;
    max-width: 0px auto;
    position: relative;
    background-color: red;
}

.cart-section .table-wrap .quantity-input input {
    height: 38px;
    outline: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dddddd;
}

.cart-section .table-wrap .quantity-input input:focus {
    border-color: #000000;
}

.cart-section .table-wrap .quantity-input span {
    top: 50%;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
}

.cart-section .table-wrap .quantity-input span:first-child {
    left: 14px;
}

.cart-section .table-wrap .quantity-input span:last-child {
    right: 14px;
}

.cart-section .submition-area {
    border-top: 1px solid #dddddd;
}

.cart-section .submition-area .form-item button[type=submit] {
    top: 50%;
    right: 20px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    transform: translateY(-50%);
}

.cart-section .submition-area .btns-group>ul>li {
    margin-right: 10px;
}

.cart-section .submition-area .btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

/* cart section - end */

/* checkout section - start */

.checkout-section .title-text {
    font-size: 18px;
}

.checkout-section .form-item textarea {
    min-height: 90px;
}

.checkout-section .checkout-sidebar {
    padding: 40px;
    background-color: #f2f2f2;
}

.checkout-section .checkout-sidebar hr {
    height: 1px;
    border: none;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #dddddd;
}

.checkout-section .checkout-sidebar .btn {
    display: block;
    min-width: 100%;
}

.checkout-section .checkout-sidebar .price-info>ul>li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.checkout-section .checkout-sidebar .price-info>ul>li:last-child {
    color: #000000;
    padding-top: 15px;
    border-top: 1px solid #dddddd;
    margin-bottom: 0px !important;
}

.checkout-section .checkout-sidebar .price-info>ul>li span {
    float: right;
    color: #000000;
}

.checkout-section .checkout-sidebar .radio-btns-group>ul>li {
    margin-bottom: 10px;
}

.checkout-section .checkout-sidebar .radio-btns-group>ul>li:last-child {
    margin-bottom: 0px !important;
}

/* checkout section - end */

/* 19 - cart page - end
==================================================================================================== */

/* 20 - 404 error page - start
==================================================================================================== */

.error-section {
    padding: 150px 0px;
}

.error-section .error-content .title-text {
    font-size: 32px;
}

.error-section .error-content p {
    font-size: 16px;
}

.error-section .error-content p a {
    color: #000000;
}

.error-section .error-content .form-item input {
    height: 60px;
    border: 1px solid #ededed;
}

.error-section .error-content .form-item input:focus {
    box-shadow: 0px 3px 11px 0px rgba(249, 79, 79, 0.14);
}

.error-section .error-content .form-item button {
    top: 50%;
    right: 20px;
    color: #000000;
    font-size: 20px;
    position: absolute;
    transform: translateY(-50%);
}

/* 20 - 404 error page - end
==================================================================================================== */

/* 21 - coming soon page - start
==================================================================================================== */

.coming-soon-page {
    position: relative;
    
}

.coming-soon-page .header-section,
.coming-soon-page .footer-section {
    left: 0px;
    right: 0px;
    z-index: 999;
    padding: 60px 0px;
    position: absolute;
   
   
    
  
}

.coming-soon-page .header-section {
    top: 0px;
}

.coming-soon-page .footer-section {
    bottom: 0px;
}

.comingsoon-section {
    background-size: auto;
    background-position: right bottom;
}

.comingsoon-section .comingsoon-content .title-text {
    font-size: 32px;
    line-height: 1.4;
}

.comingsoon-section .comingsoon-content .countdown-timer>ul>li {
    width: 100px;
    height: 100px;
    padding: 19px 0px;
    text-align: center;
    margin-right: 20px;
    border-radius: 100%;
    border: 3px solid #8d8d8d;
}

.comingsoon-section .comingsoon-content .countdown-timer>ul>li strong {
    color: #ffffff;
    line-height: 1;
    display: block;
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

/* 21 - coming soon page - end
==================================================================================================== */

/* 22 - home page - start
==================================================================================================== */

/* all banner section default settings - start
================================================== */

.banner-section {
    min-height: 100vh;
}

.banner-section .title-text {
    font-size: 48px;
}

.banner-section .social-links-text>ul>li:after {
    background-color: #000000;
}

.banner-section p {
    font-size: 16px;
}

.banner-section .absolute-social-wrap {}

.banner-section .absolute-social-wrap .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.banner-section .text-white h1,
.banner-section .text-white h2,
.banner-section .text-white h3,
.banner-section .text-white h4,
.banner-section .text-white h5,
.banner-section .text-white h6 {
    color: #ffffff;
}

.banner-section.text-white .title-text {
    color: #ffffff;
}

.banner-section.text-white h1,
.banner-section.text-white h2,
.banner-section.text-white h3,
.banner-section.text-white h4,
.banner-section.text-white h5,
.banner-section.text-white h6 {
    color: #ffffff;
}

.banner-section.text-white .btn-border {
    line-height: 43px;
    border: 2px solid #ffffff;
}

.banner-section.text-white .social-links-text>ul>li:after {
    background-color: rgba(255, 255, 255, 0.6);
}

/* all banner section default settings - start
================================================== */

/* all slider section default settings - start
================================================== */

.slider-section {}

.slider-section .absolute-social-wrap {
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.slider-section .text-white h1,
.slider-section .text-white h2,
.slider-section .text-white h3,
.slider-section .text-white h4,
.slider-section .text-white h5,
.slider-section .text-white h6 {
    color: #ffffff;
}

.slider-section.text-white .title-text {
    color: #ffffff;
}

.slider-section.text-white h1,
.slider-section.text-white h2,
.slider-section.text-white h3,
.slider-section.text-white h4,
.slider-section.text-white h5,
.slider-section.text-white h6 {
    color: #ffffff;
}

/* all slider section default settings - start
================================================== */

/* 22.01 - home agency default - start
================================================== */

/* slider section - start */

.agency-default-carousel .owl-stage-outer {
    padding-bottom: 5px;
}

.agency-default-carousel .item {
    min-height: 800px;
}

.agency-default-carousel .item .absolute-social-wrap {
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.agency-default-carousel .item.bg-gray {
    background-color: #000000;
}

.agency-default-carousel .item .slider-content {
    padding-top: 100px;
    padding-left: 30px;
}

.agency-default-carousel .item .img {
    background-size: cover;
}

.agency-default-carousel .item .item-title {
    font-size: 48px;
    margin-bottom: 40px;
}

.agency-default-carousel .item p {
    font-size: 16px;
    margin-bottom: 60px;
}

.agency-default-carousel .item .slider-image {
    height: 300px;
}

.agency-default-carousel .item .child-image {
    opacity: 0;
    max-width: 255px;
    position: absolute;
    transform: translateY(60px);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 8px 8px 50px 1px rgba(0, 0, 0, 0.1);
}

.agency-default-carousel .item .child-image.child-image-1 {
    top: 160px;
    right: -115px;
}

.agency-default-carousel .item .child-image.child-image-2 {
    left: 0px;
    bottom: 30px;
}

.agency-default-carousel .item .child-image.child-image-3 {
    right: -235px;
    bottom: -210px;
}

.agency-default-carousel .owl-item.active .item .child-image {
    opacity: 1;
    transform: translateY(0px);
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-1 {
    transition-delay: 1s;
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-2 {
    transition-delay: 1.1s;
}

.agency-default-carousel .owl-item.active .item .child-image.child-image-3 {
    transition-delay: 1.2s;
}

.agency-default-carousel .owl-dots {
    top: 31%;
    left: 60px;
    position: absolute;
}

.agency-default-carousel .owl-dots .owl-dot {
    display: block;
    margin-bottom: 30px;
}

.agency-default-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0px !important;
}

.agency-default-carousel .owl-dots .owl-dot>span {
    margin: 0px;
    width: 30px;
    height: 2px;
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.2);
}

.agency-default-carousel .owl-dots .owl-dot:hover {
    background-color: #000000;
}

.agency-default-carousel .owl-dots .owl-dot.active>span {
    width: 60px;
    transform: scale(1);
    background-color: #000000;
}

.agency-default-carousel .owl-nav {
    display: none;
    background: red;
    margin-top: 10px;
}

/* slider section - start */

/* portfolio section - start */

.home-agency-default .portfolio-section {
    margin-top: -100px;
}

/* portfolio section - start */

/* 22.01 - home agency default - end
================================================== */

/* 22.02 - home agency classic - start
================================================== */

/* slider section - start */

.agency-classic-banner .banner-content {
    z-index: 2;
    text-align: right;
    position: relative;
}

.agency-classic-banner .title-text {
    overflow: hidden;
}

.agency-classic-banner .title-text span {
    display: block;
    font-weight: 300;
    font-size: 128px;
    line-height: 1.117;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease-in-out;
}

.agency-classic-banner .btn {
    transition: all 0.3s ease-in-out;
}

.agency-classic-banner .slider-image {
    top: 0px;
    right: 0px;
    z-index: -1;
    max-width: 1153px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

/* slider section - end */

/* slider section - start */

.team-carousel.arrow-top-right .owl-nav {
    top: -70px;
}

/* slider section - end */

/* slider section - start */

.home-agency-classic .contact-section .google-map {
    height: 420px;
}

.home-agency-classic .contact-section #mapBox {
    height: 500px;
}

/* slider section - end */

/* 22.02 - home agency classic - end
================================================== */

/* 22.03 - home agency creative - start
================================================== */

/* banner section - start */

.agency-creative-banner .banner-image {
    float: right;
    max-width: 350px;
    margin-right: -10px;
}

/* banner section - end */

/* 22.03 - home agency creative - end
================================================== */

/* 22.04 - home studio agency - start
================================================== */

/* banner section - start */

.agency-studio-banner {
    min-height: 720px;
}

/* banner section - end */

/* 22.04 - home studio agency - end
================================================== */

/* 22.05 - home - start
================================================== */

/* banner section - start */

.agency-minimal-banner {
    min-height: 800px;
    padding: 60px 0px;
}

.agency-minimal-banner .title-text {
    font-size: 198px;
    font-weight: 200;
    line-height: 0.874;
}

.agency-minimal-banner .social-links-text {
    margin-top: 80px;
}

/* banner section - end */

/* 22.05 - home - end
================================================== */

/* 22.06 - home agency startup - start
================================================== */

/* banner section - start */

.agency-startup-banner {
    min-height: 630px;
    padding-bottom: 150px;
}

.agency-startup-banner .title-text {
    font-size: 60px;
    font-weight: 500;
}

.agency-startup-banner p {
    max-width: 570px;
    margin: 0px auto;
}

/* banner section - end */

/* banner section - start */

.agency-startup-grid {
    margin: 0px;
}

.agency-startup-grid .grid-item,
.agency-startup-grid .grid-sizer {
    float: left;
    padding: 0px;
    width: 33.333%;
    display: inline-block;
}

.agency-startup-grid .grid-item.w-66 {
    width: 66.666%;
}

.agency-startup-grid .portfolio-fullimage {
    margin: 0px;
}

/* banner section - end */

/* 22.06 - home agency startup - end
================================================== */

/* 22.07 - home agency marketing - start
================================================== */

/* portfolio section - start */

.agency-marketing-grid {
    margin: -15px;
}

.agency-marketing-grid .grid-item,
.agency-marketing-grid .grid-sizer {
    width: 25%;
}

.agency-marketing-grid .grid-item {
    padding: 15px;
}

.agency-marketing-grid .grid-item.w-50 {
    width: 50%;
}

.agency-marketing-grid .portfolio-fullimage {
    width: 100%;
    display: block;
}

.agency-marketing-grid .portfolio-fullimage.has-content {
    width: 100%;
    height: 570px;
    display: flex;
    align-items: center;
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
    width: 100%;
    margin: auto;
    padding: 50px;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
    font-size: 54px;
    font-weight: 300;
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .signiture {
    line-height: 1;
    display: block;
    font-size: 70px;
    font-family: "PWSignaturetwo";
}

.agency-marketing-grid .portfolio-fullimage.has-content .content-wrap hr {
    height: 2px;
    width: 60px;
    border: none;
    margin: 60px 0px;
    display: inline-block;
    background-color: #000000;
}

.agency-marketing-grid .portfolio-fullimage.text-white.has-content .content-wrap .item-title {
    color: #ffffff;
}

.agency-marketing-grid .portfolio-fullimage.text-white.has-content .content-wrap hr {
    background-color: #000000;
}

/* portfolio section - end */

/* 22.07 - home agency marketing - end
================================================== */

/* 22.08 - home agency simple - start
================================================== */

/* empty */

/* 22.08 - home agency simple - end
================================================== */

/* 22.09 - home photographer - start
================================================== */

/* home reset - start */

.home-photographer {
    padding: 60px;
    padding-left: 375px;
}

/* home reset - end */

/* 22.09 - home photographer - end
================================================== */

/* 22.10 - home freelancer - start
================================================== */

/* home reset - start */

.home-freelancer .section-title {
    margin-left: -115px;
}

.home-freelancer .section-title .title-text {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    padding-left: 115px;
}

.home-freelancer .section-title .title-text:before {
    top: 12px;
    left: 0px;
    content: "";
    height: 2px;
    width: 70px;
    position: absolute;
    background-color: #000000;
}

/* home reset - end */

/* banner section - start */

.freelancer-banner {
    min-height: auto;
}

.freelancer-banner:before {
    top: 50%;
    right: -100px;
    width: 2px;
    content: "";
    height: 67px;
    position: absolute;
    background-color: #000000;
    transform: translateY(-50%);
}

.freelancer-banner .banner-content {
    text-align: right;
}

.freelancer-banner .banner-content h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.freelancer-banner .banner-content h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
}

.freelancer-banner .banner-content p {
    font-size: 16px;
}

/* banner section - end */

/* 22.10 - home freelancer - end
================================================== */

/* 22.11 - home designer - start
================================================== */

/* banner section - start */

.designer-banner {
    background-size: auto;
    background-position: right 263px center;
}

.designer-banner .banner-content h3 {
    font-size: 21px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.designer-banner .banner-content h1 {
    font-size: 60px;
    font-weight: 500;
}

.designer-banner .banner-content h2 {
    font-size: 32px;
    font-weight: 500;
}

/* banner section - end */

/* 22.11 - home designer - end
================================================== */

/* 22.12 - home personal - start
================================================== */

/* home reset - start */

.home-personal .section-title .title-text {
    position: relative;
    padding-left: 200px;
}

.home-personal .section-title .title-text:before {
    top: 18px;
    left: 0px;
    content: "";
    height: 2px;
    width: 170px;
    position: absolute;
    background-color: #000000;
}

.home-personal .section-title.size-increase .title-text:before {
    top: 24px;
}

/* home reset - end */

/* banner section - start */

.personal-banner {
    min-height: 720px;
    background-size: auto;
    background-position: right top;
}

.personal-banner .banner-content {
    padding-top: 60px;
    position: relative;
}

.personal-banner .banner-content:before {
    top: 0px;
    left: 0px;
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    background-color: #000000;
}

.personal-banner .banner-content h1 {
    font-size: 102px;
    font-weight: 600;
}

.personal-banner .banner-content h2 {
    font-size: 42px;
    font-weight: 600;
}

/* banner section - end */

/* portfolio section - start */

.home-personal .portfolio-section .section-title .title-text {
    padding: 0px;
}

.home-personal .portfolio-section .section-title .title-text:before {
    display: none;
}

/* portfolio section - end */

/* 22.12 - home personal - end
================================================== */

/* 22.13 - home app landing - start
================================================== */

/* banner section - start */

.app-landing-banner {
    min-height: 820px;
    background-size: auto;
    background-position: left top;
}

.app-landing-banner .banner-content h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 80px;
}

.app-landing-banner .banner-content .btns-group>ul>li {
    margin-right: 30px;
}

.app-landing-banner .banner-content .btns-group>ul>li:last-child {
    margin-right: 0px !important;
}

/* banner section - end */

/* 22.13 - home app landing - end
================================================== */

/* 22.14 - home architecture - start
================================================== */

/* home reset - start */

.home-architecture h1,
.home-architecture h2,
.home-architecture h3,
.home-architecture h4,
.home-architecture h5,
.home-architecture h6 {
    font-weight: 300;
}

/* home reset - end */

/* slide section - start */

.home-architecture .slide-section {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.home-architecture .slide-section .social-links {
    top: 50%;
    right: 23px;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.home-architecture .slide-section .social-links>ul>li {
    display: table;
    margin: 0px;
    text-align: center;
    margin-bottom: 50px;
}

.home-architecture .slide-section .social-links>ul>li:last-child {
    margin-bottom: 0px !important;
}

.architecture-carousel {
    position: relative;
}

.architecture-carousel .item {
    min-height: 800px;
    position: relative;
}

.architecture-carousel .item .item-content {
    right: 0px;
    bottom: 0px;
    max-width: 770px;
    padding: 55px 75px;
    position: absolute;
    background-color: #000000;
}

.architecture-carousel .item .item-content .item-title {
    color: #ffffff;
    font-size: 48px;
}

.architecture-carousel .owl-dots {
    top: 50%;
    left: -33px;
    position: absolute;
    transform: translateY(-50%);
}

.architecture-carousel .owl-dots .owl-dot {
    display: table;
}

.architecture-carousel .owl-dots .owl-dot span {
    margin: 8px 0px;
}

/* slide section - end */

/* about section - start */

.home-architecture .about-section .about-image {
    width: 745px;
    float: right;
}

.home-architecture .about-section .about-image.creative-image {
    float: none !important;
    width: auto !important;
}

/* about section - end */

/* blog section - start */

.home-architecture .blog-grid .item-title>a {
    font-weight: 700;
}

/* blog section - end */

/* 22.14 - home section - end
================================================== */

/* 22.15 - home restaurant - start
================================================== */

/* home reset - start */

.home-restaurant h1,
.home-restaurant h2,
.home-restaurant h3,
.home-restaurant h4,
.home-restaurant h5,
.home-restaurant h6 {
    font-family: "Playfair Display", serif;
}

.home-restaurant .section-title .title-text {
    font-size: 48px;
    position: relative;
    padding-bottom: 34px;
}

.home-restaurant .section-title .title-text:before {
    left: 0px;
    bottom: 0px;
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background-color: #000000;
}

.home-restaurant .section-title.text-center .title-text:before {
    left: 50%;
    transform: translateX(-50%);
}

.home-restaurant .section-title.size-decrease .title-text {
    font-size: 32px;
}

.home-restaurant .text-white .section-title .title-text:before {
    background-color: #000000;
}

/* home reset - end */

/* slider section - start */

.restaurant-carousel .item {
    min-height: 100vh;
    position: relative;
}

.restaurant-carousel .icon {
    max-width: 75px;
    margin-bottom: 60px;
    display: inline-block;
}

.restaurant-carousel h3 {
    font-size: 60px;
    margin-bottom: 40px;
}

.restaurant-carousel p {
    max-width: 530px;
    display: inline-block;
}

.restaurant-carousel .btn.btn-border.border-white {
    height: 50px;
    line-height: 46px;
}

.restaurant-carousel .owl-dots {
    top: 50%;
    right: 60px;
    margin: 0px;
    position: absolute;
    transform: translateY(-50%);
}

.restaurant-carousel .owl-dots .owl-dot {
    display: block;
    margin-bottom: 20px;
}

.restaurant-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0px !important;
}

.restaurant-carousel .owl-dots .owl-dot span {
    margin: 0px;
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}

.restaurant-carousel .owl-dots .owl-dot:hover span,
.restaurant-carousel .owl-dots .owl-dot.active span {
    background-color: #000000;
}

/* slider section - end */

/* about section - start */

.about-section .signiture-text {
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 80px;
    text-align: center;
    font-family: "PWSignaturetwo";
}

/* about section - end */

/* food menu section - start */

.foodmenu-section .food-menu-list>ul>li {
    margin-right: 115px;
}

.foodmenu-section .food-menu-list>ul>li:last-child {
    margin-right: 0px !important;
}

.foodmenu-section .food-menu-list>ul>li>a {
    color: #a5a5a5;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 0px;
    position: relative;
    font-family: "Playfair Display", serif;
}

.foodmenu-section .food-menu-list>ul>li>a:after,
.foodmenu-section .food-menu-list>ul>li>a:before {
    width: 0%;
    height: 2px;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.foodmenu-section .food-menu-list>ul>li>a:before {
    top: 0px;
    right: 0px;
}

.foodmenu-section .food-menu-list>ul>li>a:after {
    left: 0px;
    bottom: 0px;
}

.foodmenu-section .food-menu-list>ul>li>a:hover,
.foodmenu-section .food-menu-list>ul>li>a.active {
    color: #ffffff
}

.foodmenu-section .food-menu-list>ul>li>a:hover:after,
.foodmenu-section .food-menu-list>ul>li>a:hover:before,
.foodmenu-section .food-menu-list>ul>li>a.active:after,
.foodmenu-section .food-menu-list>ul>li>a.active:before {
    opacity: 1;
    width: 100%;
}

.foodmenu-section .items-list>ul>li {
    margin-bottom: 40px;
}

.foodmenu-section .items-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

.foodmenu-section .items-list>ul>li .title-wrap {
    z-index: 1;
    position: relative;
}

.foodmenu-section .items-list>ul>li .title-wrap:before {
    left: 50%;
    width: 90%;
    height: 2px;
    bottom: 2px;
    content: "";
    z-index: -1;
    position: absolute;
    transform: translateX(-50%);
    border-bottom: 2px dotted #434343;
}

.foodmenu-section .items-list>ul>li .title-wrap .dish-name {
    z-index: 1;
    float: left;
    line-height: 1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    display: inline-block;
    background-color: #000000;
    font-family: "Montserrat", sans-serif;
}

.foodmenu-section .items-list>ul>li .title-wrap .dish-name .item-label {
    margin-left: 5px;
}

.foodmenu-section .items-list>ul>li .title-wrap .dish-price {
    z-index: 1;
    float: right;
    color: #ffffff;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    background-color: #000000;
}

.foodmenu-section .items-list>ul>li .item-label {
    height: 16px;
    color: #ffffff;
    line-height: 1;
    font-size: 10px;
    padding: 0px 5px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    background-color: #000000;
    text-transform: uppercase;
}

.foodmenu-section.text-white .food-menu-list>ul>li>a:after,
.foodmenu-section.text-white .food-menu-list>ul>li>a:before {
    background-color: #000000;
}

.foodmenu-section.text-white .food-menu-list>ul>li>a:hover,
.foodmenu-section.text-white .food-menu-list>ul>li>a.active {
    color: #ffffff;
}

.foodmenu-section.text-white .items-list>ul>li {
    margin-bottom: 40px;
}

.foodmenu-section.text-white .items-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

.foodmenu-section.text-white .items-list>ul>li .title-wrap:before {
    border-bottom: 2px dotted #ffffff;
}

.foodmenu-section.text-white .items-list>ul>li .title-wrap .dish-name {
    color: #ffffff;
    background-color: #000000;
}

.foodmenu-section.text-white .items-list>ul>li .title-wrap .dish-price {
    color: #ffffff;
    background-color: #000000;
}

.foodmenu-section.text-white .items-list>ul>li .item-label {
    color: #ffffff;
    background-color: #000000;
}

.foodmenu-section.text-white .tab-content p {
    color: #ffffff;
}

/* food menu section - end */

/* booking section - start */

.booking-section {
    min-height: 480px;
}

.booking-section .section-title .title-text {
    font-size: 60px;
    padding-bottom: 0px;
}

.booking-section .section-title .title-text:before {
    display: none;
}

/* booking section - end */

/* contact section - start */

.home-restaurant .contact-section .section-title .title-text {
    padding-bottom: 0px;
}

.home-restaurant .contact-section .section-title .title-text:before {
    display: none;
}

/* contact section - end */

/* 22.15 - home restaurant - end
================================================== */

/* 22.16 - home hotel - start
================================================== */

/* home reset - start */

.home-hotel h1,
.home-hotel h2,
.home-hotel h3,
.home-hotel h4,
.home-hotel h5,
.home-hotel h6 {
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.home-hotel .section-title .title-text {
    font-size: 42px;
}

/* home reset - end */

/* hotel carousel - start */

.hotel-carousel .item {
    min-height: 100vh;
    position: relative;
}

.hotel-carousel .item .popup-video {
    left: 19%;
    bottom: 60px;
    position: absolute;
}

.hotel-carousel .item .item-title {
    font-size: 60px;
}

.hotel-carousel .owl-dots {
    right: 19%;
    bottom: 60px;
    position: absolute;
}

.hotel-carousel .owl-dots .owl-dot span {
    opacity: 0.4;
    background: #ffffff;
}

.hotel-carousel .owl-dots .owl-dot:hover span,
.hotel-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #ffffff;
}

/* hotel carousel - end */

/* hotel section - start */

.hotel-section.bg-gray {
    background-color: #f2f2f2;
}

.hotel-list-layout .item-image {
    width: 951px;
}

.hotel-list-layout .item-image>img {
    width: 100%;
    display: block;
}

.hotel-list-layout .item-image.float-left {
    margin-left: -15px;
}

.hotel-list-layout .item-image.float-right {
    margin-right: -15px;
}

.hotel-list-layout .about-service>ul>li {
    margin-bottom: 50px;
}

.hotel-list-layout .about-service>ul>li:last-child {
    margin-bottom: 0px !important;
}

.hotel-list-layout .about-service .service-icon {
    float: left;
    margin-top: 3px;
    margin-right: 25px;
}

.hotel-list-layout .about-service .service-icon>img {
    width: 45px;
}

.hotel-list-layout .about-service .service-content {
    display: table;
}

.hotel-list-layout .about-service .service-content .service-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hotel-list-layout .about-service .service-content p {
    font-size: 13px;
}

/* hotel section - end */

/* property section - start */

.property-carousel.arrow-top-right .owl-nav {
    top: -150px;
}

.property-grid .item-image {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.property-grid .item-image:before {
    top: 50%;
    left: 50%;
    width: 0px;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    background-color: #000000;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.property-grid .item-image:after {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    letter-spacing: 3px;
    content: "VIEW DETAILS";
    font-family: "Montserrat", sans-serif;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

.property-grid:hover .item-image:before {
    width: 90%;
}

.property-grid:hover .item-image:after {
    opacity: 1;
    transition-delay: 0.05s;
    transform: translate(-50%, -50%);
}

.property-grid .item-title {
    font-size: 21px;
}

/* property section - end */

/* blog section - start */

.home-hotel .blog-grid .item-title>a {
    font-size: 21px;
    font-family: "Playfair Display", serif;
}

/* blog section - end */

/* 22.16 - home hotel - end
================================================== */

/* 22.17 - home events - start
================================================== */

/* banner section - start */

.event-banner .title-text {
    font-size: 90px;
    font-weight: 500;
}

.event-banner .countdown-timer>ul>li {
    width: 120px;
    text-align: center;
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
}

.event-banner .countdown-timer>ul>li:after {
    top: 33.333%;
    right: -5px;
    opacity: 0.3;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    background-color: #000000;
}

.event-banner .countdown-timer>ul>li:last-child {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.event-banner .countdown-timer>ul>li:last-child:after {
    display: none;
}

.event-banner .countdown-timer>ul>li strong,
.event-banner .countdown-timer>ul>li small {
    color: #ffffff;
    display: block;
    line-height: 1;
}

.event-banner .countdown-timer>ul>li strong {
    font-size: 72px;
    font-weight: 300;
    margin-bottom: 10px;
}

.event-banner .countdown-timer>ul>li small {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.event-banner .info-list {
    left: 0px;
    right: 0px;
    bottom: 60px;
    position: absolute;
}

.event-banner .info-list>ul>li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.event-banner .info-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

/* banner section - end */

/* 22.17 - home events - end
================================================== */

/* 22.18 - home decoration - start
================================================== */

/* home reset - start */

.home-decoration {
    padding-left: 60px;
    padding-right: 60px;
}

.home-decoration h1,
.home-decoration h2,
.home-decoration h3,
.home-decoration h4,
.home-decoration h5,
.home-decoration h6 {
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

/* home reset - end */

/* banner section - start */

.decoration-banner {
    min-height: 820px;
}

/* banner section - end */

/* about section - end */

.about-section .blockquote {
    font-style: italic;
    padding-top: 15px;
    padding-left: 66px;
    padding-bottom: 15px;
    border-left: 8px solid #e9e9e9;
}

.about-section .blockquote p {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
}

.home-decoration .about-section .blockquote {
    margin-left: 70px;
}

.home-decoration .about-section .blockquote p {
    color: #000000;
    line-height: 1.3;
    font-family: "Playfair Display", serif;
}

/* about section - end */

/* 22.18 - home decoration - end
================================================== */

/* 22.19 - home wedding - start
================================================== */

/* home reset - start */

.home-wedding {
    padding-left: 60px;
    padding-right: 60px;
}

.home-wedding h1,
.home-wedding h2,
.home-wedding h3,
.home-wedding h4,
.home-wedding h5,
.home-wedding h6 {
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.home-wedding .section-title .title-text {
    font-size: 48px;
}

/* home reset - end */

/* banner section - start */

.wedding-banner .title-text {
    line-height: 1;
    font-size: 100px;
}

.wedding-banner .sub-title {
    line-height: 1;
    font-size: 48px;
    margin-bottom: 20px;
}

.wedding-banner .info-list>ul>li {
    line-height: 1;
    font-size: 32px;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.wedding-banner .info-list>ul>li:last-child {
    margin-bottom: 0px !important;
}

/* banner section - end */

/* couple fullimage - start */

.couple-fullimage {
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.couple-fullimage>img {
    width: 100%;
    display: block;
}

.couple-fullimage .couple-type {
    left: 0px;
    bottom: 0px;
    color: #000000;
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    padding: 15px 30px;
    font-style: italic;
    background-color: #000000;
    font-family: "Playfair Display", serif;
}

/* couple fullimage - end */

/* lovestory section - start */

.lovestory-section .lovestory-tab {
    border-top: 3px solid #f2f2f2;
}

.lovestory-section .lovestory-tab>ul {
    width: 100%;
    display: flex;
    margin-top: -3px;
}

.lovestory-section .lovestory-tab>ul>li {
    flex: 1;
    text-align: center;
}

.lovestory-section .lovestory-tab>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-top: 33px;
    position: relative;
    font-family: "Playfair Display", serif;
}

.lovestory-section .lovestory-tab>ul>li>a:before {
    top: 0px;
    left: 15px;
    right: 15px;
    content: "";
    height: 3px;
    opacity: 0;
    position: absolute;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.lovestory-section .lovestory-tab>ul>li>a:hover:before,
.lovestory-section .lovestory-tab>ul>li>a.active:before {
    left: 0px;
    right: 0px;
    opacity: 1;
}

.lovestory-section .tab-content .item-image {
    z-index: 1;
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.lovestory-section .tab-content .item-image:before {
    top: 30px;
    left: 30px;
    right: -30px;
    bottom: 0px;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: #000000;
}

.lovestory-section .tab-content .item-content .item-title {
    font-size: 48px;
}

.lovestory-section .tab-content .item-content .sub-title {
    font-size: 28px;
}

.lovestory-section .tab-content .item-content p {
    font-size: 16px;
}

/* lovestory section - end */

/* booking section - start */

.booking-section .btns-group>ul>li {
    margin-right: 10px;
}

.booking-section .btns-group>ul>li:last-child {
    margin-bottom: 0px !important;
}

/* booking section - end */

/* memories section - start */

.memories-images>ul {
    width: 100%;
    display: flex;
}

.memories-images>ul>li {
    flex: 1;
}

.memories-images>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.memories-images>ul>li>a:before {
    top: 50%;
    left: 50%;
    width: 0px;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    background-color: #000000;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.memories-images>ul>li>a:after {
    top: 50%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    color: #ffffff;
    font-size: 30px;
    content: "";
    font-weight: 400;
    position: absolute;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    font-family: "Font Awesome 5 Pro";
}

.memories-images>ul>li>a:hover:before {
    width: 90%;
}

.memories-images>ul>li>a:hover:after {
    opacity: 1;
    transition-delay: 0.05s;
    transform: translate(-50%, -50%);
}

/* memories section - end */

/* service section - start */

.home-wedding .service-default .serial-number {
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.home-wedding .service-default .item-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.home-wedding .service-default p {
    font-size: 14px;
}

/* service section - end */

/* 22.19  - home wedding - end
================================================== */

/* 22.20 - home - start
================================================== */

/* slider section - start */

.home-travel .hotel-carousel .item .popup-video {
    margin-bottom: 80px;
    transform: unset !important;
    position: static !important;
}

.home-travel .hotel-carousel .item .item-title {
    font-size: 70px;
}

.home-travel .hotel-carousel .owl-dots {
    left: 360px;
    right: unset;
}

/* slider section - end */

/* portfolio section - start */

.destinations-masoney-grid {
    margin: -15px;
    padding-top: 45px;
}

.destinations-masoney-grid .grid-item,
.destinations-masoney-grid .grid-sizer {
    width: 33.333%;
}

.destinations-masoney-grid .grid-item {
    padding: 15px;
}

.destinations-masoney-grid .grid-item.w-66 {
    width: 66.666%;
}

/* portfolio section - end */

/* 22.20 - home - end
================================================== */

/* 22.21 - home yoga - start
================================================== */

/* banner section - start */

.yoga-banner {
    min-height: 800px;
}

/* banner section - end */

/* portfolio section - start */

.yoga-masoney-grid .grid-item,
.yoga-masoney-grid .grid-sizer {
    width: 25%;
}

/* portfolio section - end */

/* 22.21 - home yoga - end
================================================== */

/* 22.22 - home blogger - start
================================================== */

/* home reset - start */

.home-blogger {
    padding-left: 60px;
    padding-right: 60px;
}

.home-blogger h1,
.home-blogger h2,
.home-blogger h3,
.home-blogger h4,
.home-blogger h5,
.home-blogger h6 {
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.home-blogger .section-title .title-text {
    font-size: 48px;
    font-weight: 700;
}

.home-blogger .owl-dots .owl-dot>span {
    width: 15px;
    height: 5px;
}

.home-blogger .owl-dots .owl-dot.active>span {
    width: 30px;
    transform: scale(1);
}

/* home reset - end */

/* slider section - start */

.blogger-carousel .item {
    min-height: 760px;
    padding-bottom: 125px;
}

.blogger-carousel .item .post-date {
    margin-bottom: 30px;
    display: inline-block;
}

.blogger-carousel .item .title-text {
    font-size: 38px;
}

.blogger-carousel .owl-dots {
    left: 50%;
    bottom: 50px;
    position: absolute;
    transform: translateX(-50%);
}

.blogger-carousel .owl-dots .owl-dot>span {
    width: 15px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

.blogger-carousel .owl-dots .owl-dot:hover>span {
    background-color: #000000;
}

.blogger-carousel .owl-dots .owl-dot.active>span {
    width: 30px;
    transform: scale(1);
    background-color: #000000;
}

/* slider section - end */

/* blog section - start */

.home-blogger .main-blog-grid .item-title>a {
    font-family: "Playfair Display", serif;
}

/* blog section - end */

/* 22.22 - home blogger - end
================================================== */

/* 22.23 - home project showcase - start
================================================== */

/* empty */

/* 22.23 - home project showcase - end
================================================== */

/* 22.24 - home portfolio - start
================================================== */

/* home reset - start */

.home-portfolio {
    padding: 20px;
    padding-top: 150px;
}

/* home reset - end */

/* quote section - start */

.quote-section p {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-top: 80px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.quote-section p>span {
    top: 0px;
    left: 50%;
    line-height: 1;
    font-size: 74px;
    position: absolute;
    transform: translateX(-50%);
}

/* quote section - end */

/* 22.24 - home portfolio - end
================================================== */

/* 22.25 - home portfolio 2 - start
================================================== */

/* home reset - start */

.home-portfolio-2 {
    padding-left: 60px;
    padding-right: 60px;
}

/* home reset - end */

/* 22.25 - home portfolio 2 - end
================================================== */

/* 22.26 - home portfolio 2 - start
================================================== */

/* home reset - start */

.home-portfolio-3 {
    padding-top: 255px;
}

.home-portfolio-3 .section-title .title-text {
    font-size: 48px;
}

.home-portfolio-3 .section-title.has-tb-line {
    padding: 120px 0px;
}

.home-portfolio-3 .section-title.has-tb-line:after,
.home-portfolio-3 .section-title.has-tb-line:before {
    height: 60px;
}

.home-portfolio-3 .section-title.size-increase .title-text {
    font-size: 60px;
}

/* home reset - end */

/* header section - start */

.home-portfolio-3 .sticky-header {
    padding: 60px 0px;
}

.home-portfolio-3 .sticky-header .menu-btn {
    float: none;
    display: table;
    margin: 60px auto 0px;
}

.home-portfolio-3 .sticky-header.stuck {
    padding: 23.5px 0px;
}

.home-portfolio-3 .sticky-header.stuck .menu-btn {
    margin: 20px auto 0px;
}

/* header section - end */

/* 22.26 - home portfolio 2 - end
================================================== */

/* 22.27 - home portfolio 4 - start
================================================== */

/* banner section - start */

.portfolio-4-banner {
    min-height: 520px;
    padding-bottom: 130px;
}

.portfolio-4-banner h1 {
    line-height: 1;
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 15px;
}

.portfolio-4-banner h3,
.portfolio-4-banner p {
    line-height: 1;
    font-size: 24px;
}

.portfolio-4-banner h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-4-banner p {
    font-weight: 600;
}

/* banner section - end */

/* 22.27 - home portfolio 4 - end
================================================== */

/* 22.28 - home shop creative - start
================================================== */

/* home reset - start */

.home-shop-creative {
    padding-left: 60px;
    padding-right: 60px;
}

/* home reset - end */

/* slider section - start */

.shop-slider .item {
    min-height: 630px;
    background-size: auto 100%;
    background-position: left center;
}

.shop-slider .item .item-title {
    font-size: 60px;
    font-weight: 600;
    padding-top: 60px;
    position: relative;
}

.shop-slider .item .item-title:before {
    top: 0px;
    left: 0px;
    height: 2px;
    content: "";
    width: 120px;
    position: absolute;
    background-color: #000000;
}

.shop-slider .owl-dots {
    top: 50%;
    left: 60px;
    position: absolute;
    transform: translateY(-50%);
}

.shop-slider .owl-dots .owl-dot {
    display: block;
    margin-bottom: 30px;
}

.shop-slider .owl-dots .owl-dot:last-child {
    margin-bottom: 0px !important;
}

.shop-slider .owl-dots .owl-dot>span {
    margin: 0px;
    width: 30px;
    height: 2px;
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.2);
}

.shop-slider .owl-dots .owl-dot:hover {
    background-color: #000000;
}

.shop-slider .owl-dots .owl-dot.active>span {
    width: 60px;
    transform: scale(1);
    background-color: #000000;
}

/* slider section - end */

/* 22.28 - home shop creative - end
================================================== */

/* 22.29 - home shop classic - start
================================================== */

/* slider section - start */

.home-shop-classic .slider-section .social-links {
    top: 50%;
    z-index: 2;
    left: 130px;
    position: absolute;
    transform: translateY(-50%);
}

.home-shop-classic .slider-section .social-links>ul>li {
    text-align: center;
    margin-bottom: 45px;
}

.home-shop-classic .slider-section .social-links>ul>li:last-child {
    margin-bottom: 0px !important;
}

.home-shop-classic .slider-section .social-links>ul>li span {
    writing-mode: vertical-rl;
}

.shop-slider-2 .item {
    min-height: 800px;
    background-size: auto 100%;
    background-position: right center;
}

.shop-slider-2 .item .date-text {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-right: 150px;
    display: inline-block;
}

.shop-slider-2 .item .date-text:before {
    top: 50%;
    right: 0px;
    height: 2px;
    content: "";
    width: 115px;
    position: absolute;
    background-color: #000000;
    transform: translateY(-50%);
}

.shop-slider-2 .item .item-title {
    font-size: 60px;
    font-weight: 600;
}

.shop-slider-2 .owl-nav.disabled {
    right: 0px;
    z-index: 1;
    margin: 0px;
    bottom: 0px;
    display: table;
    position: absolute;
    background-color: #000000;
}

.shop-slider-2 .owl-nav.disabled button {
    float: left;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.shop-slider-2 .owl-nav.disabled button:before {
    font-size: 36px;
    color: #434343;
}

.shop-slider-2 .owl-nav.disabled button:hover:before {
    color: #000000;
}

.shop-slider-2 .owl-dots {
    display: none;
}

/* slider section - end */

/* shop section - start */

.classic-shop-masoney .grid-item,
.classic-shop-masoney .grid-sizer {
    width: 50%;
}

.classic-shop-masoney .grid-item {
    padding-top: 100px;
}

.classic-shop-masoney .grid-item .section-title .title-text {
    max-width: 470px;
    font-weight: 700;
}

/* shop section - end */

/* booking section - start */

.home-shop-classic .booking-section .section-title .title-text {
    font-size: 32px;
}

/* booking section - end */

/* 22.29 - home shop classic - end
================================================== */

/* 22.30 - home minimal - start
================================================== */

/* home reset - start */

.home-shop-minimal {
    padding-left: 60px;
    padding-right: 60px;
}

/* home reset - end */

/* slider section - start */

.home-shop-minimal .shop-slider .item {
    min-height: 670px;
    position: relative;
    background-size: cover;
    background-position: left bottom;
}

.home-shop-minimal .shop-slider .item .item-title {
    font-size: 46px;
}

/* slider section - end */

/* shop section - start */

.home-shop-minimal .shop-section .arrow-top-right .owl-nav {
    top: -39px;
}

/* shop section - end */

/* 22.30 - home minimal - end
================================================== */

/* 22 - home page - end
==================================================================================================== */

/*

*	css code for responsive layout To make Responsive

==================================================

*	1 - media screen and (max-width: 1440px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 575px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 320px)

*/

/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */

@media screen and (max-width: 1785px) {
    /* about - start */
    .service-default.plr-70 {
        padding: 0px 50px;
    }
    /* about - end */
}

@media screen and (max-width: 1710px) {
    /* home - start */
    .agency-default-carousel .item .child-image {
        max-width: 200px;
    }
    .agency-default-carousel .item .child-image.child-image-1 {
        right: 0px;
    }
    .agency-default-carousel .item .child-image.child-image-2 {
        bottom: 70px;
    }
    .agency-default-carousel .item .child-image.child-image-3 {
        right: -100px;
        bottom: -160px;
    }
    /* home - end */
}

@media screen and (max-width: 1630px) {
    /* about - start */
    .service-default .item-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    /* about - end */
    /* home - start */
    .home-shop-classic .slider-section .social-links {
        left: 30px;
    }
    /* home - end */
}

@media screen and (max-width: 1520px) {
    /* about - start */
    .service-default.plr-70 {
        padding: 0px 30px;
    }
    /* about - end */
    /* details - start */
    .portfolio-details-5 .details-section .details-image {
        min-height: 720px;
    }
    /* details - end */
    /* home - start */
    .designer-banner {
        background-position: right 0px center;
    }
    .shop-slider .item {
        background-size: cover;
    }
    .shop-slider .item .item-title {
        font-size: 48px;
        padding-top: 40px;
    }
    .shop-slider .item .item-title.mb-60 {
        margin-bottom: 40px;
    }
    /* home - end */
}

@media screen and (max-width: 1440px) {
    /* home - start */
    .agency-default-carousel .item .child-image.child-image-3 {
        right: 0px;
        bottom: -80px;
    }
    .agency-default-carousel .item .child-image.child-image-2 {
        bottom: 120px;
    }
    .agency-default-carousel .owl-dots {
        left: 30px;
    }
    .agency-default-carousel .owl-stage-outer {
        padding-bottom: 180px;
    }
    .home-agency-default .portfolio-section {
        margin-top: -80px;
    }
    .home-decoration,
    .home-wedding,
    .home-blogger,
    .home-portfolio-2,
    .home-shop-minimal,
    .home-shop-creative {
        padding-left: 30px;
        padding-right: 30px;
    }
    .blogger-carousel .item {
        min-height: 715px;
    }
    /* home - end */
}

@media screen and (max-width: 1420px) {
    /* about - start */
    .service-default.plr-70 {
        padding: 0px;
    }
    /* about - end */
}

@media screen and (max-width: 1350px) {
    /* home - start */
    .agency-default-carousel .owl-dots {
        left: 0px;
    }
    .agency-default-carousel .owl-dots .owl-dot>span {
        width: 20px;
    }
    .agency-default-carousel .owl-dots .owl-dot.active>span {
        width: 35px;
    }
    .agency-default-carousel .owl-dots .owl-dot {
        margin-bottom: 20px;
    }
    .home-shop-classic .slider-section .social-links {
        left: 0px;
    }
    .home-shop-minimal .shop-slider .item {
        background-position: right -330px bottom;
    }
    /* home - end */
}

/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */

/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */

@media screen and (max-width: 1280px) {
    /* details - start */
    .portfolio-details-5 .details-section .details-image {
        min-height: 560px;
    }
    .advertisement-section {
        min-height: 480px;
    }
    /* details - end */
    /* home - start */
    .portfolio-carousel.arrow-top-right .owl-nav {
        right: 60px;
    }
    .personal-banner {
        background-position: right 25% top;
    }
    .personal-banner .banner-content h1 {
        font-size: 72px;
        margin-bottom: 5px;
    }
    .personal-banner .banner-content h2 {
        font-size: 36px;
    }
    .personal-banner .banner-content {
        padding-top: 40px;
    }
    .app-landing-banner {
        min-height: 670px;
        background-size: cover;
        background-position: left 40% top;
    }
    .app-landing-banner .banner-content h1 {
        font-size: 50px;
        margin-bottom: 60px;
    }
    .pricing-table .item-header {
        padding: 15px;
    }
    .pricing-table .item-title {
        font-size: 16px;
    }
    .pricing-table .price-text strong {
        font-size: 22px;
    }
    .pricing-table .price-text sup {
        font-size: 14px;
    }
    .pricing-table.premium-item {
        transform: scale(1.03);
    }
    .pricing-table .info-list>ul>li {
        font-size: 13px;
        padding: 12px 30px;
    }
    .pricing-table .info-list {
        padding: 30px 0px;
    }
    .home-travel .hotel-carousel .owl-dots {
        left: 60px;
    }
    .blogger-carousel .item {
        min-height: 650px;
        padding-bottom: 100px;
    }
    .blogger-carousel .owl-dots {
        bottom: 30px;
    }
    .main-blog-grid .item-title>a {
        font-size: 32px;
    }
    .portfolio-4-banner h1 {
        font-size: 60px;
    }
    .portfolio-4-banner h3,
    .portfolio-4-banner p {
        font-size: 20px;
    }
    .home-shop-classic .slider-section .social-links {
        left: unset;
        right: 0px;
    }
    .shop-slider-2 .item {
        background-position: left 250px center;
    }
    /* home - end */
}

@media screen and (max-width: 1230px) {
    /* global - start */
    body {
        padding-top: 100px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-section .absolute-social-wrap .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* global - end */
    /* header - start */
    .header-section .main-menu>ul>.menu-item-has-child .mega-menu {
        left: 0px;
        right: 0px;
        width: 100%;
        transform: unset;
    }
    .header-section .main-menu>ul>.menu-item-has-child .mega-menu .menu-list>ul>li>a {
        font-size: 12px;
        padding: 10px 20px;
    }
    .header-section .main-menu>ul>.menu-item-has-child .mega-menu .list-title {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .sticky-header {
        padding: 23.5px 0px;
    }
    .header-section .main-menu>ul>.menu-item-has-child .submenu {
        min-width: 200px;
        padding: 20px 5px;
    }
    .header-section .main-menu>ul>.menu-item-has-child .submenu>li a {
        font-size: 12px;
        padding: 10px 20px;
    }
    .header-section .main-menu>ul>.menu-item-has-child .submenu>li.menu-item-has-child .submenu {
        top: -5px;
        padding: 5px;
    }
    /* header - end */
    /* partners - start */
    .partners-section:hover .arrow-left-right .owl-nav .owl-prev {
        left: -10px;
    }
    .partners-section:hover .arrow-left-right .owl-nav .owl-next {
        right: -10px;
    }
    /* partners - end */
    /* about - start */
    .about-list-layout .item-content .item-title {
        font-size: 36px;
    }
    .about-list-layout:nth-child(2n+1) .item-content {
        padding: 0px 0px 0px 50px;
    }
    .about-list-layout:nth-child(2n+1) .item-content .item-title {
        margin: 0px 0px 50px -150px;
    }
    .about-list-layout p {
        font-size: 15px;
    }
    .about-list-layout:nth-child(2n) .item-content {
        padding: 0px 50px 0px 0px;
    }
    .about-list-layout:nth-child(2n) .item-content .item-title {
        margin: 0px -150px 50px 0px;
    }
    .testimonial-boxed .person-comment {
        padding-left: 30px;
    }
    .testimonial-boxed .quote-icon {
        max-width: 140px;
    }
    .testimonial-boxed .person-comment p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .testimonial-boxed .person-image {
        width: 80px;
        height: 80px;
    }
    .testimonial-boxed {
        padding: 30px;
    }
    /* about - end */
    /* blog - start */
    .blog-section .metro-layout .blog-fullimage .item-content .item-title {
        font-size: 18px;
    }
    /* blog - end */
    /* details - start */
    .details-section .details-image {
        min-height: 560px;
    }
    .portfolio-carousel.arrow-top-right .owl-nav {
        right: 15px;
    }
    .details-section .details-image-carousel .owl-dots {
        right: 15px;
    }
    /* details - end */
    /* home - start */
    .fixed-sidebar-menu {
        width: 300px;
        padding: 60px 40px;
    }
    .home-photographer {
        padding-left: 300px;
    }
    .fixed-sidebar-menu .brand-logo {
        margin-bottom: 100px;
    }
    .fixed-sidebar-menu .fsm-menu-list {
        margin: -12px -40px;
        margin-bottom: 100px;
    }
    .fixed-sidebar-menu .fsm-menu-list .submenu>li {
        padding-left: 40px;
    }
    .home-architecture .slide-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-architecture .slide-section .social-links {
        top: 35%;
        z-index: 2;
        right: 30px;
        transform: translateY(-35%);
    }
    .home-architecture .slide-section .social-links>ul>li>a {
        color: rgba(255, 255, 255, 0.7);
    }
    .architecture-carousel .owl-dots {
        top: 35%;
        left: 30px;
        z-index: 2;
        transform: translateY(-35%);
    }
    .restaurant-carousel .owl-dots {
        right: 30px;
    }
    .hotel-carousel .owl-dots {
        right: 15px;
    }
    .hotel-carousel .item .popup-video {
        left: 50%;
        transform: translateX(-50%);
    }
    .hanging-header {
        top: 15px;
    }
    .home-decoration,
    .home-wedding,
    .home-blogger,
    .home-shop-minimal,
    .home-shop-creative {
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-portfolio-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .decoration-banner {
        min-height: 500px;
    }
    .booking-section .section-title .title-text {
        font-size: 54px;
    }
    .wedding-banner .title-text {
        margin-bottom: 40px;
        font-size: 78px !important;
    }
    .wedding-banner .sub-title {
        font-size: 42px;
    }
    .wedding-banner .info-list>ul>li {
        font-size: 30px;
    }
    .wedding-banner {
        min-height: 75vh;
    }
    .home-travel .hotel-carousel .owl-dots {
        left: 10px;
    }
    .home-blogger .header-section .brand-logo {
        text-align: left !important;
    }
    /* home - end */
    /* coming soon - start */
    .comingsoon-section {
        background-position: right 45% bottom;
    }
    /* coming soon - end */
}

/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */

/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */

@media screen and (max-width: 1199px) {
    /* home - start */
    .portfolio-carousel-2 .owl-nav {
        top: unset;
        left: unset;
        margin-top: 30px !important;
        position: relative !important;
    }
    .portfolio-carousel-2 {
        float: none;
        width: 100%;
    }
    /* home - end */
}

@media screen and (max-width: 1170px) {
    /* global - start */
    .social-links-text>ul>li {
        margin-right: 15px;
        padding-right: 15px;
    }
    /* global - end */
    /* header - start */
    .header-section .main-menu>ul>li {
        margin-right: 30px;
    }
}

/* header - end */

/* Video Section: Full Width and Height */

.video-section-wrapper {
    width: 1140px;
    height: 500px;
    /* Adjust as necessary */
    margin: 0 auto;
}

/* Video Section: Full Width and Height */

.video-section {
    width: 1140px;
    height: 500px;
    /* Adjust as necessary */
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the video fills the container */
    display: block;
}

/* Mobile Responsive (adjust height for small screens) */

@media (max-width: 600px) {
    .video-section-wrapper {
        height: 200px;
        /* Adjust as necessary */
        overflow: hidden;
    }
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Ensures the video fills the container */
        display: block;
    }
    .video-section {
        width: 100%;
        height: 200px;
        /* Smaller height for mobile */
    }
}

/* footer - start */

.footer-section h5 {
    font-size: 16px;
}

.footer-section .instagram-shoots {
    margin-left: -30px;
}

.footer-section .instagram-shoots>ul>li {
    width: 70px;
    height: 70px;
}

.footer-section .instagram-shoots>ul>li .icon {
    font-size: 22px;
    line-height: 70px;
}

/* footer - end */

/* about - start */

.about-section .item-title {
    font-size: 36px;
}

.service-default p {
    font-size: 12px;
}

/* about - end */



@media screen and (max-width: 1100px) {
    /* global - start */
    .section-title.size-increase .title-text {
        font-size: 38px;
    }
    /* global - end */
    /* header - start */
    .header-section .main-menu>ul>li {
        margin-right: 30px;
    }
    /* header - end */
}

@media screen and (max-width: 1080px) {
    /* header - start */
    .header-section .main-menu>ul>li {
        margin-right: 22px;
    }
    /* header - end */
    /* home - start */
    .event-banner .countdown-timer>ul>li {
        width: 80px;
        margin-right: 20px;
        padding-right: 20px;
    }
    .event-banner .countdown-timer>ul>li:after {
        width: 5px;
        height: 5px;
    }
    .event-banner .countdown-timer>ul>li strong {
        font-size: 54px;
        margin-bottom: 6px;
    }
    .event-banner .countdown-timer>ul>li small {
        font-size: 15px;
    }
    .event-banner .title-text {
        margin-bottom: 60px;
        font-size: 72px !important;
    }
    /* home - end */
}

@media screen and (max-width: 1024px) {
    /* global - start */
    .section-title .title-text {
        font-size: 30px;
    }
    .section-title p {
        font-size: 15px;
    }
    /* global - end */
    /* header - start */
    .header-section .main-menu>ul>li {
        margin-right: 25px;
    }
    /* header - end */
    /* footer - start */
    .footer-section .instagram-shoots-2>ul>li {
        width: 120px;
        height: 120px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    /* footer - end */
    /* breadcrumb - start */
    .breadcrumb-section .page-title {
        font-size: 42px;
    }
    /* breadcrumb - end */
    /* about - start */
    .about-section .item-title {
        font-size: 36px;
    }
    .about-section .child-item .item-title {
        margin-bottom: 15px;
    }
    .about-section .child-item {
        margin-top: 50px;
    }
    .about-list-layout .item-content .about-service>ul>li {
        margin-bottom: 30px;
    }
    /* about - end */
    /* blog - start */
    .blog-list .item-content {
        padding-left: 30px;
    }
    .blog-list .item-title a {
        font-size: 18px;
    }
    .blog-list .item-title {
        margin-bottom: 15px;
    }
    .blog-list .post-meta {
        margin-bottom: 20px;
    }
    .blog-fullimage .item-content .item-title {
        font-size: 16px;
        max-width: 300px;
        margin-bottom: 15px;
    }
    .blog-fullimage .item-content .item-brand {
        font-size: 12px;
    }
    .blog-fullimage .item-content {
        padding: 0px 40px;
    }
    .blog-section .metro-layout .blog-fullimage .item-content .item-title {
        font-size: 14px;
    }
    /* blog - end */
    /* details - start */
    .details-section .details-image .item-content .item-title {
        font-size: 36px;
    }
    .advertisement-section {
        min-height: 450px;
    }
    .details-section .details-content blockquote .title-text {
        font-size: 36px;
        padding-left: 60px;
    }
    /* details - end */
    /* portfolio - start */
    .portfolio-fullimage .item-content {
        padding: 20px;
    }
    /* portfolio - end */
    /* home - start */
    .agency-default-carousel .item .item-title {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .agency-default-carousel .item p {
        font-size: 14px;
        margin-bottom: 45px;
    }
    .agency-default-carousel .item .slider-image {
        height: 500px;
    }
    .agency-default-carousel .item .child-image {
        max-width: 170px;
    }
    .agency-default-carousel .item .child-image.child-image-1 {
        top: 0px;
    }
    .agency-default-carousel .item .child-image.child-image-3 {
        bottom: -50px;
    }
    .agency-default-carousel .owl-stage-outer {
        padding-bottom: 100px;
    }
    .home-agency-default .portfolio-section {
        margin-top: 0px;
    }
    .agency-classic-banner {
        min-height: 800px;
    }
    .agency-classic-banner .title-text {
        margin-bottom: 40px;
    }
    .agency-classic-banner .title-text span {
        font-size: 84px;
    }
    .agency-minimal-banner .title-text {
        font-size: 172px !important;
    }
    .agency-minimal-banner .title-text.mb-100 {
        margin-bottom: 60px;
    }
    .agency-minimal-banner .social-links-text {
        margin-top: 40px;
    }
    .agency-startup-banner .title-text {
        font-size: 52px;
        margin-bottom: 30px;
    }
    .agency-startup-banner {
        min-height: 560px;
        padding-bottom: 120px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
        font-size: 32px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title.mb-60 {
        margin-bottom: 40px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap hr {
        margin: 40px 0px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .btns-wrap.mb-100 {
        margin-bottom: 60px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content {
        height: 482px;
    }
    .personal-banner {
        min-height: 600px;
        background-position: right 25% bottom;
    }
    .personal-banner .banner-content h1 {
        font-size: 60px;
    }
    .personal-banner .banner-content h2 {
        font-size: 24px;
    }
    .section-title.border-left {
        padding-left: 60px;
    }
    .home-personal .section-title .title-text {
        padding-left: 100px;
    }
    .home-personal .section-title .title-text::before {
        width: 80px;
    }
    .home-portfolio-3 .section-title .title-text {
        font-size: 42px;
    }
    .home-portfolio-3 .section-title.size-increase .title-text {
        font-size: 48px;
    }
    .home-portfolio-3 .section-title.has-tb-line::after,
    .home-portfolio-3 .section-title.has-tb-line::before {
        height: 50px;
    }
    .home-portfolio-3 .section-title.has-tb-line {
        padding: 100px 0px;
    }
    .shop-slider .item {
        background-position: right center;
    }
    .shop-slider-2 .item {
        min-height: 630px;
        background-size: cover;
        background-position: left 200px center;
    }
    .shop-slider-2 .item .date-text {
        font-size: 14px;
        margin-bottom: 20px;
        padding-right: 100px;
    }
    .shop-slider-2 .item .date-text::before {
        width: 80px;
    }
    .shop-slider-2 .owl-nav.disabled button {
        width: 60px;
        height: 60px;
    }
    .shop-slider-2 .item .item-title {
        font-size: 48px;
        margin-bottom: 40px;
    }
    .classic-shop-masoney .shop-creative-item .item-content {
        margin: auto;
        max-width: 300px;
    }
    .shop-creative-item .item-content.float-left .item-title {
        left: 60%;
    }
    .home-shop-minimal .shop-slider .item {
        min-height: 580px;
        background-position: right -280px bottom;
    }
    .home-shop-minimal .shop-slider .item .item-title {
        font-size: 38px;
    }
    /* home - end */
    /* shop - start */
    .product-grid .item-image {
        height: auto;
    }
    .policy-item .item-icon {
        width: 50px;
        font-size: 42px;
        margin-right: 10px;
    }
    .policy-item .item-title {
        margin: 0px;
        font-size: 15px;
    }
    .policy-item p {
        font-size: 12px;
    }
    /* shop - end */
    /* 404 - start */
    .error-section {
        padding: 120px 0px;
    }
    /* 404 - end */
}

/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */

/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */

@media screen and (max-width: 991px) {
    /* global - start */
    .sec-ptb-100 {
        padding: 70px 0px 70px 0px;
    }
    .mb-100 {
        margin-bottom: 70px;
    }
    .blog-section .masoney-grid.m-0.mb-100 {
        margin-bottom: 70px !important;
    }
    .post-meta>ul>li {
        font-size: 12px;
    }
    .pagination-nav>ul {
        margin: 0px auto;
    }
    .home-freelancer .section-title {
        margin-left: 0px;
    }
    .home-freelancer .section-title .title-text {
        padding: 0px;
    }
    .home-freelancer .section-title .title-text:before {
        display: none;
    }
    .section-title .leaf_image {
        max-width: 150px;
        display: inline-block;
    }
    /* global - end */
    /* header - start */
    .header-section .main-menu {
        display: none;
    }
    .header-section .mobile-menu-btns {
        display: inline-block;
    }
    .header-section .social-links-text {
        display: none;
    }
    .home-portfolio .header-section .order-first {
        order: 0;
    }
    .home-portfolio .header-section .order-first .menu-btn {
        float: right !important;
    }
    .home-portfolio .header-section .brand-logo.text-center {
        text-align: left !important;
    }
    /* header - end */
    /* footer - start */
    .footer-section .instagram-shoots-2>ul>li {
        width: 100px;
        height: 100px;
    }
    /* footer - end */
    /* breadcrumb - start */
    .breadcrumb-section .page-title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    /* breadcrumb - end */
    /* sidebar - start */
    .sidebar-section {
        margin-top: 60px;
    }
    /* sidebar - end */
    /* about - start */
    .about-list-layout .item-content {
        padding: 0px !important;
    }
    .about-list-layout:nth-child(2n+1) .item-content .item-title {
        margin: 0px 0px 30px -120px;
    }
    .about-list-layout p {
        font-size: 14px;
    }
    .about-list-layout .item-content .item-title {
        font-size: 30px;
    }
    .about-list-layout {
        margin-bottom: 70px;
    }
    .about-list-layout:nth-child(2n) .item-content .item-title {
        margin: 0px -130px 30px 0px;
    }
    .testimonial-fullwidth .person-image {
        margin-bottom: 20px;
    }
    .about-section .about-content p.line-left {
        font-size: 14px;
        padding-left: 50px;
    }
    .service-default {
        max-width: 270px;
        margin: 60px auto 0px;
        padding: 0px !important;
    }
    .blog-grid .item-title {
        margin-bottom: 15px;
    }
    .blog-grid .item-title>a {
        font-size: 16px;
    }
    .blog-grid .blog-image::after {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .howtouse-section .section-title {
        text-align: center;
        margin-bottom: 60px;
    }
    /* about - end */
    /* details - start */
    .details-section.blog-details .details-content .item-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .details-section .mb-60 {
        margin-bottom: 30px;
    }
    .details-section .mb-100 {
        margin-bottom: 50px;
    }
    .details-section .details-content p {
        font-size: 14px;
    }
    .details-section .details-content p blockquote {
        margin-top: 0px;
    }
    .details-section.blog-details .details-content blockquote .title-text {
        font-size: 28px;
        padding-left: 50px;
    }
    .details-section .details-image .item-content .item-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .details-section .details-image {
        min-height: 500px;
    }
    .post-meta.mb-30 {
        margin-bottom: 15px;
    }
    .details-section .details-content .item-title {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .details-section .details-content .info-list>ul>li {
        margin-bottom: 30px;
    }
    .details-section .details-content .info-list>ul>li span {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .details-section .details-content p.bottom-line {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .other-post-wrap .other-post span {
        font-size: 18px;
        line-height: 1.45;
    }
    .other-post-wrap .other-post {
        padding: 50px;
    }
    .other-post-wrap .other-post small {
        margin-bottom: 20px;
    }
    .details-section .details-image {
        min-height: 460px;
    }
    .history-section .section-title .title-text .icon {
        max-width: 230px;
    }
    /* details - end */
    /* home - start */
    .service-section .about-list-layout .item-content>.item-title {
        font-size: 54px;
    }
    .banner-section .title-text {
        font-size: 42px;
    }
    .about-section .about-image.creative-image {
        padding: 15px;
        margin-top: -80px;
    }
    .about-section .about-content p.line-left::before {
        top: 0px;
    }
    .agency-minimal-banner .title-text {
        font-size: 148px !important;
    }
    .agency-minimal-banner {
        min-height: 660px;
    }
    .home-agency-startup .header-section .brand-logo>a {
        float: left;
    }
    .agency-startup-banner {
        min-height: 470px;
        padding-bottom: 100px;
    }
    .home-agency-startup .contact-section {
        text-align: center;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
        padding: 40px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
        font-size: 30px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content {
        height: 464px;
    }
    .fixed-sidebar-menu {
        display: none;
    }
    .home-photographer {
        padding: 60px;
    }
    .fixed-menu-btn {
        display: inline-block;
    }
    .designer-banner {
        background-position: right -30% center;
    }
    .architecture-carousel .item .item-content {
        max-width: 570px;
        padding: 45px 65px;
    }
    .architecture-carousel .item .item-content .item-title {
        font-size: 36px;
    }
    .architecture-carousel .item {
        min-height: 600px;
    }
    .home-architecture .slide-section .social-links>ul>li {
        margin-bottom: 30px;
    }
    .portfolio-carousel-3 .item .item-content .item-title {
        font-size: 36px;
        padding-left: 60px;
        margin-bottom: 40px;
    }
    .home-architecture .about-section .about-image {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .about-section .item-title {
        font-size: 32px;
    }
    .about-section .item-title.mb-60 {
        margin-bottom: 30px;
    }
    .about-section .about-content p {
        font-size: 14px;
    }
    .about-section .about-content p.mb-60 {
        margin-bottom: 30px;
    }
    .portfolio-carousel-3 {
        float: none;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
        right: 0px;
    }
    .foodmenu-section .food-menu-list>ul>li {
        margin-right: 60px;
    }
    .team-grid .person-image .social-links>ul>li>a {
        font-size: 13px;
    }
    .team-grid .person-image .social-links>ul>li {
        margin-right: 25px;
    }
    .team-grid .person-name {
        font-size: 20px;
    }
    .booking-section {
        min-height: 370px;
    }
    .booking-section .section-title .title-text {
        font-size: 48px;
    }
    .hotel-carousel .item .item-title {
        font-size: 48px;
    }
    .hotel-list-layout .item-image {
        width: auto;
        float: none !important;
        margin: 0px -15px !important;
    }
    .hotel-list-layout .order-last {
        order: 0;
    }
    .hotel-list-layout .section-title {
        padding: 30px 30px 60px;
    }
    .hotel-list-layout .section-title .title-text {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .hotel-list-layout .section-title p {
        margin-bottom: 30px;
    }
    .hotel-list-layout .about-service>ul>li {
        margin-bottom: 30px;
    }
    .home-hotel .header-section .brand-logo>a {
        max-width: 80px;
    }
    .home-hotel .header-section .mobile-menu-btns {
        padding: 10px 0px;
    }
    .home-hotel .hanging-header .header-wrap {
        padding: 15px 20px;
    }
    .hotel-carousel .item {
        min-height: 85vh;
    }
    .home-hotel .blog-grid .item-title>a {
        font-size: 20px;
    }
    .home-decoration .header-section .brand-logo.text-center {
        text-align: left !important;
    }
    .decoration-banner {
        min-height: 460px;
    }
    .home-decoration .about-section .blockquote {
        margin-left: 0px;
    }
    .about-section .blockquote {
        padding-left: 40px;
        border-left: 5px solid #e9e9e9;
    }
    .about-section .blockquote.mb-60 {
        margin-bottom: 40px;
    }
    .about-section .blockquote p {
        font-size: 20px !important;
    }
    .home-decoration .about-section .blockquote p {
        line-height: 1.5;
    }
    .wedding-banner .title-text {
        margin-bottom: 35px;
        font-size: 60px !important;
    }
    .wedding-banner .sub-title {
        font-size: 36px;
    }
    .wedding-banner .info-list>ul>li {
        font-size: 26px;
    }
    .wedding-banner {
        min-height: 55vh;
    }
    .home-wedding .section-title .title-text {
        font-size: 42px;
    }
    .lovestory-section .lovestory-tab>ul>li>a {
        font-size: 20px;
        padding-top: 18px;
    }
    .lovestory-section .tab-content .item-content .item-title {
        font-size: 42px;
    }
    .lovestory-section .tab-content .item-content .sub-title {
        font-size: 24px;
    }
    .lovestory-section .tab-content .item-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .memories-images>ul>li>a::after {
        font-size: 22px;
    }
    .home-wedding .service-default .item-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .home-travel .hotel-carousel .item {
        text-align: center;
    }
    .home-travel .hotel-carousel .item .item-title {
        font-size: 60px;
    }
    .hotel-carousel .owl-dots {
        bottom: 40px;
        left: 50% !important;
        position: absolute !important;
        transform: translateX(-50%) !important;
    }
    .yoga-banner {
        min-height: 700px;
        background-position: right -50px bottom;
    }
    .yoga-masoney-grid .grid-item,
    .yoga-masoney-grid .grid-sizer {
        width: 33.333%;
    }
    .home-project-showcase .header-section .brand-logo.text-center {
        text-align: left !important;
    }
    .home-portfolio {
        padding: 15px;
        padding-top: 100px;
    }
    .portfolio-4-banner .social-links-text {
        margin-top: 30px;
    }
    .portfolio-4-banner .social-links-text>ul {
        float: none;
    }
    .portfolio-4-banner {
        padding-bottom: 100px;
    }
    .shop-slider .item {
        text-align: right;
    }
    .shop-slider .item .item-title::before {
        right: 0px;
        left: unset;
    }
    .shop-slider .owl-dots {
        left: 15px;
    }
    .home-shop-classic .slider-section .social-links>ul>li {
        margin-bottom: 20px;
    }
    .home-shop-minimal .header-section .order-first {
        order: 0;
    }
    .home-shop-minimal .header-section .brand-logo.text-center {
        text-align: left !important;
    }
    .header-section .menu-btn.menu-btn-round.float-left {
        float: right !important;
    }
    /* home - end */
    /* shop - start */
    .product-grid {
        margin-top: 30px;
    }
    .checkout-section .checkout-sidebar {
        padding: 30px;
    }
    .checkout-section .checkout-sidebar .price-info>ul>li {
        font-size: 14px;
    }
    .checkout-section .title-text.mb-60 {
        margin-bottom: 20px;
    }
    .checkout-section .form-wrap {
        margin-bottom: 40px;
    }
    /* shop - end */
}

@media screen and (max-width: 970px) {
    /* footer - start */
    .footer-section .instagram-shoots>ul>li {
        width: 60px;
        height: 60px;
        margin-right: 5px;
    }
    .footer-section .instagram-shoots>ul>li .icon {
        line-height: 60px;
    }
    /* footer - end */
}

/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */

/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */

@media screen and (max-width: 880px) {
    /* global - start */
    .section-title.size-increase .title-text {
        font-size: 30px;
    }
    .section-title .title-text {
        font-size: 28px;
    }
    .section-title p {
        font-size: 15px;
    }
    /* global - end */
    /* footer - start */
    .footer-section .instagram-shoots-2>ul>li {
        width: 100px;
        height: 100px;
    }
    .footer-section .instagram-shoots>ul>li>a::after,
    .footer-section .instagram-shoots-2>ul>li>a::after {
        font-size: 22px;
    }
    .footer-section .instagram-shoots-2 .list-title {
        margin-top: 30px;
    }
    /* footer - end */
    /* breadcrumb - start */
    .breadcrumb-section .page-title {
        font-size: 36px;
    }
    /* breadcrumb - end */
    /* about - start */
    .about-list-layout .item-content .item-title {
        margin-bottom: 25px !important;
    }
    .about-section .item-title {
        font-size: 30px;
    }
    /* about - end */
    /* blog - start */
    .blog-list .item-image {
        width: 340px;
    }
    .blog-list .item-content {
        padding-top: 0px;
        padding-left: 20px;
    }
    .blog-list .item-title {
        margin-bottom: 15px;
    }
    .blog-list .item-title a {
        font-size: 16px;
    }
    .blog-list .post-meta {
        margin-bottom: 15px;
    }
    .blog-section .masoney-grid.m-0.metro-layout .grid-item,
    .blog-section .masoney-grid.m-0.metro-layout .grid-sizer {
        width: 50%;
    }
    .blog-section .masoney-grid.m-0.metro-layout .grid-50 {
        width: 100%;
    }
    /* blog - end */
    /* details - start */
    .details-section.blog-details .details-content blockquote .title-text {
        font-size: 22px;
        max-width: 500px;
        line-height: 1.3;
    }
    .details-section.blog-details.text-center .details-content blockquote .title-text {
        margin: 0px auto 30px;
    }
    .details-section.blog-details .details-content .post-admin {
        padding: 50px 0px;
    }
    .portfolio-details-5 .details-section .details-image {
        min-height: 500px;
    }
    .advertisement-section {
        min-height: 400px;
    }
    /* details - end */
    /* service - start */
    .service-section .about-list-layout .item-content>.item-title {
        font-size: 48px;
    }
    /* service - end */
    /* home - start */
    .agency-default-carousel .item .item-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .agency-default-carousel .item p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .agency-default-carousel .item .child-image {
        max-width: 150px;
    }
    .home-agency-classic .header-section {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .home-agency-classic .header-section.stuck {
        background-color: #ffffff !important;
    }
    .agency-creative-banner .banner-image {
        float: none;
        max-width: 350px;
        margin-right: 0px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content {
        height: auto;
    }
    .home-photographer {
        padding: 30px;
    }
    .designer-banner {
        min-height: 560px;
        background-size: contain;
        background-position: right -10% center;
    }
    .designer-banner .banner-content h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .designer-banner .banner-content h2 {
        font-size: 26px;
    }
    .designer-banner .banner-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .personal-banner {
        min-height: 520px;
        background-position: right 30% bottom;
    }
    .personal-banner .banner-content h1 {
        font-size: 48px;
    }
    .personal-banner .banner-content h2 {
        font-size: 20px;
    }
    .personal-banner .banner-content {
        padding-top: 30px;
    }
    .restaurant-carousel h3 {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .restaurant-carousel .icon {
        max-width: 70px;
        margin-bottom: 30px;
    }
    .restaurant-carousel .item {
        min-height: 85vh;
    }
    .home-restaurant .section-title .title-text {
        font-size: 42px;
        padding-bottom: 28px;
    }
    .home-restaurant .section-title .title-text.mb-60 {
        margin-bottom: 40px;
    }
    .home-restaurant .section-title .title-text::before {
        width: 80px;
    }
    .booking-section .section-title .title-text {
        font-size: 42px;
    }
    .banner-section p {
        font-size: 14px;
    }
    .banner-section p.mb-60 {
        margin-bottom: 40px;
    }
    .shop-creative-item .item-content .item-title>a {
        font-size: 16px;
    }
    .shop-creative-item .item-content .item-title {
        width: 190px;
    }
    .shop-creative-item .item-content.float-left .item-title {
        left: 70%;
    }
    .product-fullimage .item-title {
        bottom: 20px;
        font-size: 14px;
        padding: 0px 15px;
    }
    .shop-slider-2 .item .item-title {
        font-size: 42px;
    }
    .shop-slider-2 .item {
        min-height: 580px;
        background-position: left 150px center;
    }
    .home-shop-minimal .shop-slider .item {
        background-position: right -370px bottom;
    }
    .collection-fullimage .item-title strong {
        font-size: 26px;
    }
    .collection-fullimage .item-title {
        bottom: 30px;
        padding: 0px 30px;
    }
    /* home - end */
    /* shop - start */
    .product-grid .item-content .item-title>a {
        font-size: 12px;
    }
    .details-section .details-content .btns-group>ul>li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .details-section .details-content .btns-group>ul>li:last-child {
        margin-bottom: 0px !important;
    }
    .cart-section .table-wrap .item-image {
        margin-right: 15px;
    }
    .table-wrap {
        max-width: 100%;
        overflow-x: scroll;
    }
    .table-wrap table {
        width: 1170px;
    }
    .cart-section .submition-area .btns-group {
        margin-top: 40px;
    }
    .cart-section .submition-area .btns-group>ul {
        float: none;
        margin: 0px auto;
    }
    .checkout-section .checkout-sidebar {
        margin-top: 40px;
    }
    /* shop - end */
    /* coming soon - start */
    .comingsoon-section .comingsoon-content .title-text {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li {
        width: 80px;
        height: 80px;
        padding: 15px 0px;
        margin-right: 20px;
    }
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li strong {
        font-size: 28px;
    }
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
        font-size: 11px;
    }
    /* coming soon - end */
}

@media screen and (max-width: 767px) {
    /* global - start */
    .order-last {
        order: 0;
    }
    .section-title .title-text {
        font-size: 28px;
    }
    .section-title p {
        font-size: 14px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn {
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        padding: 0px 22px;
    }
    .btn.btn-border {
        height: 40px;
        line-height: 38px;
    }
    .footer-section .payment-card>ul {
        float: none;
        margin: 40px auto 0px;
    }
    /* global - end */
    /* header - start */
    .header-section .social-links-text {
        display: none;
    }
    .header-section .header-top {
        display: none !important;
    }
    /* header - end */
    /* footer - start */
    .footer-section {
        /* text-align: center; */
    }
    .footer-section .useful-links,
    .footer-section .instagram-shoots,
    .footer-section .social-links-text {
        margin-top: 40px;
    }
    .footer-section .instagram-shoots>ul,
    .footer-section .social-links-text>ul {
        float: none;
        margin: 0px auto;
    }
    .footer-section .useful-links>ul>li {
        margin-bottom: 5px;
    }
    .footer-section .useful-links>ul>li>a {
        font-size: 13px;
    }
    .footer-section .instagram-shoots>ul>li {
        width: 70px;
        height: 70px;
        margin-right: 5px;
    }
    .footer-section .instagram-shoots>ul>li .icon {
        line-height: 70px;
        text-align: center;
    }
    .footer-section .instagram-shoots>ul>li:first-child {
        margin-right: 5px !important;
    }
    .footer-section .instagram-shoots {
        margin-left: 0px;
    }
    .footer-section .brand-logo {
        margin-bottom: 0px;
    }
    .footer-section .useful-links.text-right {
        text-align: center !important;
    }
    .home-agency-classic .footer-section .useful-links.text-right {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .home-freelancer .footer-section .section-title {
        margin-bottom: 0px;
    }
    .footer-section .social-links-round {
        margin-top: 40px;
    }
    .footer-section .social-links-round>ul {
        float: none;
        margin: 0px auto;
    }
    .footer-section .instagram-shoots-2 {
        margin-top: 40px;
        text-align: center;
    }
    .footer-section .instagram-shoots-2>ul {
        float: none;
        margin: 0px auto;
    }
    .footer-section .instagram-shoots-2 .list-title.text-right {
        text-align: center !important;
    }
    .footer-section .payment-card>ul {
        margin: 40px auto 0px;
    }
    .footer-section .form-group>ul>li {
        margin-right: 30px;
    }
    .footer-section .form-group>ul {
        float: none;
        margin: 40px auto 0px;
    }
    /* footer - end */
    /* breadcrumb - start */
    .breadcrumb-section {
        text-align: center;
    }
    .breadcrumb-section .breadcrumb-nev.ul-li-right {
        margin-top: 20px;
    }
    .breadcrumb-section .breadcrumb-nev.ul-li-right>ul {
        float: none;
        margin: 0px auto;
    }
    .breadcrumb-section .mb-60 {
        margin-bottom: 30px;
    }
    .breadcrumb-section .filters-button-group>ul {
        margin: 0px auto;
    }
    .filters-button-group>ul>li {
        margin-right: 30px;
    }
    /* breadcrumb - end */
    /* sidebar - start */
    .sidebar-section {
        max-width: 330px;
        margin: 50px auto 0px;
    }
    /* sidebar - end */
    /* about - start */
    .about-list-layout .item-image {
        margin-bottom: 30px;
    }
    .about-list-layout .item-content {
        margin: 0px;
        padding: 0px;
        text-align: left !important;
    }
    .about-list-layout .item-content .item-title {
        margin: 0px !important;
        margin-bottom: 25px !important;
    }
    .about-list-layout .item-content .item-title {
        font-size: 25px;
    }
    .team-fullimage {
        max-width: 330px;
        margin: 30px auto 0px;
    }
    .testimonial-fullwidth p {
        font-size: 22px;
    }
    .about-section .about-image {
        margin-bottom: 30px;
    }
    .about-section .child-item {
        margin-top: 30px;
    }
    .counter-item .counter-text {
        font-size: 60px;
    }
    .counter-item p {
        font-size: 12px;
    }
    .about-section .item-title {
        font-size: 28px;
    }
    .about-section .item-title.mb-60 {
        margin-bottom: 30px;
    }
    .about-section .about-content p.line-left {
        font-size: 14px;
        padding-left: 40px;
    }
    .about-section .about-content p {
        font-size: 14px;
    }
    .calltoaction-section .title-text {
        font-size: 26px;
    }
    .calltoaction-section .title-text span {
        font-size: 18px;
    }
    /* about - end */
    /* blog - start */
    .blog-list {
        max-width: 340px;
        margin: 0px auto 50px;
    }
    .blog-list .item-image {
        width: 340px;
        margin-bottom: 20px;
    }
    .blog-list .item-content {
        width: 100%;
        padding: 0px;
    }
    .blog-list .item-content p {
        font-size: 13px;
    }
    .blog-section .masoney-grid .grid-item,
    .blog-section .masoney-grid .grid-sizer {
        width: 50%;
    }
    /* blog - end */
    /* details - start */
    .details-section.blog-details .details-content blockquote .title-text {
        font-size: 22px;
        padding-left: 50px;
    }
    .details-section .details-content .item-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .details-section .details-content .info-list>ul>li {
        margin-bottom: 20px;
    }
    .details-section .details-content .info-list {
        margin-bottom: 30px;
    }
    .details-section .details-content p.bottom-line {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .portfolio-details-5 .details-section .details-image {
        min-height: 450px;
    }
    .advertisement-section {
        min-height: 350px;
    }
    /* details - end */
    /* portfolio - start */
    /* .portfolio-section .masoney-grid .grid-item,
.portfolio-section .masoney-grid .grid-sizer {
    width: 50%;
  } */
    /* portfolio - end */
    /* service - start */
    .about-list-layout:nth-child(2n) .item-content .about-service .service-icon {
        float: left;
        margin: 0px;
        margin-right: 30px;
    }
    .about-list-layout:nth-child(2n) .item-content .about-service .service-content {
        padding: 0px;
    }
    .service-section .about-list-layout .item-content>.item-title {
        font-size: 36px;
    }
    /* service - end */
    /* home - start */
    .agency-default-carousel .item .slider-image {
        height: 400px;
    }
    .agency-default-carousel .item .item-title {
        font-size: 28px;
    }
    .agency-default-carousel .item .child-image {
        max-width: 120px;
    }
    .agency-default-carousel .item .child-image.child-image-3 {
        bottom: -40px;
    }
    .banner-section .title-text {
        font-size: 38px;
    }
    .banner-section .title-text.mb-60 {
        margin-bottom: 30px;
    }
    .banner-section.text-white .btn-border {
        line-height: 38px;
    }
    .about-section .about-image.creative-image {
        padding: 15px;
        margin: -15px;
        margin-bottom: 15px;
    }
    .agency-studio-banner {
        min-height: 650px;
    }
    .agency-startup-banner {
        min-height: 400px;
        padding-bottom: 60px;
    }
    .banner-section p {
        font-size: 14px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
        padding: 40px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
        font-size: 24px;
    }
    .freelancer-banner .banner-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .freelancer-banner .banner-content h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .freelancer-banner .banner-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home-personal .section-title .title-text::before {
        display: none;
    }
    .home-personal .section-title .title-text {
        padding: 0px;
    }
    .home-personal .about-list-layout.text-right {
        text-align: left !important;
    }
    .architecture-carousel .item {
        min-height: 450px;
    }
    .architecture-carousel .item .item-content {
        max-width: 450px;
        padding: 30px 40px;
    }
    .architecture-carousel .item .item-content .item-title {
        font-size: 26px;
    }
    .home-architecture .slide-section .social-links>ul>li {
        margin-bottom: 20px;
    }
    .portfolio-carousel-3 .item .item-image {
        float: none;
        max-width: auto;
    }
    .portfolio-carousel-3 .item .item-content {
        left: 0px;
        top: unset;
        bottom: 0px;
        max-width: 400px;
        transform: unset;
        padding: 30px 40px;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .portfolio-carousel-3 .item .item-content .item-title {
        border: none;
        font-size: 22px;
        padding-left: 0px;
        margin-bottom: 15px;
    }
    .portfolio-carousel-3 .item .item-content .address-info {
        margin-left: 0px;
    }
    .portfolio-carousel-3 .item .item-content .address-info>ul>li {
        font-size: 12px;
        margin-right: 15px;
    }
    .portfolio-carousel-3.owl-theme.arrow-top-right .owl-nav {
        top: 6px;
    }
    .team-grid {
        max-width: 270px;
        margin: 30px auto 0px;
    }
    .hotel-carousel .item .item-title {
        font-size: 42px;
        margin-bottom: 40px;
    }
    .popup-video {
        width: 60px;
        height: 60px;
        font-size: 26px;
        line-height: 66px;
    }
    .property-grid .item-image::after {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .booking-section .section-title .title-text {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .decoration-banner {
        min-height: 380px;
    }
    .about-section .about-content .person-name {
        font-size: 42px;
    }
    .about-section .about-content .person-title {
        font-size: 22px;
    }
    .decoration-banner {
        min-height: 320px;
    }
    .lovestory-section .tab-content .item-image {
        margin-bottom: 40px;
    }
    .memories-images>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .memories-images>ul>li {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .home-travel .hotel-carousel .item .item-title {
        font-size: 48px;
    }
    .destinations-masoney-grid .w-66 {
        width: 100%;
    }
    .yoga-banner {
        min-height: 600px;
        text-align: center;
        background-position: right 0px bottom;
    }
    .blogger-carousel .item .title-text {
        font-size: 32px;
    }
    .blogger-carousel .item {
        min-height: 550px;
    }
    .blogger-carousel .item .post-date {
        margin-bottom: 15px;
    }
    .home-blogger .section-title .title-text {
        font-size: 42px;
    }
    .section-title.has-tb-line {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main-blog-grid .item-content {
        padding: 0px 25px;
    }
    .project-showcase-banner {
        min-height: 75vh;
    }
    .creative-layout .portfolio-fullimage .item-title>small,
    .creative-layout .portfolio-fullimage .item-title-2>small {
        width: 170px;
        font-size: 16px;
    }
    .creative-layout .portfolio-fullimage .item-title>small.float-right,
    .creative-layout .portfolio-fullimage .item-title-2>small.float-right {
        margin-right: -110px;
    }
    .creative-layout .portfolio-fullimage .item-title {
        top: 10px;
    }
    .creative-layout .portfolio-fullimage .item-title>small.float-left,
    .creative-layout .portfolio-fullimage .item-title-2>small.float-left {
        margin-left: -110px;
    }
    .creative-layout .portfolio-fullimage .item-title-2 {
        bottom: 10px;
    }
    .home-portfolio-3 .section-title.size-increase .title-text {
        font-size: 42px;
    }
    .home-portfolio-3 .section-title.has-tb-line::after,
    .home-portfolio-3 .section-title.has-tb-line::before {
        height: 40px;
    }
    .home-portfolio-3 .section-title.has-tb-line {
        padding: 80px 0px;
    }
    .home-portfolio-3 .section-title .title-text {
        font-size: 36px;
    }
    .portfolio-4-banner h1 {
        font-size: 48px;
    }
    .portfolio-4-banner h3,
    .portfolio-4-banner p {
        font-size: 18px;
    }
    .portfolio-4-banner .social-links-text>ul>li>a {
        font-size: 12px;
    }
    .portfolio-4-banner {
        min-height: 460px;
        padding-bottom: 80px;
    }
    .shop-creative-item {
        margin-bottom: 60px;
    }
    .shop-creative-item:last-child {
        margin-bottom: 0px !important;
    }
    .shop-creative-item .item-content {
        max-width: 330px;
    }
    .home-shop-classic .footer-section .order-first,
    .home-shop-creative .footer-section .order-first {
        order: 0;
    }
    .shop-slider .item {
        min-height: 550px;
    }
    .shop-slider-2 .item {
        min-height: 560px;
        background-position: left center;
    }
    .classic-shop-masoney .shop-creative-item .item-content {
        margin: auto;
        max-width: 250px;
    }
    .shop-slider-2 .item .item-title {
        font-size: 36px;
    }
    .collection-fullimage .item-title strong {
        font-size: 18px;
    }
    .collection-fullimage .item-title {
        bottom: 20px;
        padding: 0px 25px;
    }
    /* home - end */
    /* shop - start */
    .shop-section .filter-bar .layout-btns-group {
        float: none;
        margin-top: 20px;
    }
    .shop-section .filter-bar .layout-btns-group>ul {
        float: none;
    }
    .details-section .tab-content .details-image {
        margin-top: 30px;
    }
    /* shop - end */
}

/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */

/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */

@media screen and (max-width: 680px) {
    /* global - start */
    body {
        font-size: 13px;
        padding-top: 81px;
    }
    .sec-ptb-100 {
        padding: 50px 0px;
    }
    .mb-100 {
        margin-bottom: 50px;
    }
    .blog-section .masoney-grid.m-0.mb-100 {
        margin-bottom: 50px !important;
    }
    .mt--60 {
        margin-top: -30px;
    }
    .home-hotel .section-title .title-text {
        font-size: 36px;
    }
    /* global - end */
    /* breadcrumb - start */
    .breadcrumb-section .page-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .breadcrumb-section .breadcrumb-nev>ul>li {
        margin-right: 20px;
    }
    /* breadcrumb - end */
    /* header - start */
    .header-section .brand-logo>a {
        max-width: 80px;
    }
    .sticky-header {
        padding: 18px 0px !important;
    }
    .header-section .mobile-menu-btns {
        padding: 11px 0px;
    }
    .header-section .brand-logo>a {
        max-width: 80px;
    }
    /* header - end */
    /* footer - start */
    .footer-section .brand-logo>a {
        max-width: 80px;
    }
    .hero-slider {
        position: relative;
        padding-top: 0px;
    }
    /* footer - end */
    /* about - start */
    .about-list-layout .item-content .item-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }
    .about-list-layout p {
        font-size: 13px;
    }
    .about-list-layout {
        margin-bottom: 50px;
    }
    .testimonial-fullwidth p {
        font-size: 18px;
    }
    .service-default {
        text-align: center;
        margin: 30px auto 0px;
    }
    /* about - end */
    /* blog - start */
    .blog-grid .size-increase .item-title>a {
        font-size: 26px;
    }
    .blog-grid .item-content {
        padding: 0px 50px;
    }
    /* blog - end */
    /* details - start */
    .details-section .blog-share>ul>li {
        margin-bottom: 10px;
    }
    .details-section .details-image {
        min-height: 450px;
    }
    .details-section .details-image {
        min-height: 380px;
    }
    /* details - end */
    /* contact - start */
    .map-section #mapBox {
        height: 350px;
    }
    /* contact - end */
    /* portfolio - start */
    .creative-layout .portfolio-fullimage.small-size>.image-wrap {
        max-width: 200px;
    }
    .creative-layout .portfolio-fullimage.small-size>.image-wrap {
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0px !important;
    }
    .creative-layout .portfolio-fullimage.small-size>.image-wrap>img {
        width: 100%;
        display: block;
    }
    .creative-layout .portfolio-fullimage.small-size {
        display: block;
    }
    .creative-layout .portfolio-fullimage.small-size>.image-wrap.align-lb {
        margin: 0px !important;
    }
    /* portfolio - end */
    /* details - start */
    .portfolio-details-5 .details-section .details-image {
        min-height: 400px;
    }
    .advertisement-section {
        min-height: 300px;
    }
    /* details - end */
    /* service - start */
    .service-section .about-list-layout .item-content .about-service .service-content p {
        font-size: 12px;
    }
    .about-list-layout .item-content .about-service .service-content .service-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-list-layout .item-content .about-service .service-icon>img {
        width: 40px;
    }
    /* service - end */
    /* home - start */
    .agency-default-carousel .item {
        min-height: 670px;
    }
    .absolute-social-wrap.sec-ptb-60 {
        padding: 40px 0px;
    }
    .agency-default-carousel .item .item-title {
        font-size: 24px;
    }
    .agency-default-carousel .item p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .agency-default-carousel .item .slider-image {
        width: 280px;
        float: right;
        height: 400px;
    }
    .agency-classic-banner {
        min-height: 630px;
    }
    .agency-classic-banner .title-text span {
        font-size: 66px;
    }
    .agency-classic-banner .title-text {
        margin-bottom: 25px;
    }
    .agency-creative-banner {
        min-height: 730px;
    }
    .banner-section .title-text {
        font-size: 32px;
    }
    .about-section .about-content p {
        font-size: 13px;
    }
    .agency-minimal-banner .title-text {
        font-size: 124px !important;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
        padding: 35px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title {
        font-size: 20px;
    }
    .fixed-menu-btn .menu-btn {
        width: 35px;
        height: 35px;
        font-size: 24px;
        line-height: 35px;
    }
    .designer-banner {
        min-height: 480px;
    }
    .designer-banner .banner-content h1 {
        font-size: 46px;
    }
    .designer-banner .banner-content h2 {
        font-size: 24px;
    }
    .app-landing-banner .banner-content .btns-group>ul {
        width: auto;
        float: right;
    }
    .app-landing-banner .banner-content .btns-group>ul>li {
        width: 100%;
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .app-landing-banner .banner-content .btns-group>ul>li:last-child {
        margin-bottom: 0px !important;
    }
    .app-landing-banner .banner-content h1 {
        font-size: 46px;
        margin-bottom: 40px;
    }
    .app-landing-banner {
        min-height: 580px;
    }
    .restaurant-carousel h3 {
        font-size: 36px;
    }
    .restaurant-carousel p {
        display: table;
        max-width: 370px;
        margin: 0px auto 30px;
    }
    .foodmenu-section .food-menu-list>ul>li>a {
        line-height: 1;
        font-size: 15px;
        padding: 12px 0px;
    }
    .foodmenu-section .food-menu-list>ul>li {
        margin-right: 30px;
    }
    .home-restaurant .section-title .title-text {
        font-size: 32px;
    }
    .hotel-list-layout .section-title .title-text {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .hotel-list-layout .section-title {
        padding: 30px 0px 60px;
    }
    .event-banner .title-text {
        margin-bottom: 50px;
        font-size: 60px !important;
    }
    .event-banner {
        min-height: 80vh;
        position: relative;
    }
    .event-banner .info-list {
        bottom: 40px;
    }
    .booking-section .section-title .title-text {
        font-size: 32px;
    }
    .property-grid .item-title {
        font-size: 15px;
    }
    .main-blog-grid .item-title>a {
        font-size: 28px;
    }
    .creative-layout .portfolio-fullimage .item-title>small,
    .creative-layout .portfolio-fullimage .item-title-2>small {
        float: none !important;
        margin: 0px !important;
        text-align: left !important;
    }
    .creative-layout .portfolio-fullimage .item-title,
    .creative-layout .portfolio-fullimage .item-title-2 {
        top: unset;
        bottom: 0px;
        padding: 20px;
    }
    .home-portfolio-3 .sticky-header .menu-btn {
        margin: 25px auto 0px;
    }
    .home-portfolio-3 {
        padding-top: 160px;
    }
    .home-portfolio-3 .section-title.size-increase .title-text {
        font-size: 36px;
    }
    .home-portfolio-3 .section-title .title-text {
        font-size: 30px;
    }
    .portfolio-4-banner {
        min-height: 430px;
        padding-bottom: 70px;
    }
    .shop-slider .owl-dots .owl-dot>span {
        width: 20px;
    }
    .shop-slider .owl-dots .owl-dot.active>span {
        width: 40px;
    }
    .shop-slider .item .item-title {
        font-size: 38px;
        padding-top: 30px;
    }
    .shop-slider .item .item-title.mb-60 {
        margin-bottom: 30px;
    }
    .shop-slider .item .item-title::before {
        width: 60px;
    }
    .shop-slider .item {
        background-position: right -90px center;
    }
    .classic-shop-masoney {
        margin-top: 35px;
    }
    .classic-shop-masoney .grid-item,
    .classic-shop-masoney .grid-sizer {
        width: 100%;
        text-align: center;
    }
    .classic-shop-masoney .grid-item {
        padding: 15px !important;
    }
    .classic-shop-masoney .grid-item .section-title .title-text {
        max-width: 370px;
        margin: 0px auto;
    }
    .classic-shop-masoney .shop-creative-item .item-content {
        margin: auto;
        padding: 0px;
        max-width: 250px;
        float: none !important;
    }
    .shop-creative-item .item-content.float-left .item-title {
        top: unset;
        bottom: 20px;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .shop-creative-item .item-content.float-left .item-title>a {
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .home-shop-minimal .shop-slider .item {
        min-height: 550px;
        background-position: right -500px bottom;
    }
    .product-grid .item-image {
        height: auto;
    }
    .product-grid .item-content .item-title>a {
        font-size: 14px;
    }
    .product-grid {
        margin-top: 30px;
    }
    .product-grid .item-content .item-title>a {
        font-size: 12px;
    }
    /* home - end */
    /* 404 - start */
    .error-section .error-content .title-text {
        font-size: 28px;
    }
    .error-section .error-content p {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .error-section {
        padding: 100px 0px;
    }
    /* 404 - end */
    /* coming soon - start */
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li {
        width: 70px;
        height: 70px;
        padding: 15px 0px;
        margin-right: 15px;
    }
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li strong {
        font-size: 20px;
    }
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
        font-size: 10px;
    }
    .comingsoon-section .comingsoon-content .title-text {
        font-size: 24px;
    }
    /* coming soon - end */
}

/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */

/* ====================================================================================================
7 - media screen and (max-width: 575px) - start
==================================================================================================== */

@media screen and (max-width: 580px) {
    /* global - start */
    .section-title.size-increase .title-text {
        font-size: 26px;
    }
    .section-title .title-text {
        font-size: 24px;
    }
    .btn {
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        padding: 0px 20px;
    }
    .btn.btn-border {
        height: 35px;
        font-size: 12px;
        line-height: 31px;
    }
    .pagination-nav>ul>li {
        height: 35px;
        min-width: 35px;
    }
    .pagination-nav>ul>li>a {
        font-size: 13px;
        padding: 0px 12px;
        line-height: 35px;
    }
    /* global - end */
    /* footer - start */
    .footer-section .useful-links,
    .footer-section .instagram-shoots,
    .footer-section .social-links-text {
        margin-top: 30px;
    }
    /* footer - end */
    /* about - start */
    .about-section .item-title {
        font-size: 26px;
    }
    .about-section .child-item p {
        font-size: 12px;
    }
    .about-section .child-item .item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .service-default p {
        font-size: 12px;
    }
    .service-default .item-title {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .counter-item .counter-text {
        font-size: 48px;
    }
    .counter-item p {
        font-size: 11px;
    }
    .blog-grid {
        max-width: 330px;
        margin: 30px auto 0px;
    }
    /* about - end */
    /* blog - start */
    .blog-fullimage .item-content .item-title {
        font-size: 14px;
    }
    .blog-fullimage .item-content .item-brand {
        font-size: 11px;
    }
    .blog-section .masoney-grid.m-0 {
        margin-top: -15px !important;
    }
    .blog-section .masoney-grid.m-0 .blog-fullimage {
        max-width: 330px;
        margin: 15px auto 0px;
    }
    .blog-section .masoney-grid.m-0.metro-layout .grid-item,
    .blog-section .masoney-grid.m-0.metro-layout .grid-sizer,
    .blog-section .masoney-grid.m-0.metro-layout .grid-50 {
        width: 100%;
    }
    .blog-grid .item-content {
        padding: 0px;
    }
    .blog-grid .size-increase .item-title>a {
        font-size: 20px;
    }
    /* blog - end */
    /* details - start */
    .details-section.blog-details .details-content .item-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .details-section.blog-details .details-content blockquote .title-text {
        font-size: 20px;
        max-width: 420px;
    }
    .details-section .details-content .post-admin .admin-name {
        margin-bottom: 15px;
    }
    .details-section .details-content p {
        font-size: 13px;
    }
    .details-section .details-content .post-admin .admin-thumbnail {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }
    .details-section .details-image .item-content .item-title {
        font-size: 28px;
    }
    .details-section .details-content blockquote .title-text {
        font-size: 30px;
        padding-left: 40px;
    }
    /* details - end */
    /* home - start */
    .agency-default-carousel .item .slider-image {
        width: 240px;
        height: 330px;
    }
    .agency-default-carousel .item .child-image {
        max-width: 100px;
    }
    .agency-default-carousel .item .child-image.child-image-2 {
        bottom: 100px;
    }
    .agency-default-carousel .item .child-image.child-image-3 {
        bottom: -20px;
    }
    .agency-default-carousel .item {
        min-height: 620px;
    }
    .absolute-social-wrap.sec-ptb-60 {
        padding: 30px 0px;
    }
    .home-agency-classic .banner-section .social-links-text>ul>li>a {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .team-section .section-title {
        text-align: center;
    }
    .team-section .section-title .title-text {
        color: #ffffff !important;
    }
    .agency-classic-banner .banner-content {
        width: 300px;
        text-align: left;
    }
    .agency-classic-banner .title-text span {
        font-size: 48px;
    }
    .agency-classic-banner {
        min-height: 530px;
    }
    .banner-section.text-white .btn-border {
        line-height: 30px;
    }
    .agency-studio-banner {
        min-height: 530px;
    }
    .agency-minimal-banner {
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .agency-minimal-banner .title-text.mb-100 {
        font-size: 100px !important;
        margin-bottom: 40px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .item-title.mb-60 {
        margin-bottom: 30px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .btns-wrap.mb-100 {
        margin-bottom: 40px;
    }
    .designer-banner {
        background-position: right -25% center;
    }
    .app-landing-banner .banner-content h1 {
        font-size: 36px;
    }
    .store-btn {
        min-width: 180px;
    }
    .store-btn .content {
        padding-top: 12px;
        padding-left: 18px;
    }
    .store-btn .icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
    .store-btn .content small {
        font-size: 8px;
    }
    .store-btn .content strong {
        font-size: 12px;
    }
    .about-section .about-content .about-service .service-content p {
        font-size: 12px;
    }
    .about-section .about-content .about-service .service-icon>img {
        width: 35px;
    }
    .about-section .about-content .about-service .service-content .service-title {
        font-size: 15px;
    }
    .about-section .about-content .about-service .service-content {
        padding-left: 25px;
    }
    .architecture-carousel .item {
        min-height: 320px;
    }
    .architecture-carousel .item .item-content .item-title {
        font-size: 20px;
    }
    .architecture-carousel .item .item-content {
        padding: 25px;
        max-width: 360px;
        padding-bottom: 35px;
    }
    .home-architecture .slide-section .social-links>ul>li>a {
        font-size: 10px;
    }
    .home-architecture .slide-section .social-links>ul>li {
        margin-bottom: 10px;
    }
    .portfolio-carousel-3 .item .item-content {
        max-width: 330px;
        padding: 25px 30px;
    }
    .portfolio-carousel-3 .item .item-content .item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .portfolio-carousel-3 .item .item-content .address-info>ul>li {
        font-size: 10px;
        margin-right: 10px;
    }
    .hotel-carousel .item .item-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .popup-video {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 56px;
    }
    .hotel-carousel .owl-dots {
        bottom: 25px;
    }
    .hotel-carousel .item {
        min-height: 70vh;
    }
    .home-hotel .section-title .title-text {
        font-size: 30px;
    }
    .couple-fullimage .couple-type {
        font-size: 20px;
    }
    .wedding-banner .title-text {
        font-size: 48px !important;
    }
    .wedding-banner .title-text.mb-60 {
        margin-bottom: 20px;
    }
    .wedding-banner .sub-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .wedding-banner .info-list>ul>li {
        font-size: 22px;
        margin-bottom: 3px;
    }
    .lovestory-section .lovestory-tab {
        border: none;
    }
    .lovestory-section .lovestory-tab>ul {
        width: auto;
        display: table;
        margin: 0px auto;
    }
    .lovestory-section .lovestory-tab>ul>li {
        float: left;
        height: 35px;
        min-width: 50px;
        margin-right: 5px;
        margin-bottom: 5px;
        text-align: center;
        display: inline-block;
    }
    .lovestory-section .lovestory-tab>ul>li>a {
        display: block;
        padding: 0px 15px;
        line-height: 31px;
    }
    .lovestory-section .lovestory-tab>ul>li>a:before {
        display: none;
    }
    .lovestory-section .lovestory-tab>ul>li>a:hover,
    .lovestory-section .lovestory-tab>ul>li>a.active {
        background-color: #f2f2f2;
    }
    .lovestory-section .tab-content .item-content .item-title {
        font-size: 32px;
    }
    .lovestory-section .tab-content .item-content .sub-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .home-wedding .section-title .title-text {
        font-size: 36px;
    }
    .home-travel .hotel-carousel .item .item-title {
        font-size: 42px;
    }
    .blogger-carousel .item .title-text {
        font-size: 24px;
    }
    .blogger-carousel .owl-dots .owl-dot span {
        margin: 0px 5px;
    }
    .blogger-carousel .owl-dots {
        bottom: 20px;
    }
    .blogger-carousel .item {
        padding-bottom: 80px;
    }
    .project-showcase-banner {
        min-height: 60vh;
    }
    .about-section .about-content .person-name {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about-section .about-content .person-title {
        font-size: 20px;
    }
    .portfolio-fullimage .item-content-2 .item-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .portfolio-fullimage .item-content-2 .item-brand {
        font-size: 13px;
    }
    .portfolio-4-banner h3,
    .portfolio-4-banner p {
        font-size: 14px;
    }
    .portfolio-4-banner h1 {
        font-size: 42px;
    }
    /* home - end */
    /* shop - start */
    .details-section .tab-btns>ul>li>a {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 6px;
    }
    .details-section .tab-btns>ul>li {
        margin-right: 20px;
    }
    /* shop - end */
    /* 404 - start */
    .error-section .error-content .form-item input {
        height: 50px;
    }
    .error-section .error-content .form-item button {
        font-size: 18px;
    }
    /* 404 - end */
}

@media screen and (max-width: 575px) {
    /* global - start */
    .section-title.mb-30 {
        margin-bottom: 15px;
    }
    .section-title.mb-60 {
        margin-bottom: 30px;
    }
    .section-title .title-text {
        font-size: 18px;
    }
    .section-title .title-text.mb-15 {
        margin-bottom: 8px;
        margin-top: -80px;
    }
    .section-title p {
        font-size: 14px;
    }
    .owl-theme.arrow-top-right .owl-nav {
        top: unset;
        margin-top: 30px;
        transform: unset;
        position: relative;
    }
    /* global - end */
    /* about - start */
    .about-section .child-item {
        max-width: 80%;
    }
    /* about - end */
    /* portfolio - start */
    .portfolio-fullimage .item-content-2 .item-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .portfolio-fullimage .item-content-2 .item-brand {
        font-size: 12px;
    }
    .portfolio-carousel.arrow-top-right .owl-nav {
        right: 0px;
    }
    /* portfolio - end */
    /* details - start */
    .details-section .details-image-carousel .owl-dots {
        bottom: 5px;
    }
    .portfolio-details-5 .details-section .details-image {
        min-height: 350px;
    }
    .advertisement-section {
        min-height: 250px;
    }
    .details-section .details-content blockquote .title-text {
        font-size: 26px;
        padding-left: 30px;
    }
    /* details - end */
    /* home - start */
    .banner-section .title-text {
        font-size: 22px;
    }
    .agency-minimal-banner {
        text-align: center;
    }
    .agency-minimal-banner .social-links-text>ul {
        margin: 0px auto;
    }
    .agency-startup-banner .title-text {
        font-size: 30px;
    }
    .restaurant-carousel .owl-dots {
        right: 15px;
    }
    .restaurant-carousel h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .restaurant-carousel .icon {
        max-width: 60px;
        margin-bottom: 20px;
    }
    .restaurant-carousel .btn.btn-border.border-white {
        height: 45px;
        line-height: 42px;
    }
    .restaurant-carousel .item {
        min-height: 75vh;
    }
    .home-shop-classic .slider-section .social-links {
        display: none;
    }
    .shop-slider-2 .item .item-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .shop-slider-2 .item .date-text::before {
        width: 50px;
    }
    .shop-slider-2 .item .date-text {
        font-size: 12px;
        margin-bottom: 5px;
        padding-right: 70px;
    }
    /* home - end */
    /* shop - start */
    .product-grid {
        max-width: 270px;
        margin: 30px auto 0px;
    }
    .shop-section .filter-bar {
        max-width: 270px;
        margin: 0px auto;
    }
    .shop-section .filter-bar .dropdown {
        margin-top: 15px;
    }
    .shop-section .filter-bar .layout-btns-group {
        margin-top: 15px;
    }
    /* shop - end */
}

/* ====================================================================================================
7 - media screen and (max-width: 575px) - end
==================================================================================================== */

/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */

@media screen and (max-width: 480px) {
    /* global - start */
    #backtotop {
        width: 35px;
        height: 35px;
    }
    #backtotop #scroll {
        font-size: 14px;
        line-height: 38px;
    }
    /* global - end */
    /* about - start */
    .about-section .item-title {
        font-size: 24px;
    }
    .popup-video {
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 58px;
    }
    .popup-video i {
        margin-left: 4px;
    }
    .howtouse-section .section-title {
        margin-bottom: 35px;
    }
    .calltoaction-section .title-text {
        font-size: 20px;
    }
    .calltoaction-section .title-text span {
        font-size: 15px;
        margin-bottom: 10px;
    }
    /* about - end */
    /* blog - start */
    .blog-section .masoney-grid .grid-item,
    .blog-section .masoney-grid .grid-sizer {
        width: 100%;
    }
    .blog-page .blog-grid {
        margin-top: 30px;
    }
    .blog-section .masoney-grid.mt--60 {
        margin-top: -30px;
    }
    /* blog - end */
    /* details - start */
    .details-section .blog-share>ul>li {
        width: 100%;
        margin-right: 0px !important;
    }
    .details-section .blog-share>ul>li:last-child {
        margin-bottom: 0px !important;
    }
    .details-section.blog-details .details-content blockquote .title-text {
        font-size: 16px;
        max-width: 420px;
        padding-left: 30px;
    }
    .details-section .details-image .item-content .item-title {
        font-size: 18px;
    }
    .details-section .details-content blockquote .title-text {
        font-size: 24px;
    }
    /* details - end */
    /* service - start */
    .service-section .about-list-layout .item-content>.item-title {
        font-size: 28px;
    }
    /* service - end */
    /* home - start */
    .agency-default-carousel .item .child-image {
        max-width: 80px;
    }
    .agency-default-carousel .item .slider-image {
        width: 400px;
        height: 100px;
    }
    .agency-default-carousel .item .child-image.child-image-2 {
        bottom: 70px;
    }
    .agency-default-carousel .item .item-title {
        font-size: 16px;
    }
    .agency-default-carousel .item p {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .agency-default-carousel .item .btn {
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        padding: 0px 20px;
    }
    .agency-default-carousel .item {
        min-height: 430px;
    }
    .agency-default-carousel .owl-dots {
        top: 60%;
    }
    .agency-default-carousel .owl-dots .owl-dot {
        margin-bottom: 10px;
    }
    .agency-default-carousel .item .slider-content {
        padding-right: 0px;
        padding-top: 0px;
        padding-left: 10px;
    }
    .agency-creative-banner {
        min-height: 530px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap .signiture {
        font-size: 54px;
    }
    .agency-marketing-grid .portfolio-fullimage.has-content .content-wrap {
        padding: 30px;
    }
    .fixed-menu-btn {
        padding: 5px;
    }
    .home-photographer {
        padding: 15px;
        padding-top: 45px;
    }
    .footer-section .instagram-shoots-2>ul>li {
        width: 80px;
        height: 80px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .designer-banner .banner-content h3 {
        font-size: 15px;
    }
    .designer-banner .banner-content h1 {
        font-size: 36px;
    }
    .designer-banner .banner-content h2 {
        font-size: 20px;
    }
    .designer-banner {
        min-height: 400px;
        background-position: right -23% center;
    }
    .personal-banner {
        min-height: 450px;
        background-position: right 30% bottom;
    }
    .personal-banner .banner-content h1 {
        font-size: 42px;
    }
    .about-section .discover-image {
        text-align: center;
    }
    .foodmenu-section .food-menu-list>ul>li {
        margin-top: 5px;
    }
    .event-banner .title-text {
        margin-bottom: 40px;
        font-size: 42px !important;
    }
    .event-banner .countdown-timer {
        width: 70%;
        margin: 0px auto;
    }
    .event-banner .countdown-timer>ul {
        width: 100%;
    }
    .event-banner .countdown-timer>ul>li {
        width: 25%;
        margin-right: 0px;
        padding-right: 0px;
    }
    .event-banner .countdown-timer>ul>li:after {
        right: 0px;
        width: 5px;
        height: 5px;
    }
    .event-banner .countdown-timer>ul>li strong {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .event-banner .countdown-timer>ul>li small {
        font-size: 12px;
    }
    .event-banner .info-list>ul>li {
        font-size: 12px;
    }
    .event-banner {
        min-height: 65vh;
    }
    .decoration-banner {
        min-height: 270px;
    }
    .about-section .about-content .person-name {
        font-size: 36px;
    }
    .about-section .about-content .person-title {
        font-size: 18px;
    }
    .booking-section .section-title .title-text {
        font-size: 18px;
    }
    .wedding-banner {
        min-height: 45vh;
    }
    .yoga-banner .title-text {
        font-size: 32px;
    }
    .blogger-carousel .item {
        min-height: 500px;
        padding-bottom: 70px;
    }
    .home-blogger .section-title .title-text {
        font-size: 32px;
    }
    .section-title.has-tb-line::after,
    .section-title.has-tb-line::before {
        height: 25px;
    }
    .section-title.has-tb-line {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-blog-grid .item-image {
        margin-bottom: 20px;
    }
    .main-blog-grid .item-content {
        padding: 0px;
    }
    .main-blog-grid .item-title>a {
        font-size: 24px;
    }
    .portfolio-4-banner {
        min-height: 380px;
        padding-bottom: 60px;
    }
    .shop-creative-item .item-content .item-title {
        top: unset;
        bottom: 0px;
        margin: 0px;
        width: 170px;
        left: 0px !important;
        right: unset !important;
    }
    .shop-creative-item .item-content .item-title>a {
        padding: 15px;
        display: block;
        font-size: 14px;
        line-height: 1.4;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .shop-creative-item .item-content {
        max-width: 100%;
    }
    .home-shop-classic .booking-section .section-title .title-text {
        font-size: 28px;
    }
    .home-shop-minimal .shop-slider .item .item-title {
        font-size: 32px;
    }
    .home-shop-minimal .shop-slider .item {
        min-height: 500px;
    }
    /* home - end */
}

/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */

/* ====================================================================================================
9 - media screen and (max-width: 320px) - start
==================================================================================================== */

@media screen and (max-width: 380px) {
    /* global - start */
    .section-title .title-text {
        font-size: 22px;
    }
    .section-title.size-increase .title-text {
        font-size: 20px;
    }
    .filters-button-group>ul>li>button {
        font-size: 12px;
        padding-bottom: 1px;
    }
    .filters-button-group>ul>li {
        margin-right: 15px;
    }
    .section-title .leaf_image {
        max-width: 120px;
    }
    /* global - end */
    /* header - start */
    .sidebar-menu-wrapper .cart-sidebar {
        width: 300px;
        right: -320px;
    }
    .sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-title {
        font-size: 13px;
    }
    .sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-image {
        margin-right: 15px;
    }
    .sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li .item-content .item-price {
        font-size: 13px;
    }
    .sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .sidebar-menu-wrapper .cart-sidebar .cart-items-list>ul>li.btns-group>ul>li:last-child {
        margin-bottom: 0px !important;
    }
    .header-section .brand-logo>a {
        max-width: 65px;
    }
    .header-section .mobile-menu-btns {
        padding: 6px 0px;
    }
    .sticky-header {
        padding: 22px 0px !important;
    }
    /* header - end */
    /* footer - start */
    .footer-section .instagram-shoots>ul>li {
        width: 60px;
        height: 60px;
        margin-bottom: 0px;
    }
    .footer-section .instagram-shoots>ul>li .icon {
        line-height: 64px;
    }
    /* footer - end */
    /* breadcrumb - start */
    .breadcrumb-section .page-title {
        font-size: 26px;
    }
    .breadcrumb-section .breadcrumb-nev>ul>li {
        font-size: 12px;
    }
    /* breadcrumb - end */
    /* about - start */
    .about-list-layout .item-content .item-title {
        font-size: 16px;
        margin-bottom: 15px !important;
    }
    .about-list-layout .item-image {
        margin-bottom: 20px;
    }
    .partners-section .item .partner-logo>img {
        width: 50%;
    }
    .testimonial-fullwidth p {
        font-size: 15px;
    }
    .testimonial-fullwidth .person-image {
        width: 70px;
        height: 70px;
    }
    .about-section .child-item {
        max-width: 100%;
    }
    .testimonial-boxed .person-comment {
        width: 100%;
        padding: 0px;
        display: table;
    }
    .testimonial-boxed .person-image {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .testimonial-boxed {
        padding: 20px;
    }
    .about-section .item-title {
        font-size: 20px;
    }
    .about-section .item-title.mb-60 {
        margin-bottom: 20px;
    }
    .about-section .about-content p.line-left::before {
        height: 50px;
    }
    .about-section .about-content p.line-left {
        padding-left: 30px;
    }
    .about-list-layout .item-content .about-service .service-content .service-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about-list-layout .item-content .about-service .service-icon>img {
        width: 40px;
    }
    .about-list-layout:nth-child(2n+1) .item-content .about-service .service-content {
        padding-left: 20px;
    }
    /* about - end */
    /* details - start */
    .details-section.blog-details .details-content .item-title {
        font-size: 20px;
    }
    .details-section .details-content .post-admin .item-content {
        width: 100%;
    }
    .details-section .details-content .post-admin .admin-thumbnail {
        width: 80px;
        height: 80px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .details-section .details-image .item-content .item-title {
        font-size: 24px;
    }
    .details-section .details-image .item-content {
        padding-bottom: 25px;
    }
    .details-section .details-image {
        min-height: 425px;
    }
    .details-section .details-image {
        min-height: 280px;
    }
    /* details - end */
    /* portfolio - start */
    .portfolio-section .masoney-grid .grid-item,
    .portfolio-section .masoney-grid .grid-sizer {
        width: 100%;
    }
    /* portfolio - end */
    /* details - start */
    .other-post-wrap .other-post {
        padding: 35px;
    }
    .other-post-wrap .other-post small {
        margin-bottom: 12px;
    }
    .details-section .details-image .item-content .item-title {
        font-size: 22px;
    }
    .details-section .details-image .item-content {
        padding-bottom: 40px;
    }
    /* details - end */
    /* service - start */
    .service-section .about-list-layout .item-content>.item-title {
        font-size: 26px;
    }
    .about-list-layout .item-content .about-service .service-icon>img {
        width: 34px;
    }
    /* service - end */
    /* home - start */
    /* .agency-default-carousel .item .slider-image {
    width: 130px;
    height: 300px;
  } */
    .agency-default-carousel .item .img {
        width: auto;
        height: 50px;
    }
    .agency-default-carousel .item .child-image {
        max-width: 60px;
    }
    .agency-default-carousel .item .child-image.child-image-2 {
        bottom: 50px;
    }
    .agency-minimal-banner .title-text.mb-100 {
        margin-bottom: 30px;
        font-size: 90px !important;
    }
    .w-50 {
        width: 100% !important;
    }
    .home-freelancer .freelancer-banner .section-title {
        margin-bottom: 40px;
    }
    .architecture-carousel .item .item-content {
        padding: 15px;
        max-width: 280px;
        padding-bottom: 30px;
    }
    .home-architecture .slide-section .social-links {
        right: 15px;
    }
    .architecture-carousel .owl-dots {
        left: 15px;
    }
    .architecture-carousel .item .item-content .item-title {
        font-size: 16px;
    }
    .portfolio-carousel-3 .item .item-content {
        padding: 15px;
        max-width: 250px;
    }
    .portfolio-carousel-3 .item .item-content .item-title {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .hotel-carousel .item .item-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .home-hotel .section-title .title-text {
        font-size: 28px;
    }
    .event-banner .title-text {
        margin-bottom: 30px;
        font-size: 32px !important;
    }
    .event-banner .countdown-timer {
        width: 85%;
    }
    .event-banner {
        min-height: 60vh;
    }
    .wedding-banner .title-text {
        font-size: 36px !important;
    }
    .wedding-banner .sub-title {
        font-size: 22px;
    }
    .wedding-banner .info-list>ul>li {
        font-size: 18px;
    }
    .wedding-banner {
        min-height: 40vh;
    }
    .home-wedding .section-title .title-text {
        font-size: 30px;
    }
    .home-wedding .section-title .title-text.mb-30 {
        margin-bottom: 15px;
    }
    .memories-images>ul>li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .home-travel .hotel-carousel .item .item-title {
        font-size: 30px;
    }
    .home-travel .hotel-carousel .item .popup-video {
        margin-bottom: 50px;
    }
    .destinations-masoney-grid .w-66 .portfolio-fullimage {
        display: flex;
        height: 200px;
    }
    .destinations-masoney-grid .w-66 .portfolio-fullimage>img {
        object-fit: cover;
    }
    .blogger-carousel .item .title-text {
        font-size: 18px;
    }
    .blogger-carousel .item .post-date {
        margin-bottom: 10px;
    }
    .main-blog-grid .item-title>a {
        font-size: 20px;
    }
    .main-blog-grid .item-title {
        margin-bottom: 20px;
    }
    .main-blog-grid {
        margin-top: 40px;
    }
    .project-showcase-banner {
        min-height: 45vh;
    }
    .quote-section p {
        font-size: 18px;
        line-height: 1.6;
        padding-top: 60px;
    }
    .home-portfolio-3 .section-title.size-increase .title-text {
        font-size: 30px;
    }
    .home-portfolio-3 .section-title.has-tb-line::after,
    .home-portfolio-3 .section-title.has-tb-line::before {
        height: 30px;
    }
    .home-portfolio-3 .section-title.has-tb-line {
        padding: 55px 0px;
    }
    .home-portfolio-3 .section-title .title-text {
        font-size: 24px;
    }
    .home-portfolio-3 .section-title .title-text.mb-60 {
        margin-bottom: 30px;
    }
    .shop-slider-2 .item {
        min-height: 530px;
        background-position: left -115px center;
    }
    .shop-slider-2 .owl-nav.disabled button {
        width: 40px;
        height: 40px;
    }
    .shop-slider-2 .owl-nav.disabled button::before {
        font-size: 26px;
    }
    .home-shop-minimal .shop-slider .item {
        min-height: 400px;
        background-position: right -340px bottom;
    }
    /* home - end */
    /* shop - start */
    .details-section .details-content .product-size>ul>li>a {
        font-size: 12px;
        line-height: 35px;
    }
    .details-section .details-content .product-size>ul>li {
        width: 35px;
        height: 35px;
    }
    /* shop - end */
    /* coming soon - start */
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li {
        width: 60px;
        height: 60px;
        padding: 12px 0px;
        margin-right: 10px;
    }
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li strong {
        font-size: 18px;
    }
    .comingsoon-section .comingsoon-content .countdown-timer>ul>li small {
        font-size: 10px;
    }
    .comingsoon-section .comingsoon-content .title-text {
        font-size: 22px;
    }
    /* coming soon - end */
}

@media screen and (max-width: 360px) {
    /* about - start */
    .calltoaction-section .title-text {
        font-size: 17px;
    }
    .calltoaction-section .title-text span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-section .instagram-shoots>ul>li {
        width: 50px;
        height: 50px;
    }
    .footer-section .instagram-shoots>ul>li>a::after {
        font-size: 16px;
    }
    .footer-section .instagram-shoots>ul>li .icon {
        font-size: 18px;
        line-height: 54px;
    }
    /* about - end */
    /* details - start */
    .details-section .details-image .item-content .item-title {
        font-size: 20px;
    }
    .details-section .details-content blockquote .title-text {
        font-size: 20px;
        padding-left: 20px;
    }
    /* details - end */
    /* home - start */
    .agency-startup-banner {
        padding-top: 120px;
    }
    .banner-section .title-text.mb-60 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .yoga-banner .title-text {
        font-size: 26px;
    }
    .main-blog-grid .item-title>a {
        font-size: 18px;
    }
    .home-shop-classic .booking-section .section-title .title-text {
        font-size: 22px;
    }
    .home-shop-minimal .shop-slider .item .item-title {
        font-size: 26px;
    }
    .home-shop-minimal .shop-slider .item {
        background-position: right -400px bottom;
    }
    /* home - end */
    /* shop - start */
    .details-section .tab-btns>ul>li {
        margin-bottom: 10px;
    }
    .details-section .tab-btns>ul>li:last-child {
        margin-bottom: 0px !important;
    }
    /* shop - end */
}

@media screen and (max-width: 320px) {
    /* breadcrumb - start */
    .breadcrumb-section .page-title {
        font-size: 22px;
    }
    /* breadcrumb - end */
    /* about - start */
    .about-section .item-title {
        font-size: 20px;
    }
    /* about - end */
    /* blog - start */
    .blog-section .masoney-grid.m-0 .blog-fullimage {
        max-width: 270px;
    }
    /* blog - end */
    /* home - start */
    .hotel-carousel .item .item-title {
        font-size: 24px;
    }
    /* home - end */
}

/* ====================================================================================================
9 - media screen and (max-width: 320px) - end
==================================================================================================== */

.f-no-c-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.small-text {
    font-size: 26px;
    /* or 28px, or whatever you prefer */
}

@media (max-width: 768px) {
  .small-text {
    font-size: 14px !important;
    line-height: 1.5;
  }
}

/* .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .3rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control1 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.2rem;
    font-size: .8rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.form-control1 {
    height: auto;
} */

/* Product Page Container */

.product-section {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* .product-section .img-fluid{
  width:90%;
} */

.product-section .img-fluid {
    max-width: 90%;
    height: auto;
}

.product-thumbnail {
    width: 50%;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    transition: border-color 0.3s;
}

.product-thumbnail:hover,
.product-thumbnail.active {
    border-color: #0d6efd;
}

.specs-table {
    width: 100%;
}

.specs-table tr td {
    padding: 8px 0;
    border-bottom: 1px solid #4d4d4d;
}

.specs-table tr:last-child td {
    border-bottom: none;
}

.contact-btn1 {
    font-weight: 600;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #4d4d4d !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #fff;
    background-color: #797979;
}

.card {
    border: none;
}

.btn-close.custom-close {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.75rem;
    border-radius: 50%;
}

/* Mobile-specific styles */

@media (max-width: 767.98px) {
    .product-section {
        padding: 0;
        display: none;
    }
    .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .product-title {
        font-size: 1.5rem;
    }
    .product-price {
        font-size: 1.25rem;
    }
    .contact-btn1 {
        width: 100%;
    }
    .thumbnail-container {
        margin-top: 15px;
    }
    .specs-card {
        margin-top: 20px;
    }
    .mb-mobile-3 {
        margin-bottom: 1rem !important;
    }
}

/* Add this to your <style> section */

@media (min-width: 768px) {
    /* Only affects tablets & desktops */
    .product-images-col {
        padding-right: 2rem !important;
        /* Adjust value as needed */
    }
    .product-details-col {
        padding-left: 2rem !important;
    }
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    background-color: black;
}

.close-btn {
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 45px;
    border: none;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    padding: 0px 30px;
    position: relative;
    text-align: center;
    font-family: "Poppins", sans-serif;
    background-color:transparent;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
}



/* about page animations */


.lighting-experience {
  padding: 100px 20px;
  background: linear-gradient(to bottom, #0a0a0a, #1a1a1a);
  position: relative;
  overflow: hidden;
}

.section-title {
  text-align: center;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 80px;
  text-transform: uppercase;
  position: relative;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-left: 40px;
  border-left: 4px solid #5d00ff;
  box-shadow: 0 0 30px #5d00ff33;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #5d00ff, #d92cf9);
  animation: pulse-line 2s infinite ease-in-out;
}

@keyframes pulse-line {
  0%, 100% { box-shadow: 0 0 10px #d92cf9; }
  50% { box-shadow: 0 0 20px #d92cf9; }
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  padding-left: 60px;
}

.timeline-icon {
  position: absolute;
  left: -25px;
  top: 0;
  background: #5d00ff;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 20px #d92cf9;
  z-index: 2;
  font-weight: bold;
}

.timeline-content {
  background: #1a1a2e;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px #3a3a4d;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.timeline-content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px #5d00ff88;
}

.timeline-content h3 {
  margin-top: 0;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
}

.timeline-content p {
  color: #cbd5e1;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline {
    padding-left: 20px;
    border-left: 2px solid #5d00ff;
  }

  .timeline-icon {
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .timeline-content {
    padding: 20px;
  }
}



.about-section {
  background: #c5cadf;
  color: #000;
  padding: 100px 0;
  font-family: 'Segoe UI', sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
   box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6); 
  transition: transform 0.5s ease;
}

.about-image img:hover {
  transform: scale(1.03);
}

.about-text {
  flex: 1;
  padding: 10px;
}

.about-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #000000;
   font-weight: 300;
  
}

.about-text p {
  font-size: 15px;
  line-height: 2;
  color: #000;
  margin-bottom: 20px;
  font-weight: lighter;
   letter-spacing: 1.5px;
}

.cta-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.4s ease;
}

.cta-btn:hover {
  background: #fff;
  color:#000;
}

/* Responsive */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text, .about-image {
    padding: 0;
  }
}



.core-values-glow-section {
  padding: 100px 0;
  background: #4a4f54;
  color: #fff;
  overflow: hidden;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  color: #cbd5e1;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.value-card {
  backdrop-filter: blur(10px);
  /* background: rgba(255, 255, 255, 0.05); */
  background:#000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 20px;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

.icon-glow {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  animation: flicker 3s infinite;
}

.icon-glow img {
  width: 100%;
}

.value-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}

.value-content h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #38bdf8;
  margin-top: 6px;
  animation: glowLine 2s infinite alternate;
}

.value-content p {
  font-size: 15px;
  color: #94a3b8;
}

@keyframes glowLine {
  0% { background-color: #38bdf8; }
  100% { background-color: #facc15; }
}

@keyframes flicker {
  0%, 100% { opacity: 1; }
  45% { opacity: 0.6; }
  55% { opacity: 0.9; }
  75% { opacity: 0.4; }
}


    .partners-section {
      padding: 80px 20px;
      text-align: center;
      background: #f8f9fa;
    }

    .partners-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .partners-section p.subtitle {
      font-size: 1.1rem;
      color: #666;
      margin-bottom: 40px;
    }

    .logo-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(120px, 1fr));
      gap: 30px;
      justify-items: center;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .logo-grid img {
      height: 60px;
      object-fit: contain;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
    }

    .logo-grid img:hover {
      filter: grayscale(0%);
    }

    .partners-section p.bottom-text {
      margin-top: 50px;
      font-size: 0.95rem;
      color: #888;
    }

    @media (max-width: 600px) {
      .partners-section h2 {
        font-size: 2rem;
      }

      .logo-grid {
        gap: 20px;
      }
    }






/*<!-- Who We Are About Section -->*/

/*--------------------------------------------------------------
# Who We Are About Section (Updated)
--------------------------------------------------------------*/

.whoweareaboutus {
  position: relative;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whoweareaboutus .image-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Mask opacity */
  z-index: 1;
}

.whoweareaboutus .content-center {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.whoweareaboutus .content {
  padding: 20px;
}

.whoweareaboutus .content h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.whoweareaboutus .content p {
  font-size:0.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.whoweareaboutus .content .read-more {
  background: white;
  color: var(--contrast-color);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 25px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.whoweareaboutus .content .read-more i {
  font-size: 16px;
  margin-left: 6px;
  transition: 0.3s;
}

.whoweareaboutus .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.whoweareaboutus .content .read-more:hover i {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .whoweareaboutus .content h3 {
    font-size: 1rem;
  }

  .whoweareaboutus .content p {
    font-size: 0.5rem;
  }
}


/*<!-- Who We Are About Section -->*/


/* <!--product-banner-wrapper, product-item start-->*/
 .bannerbottomscrollproducts-wrapper {
  overflow: hidden;
  width: 100%;
  background-color:#BABDC0;
  padding: 30px 0;
}

.bannerbottomscrollproducts-row {
  display: flex;
  gap: 20px;
  transition: transform 1s ease-in-out;
}

.bannerbottomscrollproducts-item {
  position: relative;
  flex: 0 0 auto;
  width: 260px;
  height: 260px;
  border-radius: 16px;

  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /* border: 0.25px dotted white; */
}


.bannerbottomscrollproducts-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.bannerbottomscrollproducts-item:hover .overlay {
  opacity: 1;
}

.corner-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #2b2e3c;
  color: white;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 10px;
  animation: blink 1s infinite;
}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@media (max-width: 768px) {
  .bannerbottomscrollproducts-item {
    width: 120px;
    height: 120px;
  }

  .corner-icon {
    font-size: 12px;
    padding: 4px 8px;
  }

  .overlay-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .bannerbottomscrollproducts-item {
    width: 100px;
    height: 100px;
  }

  .corner-icon {
    font-size: 10px;
    padding: 3px 6px;
  }

  .overlay-text {
    font-size: 10px;
  }
}
/*
  <!--product-banner-wrapper, product-item end-->*/

 .lightoffandon-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    touch-action: none;
    background-color: #000;

    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  .lightoffandon-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
  }

  .lightoffandon-image.on {
    z-index: 1;
  }

  .lightoffandon-image.off {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.4s ease-in-out;
  }

  .lightoffandon-divider {
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 3px;
    background: linear-gradient(to bottom, #ffffffdd, #ffffff66);
    z-index: 3;
    cursor: ew-resize;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightoffandon-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
    pointer-events: none;
  }

  .lightoffandon-buttons span {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    user-select: none;
    transition: transform 0.3s;
  }

  .lightoffandon-divider:hover .lightoffandon-buttons span {
    transform: scale(1.1);
  }

  .lightoffandon-buttons .left { left: -40px; }
  .lightoffandon-buttons .right { right: -40px; }

  /* Text with no background, white, large bold font */
  .light-text {
    position: absolute;
    top: 10%;
    left: 0;
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    user-select: none;
    display: flex;
    gap: 4px;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .light-text.show {
    opacity: 1;
    transform: translateX(0);
  }

  .light-text span {
    display: inline-block;
    opacity: 0;
    transform: translateX(-20px) scale(0.8);
  }

  @keyframes letterAppear {
    to {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }

  @media (max-width: 768px) {
    .lightoffandon-container {
      height: 300px;
    }

    .lightoffandon-divider {
      width: 6px;
    }

    .lightoffandon-buttons span {
      width: 22px;
      height: 22px;
      font-size: 12px;
    }

    .light-text {
      font-size: 32px;
      top: 15%;
    }
  }
  /*lightonoffanimationend*/

  /*wall washer light*/
   .wallwashanimi {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 600px;
    background-color: rgb(54, 55, 56);
  }

  .decorated-text{
    color: azure;
    padding-top: 10px;
  }

  .static-layer {
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
    width: 370px;
    color: #ebedf0;
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    z-index: 5;

    pointer-events: none;
  }

  @keyframes fadeZoom {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.1);
      opacity: 0;
    }
  }

  /* Images Carousel Styling */
  .image-carousel {
    position: absolute;
    bottom: 50px;
    display: flex;
    width: 100%;
    overflow: hidden;
  }

  .carousel-image {
    width: 33.33%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 1s ease;
    animation: zoomInOut 9s ease-in-out infinite;
    z-index: 1; /* Images start behind the text */
  }

  @keyframes zoomInOut {
    0%, 100% {
      opacity: 1;
      transform: scale(1);
    }
    20% {
      opacity: 1;
      transform: scale(1.2);
    }
    40% {
      opacity: 1;
      transform: scale(1.2);
    }
    60% {
      opacity: 0;
      transform: scale(1);
    }
    80% {
      opacity: 0;
      transform: scale(1);
    }
  }

  /* Sequential animation for each image */
  .carousel-image:nth-child(1) {
    animation-delay: 0s;
  }

  .carousel-image:nth-child(2) {
    animation-delay: 3s;
  }

  .carousel-image:nth-child(3) {
    animation-delay: 6s;
  }

  /* Responsive Design for Mobile */
  @media screen and (max-width: 768px) {
    .static-layer {
      font-size: 24px;
      width: 90%;
      top: 40px;
    }

    .wallwashanimi {
      height: auto;
      position: relative;
      width: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      perspective: 600px;
      background-color: rgb(54, 55, 56);
    }

    .image-carousel {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60vh;
      width: 100%;
      bottom: auto;
      top: 100px;
    }

    .carousel-image {
      width: 100%;
      max-width: 90%;
      height: auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0; /* Initially hide the images */
      animation: zoomMobile 9s ease-in-out infinite;
    }

    /* Sequential image animation delays */
    .carousel-image:nth-child(1) {
      animation-delay: 0s;
    }

    .carousel-image:nth-child(2) {
      animation-delay: 3s;
    }

    .carousel-image:nth-child(3) {
      animation-delay: 6s;
    }

    @keyframes zoomMobile {
      0%, 100% {
        opacity: 0; /* Start with invisible */
        transform: translateX(-50%) scale(1);
      }
      20% {
        opacity: 1; /* Fade in */
        transform: translateX(-50%) scale(1.1);
      }
      40% {
        opacity: 1; /* Stay visible */
        transform: translateX(-50%) scale(1.1);
      }
      60% {
        opacity: 0; /* Fade out */
        transform: translateX(-50%) scale(1);
      }
      80% {
        opacity: 0; /* Ensure image disappears */
      }
    }
  }
  /*wall washer light end*/



  /*bookanimation index start*/
 
    .bookanimationindex-carousel-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .bookanimationindex-carousel {
    display: flex;
    width: 400vw; /* 4 books */
    transition: transform 1s ease-in-out;
    height: 100%;
  }

  .bookanimationindex-book-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
  }

  .bookanimationindex-book {
    width: 600px;
    height: 400px;
    perspective: 2000px;
    position: relative;
  }

  .bookanimationindex-spread {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    transform-style: preserve-3d;
    transform-origin: left;
    transition: transform 1s ease-in-out;
  }

  .bookanimationindex-page-left, .bookanimationindex-page-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    backface-visibility: hidden;
  }

  .bookanimationindex-page-left {
    background: #fffbe6;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .bookanimationindex-page-right {
    background: #fff;
  }

  .bookanimationindex-page-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bookanimationindex-flip1 { transform: rotateY(-180deg); z-index: 3; }
  .bookanimationindex-flip2 { transform: rotateY(-180deg); z-index: 2; }
  .bookanimationindex-flip3 { transform: rotateY(-180deg); z-index: 1; }

  .bookanimationindex-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 30px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
  }

  .bookanimationindex-arrow.left { left: 10px; }
  .bookanimationindex-arrow.right { right: 10px; }

  .bookanimationindex-nav-buttons {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }

  .bookanimationindex-nav-buttons button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    background: #444;
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: background 0.3s ease;
  }

  .bookanimationindex-nav-buttons button:hover {
    background: #000;
  }

  /*book animation index end*/



/*active inactive*/
  	.category.active {
  background-color: white;
  color: black;
}

.category.active:hover {
  color: white;
}

.sub-links a.active {
  background-color: black;
  color: white;
  border-radius: 10px;
}

.sub-links a:hover {
  color: white;
}

/*active inactive*/




  .coming-soon-text {
    font-size: 2.5rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid white;
    animation: typing 2.8s steps(14) 1s 1 normal both, blink-caret 0.75s step-end infinite;
    display: inline-block;
  }

  .coming-soon-subtext {
    font-size: 1rem;
    margin-top: 15px;
    opacity: 0;
    animation: fadeIn 2s ease 4s forwards;
  }

  @keyframes typing {
    from { width: 0 }
    to { width: 14ch }
  }

  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: white }
  }

  @keyframes fadeIn {
    to { opacity: 1 }
  }


 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

/* Base heading style */
.headingo {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 1s ease-out forwards;
  letter-spacing: 1px;
 
  
  white-space: nowrap;         /* 🛑 Prevents line breaks */
  overflow: hidden;            /* Optional: hides overflow */
  text-overflow: ellipsis;     /* Optional: adds ... if too long */
}

/* Animation */
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: underline effect */
.headingo::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  margin: 12px auto 0;
  border-radius: 2px;
  animation: underlineGrow 1s ease-out 0.5s forwards;
  opacity: 0;
}

@keyframes underlineGrow {
  to {
    width: 100px;
    opacity: 1;
  }
}



