@font-face {
  font-family: "TT Commons Pro Cond";
  src: url("/fonts/TTCommonsPro.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tragic Marker";
  src: url("/fonts/TragicMarker-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "SF Pro Display";
  font-weight: 500;
  text-transform: capitalize;
  /* overflow-x: hidden; */
  /* min-height: 100vh;
  width: 100vw; */
}

h1,
h2,
h3,
h4 {
  font-family: "TT Commons Pro Cond";
}

h5,
h6 {
  font-family: "SF Pro Display";
}

/* 80px res 26px */
h1 {
  font-size: clamp(1.625rem, 0.5918rem + 3.6735vw, 5rem) !important;
}

/* 50px res 26px */
h2,.h2 {
  font-size: clamp(1.625rem, 1.1658rem + 1.6327vw, 3.125rem) !important;
  line-height: 1;
}

/* 36px res 22px */
h3 {
  font-size: clamp(1.375rem, 1.1071rem + 0.9524vw, 2.25rem) !important;
}

/* px res px */
p {
  font-size: clamp(0.875rem, 0.8367rem + 0.1361vw, 1rem);
}

.font-42 {
  /* font-size: clamp(1.375rem, 0.9923rem + 1.3605vw, 2.625rem); */
  font-size: clamp(1.625rem, 1.3189rem + 1.0884vw, 2.625rem);
}
.font-22 {
  /* font-size: clamp(1rem, 0.8852rem + 0.4082vw, 1.375rem); */
  font-size: clamp(1.125rem, 1.0485rem + 0.2721vw, 1.375rem);
}

.font-32 {
  font-size: clamp(1.125rem, 0.8571rem + 0.9524vw, 2rem);
}

.font-28 {
  font-size: clamp(1.125rem, 0.9337rem + 0.6803vw, 1.75rem);
}

/* brand hover effect */
/* typping text */
.text-type {
  max-height: 10px;
}
.typed-cursor {
  opacity: 0 !important;
}

.text-taping {
  position: absolute;
  left: 0;
}
/* end typping text */

.logo-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* header menu font */
.menu-80 {
  font-size: clamp(1.75rem, 0.7551rem + 3.5374vw, 5rem);
  font-family: "SF Pro Display";
  font-weight: bold;
  line-height: 96px;
  transition: all 0.3s ease;
}

.menu-btn {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}

.menu-btn .bar {
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
  top: calc(50% - 7.5px);
}
.menu-btn .bar:nth-of-type(3) {
  top: calc(50% + 7px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active .bar:nth-of-type(1) {
  display: none;
}
.menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */
.open-inner-logo,
.open-inner-menu,
.open-inner-condition {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.open-inner-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 174px auto;
  align-items: center;
}

.header-top-condition {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 30px 0px 0 230px; */
  padding: 15px;
  background: #ffffff url("../images/circle-img.png");
  transform: translatey(-220%);
  transition: transform 0.5s;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% bottom;
}

.nav.active {
  transform: translateY(0);
}

.nav .nav__list_item {
  list-style-type: none;
}

.header-social-media {
  margin-top: 22px;
  width: auto;
  max-width: 334px;
}
.header-social-media-details span {
  color: rgba(0, 0, 0, 0.3);
  font-size: clamp(1.375rem, 1.2602rem + 0.4082vw, 1.75rem);
  /* margin-bottom: 22px; */
  font-weight: 500;
}
.open-inner-menu > ul.nav__list > li.nav__list_item a {
  line-height: 90px;
}

.header-social-media a {
  font-size: clamp(1.125rem, 1.0485rem + 0.2721vw, 1.375rem);
  color: #000;
  border: 1px solid #d9d9d9;
  /* max-width: 334px; */
  width: 100%;
  display: inline-block;
  padding: 19px 31px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.header-social-media a:last-child {
  margin-bottom: 0;
}
/* header menu font */

.wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1500px;
  /* overflow: hidden; */
}
.wrapper-sm{
  margin: 0 auto;
    padding: 0 20px;
    max-width: 1300px;
}
a {
  z-index: 1;
  transition: all 0.3s;
}

a:hover,a.active {
  color: #ffb26a;
}
a.active{
  text-decoration: underline;
}
.move-cursor {
  cursor: url(../images/move.png), auto;
}

.burger-btn.active .line1 {
  transform: translateY(-24px);
}
.burger-btn.active .line2 {
  transform: translateY(-24px);
}
.burger-btn.active .line3 {
  transform: translateY(-24px);
}
.burger-btn.active .close {
  transform: translateY(0);
  width: 14px;
}
.burger-btn.active .closeline1 {
  transform: rotate(45deg);
}
.burger-btn.active .closeline2 {
  transform: rotate(-45deg);
}
.menu {
  transition: all 0.3s;
  transform-origin: top;
}
.menu.active {
  height: 198px;
  opacity: 1;
  pointer-events: all;
}

/* Change Autocomplete styles in Chrome*/
/* Change the white to any color */
.footer-details input:-webkit-autofill,
.footer-details input:-webkit-autofill:hover,
.footer-details input:-webkit-autofill:focus,
.footer-details input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffb26a inset !important;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/* Custom placeholder color */
.input-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 1);
}
.input-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 1);
}
.input-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 1);
}
.input-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 1);
}

