:root {
    --c1: #ffc629;
    --c2: #c30000;
    --c1lig: #f7ced7;
    --dar: #000;
    --lig: #fff;
    --bgm: #831313;
    --gry: #f4f7fa;
    --trns: #ffffff00;
    --btrans: #8313134f;
    --btntrans: #efefef
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: var(--c2)
}

::-webkit-scrollbar-thumb {
    background: var(--lig)
}

.bg-p {
    background-color: var(--c1)
}

.bg-s {
    background-color: var(--c2)
}

.bg-l {
    background-color: var(--lig)
}

.bg-d {
    background-color: var(--dar)
}

.tp {
    color: var(--c1)
}

.td {
    color: var(--dar)
}

.tl {
    color: var(--lig)
}

hr {
    border-top: 1px solid var(--c1);
    margin: 0
}

.breadcrumb {
    background-color: var(--trns)
}

.breadcrumb-item.active {
    color: var(--btntrans)
}

:root {
    --bs-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.btn-g {
    background: linear-gradient(to right, #ff9900, #ff0066);
    color: var(--lig);
    border: 1px solid var(--c2)
}

.btn-g:hover {
    background-color: var(--dar);
    color: var(--lig)
}

h2,
h1,
h3,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 900
}

a {
    color: var(--c1)
}

a:hover {
    color: var(--c2);
    text-decoration: underline
}

.textBox a {
    color: var(--c2)
}

.codm ul {
    padding-bottom: 20px;
    list-style: disc
}

.begin_box_number {
    color: var(--c1);
    font-size: 4rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 700
}

.book-now-btn {
    margin: 0 auto;
    display: block
}

.p-zepto {
    padding: 75px 0
}

@media(max-width:767px) {
    .p-zepto {
        padding: 10px 0
    }
}

@media(max-width:575px) {
    .p-zepto {
        padding: 60px 0
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    border-radius: 100%;
    padding: 2px;
    border: 3px solid var(--c1);
    background: radial-gradient(#f4efef, #422e2e85);
    box-shadow: 0 0 6px 7px #e73110
}

.scroll-down:hover {
    background-color: #fbff0d
}

.left {
    width: 60%;
    padding-right: 0
}

.right {
    width: 40%
}

.gradient-text {
    background: linear-gradient(to right, #ff9900, #ff0066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

p {
    font-size: 16px
}

.buttons {
    display: flex;
    gap: 10px
}

.mobile-buttons {
    display: none
}

.pc-buttons {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}

.pc-buttons,
.mobile-buttons {
    gap: 10px
}

@media(max-width:768px) {
    .left,
    .right {
        width: 100%
    }
    .mobile-buttons {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px
    }
    .pc-buttons {
        display: none
    }
}

@media(max-width:375px) {
    .mobile-buttons {
        flex-direction: column
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    transform: translateX(-9%)
}

.form-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 40%;
    padding: 20px
}

.form-container h2 {
    margin-bottom: 20px;
    color: var(--c1)
}

.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 3px solid var(--c1);
    background-color: transparent;
    color: var(--c1)
}

@media(max-width:768px) {
    .video-container {
        padding-top: 177.78%
    }
    .form-container {
        width: 100%;
        padding: 10px
    }
}

.form-container.show {
    opacity: 1;
    visibility: visible
}

.gallery {
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

.image {
    position: relative;
    flex: 1 1 300px;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 6px;
    border: 3px solid var(--c1)
}

@media screen and (max-width:576px) {
    .gallery {
        max-width: 540px;
        margin: 0 auto
    }
    .image {
        flex-basis: calc(50% - 12px)
    }
}

@media screen and (min-width:577px) and (max-width:768px) {
    .gallery {
        max-width: 720px;
        margin: 0 auto
    }
    .image {
        flex-basis: calc(32.6% - 10px);
        padding-bottom: 65%
    }
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .gallery {
        max-width: 1140px;
        margin: 0 auto
    }
    .image {
        flex-basis: calc(25% - 6px);
        padding-bottom: 60%
    }
}

@media screen and (min-width:1201px) {
    .gallery {
        max-width: 1500px;
        margin: 0 auto
    }
    .image {
        flex-basis: calc(20% - 14px);
        padding-bottom: 35%
    }
}

.image a>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease-in-out
}

.image:hover img {
    transform: scale(1.05)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    background: linear-gradient(157.46deg, #870036 19.02%, #380909 87.63%);
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--bs-font);
    padding: 3px 22px 2px 6px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%)
}

.details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(169.96% 71.53% at 0 20.35%, var(--c1) 0, #dbab26 100%);
    color: var(--dar);
    padding: 10px;
    text-transform: capitalize
}

.category {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.profile-name,
.age {
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}

.verified {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    display: flex;
    align-items: center
}

.verified img {
    margin-right: 4px
}

.overlay:after {
    content: "";
    height: calc(100% + 4px);
    width: 0;
    position: absolute;
    left: -20%;
    top: -2px;
    background-color: hsla(0, 0%, 100%, .8);
    transform: rotate(18deg);
    animation: ribbon-container 7s infinite;
    box-shadow: 0 0 8px 2px #fff
}

@keyframes ribbon-container {
    0% {
        left: 0
    }
    20% {
        left: 100%
    }
    to {
        left: 105%
    }
}

.image.vip {
    border: 3px solid var(--c2)
}

.image.vip .overlay {
    background: linear-gradient(157.46deg, var(--c2) 19.02%, #ff2929 87.63%);
    color: var(--lig)
}

.image.vip .verified img {
    filter: brightness(0)
}

.image.vip .details {
    background: radial-gradient(169.96% 71.53% at 0 20.35%, var(--c2) 0, #ff2929 100%);
    color: var(--lig)
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    background: linear-gradient(157.46deg, #ffc629 19.02%, #e1a500 87.63%);
    color: var(--dar);
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--bs-font);
    padding: 3px 22px 2px 6px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%)
}

.verified {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    display: flex;
    align-items: center
}

.verified img {
    margin-right: 4px
}

.overlay:after {
    content: "";
    height: calc(100% + 4px);
    width: 0;
    position: absolute;
    left: -20%;
    top: -2px;
    background-color: hsla(0, 0%, 100%, .8);
    transform: rotate(18deg);
    animation: ribbon-container 7s infinite;
    box-shadow: 0 0 8px 2px #fff
}

@keyframes ribbon-container {
    0% {
        left: 0
    }
    20% {
        left: 100%
    }
    to {
        left: 105%
    }
}

.cta-main {
    max-width: 968px;
    margin: 0 auto
}

.ctabanner {
    position: relative;
    border-radius: 6px;
    border: 3px solid var(--c1);
    background: var(--c1);
    margin-bottom: 40px;
    padding-bottom: 15.2%;
    height: 0
}

.ctabanner a>img {
    width: 100%;
    height: 148px;
    object-fit: contain;
    transition: transform .2s ease-in-out
}

.ctabanner:hover img {
    transform: scale(1.05)
}

@media(max-width:767px) {
    .ctabanner a>img {
        height: 11vh
    }
}

@media(max-width:425px) {
    .ctabanner a>img {
        height: 60px
    }
    .ctabanner {
        margin-bottom: 20px
    }
}

.show_more_container.enlarged .see_more_content,
.show_more_container.enlarged .show_more_dots,
.show_more_container.enlarged .show_more_text:after {
    display: none
}

.secondary_button:hover {
    border-color: #fff;
    text-shadow: 0 0 3px #000
}

.see_more_content,
.show_more_container.enlarged .see_less_content {
    display: table;
    margin: 10px auto 0
}

.primary_button {
    padding: 0 20px;
    border-radius: 70px;
    font-size: 16px;
    color: var(--dar);
    background: var(--c1);
    border: 1px solid var(--c1);
    text-decoration: none
}

.secondary_button {
    background: #333232;
    border: 1px solid #333232
}

.secondary_button {
    padding: 12px 28px;
    border-radius: 70px;
    font-size: 16px;
    color: #fff
}

h3 {
    margin-top: 20px
}

.textBox_show_more {
    background: var(--c2)
}

.centered_buttons_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

.show_more_text {
    max-height: 300px;
    overflow: hidden;
    position: relative
}

.see_more_content,
.show_more_container.enlarged .see_less_content {
    display: table;
    margin: 10px auto 0
}

.see_less_content {
    margin-top: 30px;
    display: none
}

.see_more_content img {
    position: relative;
    top: 1px
}

.see_less_content img {
    position: relative;
    top: 3px
}

.show_more_dots {
    font-size: 30px;
    color: #fff
}

.show_more_container.enlarged .show_more_text {
    max-height: initial
}

.lazy-load-bg {
    width: 100%;
    height: 60vh;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: fade-in .5s ease-in-out;
    border-radius: 4px
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.services-group {
    display: flex;
    align-items: center;
    margin-bottom: 110px
}

.services-group:last-child {
    margin-bottom: 0
}

@media(max-width:1200px) {
    .services-group {
        flex-direction: column;
        margin-bottom: 55px
    }
}

.services-group-left {
    width: 55%
}

@media(max-width:1200px) {
    .services-group-left {
        padding-right: 95px
    }
}

@media(max-width:1200px) {
    .services-group-left {
        width: 100%;
        padding-right: 0;
        order: 2;
        -webkit-order: 2
    }
}

.services-group-left-inner {
    max-width: 532px
}

@media(max-width:1200px) {
    .services-group-left-inner {
        max-width: 100%
    }
}

.services-group-left-inner p {
    max-width: 496px
}

.services-group-left-inner span {
    color: var(--c1);
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px
}

@media(max-width:1200px) {
    .services-group-left-inner span {
        font-size: 18px;
        line-height: 22px
    }
    .services-group-left-inner p {
        max-width: 100%
    }
}

.services-group-left-inner .common-heading {
    margin-bottom: 25px
}

@media(max-width:1200px) {
    .services-group-left-inner .common-heading {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

.services-group-right {
    width: 45%
}

.services-group-right .img-wrapper {
    width: 100%;
    height: 449px
}

.services-group-right .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1200px) {
    .services-group-right .img-wrapper {
        margin-bottom: 32px;
        height: auto
    }
    .services-group-right {
        width: 100%
    }
}

.services-group:nth-child(odd) .services-group-left {
    order: 2;
    -webkit-order: 2;
    padding-left: 90px;
    padding-right: 0
}

@media(max-width:1200px) {
    .services-group:nth-child(odd) .services-group-left {
        padding-left: 0
    }
}

@media(max-width:767px) {
    .services-group:nth-child(odd) .services-group-left {
        padding-left: 0
    }
}

.search-name-field,
.select,
select {
    width: 250px
}

.select {
    position: relative;
    display: block;
    width: 15.8%;
    height: 35px;
    line-height: 0;
    overflow: hidden;
    border-radius: 0;
    float: left;
    margin: 0 5px 10px
}

select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #666 !important;
    background: #000;
    background-image: none
}

@media(max-width:639px) {
    .search-name-field,
    .select,
    select {
        font-size: 12px;
        width: 100%
    }
}

.select::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    pointer-events: none;
    background-image: url(../../../img.icons8.com/ios-glyphs/30/ffc629/sort-down.png);
    background-position: 0 -196px;
    width: 29px;
    height: 17px;
    margin: 15px 10px
}

.hero_banner_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start
}

.primary_button2 {
    padding: 0 20px;
    font-size: 16px;
    color: var(--dar);
    background: var(--c1);
    border: 1px solid var(--c1);
    text-decoration: none;
    height: 134px;
    width: 136px;
    width: calc(20% - 26px);
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 4px
}

.primary_button2:hover {
    color: var(--c1);
    background: var(--dar)
}

@media(max-width:768px) {
    .primary_button2 {
        flex-basis: calc(50% - 13px);
        max-width: calc(50% - 13px)
    }
}

.button-row a {
    position: relative;
    color: var(--dar);
    background-color: var(--c1);
    border-radius: 4px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    padding: 5px 35px
}

.button-row a img {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 10px
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.button-row a span {
    flex-grow: 1
}

@media(max-width:375px) {
    .button-row a {
        font-size: 12px
    }
}

@media(max-width:600px) {
    .button-row a {
        width: 45%;
        font-size: 13px
    }
    .button-row {
        justify-content: center
    }
}

.first-sec-cover {
    margin-top: 50px
}

.img-sec {
    margin-top: 50px
}

.escort-det-three-img {
    background-image: url(../images/escorts-background-new3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    background-position-x: center;
    display: flex;
    align-items: center
}

@media only screen and (max-width:768px) {
    .escort-det-three-img {
        height: 87vh !important
    }
}

@media only screen and (max-width:425px) {
    .escort-det-three-img {
        height: 130vh !important
    }
}

.textBox {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    background: url(../images/right-arrow.png) right center no-repeat var(--c1)
}

.textBox p {
    color: var(--dar)
}

.textBox .main-heading {
    color: var(--dar)
}

.inner_container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 6px 60px
}

.centered_buttons_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (max-width:767px) {
    .inner_container {
        padding: 40px
    }
}

@media only screen and (max-width:620px) {
    .inner_container {
        padding: 30px
    }
}

@media only screen and (max-width:520px) {
    .inner_container {
        padding: 30px 20px
    }
}

@media only screen and (max-width:479px) {
    .textBox h3 {
        font-size: 16px
    }
}

.fancybox__container {
    top: 52px !important
}

#middleCntr {
    margin-left: auto;
    margin-right: auto
}

.galleryBox li,
.galleryBox li a {
    position: relative
}

.aboutBox p,
.priceBox p {}

.galleryBox ul {
    list-style: none;
    padding-left: 0
}

#middleCntr .right h2 span,
#middleCntr .right h3 span,
.listBox li span {
    color: var(--c1)
}

.galleryBox li a img {
    min-height: 100%;
    left: -100%;
    right: -100%;
    margin: auto
}

#middleCntr {
    position: relative;
    overflow: hidden
}

#middleCntr {
    width: 100%;
    max-width: 1480px;
    padding: 64px 40px 50px
}

#middleCntr .left {
    width: 60%;
    float: left
}

#middleCntr .right {
    padding: 20px 10px 0 40px;
    width: 40%;
    float: left
}

