@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap");

:root {
    --primary__color: #4d0015;
    --secondary__color: #ffbc13;
    --primary__font: "Cormorant", serif;
    --secondary__font: "Lato", sans-serif;
    --pure__white: #fff;
    --link__color: #1d1d1d;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Cormorant", serif;
    font-family: "Lato", sans-serif;
}

/* header section css */
.header__top {
    border-bottom: 1px solid #dedede;
}

.header__top a {
    color: #1d1d1d;
    border: 1px solid #dedede;
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid #dedede;
    color: var(--link__color);
    line-height: 32px;
    text-align: center;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 14px;
}

.header__top--logo img {
    width: 150px;
    height: auto;
    margin: 10px;
}

header nav {
    background: #f6c3aa;
}

header nav ul li {
    padding: 16px 20px;
}

header nav ul li a {
    color: var(--link__color);
    text-transform: uppercase;
    font-size: 15px;
}

/* swiper css  */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

/* responsive css */
.about {
    padding: 130px 0px 50px;
}

.heading {
    position: relative;
}

.heading h2 {
    font-family: var(--primary__font);
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary__color);
    font-style: italic;
}

.heading p {
    font-size: 32px;
}

.heading p span {
    color: var(--primary__color);
}

.heading svg {
    position: absolute;
    left: 204px;
    top: -4px;
    width: 50px;
    height: 50px;
}

.quote {
    font-size: 14px;
    color: #767676;
}

.about__content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #767676;
}

.about__content strong {
    font-weight: 300;
    font-family: var(--secondary__color);
    font-style: italic;
    font-size: 22px;
    color: #b4856d;
}

.button-1 {
    display: inline-block;
    background: var(--primary__color);
    color: #fff;
    padding: 7px 20px;
    border-top-left-radius: 17px;
    border-bottom-right-radius: 17px;
    transition: 0.3s all ease-in-out;
}

.button-1 a {
    color: #fff;
    font-size: 15px;
}

.button-1:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    transition: 0.3s all ease-in-out;
    background-color: var(--secondary__color);
}

/* offer section css */
.offer {
    position: relative;
    background-image: url(../images/img/offer/background_1575475339.jpg);
    padding: 100px 0px 100px 0px;
}

.offer__image {
    position: absolute;
    right: 0;
    bottom: 130px;
}

.offer__image img {
    height: 500px;
}

.offer__heading {
    margin-right: 160px;
}

.offer ul {
    margin-top: 50px;
}

.offer__heading h3 {
    font-family: var(--primary__font);
    color: #ac8c19;
    font-style: italic;
}

.offer__heading h2 span {
    color: #ffbc13 !important;
    font-size: 50px;
}

.offer__heading p {
    font-size: 14px;
    font-weight: 400;
    color: #767676;
}

.icon-sm svg {
    height: 30px;
    width: 30px;
    fill: var(--primary__color);
}

.icon-content {
    color: var(--primary__color);
}

/* site info section css */
.info {
    background-image: url(../images/img/offer/background_1575506678.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 100px;
    padding-top: 100px;
}

.section-head h2 {
    font-family: var(--primary__font);
    font-style: italic;
    font-size: 40px;
}

.section-head h2 span {
    font-family: var(--primary__font);
    font-style: italic;
    color: var(--secondary__color);
}

/* title separator */
.wt-separator-outer {
    overflow: hidden;
}

/*Separator defualt*/
.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.wt-separator .separator-left,
.wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
    background-color: #ac8c19;
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-right {
    right: -80px;
}

/*Separator icon*/
.wt-separator.style-icon {
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
}

.wt-separator.style-icon svg {
    width: 25px;
    height: 25px;
    fill: var(--primary__color);
}

.section-head p {
    padding-top: 10px;
    font-size: 15px;
    color: #767676;
}

.right {
    text-align: right;
}

.wt-icon-box-wraper {
    position: relative;
}

.m-b20 {
    margin-bottom: 20px;
}

.p-a10 {
    padding: 10px;
}

.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xl,
.wt-icon-box-wraper.right .icon-lg,
.wt-icon-box-wraper.right .icon-md,
.wt-icon-box-wraper.right .icon-sm,
.wt-icon-box-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}

.icon-md img {
    height: 50px;
}

.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary__color);
    font-weight: normal;
    margin-bottom: 15px;
}

.icon-content p {
    word-break: break-all;
    margin-right: 60px;
    line-height: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #767676;
}

.wt-icon-box-wraper.right {
    text-align: right;
}

.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xl,
.wt-icon-box-wraper.left .icon-lg,
.wt-icon-box-wraper.left .icon-md,
.wt-icon-box-wraper.left .icon-sm,
.wt-icon-box-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}

.wt-icon-box-wraper.left .icon-content p {
    margin-left: 60px;
}

/* blog section css */
.bg-white {
    background-color: #fff;
}

.p-b50 {
    padding-bottom: 40px;
}

.p-t80 {
    padding-top: 40px;
}

.blog-post {
    position: relative;
    margin-bottom: 40px;
}

.latest-blog-3.blog-md .wt-post-media {
    width: 230px;
    float: left;
    margin-right: 30px;
}