/* topheader social */
svg.youtube-icon > path,
svg.linkedin-icon > path,
svg.youtube-icon > path {
  transition: all 0.3s ease;
}

svg.youtube-icon > circle,
svg.linkedin-icon > path {
  transition: all 0.3s ease;
}

svg.youtube-icon:hover > path,
svg.linkedin-icon:hover > path {
  fill: #ffb26a;
}
svg.youtube-icon:hover > circle,
svg.linkedin-icon:hover > circle {
  stroke: #ffb26a;
  opacity: 1;
}

svg.facebook-icon > path,
svg.instagram-icon > path {
  transition: all 0.3s ease;
}

svg.facebook-icon > circle,
svg.instagram-icon > circle {
  transition: all 0.3s ease;
}

svg.facebook-icon:hover > path {
  fill: #ffb26a;
  opacity: 1;
}
svg.facebook-icon:hover > circle {
  stroke: #ffb26a;
  opacity: 1;
}

svg.instagram-icon:hover > path {
  fill: #ffb26a;
  opacity: 1;
}
svg.instagram-icon:hover > circle {
  stroke: #ffb26a;
  opacity: 1;
}

/* svg.linkedin-icon > path{  transition: all .3s ease;}
svg.linkedin-icon > circle{  transition: all .3s ease;} */
/* svg.linkedin-icon:hover > path{  fill:#FFB26A;} */
/* svg.linkedin-icon:hover > circle{  stroke:#FFB26A;  opacity: 1;} */
/* end topheader social */

/* header menu section */

/* end header menu section */

/* headersection */
.mainheadersection {
  background: #fff url(../images/circle-img.png);
  background-repeat: no-repeat;
  background-position: center 72%;
  background-size: inherit;
}

ul.header-tag li p {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 1;
  padding-right: 10px;
  margin-right: 10px;
}

ul.header-tag li:nth-child(3) p {
  border: none;
  padding: 0;
  margin: 0;
}
/* end headersection */

/* what we creating */
.whatwe-details {
  position: relative;
}
.whatwe-details::after {
  content: "";
  position: absolute;
  top: 14%;
  left: 50%;
  width: 1px;
  height: 72%;
  background: #ffffff;
}

.whatwe-circle {
  position: relative;
}
.whatwe-circle::after {
  content: "";
  position: absolute;
  top: 45%;
  left: -43px;
  width: 14px;
  height: 14px;
  background: #8cb2ff;
  border-radius: 50%;
  z-index: 9;
}

.whatwe-circle.whatwe-circle-out::after {
  top: 50%;
  background: #fff;
}

.whatwe-circle-r {
  position: relative;
}
.whatwe-circle-r::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -43px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  z-index: 9;
}

.video-parent {
  position: relative;
}
.videoicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  transition: all 0.3s ease;
}
.video-parent {
  position: relative;
  width: 58%;
  margin: 0 auto;
}
.video-parent:hover .videoicon {
  display: block;
}
/* end what we creating */

/* services we offer */

.social-media-mng-main {
  padding: 27px 28px 27px 42px;
  border: 1px solid #dfdfdf;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 50px;
}

.social-media-mng {
  border-right: 1px solid #cccccc;
  padding-right: 35px;
  margin-right: 55px;
  width: 278px;
}

.social-media-mng h5 {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.2704rem + 0.8163vw, 2.25rem);
}