#middleCntr .right h2,
#middleCntr .right h3 {
    padding-bottom: 17px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/star.png) right top no-repeat
}

.aboutBox p,
.priceBox p {
    line-height: 21px;
    font-weight: 300
}

.aboutBox,
.galleryBox,
.galleryBox li a,
.listBox {
    width: 100%;
    overflow: hidden
}

.galleryBox li {
    padding: 0 5px 5px 0;
    width: 33.3%;
    float: left
}

.aboutBox,
.listBox {
    padding-bottom: 60px
}

.galleryBox li a {
    height: 400px;
    display: block
}

.listBox li span,
.priceBox li span {
    padding-left: 2px;
    display: inline-block
}

.galleryBox li a img {
    position: absolute;
    min-width: 100%;
    max-height: 120%;
    max-width: initial
}

.aboutBox p {
    font-size: 14px;
    color: #fff
}

.listBox ul {
    width: 50%;
    float: left
}

.listBox li {
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.listBox ul:last-child {
    padding-left: 40px;
    border-left: 1px solid #3f2c31;
    float: right
}

.priceBox {
    padding-bottom: 73px;
    width: 100%;
    overflow: hidden
}

.priceBox p {
    padding-bottom: 22px;
    font-size: 14px;
    color: #fff
}

.priceBox ul {
    margin-right: -20px
}

.priceBox li {
    padding-bottom: 10px;
    width: calc(33.3% - 20px);
    float: left;
    margin-right: 20px;
    border-right: 1px solid #3f2c31;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

.priceBox li:nth-child(3n) {
    border-right: none
}

.priceBox li:last-child {
    padding-bottom: 0
}

.centered_buttons_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (max-width:1919px) {
    #middleCntr .right h2,
    #middleCntr .right h3 {
        font-size: 20px
    }
    .listBox ul:last-child {
        padding-left: 18px
    }
    .listBox ul {
        width: 50%
    }
    .listBox li {
        font-size: 13px
    }
    .priceBox li {
        width: calc(50% - 20px)
    }
    .priceBox li:nth-child(3n) {
        border-right: 1px solid #3f2c31
    }
    .priceBox li:nth-child(2n) {
        border: none
    }
}

@media only screen and (max-width:1199px) {
    .galleryBox li a {
        height: 340px
    }
}

@media only screen and (max-width:1020px) {
    #middleCntr .left,
    #middleCntr .right {
        width: 100%;
        float: none
    }
    #middleCntr .right {
        padding: 50px 0 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:979px) {
    .priceBox li {
        width: calc(33.3% - 20px)
    }
    .priceBox li:nth-child(2n) {
        border-right: 1px solid #3f2c31
    }
    .priceBox li:nth-child(3n) {
        border: none
    }
    .aboutBox,
    .listBox,
    .priceBox {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .galleryBox li {
        width: 50%
    }
}

@media only screen and (max-width:520px) {
    .galleryBox li a {
        height: 280px
    }
    #middleCntr {
        padding-left: 13px;
        padding-right: 10px
    }
}