.wt-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}

.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.blog-post {
    text-decoration: none;
}

.blog-post h4 a {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary__color);
    font-weight: normal;
    margin-bottom: 15px;
    transition: all 0.3s ease-in;
}

.blog-post h4 a:hover {
    color: var(--secondary__color);
}

.wt-post-meta ul li {
    list-style-type: none;
    color: #767676;
    font-size: 14px;
}

.wt-post-text p {
    color: #767676;
}

.latest-blog-3.post-overlay {
    height: 526px;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.bg-top-center {
    background-position: top center;
}

.primary-gradi {
    background: -moz-linear-gradient(top,
            rgba(125, 185, 232, 0) 0%,
            rgba(230, 63, 117, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(125, 185, 232, 0) 0%,
            rgba(230, 63, 117, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(125, 185, 232, 0) 0%,
            rgba(230, 63, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#e63f75', GradientType=0);
}

.opacity-08 {
    opacity: 0.8;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.latest-blog-3.post-overlay .wt-post-info .post-overlay-position {
    display: table-cell;
    vertical-align: bottom;
}

.latest-blog-3.post-overlay .wt-post-info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-a30 {
    padding: 30px;
}

.wt-post-title {
    margin-bottom: 10px;
}


.wt-post-title .post-title {
    margin: 0;
    font-weight: normal;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #fff;
}

.post-title a {
    font-size: 22px;
    line-height: 32px;
    color: #3f3e3e;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
}

.post-title a:hover {
    color: #4D0015 !important;
}

.tab__image img {
    width: 100%;
    border-radius: 50%;
}

.section-content .nav-pills .nav-link.active, .section-content .nav-pills .show>.nav-link {
    background: transparent;
    transition: ease-in;
}

.section-content .nav-pills .nav-link:hover {
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.wt-title {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary__color);
    font-weight: normal;
    margin-bottom: 15px;
}

/* testimonial section css */
.testimonial {
    background-image: url("../images/img/testimonial/countr-bg-img.jpg");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: 35% auto;
    opacity: 1;
    position: relative;
    mix-blend-mode: multiply;
}

.testimonial__background--image {
    position: absolute;
    left: 0;
    top: -30px;
    width: 200px;
}

.testimonial__container {
    border: 1px solid #e7e7e7;
    padding: 30px 40px;
    background-color: var(--pure__white);
    border-radius: 10px;
}

.testimonial__image a {
    position: relative;
    width: 100%;
    max-width: 150px;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonial__image a img {
    border-radius: 50%;
    border: 4px solid var(--primary__color);
}

.testimonial__image a::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 55px;
    mask-image: url(https://spalabele.wpengine.com/wp-content/uploads/2023/07/bg-team-mask-image.png);
    -webkit-mask-image: url(https://spalabele.wpengine.com/wp-content/uploads/2023/07/bg-team-mask-image.png);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: left top;
    -webkit-mask-position: left top;
    background-color: var(--primary__color);
    top: auto;
    left: -19px;
    right: auto;
    bottom: -5px;
    margin: auto;
    z-index: 100;
}

.testimonial__content a {
    color: #1a1a1a;
}

.testimonial__content p {
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.separator {
    position: relative;
}

.separator::after {
    position: absolute;
    content: "";
    background-color: #d6d6d6;
    height: 1px;
    width: 45%;
    right: 0;
    top: 50%;
}

.separator::before {
    position: absolute;
    content: "";
    background-color: #d6d6d6;
    height: 1px;
    width: 45%;
    left: 0;
    top: 50%;
}

.testimonial__name {
    color: var(--primary__color);
}

.tetimonial__position {
    font-size: 13px;
    color: #767676;
}

.position:after {
    top: 7px;
    left: 7px;
}

.details-heading-title h2 {
    color: var(--primary__color);
    font-size: 35px;
    font-family: var(--primary__font);
    font-style: italic;
}

@keyframes text-change {
    0% {
        content: "Step into the spotlight with Our Model Agency:";
    }

    50% {
        content: "Discover Your Inner Beauty with Us: The Modeling Agency";
    }
}

.animation::before {
    content: "Join the Ranks of the Elite: Our Model Agency Brings Your Dreams to Life";
    display: inline-block;
    animation-name: text-change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.details-vector-images img {
    width: 100%;
    height: 251px;
    object-fit: cover;
    transition: all 0.3s ease-in;
}

.details-vector-images {
    transition: all 0.3s ease-in;
    overflow: hidden;
}

.details-vector-images:hover {
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
}

.details-vector-images:hover > img {
    transform: scale(1.05);
}

.details-format {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
}

.contact {
    background: url(../images/img/testimonial/landing-background.png);
    background-position: top center;
    background-size: cover;
}

/*---------------------
  Footer
-----------------------*/
.footer-section {
    background: #eeeeee;
    padding-top: 80px;
    padding-bottom: 50px;
    background-position: top center;
    background-size: cover;
}

.footer-option {
    margin-bottom: 30px;
}

.footer-option .fo-logo {
    margin-bottom: 15px;
}

.footer-option .fo-logo a div img {
    width: 200px;
}

.footer-option .fo-logo a {
    display: inline-block;
}

.footer-option ul {
    margin-bottom: 12px;
}

.footer-option ul li {
    list-style: none;
    font-size: 16px;
    color: #3f3e3e;
    line-height: 30px;
}

.footer-social .fo-social a {
    display: inline-block;
    font-size: 16px;
    color: var(--pure__white);
    width: 41px;
    height: 41px;
    background: var(--primary__color);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 3px;
    text-decoration: none;
}

.footer-social .fo-social a:hover {
    background: #ffbc13;
}

hr {
    color: #fdfdfd;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget.fw-links {
    padding-left: 35px;
}

.footer-widget h5 {
    font-size: 24px;
    font-family: var(--primary__font);
    font-style: italic;
    color: var(--primary__color);
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget ul li a {
    font-size: 15px;
    color: #767676;
    text-decoration: none;
    line-height: 36px;
    display: flex;
    align-items: center;
}

.footer-widget ul li a img {
    width: 13px;
    height: auto;
    margin-right: 10px;
}

.footer-widget ul li a span {
    transition: all 0.5s ease-in;
}

.footer-widget ul li a:hover > span {
    margin-left: 10px;
    color: #4D0015;
}

.footer-widget p {
    margin-bottom: 18px;
}

.footer-widget .news-form input {
    font-size: 14px;
    height: 46px;
    color: #b3b3b3;
    border: 1px solid var(--primary__color);
    padding-left: 25px;
    background: transparent;
    width: 100%;
    margin-bottom: 10px;
}

.footer-widget .news-form input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.footer-widget .news-form input::-moz-placeholder {
    color: #b3b3b3;
}

.footer-widget .news-form input:-ms-input-placeholder {
    color: #b3b3b3;
}

.footer-widget .news-form input::-ms-input-placeholder {
    color: #b3b3b3;
}

.footer-widget .news-form input::placeholder {
    color: #b3b3b3;
}

.footer-widget .news-form button {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    background: #4D0015;
    border: none;
    padding: 12px 0;
    width: 100%;
}

.footer-widget .insta-pic img {
    margin-right: 5px;
    width: calc(33.33% - 5px);
    float: left;
    margin-bottom: 5px;
}

.copyright-text {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1c1c1c;
    text-align: center;
    font-size: 14px;
}

.copyright-text div:first-child {
    color: #dedede
}

.copyright-text i {
    color: #e32879;
}

.copyright-text a {
    color: #ffbc13;
}

.copyright-text a:hover {
    color: #e32879;
}

.copyright-text div:nth-child(2) {
    color: #ffbc13;
}

.constrot-strip {
    /* background-image: url(../images/img/footer/footer-strip-spalon.png); */
    background-color: #4D0015;
}

.constrot-strip {
    position: relative;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top;
}

.wt-breadcrumb li {
    padding: 0;
    margin-right: 3px;
    color: #333333;
    position: relative;
    display: inline-block;
}

.bg-gray-light {
    background-color: #f1f1f1;
}

.breadcrumb-style-2 li:after {
    content: "/";
    margin-left: 7px;
    font-family: 'FontAwesome';
}

.breadcrumb__container {
    padding: 20px 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item a {
    text-decoration: none;
}

/* Blog Item */
.blog__item {
    display: flex;
    margin-bottom: 40px;
}

.blog__item-image {
    width: 350px;
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    display: block;
}

.blog__item-image img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.blog__item-content {
    border: none;
    width: calc(100% - 350px);
}

.blog__item-date ul {
    padding: 0;
    list-style: none;
    font-style: italic;
    color: #767676;
    font-weight: 300;
    margin-bottom: 5px;
}

.blog__item-title {
    margin-bottom: 0px;
}

.blog__item-title .post-title {
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #3f3e3e;
}

.social-icons {
    list-style: none;
    margin-left: -3px;
    margin-right: -3px;
    font-size: 12px;
    /* margin-bottom: 0; */
}

.social-icons li {
    display: inline-block;
    text-align: center;
}

.social-icons.social-square a, .social-icons.social-radius a {
    border: 1px solid rgba(0,0,0,0.2);
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border-radius: 50%;
    text-decoration: none;
    color: #777;
}

.wt-post-readmore a {
    font-family: 'Crete Round', serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    color: #4D0015;
    font-weight: 600;
}

.social-icons.social-square.social-dark a:hover, .social-icons.social-radius.social-dark a:hover {
    background-color: #4b3941;
    color: #fff;
}

/* Widget Post */
.widget-post {
    background-color: #F5F6F6;
    display: flex;
    margin: 10px;
    padding: 5px 10px;
    gap: 10px;
}

.widget__item-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

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

.wt-post-header .blog__title a {
    font-size: 15px;
    text-decoration: none;
    color: #3d474a;
}

.widget__item-meta ul {
    padding: 0;
    list-style: none;
    font-style: italic;
    color: #767676;
    font-size: 13px;
}

.widget__content {
    width: calc(100% - 80px);
}

.blog__title a {
    transition: all 0.3s ease-in;
}

.blog__title a:hover {
    color: #4D0015;
}