.social-media-mng-details ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 38px;
  font-size: 14px;
}
.startat-details {
  background: #f7f7f7;
  border-radius: 28px;
  padding: 21px 25.02px 13.02px 36px;
}

.social-media-mng-main:hover {
  border: 1px solid #ffb26a;
  box-shadow: 0px 4px 14px 0px #00000014;
}

#rupee-arrow {
  transition: all 0.3s linear;
}

.social-media-mng-main:hover .startat-details {
  background: rgba(255, 178, 106, 0.1);
}
.social-media-mng-main:hover #rupee-arrow {
  transform: rotate(30deg);
}
.social-media-mng-main:hover #rupee-arrow > circle {
  fill: #ffb26a;
}
.social-media-mng-main:hover #rupee-arrow > path {
  fill: #000;
}

.social-media-mng-main:hover #check-details > path {
  fill: #ffb26a;
}
/* end services we offer */

/* the better way */
/* .thebetterway-b {
  border: 8px solid #13182A;
  border-radius: 28px;
} */

.say-goodby-to-details {
  display: flex;
  align-items: center;
  padding: 16.02px 0 12.02px 16px;
  border: 1px solid rgba(140, 178, 255, 0.3);
  border-radius: 12px;
  width: 100%;
}
.datadrivendecisions-details {
  width: 70%;
}

/* end the better way */

/* frequentlyaskedquestins */
.container.frequently-details {
  /* height: calc(100vh - 244px); 26-9-2014 */
  /* height: calc(100vh - 350px); 5-11-2024 */
}

.faq {
  max-width: 1008px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}

.answer p {
  padding-top: 1rem;
  line-height: 1.6;
  font-size: 16px;
  padding: 24px 18px;
  font-weight: normal;
}

.faq.active .answer {
  max-height: 300px;
  /* animation: fade 1s ease-in-out; */
}

.faq.text-white.active > .question.title {
  background-color: #8cb2ff;
  color: #000;
  /* font-weight: bold; */
  padding: 18px;
  border: transparent;
}

.faq.text-white > .question.title {
  background-color: transparent;
  color: #fff;
  /* font-weight: bold; */
  padding: 18px;
  border: 1px solid #fff;
}

.faq.active .question > i.fas {
  transform: rotate(180deg);
}

.question > i.fas {
  transition: all 0.5s ease-in;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* end frequentlyaskedquestins */

/* abouttoffee tulips */
.about-toffee-tulips-sub p {
  width: 230px;
}

.about-toffee-tulips-top {
  border-bottom: 1px solid #fff;
  padding-bottom: 56px;
  /* margin-bottom: 56px; */
}

.about-toffee-tulips-sub,
.about-toffee-tulips-sub-gry {
  position: relative;
}
.about-toffee-tulips-sub::after {
  content: "";
  position: absolute;
  bottom: -56px;
  width: 1px;
  height: 36px;
  background: #ffffff;
  left: 50%;
}
.about-toffee-tulips-sub::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: -5px;
  border-radius: 50%;
}

.about-toffee-tulips-sub-gry::after {
  content: "";
  position: absolute;
  top: -56px;
  width: 1px;
  height: 36px;
  background: #ffffff;
  left: 50%;
}
.about-toffee-tulips-sub-gry::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: -4.5px;
  border-radius: 50%;
}
/* end abouttoffee tulips */

/* affordable creative services */

.arrow-carousel > ul.slick-dots {
  display: none !important;
}
.arrow-carousel > button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "";
  bottom: 3px;
  left: -20px;
  background: url(../images/right-arrordable.svg);
  width: 43px;
  height: 43px;
  opacity: 1;
  transform: rotate(180deg);
}
.arrow-carousel > button.slick-next.slick-arrow::before {
  position: absolute;
  content: "";
  bottom: 3px;
  right: 10px;
  background: url(../images/right-arrordable.svg);
  width: 43px;
  height: 43px;
  opacity: 1;
}