@media only screen and (max-width:479px) {
    .listBox ul {
        width: 100%
    }
    .listBox ul:last-child {
        border-left: none;
        border-top: 1px solid #3f2c31;
        padding-left: 25px;
        padding-top: 10px;
        margin-top: 10px
    }
    .priceBox li {
        width: calc(50% - 20px)
    }
    .priceBox li:nth-child(3n) {
        border-right: 1px solid #3f2c31
    }
    .priceBox li:nth-child(2n) {
        border: none
    }
}

@media only screen and (max-width:400px) {
    .galleryBox li a {
        height: 240px
    }
}

footer .f-menu ul li a:hover,
footer .f-menu ul li a:active,
footer .f-menu ul li a:focus {
    color: #f3a806
}

footer {
    background: #000000;
    font-size: 16px;
    position: relative
}

footer .f-title {
    font-size: 24px;
    margin-bottom: 18px;
    color: var(--c1);
    font-weight: 700
}

footer .f-menu ul {
    list-style: none;
    padding-left: 0;
    line-height: 34px
}

footer .f-menu ul li {
    position: relative;
    line-height: normal;
    margin-bottom: 15px
}

footer .f-menu ul li a {
    color: #fff;
    font-size: 18px
}

.copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #1f1f1f;
    opacity: .8;
    color: var(--lig)
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.textwidget {
    font-size: 18px;
    color: #fff
}