.tab.custtabs.active {
  background-color: #4d4e55;
}
.tab.custtabs {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 18px 0px 18px 18px;
  border-radius: 14px;
  transition: all 0.8 ease-in-out;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tabContent {
  /* background: #4d4e55; */
  /* padding: 14px 22px 45px 25px; */
  /* border-radius: 24px; */
  /* border-top-left-radius: 0; */
}

.affordable-creative-services-sub {
  padding: 14px 0px 45px 25px;
  border-radius: 24px;
  border-top-left-radius: 0;
}

.tab.custtabs:hover {
  cursor: pointer;
  background-color: #4d4e55;
}
.tab.custtabs h5 {
  color: #fff;
  /* font-size: 22px; */
  /* font-family: 'SF Pro Display'; */
  /* font-weight: bold; */
}

.affordable-creative-services-left {
  /* max-width: 271px; */
  width: 16%;
  display: flex;
  flex-direction: column;
}
.affordable-creative-services-sub {
  width: 84%;
}
.affordable-creative-services-right {
  /* max-width: 1190px; */
  width: 100%;
}

/* 11-11-2024

.affordable-creative-services-right > div#profile,
.affordable-creative-services-right > div#performance,
.affordable-creative-services-right > div#holdings {
  width: 60vw;
  height: 725px;
} */

.affordable-creative-services-right > div#performance,
.affordable-creative-services-right > div#holdings {
  width: 60vw;
  min-height: 725px;
}

/* cust scrolling bar */

.affordable-gallery-images::-webkit-scrollbar {
  width: 4px;
}
.affordable-gallery-images::-webkit-scrollbar-track {
  border-radius: 24px;
  background: #5f6066;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.affordable-gallery-images::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
/* end cust scrolling bar */

.affordable-btn.button {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 10px;
  background: #fff;
  border: none;
  border-radius: 7px;
  background: #060712;
  font-family: sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #fff;
  width: auto !important;
}

.affordable-btn.button:hover {
  background-color: #8cb2ff;
  color: #222;
}
.affordable-btn.button:active,
.affordable-btn.button.is-checked {
  background-color: #8cb2ff;
}
.affordable-btn.button.is-checked {
  color: #060712;
}

/* ---- button-group ---- */

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .affordable-btn.button {
  float: left;
  border-radius: 0;
  margin: 0 9px;
  /* font-family: 'SF Pro Display'; */
  border-radius: 100px;
}
.button-group.filters-button-group {
  margin-bottom: 20px;
}
/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.slick-prev {
  width: 43px;
  height: 43px;
  z-index: 9;
}

.slick-next {
  width: 43px;
  height: 43px;
  z-index: 9;
  right: -55px;
}

.blog-images .element-item { 
  position: relative;
  width: 25%;
  margin: 0px;
  /* padding: 0 10px 10px; */
}

.element-item img {
  width: 100%;
  height: auto;
  padding: 10px;
}

#general > .affordable-gallery-images {
  overflow-y: scroll;
  height: 63vh !important;
  overflow-x: hidden;
  max-width: 1180px;
  /* gap: 20px; */
}

#profile > .affordable-gallery-images {
  overflow-y: scroll;
  height: 57vh !important;
  overflow-x: hidden;
  max-width: 1180px;
}

.element-item .name {
  position: absolute;
  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.affordable-creative-services-right .slick-dotted.slick-slider {
  margin-left: 30px;
  height: 43px;
  margin-right: 60px;
}

/* end affordable creative services */

/* wall of love */

.walloflove-gallery {
  /* height: 620px; */
  height: 550px;
  overflow-y: auto;
  padding-right: 22px;
}
.walloflove-slider {
  margin-left: 34px;
}

/* lottie icon */
#animationCard {
  width: 100px;
  height: 100px;
  margin: auto;
}
/* end lottie icon */

/* custome scrolling */
.walloflove-gallery::-webkit-scrollbar {
  width: 6px;
}
.walloflove-gallery::-webkit-scrollbar-track {
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.walloflove-gallery::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #000;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
/* end custome scrolling */

.wall-cust-margin {
  margin-top: 64px;
}
.myslider .item {
  width: 100%;
  position: relative;
}

.myslider {
  /* max-width: 350px; */
  /* min-height: 70vh; */
  /* height: calc(100vh - 205px); */
  /* border-radius: 55px; */
  /* overflow: hidden; */
}

.walloflove-slider > .slick-slide {
  /* height: 100vh !important; */
  height: 100vh !important;
}

/* .myslider{position: relative;}
.myslider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background:  url(../images/mobile-screen-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
} */
/* .myslider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
} */
/* .camera::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  background: url(../images/front-camera.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  width: 85px;
  height: 42px;
  text-align: center;
  margin: 0 auto;
} */

.videodetails {
  border-radius: 34px;
  object-fit: cover;
  padding-bottom: 10px;
}

.walloflove-main {
  display: flex;
  align-items: baseline;
}

/* .videodetails {
  position: relative;
}
.play-pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
} */

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: none !important;
  outline: none !important;
}