.widget li a {
    color: #fff;
    font-size: 20px
}

.disclamier {
    display: block;
    clear: both;
    margin: 20px 0 10px;
    height: auto;
    overflow: hidden
}

.disclamier p {
    font-size: 12px;
    line-height: 22px;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    padding: 30px 0
}

::-webkit-input-placeholder {
    color: #ffffff80
}

.f-text img {
    margin-bottom: 20px;
    width: 220px
}

.subcribe input[type=email] {
    padding: 9px 13px;
    width: auto;
    font-size: 14px;
    border: 0;
    float: left;
    outline: 0;
    color: #000;
    max-width: 170px;
    border-radius: 0 !important
}

@media screen and (max-width:1199px) {
    .subcribe input[type=email] {
        max-width: 135px
    }
}

@media screen and (max-width:991px) {
    .subcribe input[type=email] {
        max-width: 155px
    }
}

@media screen and (max-width:575px) {
    .subcribe input[type=email] {
        max-width: 170px
    }
}

.subcribe input[type=email]::-webkit-input-placeholder {
    color: #000
}

.subcribe input[type=email]:-ms-input-placeholder {
    color: #000
}

footer .wpcf7-response-output {
    font-size: 12px;
    margin: 10px 0 0 !important
}

.subcribe input.submit {
    font-size: 16px;
    color: #000;
    background: var(--c1);
    border: 0;
    padding: .47rem;
    border-radius: 0 !important
}