.slick-arrow.slick-hidden {
  display: none;
}
.item.vertical-item img {
  margin-top: 7.5px;
  margin-left: 5px;
}
.item.vertical-item {
  position: relative;
}
.figer-details {
  position: absolute;
  bottom: 80px;
  right: 19px;
}
.clident-my-slider > .slick-list > .slick-track > .slick-slide {
  margin-left: 20px;
}

/* end wall of love */

/* contact us */
.contactussection {
  background: #060712 url(../images/circle-img.png);
  background-repeat: no-repeat;
  background-position: center 72%;
  background-size: inherit;
}

.contact-cust-select select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  background-image: url("../images/ddl-arrow.png");
  background-repeat: no-repeat;
  background-position: 96%;
  color: #9ca4b7;
}

/* end contact us */

/* what-we-servesection */
section.mainheadersection.what-we-servesection {
  background-position: center bottom;
}
.social-media-management-right h5 {
  border-top: 1px solid;
  padding: 18px 0;
}
.text-item.active {
  color: #ffb26a;
  transition-duration: 0.3s;
}
/* .social-media-management-details-txt p{
  opacity: 0;
  transition-duration: 0.3s;
}
.social-media-management-details-txt p.active{
  opacity: 1;
} */
/* .social-media-management-details-txt{
  margin: 0;
  max-width: 717px;
  margin-bottom: 250px;
} */

.social-media-management-right h5 {
  max-width: 415px;
  line-height: 46px;
  font-size: clamp(1.125rem, 0.7806rem + 1.2245vw, 2.25rem);
}

/* end  what-we-servesection */

/* pricingsection */
section.mainheadersection.pricingsection {
  background-position: center top;
}

h1.pricingheading {
  margin: 0 auto 16px;
  width: 80%;
  /* line-height: 65.8px; */
}

.pricingheadinggrou {
  display: inline-block;
}
.pricing-main {
  display: flex;
  column-gap: 25px;
}

.price-label-btn {
  max-width: 350px;
}
.standard {
  font-size: clamp(1.125rem, 0.9337rem + 0.6803vw, 1.75rem);
  font-family: "SF Pro Display";
  font-weight: bold;
  margin-bottom: 15px;
}
.social-media-posts {
  font-size: clamp(1rem, 0.9235rem + 0.2721vw, 1.25rem);
  margin-bottom: 56px;
}
.pricing-desc h5 {
  font-size: clamp(1.125rem, 0.8571rem + 0.9524vw, 2rem);
  font-family: "SF Pro Display";
  font-weight: bold;
}

.pricing-desc ul {
  margin: 0px 0 50px;
}
.pricing-desc ul li {
  display: flex;
  align-items: start;
  /* gap: 18px; */
  margin-bottom: 14px;
  font-size: 16px;
}
.pricing-desc ul li img {
  margin-right: 18px;
  max-width: initial;
}
.pricing-desc ul li:last-child {
  margin-bottom: 0;
}
.schedule-btn {
  padding: 12px 0;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.schedule-btn:hover {
  cursor: pointer;
  background: #fb9e47;
  transform: all 0.3s ease;
}
/* end pricingsection */

/* aboutusection */
.mainheadersection.aboutussection {
  background-position: center bottom;
}

h1.aboutusheading {
  width: 90%;
  margin: 0 auto 20px;
  line-height: 75.8px;
}
/* end aboutusection */

h2.about-toffee-tulips-heading {
  line-height: 50px;
}
/* footersection */

.footer-social-teram ul li a {
  border-right: 2px solid #060712;
  padding-right: 10px;
  margin-right: 10px;
}

.footer-social-teram ul li:nth-child(3) a {
  border: none;
  padding: 0;
  margin: 0;
}

.footer-logo {
  position: relative;
}
.footer-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 397px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.footer-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 397px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}

/* end footersection */

/* contactusu */
.container.frequently-details.contactus-details {
  height: auto;
}
/* end contactusu */

span.typed-cursor {
  color: transparent;
  display: none;
}