.f-text {
    padding-right: 37px;
    margin-top: 10px
}

@media only screen and (max-width:767px) {
    .copyright {
        margin-top: 15px
    }
}

@media(max-width:425px) {
    footer .f-title {
        font-size: 20px
    }
    footer .f-menu ul li a {
        font-size: 16px
    }
}

@media(max-width:370px) {
    footer .f-title {
        font-size: 18px
    }
    footer .f-menu ul li a {
        font-size: 14px
    }
    footer .f-menu ul li {
        margin-bottom: 12px
    }
    footer .f-title {
        margin-bottom: 15px
    }
}

.cd-top {
    display: flex;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-transition: opacity .3s 0, visibility 0 .3s;
    -moz-transition: opacity .3s 0, visibility 0 .3s;
    transition: opacity .3s 0, visibility 0 .3s;
    z-index: 999;
    border-radius: 50%;
    background-color: #f3a806;
    color: #000;
    align-items: center;
    justify-content: center
}

#button:hover {
    cursor: pointer;
    background-color: #b00000;
    color: #fff
}

.main-net {
    display: flex;
    justify-content: end
}

.network-button {
    background: var(--c1);
    color: var(--dar);
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 10px 25px;
    border-radius: 16px 16px 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    justify-content: space-between;
    align-content: center;
    max-width: 320px
}

.network-button img {
    width: 25px
}

@media only screen and (max-width:991px) {
    .network-button {
        margin-top: 30px
    }
}