/* responsive */
@media (max-width: 1660px) {
  #profile > .affordable-gallery-images {
    height: 35vh !important;
  }
  .container.frequently-details {
    height: auto;
  }
  #general > .affordable-gallery-images {
    height: 70vh !important;
  }
}

@media (max-width: 1600px) {
  #profile > .affordable-gallery-images {
    height: 57vh !important;
  }
}

@media (max-width: 1575px) {
  #profile > .affordable-gallery-images {
    height: 33vh !important;
  }
  .container.frequently-details {
    height: auto;
  }
}

@media (max-width: 1536px) {
  #profile > .affordable-gallery-images {
    height: 73vh !important;
  }
  .open-inner-menu {
    margin: 75px auto 30px;
  }
  .open-inner-menu > ul.nav__list > li.nav__list_item a {
    line-height: 70px;
  }
  #general > .affordable-gallery-images {
    height: 70vh !important;
  }
}

@media (max-width: 1512px) {
  #profile > .affordable-gallery-images {
    height: 60vh !important;
  }
  .container.frequently-details {
    height: auto;
  }
}

@media (max-width: 1440px) {
  #profile > .affordable-gallery-images {
    height: 40vh !important;
  }
  .container.frequently-details {
    height: auto;
  }
  .price-label-btn {
    max-width: 310px;
  }
  .what-img,
  .out-team-img,
  .out-source-img {
    max-width: 665px;
    width: 100%;
  }
  .affordable-creative-services-right {
    max-width: 1150px;
  }
}

@media (max-width: 1366px) {
  .affordable-creative-services-sub {
    padding-right: 5px;
  }
  .container.frequently-details {
    height: auto;
  }
  .videodetails {
    max-width: 300px;
  }
  .walloflove-gallery {
    height: 500px;
  }
  .what-img,
  .out-team-img,
  .out-source-img {
    max-width: 627px;
  }
  .item.vertical-item img {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 1280px) {
  .what-img,
  .out-team-img,
  .out-source-img {
    max-width: 585px;
  }
  .price-label-btn {
    max-width: 290px;
  }
  .footer-logo::after,
  .footer-logo::before {
    width: 350px;
  }
  .social-media-mng-details ul li {
    line-height: 26px;
  }
}

@media (max-width: 1170px) {
  #profile > .affordable-gallery-images {
    height: 30vh !important;
  }
  .affordable-creative-services-left {
    width: 20%;
  }
  .affordable-creative-services-sub {
    width: 80%;
  }
  .what-img,
  .out-team-img,
  .out-source-img {
    max-width: 529px;
  }
  .price-label-btn {
    max-width: 250px;
  }
  .social-media-mng {
    padding-right: 25px;
    margin-right: 25px;
    width: 228px;
  }
}

@media (max-width: 1024px) {
  .logo-details a img{max-width: 170px;}
  #profile > .affordable-gallery-images {
    height: 55vh !important;
  }
  /* .element-item{padding: 10px;} */
  .figer-details {
    right: 50px;
  }
  .social-media-management-right h5 {
    line-height: normal;
  }
  .social-media-mng-main {
    border-radius: 20px;
  }
  /* .button-group .affordable-btn.button{margin:0 17px ;} */
  .arrow-carousel > button.slick-next.slick-arrow::before {
    right: -20px;
  }
  #rupee-arrow {
    max-width: 53px;
  }
  #general > .affordable-gallery-images {
    height: 50vh !important;
  }
  h2.about-toffee-tulips-heading {
    line-height: 38px;
  }
  .affordable-creative-services-left {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
  }
  .tab.custtabs {
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #4d4e55;
  }
  .affordable-creative-services-sub {
    width: 100%;
  }
  .affordable-creative-services-sub {
    padding: 14px 10px 45px 15px;
  }
  .what-img,
  .out-team-img,
  .out-source-img {
    max-width: 100%;
  }
  .whatwe-details::after,
  .whatwe-circle::after,
  .whatwe-circle-r::after {
    display: none;
  }
  h1.aboutusheading {
    line-height: normal;
  }
  .video-parent {
    width: 100%;
  }
  h1.pricingheading {
    line-height: normal;
  }
  .price-label-btn {
    max-width: 230px;
  }
  .footer-logo::after,
  .footer-logo::before {
    width: 260px;
  }
  .container.frequently-details {
    height: auto;
    margin: 0 auto;
  }
  .social-media-mng-main {
    flex-direction: column;
  }

  .social-media-mng-main {
    padding: 20px;
  }
  .startat-details {
    padding: 12px 14px;
    width: 100%;
    margin-top: 20px;
  }
  .social-media-mng-main-inner {
    width: 100%;
  }
  .startat-details-sub {
    justify-content: space-between;
  }
  #rupee-arrow {
    max-width: 60px;
  }
  .startat-details {
    border-radius: 14px;
  }
  .social-media-mng-main {
    margin-bottom: 30px;
  }
  .social-media-mng-main {
    box-shadow: 0px 4px 14px 0px #00000014;
  }
  .about-toffee-tulips-sub::after,
  .about-toffee-tulips-sub::before {
    left: 40%;
  }
  .thebetterway-b {
    margin-bottom: 30px;
  }

  .datadrivendecisions-details {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .figer-details {
    right: 20px;
  }
  .videodetails {
    max-width: none;
    width: 100%;
  }
  .walloflove-gallery {
    height: 500px;
  }

  .walloflove-slider {
    margin: 50px 0 20px;
  }
  .walloflove-main {
    flex-direction: column;
    align-items: center;
  }
  .social-media-management-right h5 {
    line-height: 18px;
  }
  .social-media-management-details-txt {
    margin-bottom: 30px;
  }
  .social-media-management-right h5 {
    max-width: none;
  }
  .price-label-btn {
    max-width: 200px;
  }
  .social-media-posts {
    margin-bottom: 30px;
  }
  .about-toffee-tulips-top,
  .about-toffee-tulips-bottom {
    gap: 20px;
  }
  .footer-logo img {
    max-width: 380px;
  }
}

@media (max-width: 901px) {
  .footer-logo img {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  #profile > .affordable-gallery-images {
    height: 62vh !important;
  }
  #general > .affordable-gallery-images {
    height: 44vh !important;
  }
  .menu-btn {
    width: 28px;
    height: 28px;
  }
  .menu-btn .bar {
    width: 11px;
    height: 1px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: calc(50% + 4px);
  }
  .menu-btn .bar:nth-of-type(2) {
    top: calc(50% - 4px);
  }

  .affordable-creative-services-right .slick-dotted.slick-slider {
    margin-left: 10px;
  }
  .affordable-creative-services-right .slick-dotted.slick-slider {
    height: auto;
    margin-right: 0;
  }
  .affordable-btn.button {
    border: 1px solid #4d4e55;
  }
  .affordable-creative-services-sub {
    padding: 0 0;
  }
  /* #general > .affordable-gallery-images {    overflow: hidden;} */
  .about-toffee-tulips-sub-gry::before,
  .about-toffee-tulips-sub-gry::after {
    display: none;
  }
  .about-toffee-tulips-sub::after,
  .about-toffee-tulips-sub::before {
    display: none;
  }
  .about-toffee-tulips-top {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  h2.about-toffee-tulips-heading {
    line-height: 32px;
  }
  .about-toffee-tulips-top {
    border: none;
  }
  .contactussection {
    background-image: url("../images/res-circle-img.png");
    background-position: center;
  }
  .mainheadersection {
    background: #fff url("../images/res-circle-img.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .price-label-btn {
    max-width: 230px;
    width: 50% !important;
    margin-bottom: 20px;
  }
  .pricing-main {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  label.labelThree,
  label.labelFour {
    margin-bottom: 0px;
  }
  .answer p {
    padding: 20px 0px;
  }
  ul.header-tag li p {
    font-size: 14px;
  }
  ul.header-tag li {
    line-height: normal;
  }
  .social-media-mng-details ul li {
    align-items: flex-start;
    line-height: normal;
    margin-bottom: 15px;
  }
  .social-media-mng-details ul li:last-child {
    margin: 0;
  }
  .social-media-mng h5 {
    line-height: 30px;
  }
  .social-media-mng {
    padding-right: 0;
    margin-right: 0;
    border: 0;
    width: 100%;
  }

  .social-media-mng h5 {
    margin-bottom: 15px;
  }
  .datadrivendecisions-details {
    width: 100%;
    text-align: center;
  }
  .startat-details-sub.flex.items-center {
    height: 42px;
  }
  .res-img {
    width: 90%;
    margin: 0 auto;
  }
  img.data-img {
    width: 100%;
  }
  .datadrivendecisions-details p {
    width: 100%;
    margin: 0 auto;
  }
  .thebetterway-b {
    margin-bottom: 30px;
  }
  .footer-logo::after,
  .footer-logo::before {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .nav {
    background: #fff url("../images/res-circle-img.png") no-repeat center center;
  }
  .header-social-media-details {
    width: 100%;
    margin-top: 50px;
  }
  .header-social-media {
    width: 100%;
    max-width: none;
  }
  .open-inner-logo a img {
    max-width: 200px;
    margin-top: 24px;
  }
  .open-inner-menu {
    flex-direction: column;
    align-items: start;
  }
  .open-inner-menu {
    margin: 20px 0 0;
  }
  .open-inner-menu > ul.nav__list > li.nav__list_item a {
    line-height: 50px;
  }
  .header-top-condition {
    flex-direction: column;
    margin-top: 40px;
  }
  .header-social-media a {
    padding: 12px 20px;
  }
  .header__nav .nav {
    padding: 0;
  }
  .tab.custtabs {
    justify-content: center;
  }
  .social-media-mng-main-inner {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
  }
  .price-label-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 661px) {
  .open-inner-menu > ul.nav__list > li.nav__list_item a {
    line-height: 38px;
  }
  .header-social-media-details {
    margin-top: 30px;
  }
  .header-top-condition {
    margin-top: 20px;
  }
  .header-social-media {
    margin-top: 10px;
  }
  /* #general > .affordable-gallery-images {
    height: 100vh !important;
    overflow: 100%;
  } */
    .blog-images .element-item {
    width: 100%;
  }
  .affordable-creative-services-left {
    display: grid;
    grid-template-columns: repeat(2, 183px);
  }
  .button-group .affordable-btn.button {
    margin: 0 10px 10px;
  }
  h1.aboutusheading {
    width: 58%;
  }
  .footer-logo img {
    max-width: 250px;
  }
  .footer-logo::after,
  .footer-logo::before {
    width: 150px;
  }
}

@media (max-width: 490px) {
  .button-group.filters-button-group {
    margin-bottom: 0;
  }
  .button-group .affordable-btn.button {
    margin: 0 8px 0px;
  }
  .price-label-btn {
    max-width: 210px;
  }
  .faq.text-white.active > .question.title,
  .faq.text-white > .question.title {
    padding: 12px 14px;
    font-size: 14px;
  }
  .answer p {
    padding: 20px 0px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .footer-logo::after,
  .footer-logo::before {
    width: 55px;
  }
}

@media (max-width: 430px) {
  .button-group .affordable-btn.button {
    margin-bottom: 20px;
  }
  .price-label-btn {
    max-width: 180px;
  }
  h1.aboutusheading {
    width: 68%;
    line-height: 28px;
  }
}

@media (max-width: 393px) {
  .price-label-btn {
    max-width: 160px;
  }
}

@media (max-width: 390px) {
  .nav {
    background: #fff url("../images/res-circle-img.png") no-repeat center 20%;
  }
  .open-inner-menu {
    margin: 20px 0 0;
  }
  .header-social-media-details {
    margin-top: 200px;
  }
  .open-inner-menu > ul.nav__list > li.nav__list_item a {
    line-height: 38px;
  }
  .header-top-condition {
    margin-top: 40px;
  }
  .open-inner-menu > ul.nav__list > li.nav__list_item a {
    line-height: normal;
  }
  .social-media-mng-details ul li {
    line-height: 22px;
  }
  #rupee-arrow {
    max-width: 50px;
  }
  h1.pricingheading {
    margin: 0 auto 16px;
    width: 70%;
    line-height: 28px;
  }
}

@media (max-width: 375px) {
  /* .contact-cust-select select{background-image: none;} */
  .affordable-creative-services-left {
    grid-template-columns: 200px;
  }
  h1.aboutusheading {
    width: 77%;
  }
  .price-label-btn {
    max-width: 155px;
  }
}

@media (max-width: 360px) {
  .footer-logo::after,
  .footer-logo::before {
    width: 45px;
  }
  .price-label-btn {
    max-width: 150px;
  }
}

@media (max-width: 320px) {
  .footer-logo img {
    max-width: 180px;
  }
  .footer-logo::after,
  .footer-logo::before {
    width: 45px;
  }
  label.labelThree {
    margin-bottom: 20px;
  }
  .social-media-mng h5 {
    font-size: 22px;
  }
}

/* end responsive */
