@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url(common.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --orange-main-background-color: #FFA500;
  --hf-main-background-color: #541470;
  --primary-text-color: #7F7F7F;
  --secondary-text-color: #414141; 
  --text-color: #464646;
  --post-font-family: "Readex Pro", sans-serif;
  --news-feed-font-family: "Staatliches", sans-serif;
  --blog-feed-font-family: "Playfair Display", serif;
  --red-hat-display-font-family: "Red Hat Display", sans-serif;
}

html, body{
    overflow-x: clip; 
}

img {
  max-width: 100%;
}

label{
  font-family: var(--red-hat-display-font-family);
}

button{
  font-family: var(--red-hat-display-font-family);
  font-size: 18px !important;
}

.btn-main{
    background: var(--orange-main-background-color) !important;
    font-family: var(--red-hat-display-font-family);
    color: #fff !important;
    padding: 0.3rem 1.75rem !important;
}

/*header start*/

/* Ensure header starts in the correct position */
header .header-middle-area {
  position: relative; /* Initial positioning */
  transform: translateY(0); /* Start at the top of the viewport */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* When sticky, header will stick at the top */
header .header-middle-area.sticky {
  position: fixed; /* Fix at the top of the viewport */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Ensure it's on top */
  transform: translateY(0); /* Stay at the top */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for visibility */
}

/* Ensure header-top is initially visible */
header .header-top {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(0); /* Start at the top */
  opacity: 1; /* Fully visible */
}

/* Hidden state for header-top */
header .header-top.hidden {
  transform: translateY(-100%); /* Move out of view */
  opacity: 0; /* Fade out */
}


header .header-info button {
  color: #ffffff;
  background: var(--orange-main-background-color);
  margin-bottom: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--red-hat-display-font-family);
  cursor: pointer;
  border: none;
}
header .breaking-text h4 {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  text-align: center;
  color: #dadada;
  line-height: 3;
  font-family: var(--red-hat-display-font-family);
}
header .header-top-right .header-icon {
  margin-left: 110px;
}
header .header-top-right .header-icon a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  transition: 0.3s;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #47639e;
  border-radius: 50%;
}
header .header-top-right .header-icon a.twitt {
  background: #00abf0;
}
header .header-top-right .header-icon a.instagra {
  background: #405de6;
}
header .header-top-right .header-icon a.youtub {
  background: var(--orange-main-background-color);
}
.lang-drpdown{
  z-index: 999999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.lang-drpdown ul li{
  font-family: var(--red-hat-display-font-family);
  font-weight: 500;
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
.lang-drpdown ul li:last-child{
    border-bottom: 0;
}
header .header-middle-area {
  width: 100%;
  padding: 0.2rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: bannerchange 30s infinite;
}
@keyframes bannerchange {
  0% {
    background-image: url("../img/banner/Celebrating-Holi-Festival_girl.webp");
    transition: 0.3s ease-in-out;
  }
  50% {
    background-image: url("../img/banner/shubham-bochiwal-BYYu5nvQoUM-unsplash.jpg");
    transition: 0.3s ease-in-out;
  }
  100% {
    background-image: url("../img/banner/Celebrating-Holi-Festival_girl.webp");
    transition: 0.3s ease-in-out;
  }
}
header .header-middle-area:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .header-middle-area .header-middle-area-content ul li {
  margin: 10px 0.4rem;
  line-height: 1.8;
}
.cserscdewrwre a{
  font-size: 2.5rem !important;
  line-height: 0;
}
.csdcfrsreerrr{
    animation: flash 1s infinite linear;
    color: #fff;
}

@keyframes flash{
    0%{
        transform: scale(1);
        transition: 0.3s ease-in-out;
    }
    
    50%{
        transform: scale(1.2);
        transition: 0.3s ease-in-out;
    }
    
    100%{
        transform: scale(1);
        transition: 0.3s ease-in-out;
    }
}

header .header-middle-area .header-middle-area-content ul li a {
  font-family: var(--red-hat-display-font-family);
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}
header .header-middle-area .header-middle-area-content ul li .knhfiopewrewr img {
  width: 4rem;
}
header .header-middle-area .header-middle-area-content ul li .knhfiopewrewr .finkfrethret img {
  width: 9rem;
}
header .header-middle-area .header-middle-area-content ul li:first-child{
  margin-right: 10rem;
}
header .header-middle-area .header-middle-area-content ul li .knhfiopewrewr .finkfrethret h6 {
  color: #fff;
  font-weight: 600 !important;
  font-family: var(--red-hat-display-font-family);
  font-size: 0.8rem !important;
}
header .main-menu-area .menu-bar a {
  background: #222;
  padding: 22px 29px;
  display: inline-block;
}
header .main-menu-area .menu-bar a i {
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}
header .main-menu-area .main-menu nav > ul > li > a {
  display: block;
  font-size: 14px;
  padding: 29px 16px;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}
header .main-menu-area .main-menu nav > ul > li {
  display: inline-grid;
  position: relative;
}
header .main-menu-area .main-menu nav > ul > li:hover > a,
header .main-menu-area .main-menu nav > ul > li.active > a {
  color: var(--orange-main-background-color);
  background: #f7f7fd;
}
header .main-menu-area .search-icon {
  margin-top: 25px;
  margin-left: 14px;
}
header .main-menu-area .search-icon a {
  font-size: 14px;
  transition: 0.3s;
  color: #040d33;
}
header .header-lang {
  padding: 22px 17px 22px;
  background: var(--orange-main-background-color);
}
header .lang-icon > a {
  font-size: 18px;
  color: #ffffff;
  margin-left: 5px;
  font-weight: 700;
}
header .header-02-info {
  margin-top: 24px;
  margin-right: 35px;
}
header .header-02-info span {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}
header .header-02-info span i {
  color: var(--orange-main-background-color);
  margin-right: 6px;
}
header .header-02-info span a {
  color: #222;
  font-weight: 700;
  margin-right: 3px;
  text-transform: uppercase;
}

/*header end*/

/*billboard add start*/

.vcxdvghjfgv{
    width: 970px;
}

.billboard-add-wrapper{
  width: 100%;
  height: 250px;
}

/*billboard add end*/


/*leaderboard add start*/

.ubjguyjnjguocjud{
    height: 90px;
}

/*leaderboard add end*/


/*section 1 start*/
.hero-area .post-box-cart {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 5px;
  display: inline-block;
  top: 0;
  left: 0;
}
.banner-2-img.sticky-top, .dbjbuirhgwser.sticky-top{
  top: 12% !important;
}
.hero-area .post-box-cart a {
  color: #ffffff;
}
.hero-area .post-box-meta span {
  margin-right: 14px;
}
.hero-area .post-box-cart1 {
  font-weight: 400;
  font-size: 14px;
}
.hero-area .post-box-cart1 a {
  font-weight: 600;
  color: #4f4f4f;
  font-family: var(--red-hat-display-font-family);
  text-transform: uppercase;
}
.hero-area .color-1 {
  background: var(--orange-main-background-color);
}
.hero-area .color-2 {
  background: #007bff;
}
.sb-hdng{
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #717171;
  margin-left: -1rem;
}
.hero-area .color-3 {
  background: #4ca80b;
}
.hero-area .color-4 {
  background: #da1793;
}
.hero-area .color-5 {
  background: #fb2578;
}
.hero-area .color-6 {
  background: #008de4;
}
.hero-area .color-7 {
  background: #f43d33;
}
.hero-area .color-8 {
  background: #ff9500;
}
.hero-area .post-box-text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.hero-area .recent-cart {
  font-weight: 700;
  font-size: 14px;
  padding: 6px 16px;
  line-height: 1;
  display: inline-block;
  top: 0;
  left: 0;
}

.ihnjuihnbdhsf .recent-cart, .billboard-add-wrapper .recent-cart{
  border: 1px solid #bdbdbd;
}

.hero-area .recent-cart a {
  color: #fff;
  font-family: var(--red-hat-display-font-family);
}

/*section 1 end*/

/*city listing start*/

.city-listing-wrapper h2{
    text-transform: capitalize;
}

.uinjhujjhadjbsdf{
    border-radius: 10px;
    height: 215px;
    overflow: hidden;
}

.sfrsfrrttt{
    height: auto;
}

/*city listing end*/

/*modal start*/

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 2.5rem;
  width: 30em;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: var(--clr-neutral);
  color: var(--clr-dark);
  transition: color 0.12s ease-in-out;
}
.close-button:hover {
  color: var(--clr-main);
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/*modal end*/

/*section 2 start*/

.hero-03-wrapper .hero-text {
  padding: 30px;
}

.knmihbhher_wrapper h6 .cdfgdvcfdd{
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
}

.knmihbhher_wrapper p{
    font-size: 1rem !important;
}

.knmihbhher_wrapper .cfrdfftyhfhfg{
    font-size: 1rem;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #333333;
}

.cdfgdvcfdd h6{
    font-weight: 500 !important;
}

.knmihbhher_wrapper .card{
    overflow: initial !important;
}

.knmihbhher_wrapper h6:last-child .cdfgdvcfdd{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.knmihbhher_wrapper .card{
    border: none !important;
}

.knmihbhher_wrapper .btn:hover, .knmihbhher_wrapper .btn:focus{
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
}

.sb-hdng.sticky-top{
    top: 5rem;
}

.djheerrewriwrewrewr{
    border-radius: 10px;
    overflow: hidden;
}

.knmihbhher_wrapper i{
    font-size: 0.7rem;
    color: var(--hf-main-background-color);
}

.lifestyle-img{
    position: relative;
}

.ihnjuihnbdhsf{
    position: absolute;
    right: 0 !important;
    top: 0;
}

.section-title h4 {
  font-size: 1.8rem;
  padding-bottom: 13px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 700;
}

.hero-meta > span {
  font-size: 14px;
  color: #000;
  font-weight: 800;
  margin-right: 15px;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: var(--red-hat-display-font-family);
}

.hero-text h3 > a {
  transition: 0.3s;
  font-size: 2rem;
}

.hero-meta a {
  color: #000;
  font-family: var(--red-hat-display-font-family);
}

.hero-text > a {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  transition: 0.3s;
  font-family: var(--red-hat-display-font-family);
}

.hero-03-wrapper .post-cart {
  position: absolute;
  top: 20px;
  left: 30px;
  font-family: var(--red-hat-display-font-family);
}

.hero-03-wrapper .hero-text h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 7px;
  margin-bottom: 11px;
}

.post-cart {
  position: absolute;
  top: 30px;
  left: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  background: var(--orange-main-background-color);
  padding: 6px 18px;
  line-height: 1;
}

.post-sm-img > a img {
  width: 120px;
  height: 80px;
}

.post-sm-img {
  position: relative;
  margin-right: 20px;
}

.post-content-meta span {
  margin-right: 10px;
}

.post-content-meta span a{
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.cnhinuihi{
    border-radius: 25px;
}

.vcxdvghjfgv .recent-cart{
    border: 1px solid #bdbdbd;
}

.cnhinuihi span{
    color: #000;
    font-size: 0.8rem !important;
    font-weight: 600;
}

.cnhinuihi.ab{
    top: 0;
}

.dhikjupujfbdg, .ytunyutuyututy, .lifestyle-wrapper{
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 10px;
}

.lifestyle-wrapper h4.news-sub-title{
    font-weight: 400 !important;
    color: #5f5f5f;
    text-transform: capitalize;
}

.lifestyle-wrapper h4.news-sub-title i{
    color: var(--hf-main-background-color);
}

.lifestyle-wrapper p.new-brief{
    background: #f0f0f0;
    border-radius: 8px;
    font-style: italic;
    padding: 1rem 1rem;
}

.loaczczxcder {
  position: relative;
  width: 2.5em;
  height: 1.5em;
  transform: rotate(165deg);
}
.loaczczxcder:before, .loaczczxcder:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 0.2em;
  transform: translate(-50%, -50%) rotate(18deg);
}
.loaczczxcder:before {
  animation: before 2s infinite;
}
.loaczczxcder:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.2em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 1.8em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.2em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.2em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 1.8em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.2em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.post-content-meta span i{
    color: var(--hf-main-background-color);
}

.meta-1 {
  text-transform: uppercase;
  color: var(--orange-main-background-color);
  font-weight: 700;
  font-size: 13px;
  font-family: var(--red-hat-display-font-family);
}

.meta-4 {
  color: #fb2578;
}

.post-2-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 5px;
}

.post-2-content h4 a{
    font-size: 14px !important;
}

.post-2-content .post-content-meta span a{
    font-size: 12px;
}

.meta-11 {
  color: #888;
  font-family: var(--red-hat-display-font-family);
}

.meta-2 {
  color: #4ca80b;
}

.meta-3 {
  color: #007bff;
}

.latest-news-button a {
  color: var(--orange-main-background-color);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  font-family: var(--red-hat-display-font-family);
  transform: translateY(-2rem);
}

.meta-cart {
  color: var(--orange-main-background-color);
  position: relative;
  margin-right: 12px;
}

.meta-box {
  font-size: 13px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.postbox-3 .meta-box {
  letter-spacing: 0;
}

.postbox-3 .post-box-text h4 {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.4;
}

.hero-meta > span i{
    color: var(--hf-main-background-color);
}

.post-box-text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.post-box-cart1 {
  font-weight: 400;
  font-size: 14px;
}

.postbox-3 .post-box-meta {
  margin-top: 6px;
}

.cart-2 {
  color: #007bff;
}

.cart-3 {
  color: #4ca80b;
}

.cart-5 {
  color: #ff9500;
}

.lifestyle-02-text > a {
  font-size: 1rem;
  color: #222;
  font-weight: 600;
  transition: 0.3s;
  font-family: var(--red-hat-display-font-family);
  padding:8px 20px;
  border:2px solid #FB2578;
  border-radius:6px;
}

.lifestyle-02-text > a:hover 
{
    background-color:#FB2578;
    color:white;
    transition:0.5s;
    
}

.gjhfgf58
{
    width:100%;
    height:130px !important;
}
.lkju
{
    margin-top:15px !important;
}

.rtrfghjfgfg
{
    margin: 10px 0 2.5rem 0 !important;
}

.djn_uinkdferr{
    margin-bottom: 1rem;
}

.ghfgh5 p 
{
    color: #707070 !important;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0 !important;
}

.rtrfghjfgfg
{
    margin-bottom:10px;
    margin:auto;
    
}

.blue
{
    color:#1877F2 !important;
}

.efsdewrererr{
    right: initial !important;
    left: 0;
}

.uinherowewrerr .ihnjuihnbdhsf{
    display: none;
}

.uinherowewrerr h4 a{
    font-family: var(--news-feed-font-family) !important;
}

.uinherowewrerr .rtrfghjfgfg{
    flex-wrap: wrap;
}

.gdwbeurtryryy .lifestyle-img{
    height: 196px;
    overflow: hidden;
}

.uhjnfioierojrt h2 a{
    font-size: 3rem !important;
}

.dsefregrtyfrdsrser .col-lg-7 a{
    height: 150px;
    display: block;
    overflow: hidden;
}

.ghfgh5255 i 
{
    font-size:20px;
    padding-left:8px;
}

.ghfgh5255 i:nth-of-type(6n - 5){
    color: #3A5696;
}

.ghfgh5255 i:nth-of-type(6n - 4){
    color: #1D9CEB;
}

.ghfgh5255 i:nth-of-type(6n - 3){
    color: #0073AF;
}

.ghfgh5255 i:nth-of-type(6n - 2){
    color: #3EBE4D;
}

.ghfgh5255 i:nth-of-type(6n - 1){
    color: #BD15BA;
}

.ghfgh5255 i:nth-of-type(6n){
    color: #E04D3B;
}

.dftsevdfggdg{
    justify-content: start initial;
}

.section-title {
  border-bottom: 2px solid #eeeeee;
}

.post-img img {
  width: 100%;
}

.cgsfrdadewre{
    left: 0;
}

/*section 2 end*/
/*other sections start*/
.newsletter-02-wrapper {
  padding: 48px 46px 70px 40px;
}

.search-title h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.pro-filter select {
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #222;
  display: inline-block;
  text-transform: capitalize;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  border: none;
  margin-bottom: 10px;
}

.newsletter-02-wrapper .newsletter-button button {
  background: var(--orange-main-background-color);
  padding: 14px 148px;
  width: 100%;
}

.newsletter-button button {
  background: #222;
  color: #ffffff;
  line-height: 1;
  padding: 21px 122px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.postbox-5 .post-box-text {
  margin-top: 11px;
}

.postbox-4 .post-box-text h4 {
  font-size: 18px;
}

.lifestyle-03-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.post-box-meta a{
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

.lifestyle-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 13px;
}

.lifestyle-text h4 a{
    text-transform: capitalize;
}

.indkerwere_icon {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: 1.2rem;
    transform: scaleX(-1);
}

.indkerwere_icon:hover{
    transition: 0.3s ease-in-out;
    color: var(--orange-main-background-color);
}

.duinewhre__wrer{
    border: 1px solid #e3e3e3;
    top: 2.5rem;
    right: 0;
    transition: 0.3s ease-in-out;
}

.uiniuhderrroit_ooper{
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -2; 
}

.duinewhre__wrer p{
    font-family: var(--red-hat-display-font-family);
    font-size: 1rem;
    color: #000;
}

.duinewhre__wrer:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid var(--orange-main-background-color);
    border-radius: 3px;
    top: -1rem;
    right: 0;
}

.duihenreiwure i{
    color: #FB2578;
}




.mre-qtes{
    border-top: 1px solid #eeeeee; 
}
 
.mre-qtes .uinjhujjhadjbsdf{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    align-items: baseline;
}


.snd-btes .uinjhujjhadjbsdf{
    align-items: initial !important;
}


.snd-btes .uinjhujjhadjbsdf p{
    font-weight: 600;
}

.city-listing-wrapper .uinjhujjhadjbsdf{
    height: auto;
    border: 1px solid #e7e7e7;
}




.new-uiniuhderrroit_ooper{
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -2; 
}

.new-duinewhre__wrer{
    border: 1px solid #e3e3e3;
    top: 31rem;
    right: 0;
    transition: 0.3s ease-in-out;
}

.new-duinewhre__wrer:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid var(--orange-main-background-color);
    border-radius: 3px;
    top: -1rem;
    right: 3rem;
}

.new-duinewhre__wrer p{
    font-family: var(--red-hat-display-font-family);
    font-size: 1rem;
    color: #000;
}

.new-duinewhre__wrer .fcffsctvcter .form-group{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.new-duinewhre__wrer .fcffsctvcter .form-group i{
    font-size: 1.4rem !important;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new-duinewhre__wrer .fcffsctvcter .form-group.fb{
    background: #4867AA;
}

.new-duinewhre__wrer .fcffsctvcter .form-group.wa{
    background: #30D14E;
}

.new-duinewhre__wrer .fcffsctvcter .form-group.ldi{
    background: #0077B5;
}

.new-duinewhre__wrer .fcffsctvcter .form-group.twt{
    background: #1DA1F2;
}

.new-duinewhre__wrer .fcffsctvcter .form-group.tl{
    background: #279DDA;
}

.hthghtg h6 
{
    margin-bottom:0;
}

.nff img 
{
  width: 40px;
  height: 40px;
}


.fcffsctvcter{
    flex-wrap: wrap;
}

.fcffsctvcter label{
    font-size: 1.1rem;
    color: #646464;
}

.latest-newss-button a {
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  font-family: var(--red-hat-display-font-family);
}

.post-content span {
  font-size: 15px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 0;
}

.post-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.recent-news-img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.904) 100%);
}

.recent-news-text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 20px 20px 16px;
}

.color-8 {
  background: #ff9500;
}

.recent-cart {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 16px;
  line-height: 1;
  display: inline-block;
}
.recent-cart a {
  color: #fff !important;
  font-family: var(--red-hat-display-font-family);
}

.recent-news-text-03 h5 {
  font-size: 22px;
  margin-top: 13px;
}

.recent-news-text h5 > a {
  color: #ffffff;
  transition: 0.3s;
  font-size: 1.8rem;
}

.meta-22 {
  color: #d5d5d5;
}

.color-2 {
  background: #007bff;
}

.post-box-cart{
    top: 0;
    left: 0;
}

.post-box-cart1{
    text-transform: uppercase;
}

.post-box-cart a {
  color: #ffffff;
  font-family: var(--red-hat-display-font-family);
}

.post-box-cart {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 15px;
  display: inline-block;
}

.post-box-cart1 a i {
  color: var(--hf-main-background-color);
  font-size: 11px;
  position: relative;
  right: 4px;
}

.color-1 {
  background: var(--orange-main-background-color);
}

.color-5 {
  background: #fb2578;
}

.testimonial-wrapper {
  padding: 33px 40px 38px 35px;
  border: 1px solid #e5e5e5;
}

.client-say-img {
  float: left;
  margin-right: 15px;
}

.client-say-content h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.client-say-content span {
  font-size: 13px;
  color: var(--orange-main-background-color);
  font-weight: 400;
  text-transform: uppercase;
}

.lifestyle-03-text {
  margin-top: 20px;
}

.area-title h3 {
  color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.area-title::before {
  position: absolute;
  height: 1px;
  width: 30px;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  bottom: 0;
}

.color-4 {
  background: #da1793;
}

.recent-news-text h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  margin-top: 9px;
}

.news-02-meta {
  margin-top: 6px;
}

.color-3 {
  background: #4ca80b;
}

.breaking-bg {
  padding: 30px 50px 10px;
}

.breaking-wrapper {
  background: #ffffff;
  padding: 20px;
}

/*other sections end*/
/**/
.dihnewr_hewrewrewr {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #888;
  z-index: 999999999;
  text-align: center;
}

.doijewrewrewr {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--text-color);
  margin: auto;
}

.cstm-mdal-btn{
    cursor: pointer;
}

.cstm-mdal-wrppr{ 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999999999;
    opacity: 1; 
    transition: 0.3s ease-in-out;
} 
 
.cstm-mdl-hide{
    height: 0;
    width: 0;
    z-index: -999;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.oifdshfmsfsf{
    color: #fff;
    position: absolute;
    top: -2rem;
    right: -2rem;
    cursor: pointer;
}

.cstm-mdal-main{
    width: 40rem;
    max-width: 90%;
    position: relative;
    margin: 3rem auto;
    border-radius: 10px;
}

.csvcuoipgvvxvc{
    height: 31rem;
    overflow-y: auto;
}


.ggtht 
{
    margin-left:25px;
}

.csvcuoipgvvxvc a{
    font-weight: 800;
    color: #000000;
}

.csdfsdjpeiriorntrt-wrapper .cnhinuihi{
    border: 1px solid #bdbdbd;
}

.dbjbuirhgwser{
    border-radius: 8px;
}

.fsffxcvsdfsf .hero-img{
    border-radius: 10px;
    overflow: hidden;
}

.mlmojvmvff{
    left: 0;
}

.cdfgdvcfdd .btn:focus-visible{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.doijewrewrewr i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
}

.dihnewr_hewrewrewr h6 {
  font-size: 1.2rem;
  margin-top: 3px;
  color: #575757 !important;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.ikdjniewrwerewr {
  width: 20%;
  text-align: center;
  margin: 0 5px;
}

.ikdjniewrwerewr h6 {
  font-family: var(--red-hat-display-font-family);
  font-size: 14px !important;
}

/**/



/*more menu options start*/

.more-menus-options-wrapper{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    bottom: 3rem;
    left: 0;
    width: 40%;
    max-width: 100%;
    height: auto;
    z-index: 9999999;
    border-radius: 0;
    transform: initial;
    transition: transform 0.3s ease-in-out;
}

.sdfsfesrcsrsaecer{
    left: 10%;
}

.more-menus-options-wrapper-hide{
    z-index: -99999999999 !important;
    height: 0 !important;
    opacity: 0;
    transform: translateY(5rem) !important;
    transition: transform 0.3s ease-in-out;
}

.inihjjkosdrsdr{
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.inihjjkosdrsdr .ikdjniewrwerewr{
    word-wrap: break-word;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 15px 5px 5px 5px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.inihjjkosdrsdr .ikdjniewrwerewr:hover{
    background: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid #eeeeee;
    transition: 0.3s ease-in-out;
}


/*more menu options end*/



#button {
  display: inline-block;
  background-color: var(--orange-main-background-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 8rem;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}





/*submit a post start*/

.uininneiwr i{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    margin-right: 0.5rem;
    text-align: center;
    line-height: 1.5;
    color: var(--hf-main-background-color);
}

#bottom-bar .fa-info{
    font-size: 1rem !important;
}

.oidkniewrwer{
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.oidkniewrwer i{
    display: block;
    font-size: 2rem;
    color: var(--hf-main-background-color);
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    line-height: 1.6;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.oidkniewrwer h4{
    text-transform: capitalize;
    font-size: 1.2rem !important;
    color: #3b3b3b;
}

.uihnuidewirer_wrapper.sticky-top h4 img{
    width: 2rem;
    margin-right: 0.5rem;
}

.oidkniewrwer p{
    font-size: 1rem !important;
}

.fiunkjer{
    flex-wrap: wrap;
}

.fiunkjer .form-check-input{
    margin-top: 0.4rem;
}

/*submit a post end*/




/*become subscriber start*/

.iuniuderr_modal{
    min-width: 400px;
    max-width: 35%;
    margin: auto;
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 999999999;
    text-align: center;
    text-transform: capitalize;
}

.iunidewirwerer{
    display: none;
}

.iuniuderr_modal_fade{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999999999;
    transition: 0.3s ease-in-out;
}

.iuniuderr_modal h4{
    color: #4f4f4f;
}

/*become subscriber end*/




/*post feed start*/



.post-feed-wrapper nav{/*** Nav Bar Start ***/
    height: 54px;
    border-bottom: 1px solid rgb(219,219,219);
}
.post-feed-wrapper #nav-bar {
    margin-left: 12%;
    padding: 0 6px;
}
.post-feed-wrapper #nav-buttons {
    padding: 0;
    justify-content: end;
}
.post-feed-wrapper #logo {
    cursor: pointer;
}
.post-feed-wrapper #search-bar {/* Search Input */
    padding: 3px 10px 3px 26px;
    border-radius: 3px;
    outline: 0;
    width: 215px;
    height: 28px;
    background-color: rgb(250,250,250);
}
.post-feed-wrapper .nav-item {/* Nav Buttons */
    background-color: transparent;
    border: none;
}

.post-feed-wrapper #profile {/* Profile Photo */
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}/*** Nav Bar End ***/

.post-feed-wrapper #storySide {/*** Story Side Start ***/
    overflow: hidden;
    position: relative;
    margin-top: 4.8rem;
}
.list-unstyled li.col{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#story-photo {/* Story Profile Photo */
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--orange-main-background-color);
    padding: 1px;
    cursor: pointer;
    object-fit: cover;
    margin: auto;
}

.hfgh58 p
{
    padding-left:5px;
}
.bfghf10 p 
{
    font-size:16px;
}

.border-0
{
    font-weight:600;
}

/*.hfgh58 img*/
/*{*/
/*    width:35px;*/
/*    height:35px;*/
/*}*/

.hfgh58 
{
    align-items:baseline;
}

.dfvghdfghu659
{
    padding:20px 0;
}

.bfghf10 
{
    padding:10px;
}

.dsftydszrstt h6{
    font-size: 14px !important;
}

#side-profile {/*** Right Panel ***/
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}
#side-nick {/* Profile Nick */
    color: #262626;
    cursor: pointer;
    font-weight: 600;
    font-size:20px !important;

}
#side-name {/* Profile Name and Surname */
    color: #8e8e8e;
    font-size:15px;
    padding-top:-5px;
    margin-bottom: 0 !important;
}
#switch {
    color: var(--hf-main-background-color);
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
}
#suggestion {/* Suggestion For You */
    color: #8e8e8e;
    font-weight: 600;
    font-size:17px;
}
#see-all {
    cursor: pointer;
    color: #262626;
    font-weight: 700;
    padding-left:5px;
}
#suggestion-photo {/* Account Suggestion Photos */
    width: 65px;
    height: 65px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}
.list-unstyled li.col .lh-1{
    text-align: left !important;
}
#suggestion-nick {/* Account Suggestion Nick */
    color: #262626;
    font-weight: 600;
    text-transform: none;
    font-size:18px !important;
}
.dewfdtghtyuuh.sticky-top{
    top: 18%;
}
#suggestion-nick:hover {
    text-decoration: underline;
    cursor: pointer
}
#suggestion-info {/* Followed by | New to IG */
    color: #8e8e8e;
    margin-top: -4px;
    margin-bottom: 0 !important;
    font-size:15px;
    line-height:19px;
    display: none !important;
}
.list-unstyled li.mb-1{
    margin-bottom: 10px !important;
}
.lifestyle-wrapper h4{
    margin-bottom: 0 !important;
}
#suggestion-follow {/*** Right Panel End ***/
    color: var(--hf-main-background-color);
    cursor: pointer;
    font-weight: 600;
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
#post {/*** Main Side ***/
    width: 100%;
    height: 440px;
    object-fit: cover;
    
}
#post-nick {/*** Post Owner Nick ***/
    text-transform: initial;
    font-weight: 600;
    color: #262626;
}
.udjnbueiwrer h4{
    text-transform: capitalize;
    color: var(--hf-main-background-color);
    font-weight: 700 !important;
}

.sfcdsrdsweerr .duinewhre__wrer {
    top: 3.5rem;
}

.sfcdsrdsweerr .duinewhre__wrer:before {
    right: 1.1rem;
}

.fscdftgdfsded{
    border-bottom: 1px solid #ccc;
}

#idnehurrwqq{
    font-size: 1.5rem;
}

#idnehurrwqq:hover{
    animation: gearpulse 4s infinite;
    transition: 0.3s ease-in-out;
}

@keyframes gearpulse{
    100%{
       transform: rotate(360deg); 
    }
}

#post-nick:hover {
    text-decoration: underline;
}
#dots {
    cursor: pointer;
}

.gtht5 
{
    margin-left:20px;
}
#buttons{
    fill: #0a0908;
    margin: 6px;
    cursor: pointer;
}
#buttons:last-child {
    float: right;
    margin-right: 1rem;
}
#buttons:first-child {
    margin-left: 1rem;
}

#subtitle-profile {/* Photo on the likes */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}
#show-comments {/* View All Comments */
    color: #000 !important;
    font-weight: 600;
    cursor: pointer;
}
#comment-like {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.post-feed-wrapper #icons {/* Emoji */
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#time-info{
    font-size: 14px;
}
#comment-input {
    color: #262626;
    outline: none;
    text-align: start;
}/*** Main End ***/

#bottom-bar h6{
    margin-right: 10px !important;
}

#bottom-bar i{
    font-size: 1.4rem;
}

#bottom-bar i.bi-hand-thumbs-up,
#bottom-bar i.bi-chat-square-dots{
    margin: 10px;
    color: var(--hf-main-background-color);
    width: 2rem;
    height: 2rem;
    display: block;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#bottom-bar i.bi-hand-thumbs-up{
    line-height: 1.2;
}

.fefdsfasaeeee{
    color: var(--hf-main-background-color);
}

#bottom-bar i.bi-chat-square-dots{
    line-height: 1.4;
}

.post-feed-wrapper #footer {/*** Footer Start ***/
    color: #c7c7c7;
}
.post-feed-wrapper #footer-pages {
    color: #c7c7c7;
    text-decoration: none; 
    margin-left: -8px;
}
.post-feed-wrapper #footer-pages:first-child {
    list-style: none;
}

.bfghf 
{
    padding:10px;
}
.bfghf p{
    color: #000 !important;
}
#post-profile {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}/*** Footer End ***/
#post-profile-story {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--orange-main-background-color);
    padding: 1px;
}/*** Footer End ***/

/*** Mobile Elements ***/
#mobile-top-nav {
    display: none;
}
#mobile-storySide {
    display: none;
}
#post-side-mobile {
    display: none;
}
#mobile-bottom-nav {
    display: none;
}

@media only screen and (max-width: 1400px){
  .post-feed-wrapper #nav-buttons {
        justify-content: end !important;
    }
    .post-feed-wrapper .col-9 {
        width: 79% ;
    }
}
@media only screen and (max-width: 1200px){
  .post-feed-wrapper .col-9 {
        width: 75%;
    }
}
@media only screen and (max-width: 800px){
  .post-feed-wrapper .container, #nav-bar {
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important; 
    }
    .post-feed-wrapper #logo {
        margin-left: 1rem;
    }
    .post-feed-wrapper #nav-buttons{
        margin-right: 1rem;
    }
}

@media only screen and (max-width: 500px){
  .post-feed-wrapper .navbar {
        display: none;
    }
    .post-feed-wrapper #mobile-top-nav {
        display: flex;
        height: 48px;
    }
    .post-feed-wrapper #logo {
        margin-left: 0;
    }
    .post-feed-wrapper aside {
        margin: 0;
        padding: 0 !important;
    }
    #story-photo {
        padding: 1.6px;
    }
    #mobile-storySide ul li{
        margin: 0 8px;
    }
    #story-photo-noBorder{
        width: 64px;
        height: 64px;
        border-radius: 50%;
        border: none;
        padding: 1px;
        cursor: pointer;
        object-fit: cover;
    }
    #plus {
        border-radius: 50%;
        margin-left: -1.2rem;
        margin-top: 72%;
        border: 0.2px solid white;
    }
    #post-side-mobile {
        display: flex;
    }
    #mobile-bottom-nav {
        display: flex;
    }
    main {
        padding: 0 !important;
    }
    #post-top-bar {
        margin: 0 1rem;
    }
    #bottom-bar {
        font-size: 14px;
        margin: 0 1rem;
    }
}

/*post feed end*/








/*celebration start*/

.uihjjedrwriewrr label{
  max-height: initial !important;
}

.bnbuhnkjaskhse .duinewhre__wrer:before {
    right: 19px;
}

.bnbuhnkjaskhse .duinewhre__wrer {
    top: 3.5rem;
}

.uihjjedrwriewrr .post-feed-wrapper label{
  font-size: 1.2rem;
  margin-left: 0.4rem;  
}

.uihjjedrwriewrr #post-nick{
  font-weight: 800 !important;
  text-transform: none;
}

.ihdnuiehwrewr h4{
  color: var(--hf-main-background-color);
  text-transform: uppercase;
  font-weight: 700 !important;
}

.ihdnuiehwrewr p{
  color: #000;
}

.dfewfretghy h5.uiaduihewrewr{
  border-left: 4px solid var(--hf-main-background-color);
  padding-left: 0.4rem;
  text-transform: uppercase;
  font-size: 1rem !important;
  color: #000 !important;
  font-weight: 700 !important;
}

.idhewrwerewr{
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

.idhewrwerewr img{
  object-fit: cover;
  transform: scale(2);
}

.uihndiwmerewrer span{
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 800;
  color: #bdbdbd;
}

.uihndiwmerewrer{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -36px;
}

.dfewfretghy.sticky-top{
  top: 18%;
}

.iduhewniruwerewr h5{
  text-transform: capitalize;
  font-weight: 700 !important;
}

.iduhewniruwerewr h6{
  color: #bdbdbd;
  font-size: 14px !important;
}

.iduhewniruwerewr h6:before{
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: -1.4px;
  border-radius: 50%;
  z-index: -2;
  background: var(--hf-main-background-color);
}

.iduhewniruwerewr h6::first-letter{
  color: #fff;
}

/*celebration end*/



/*help start*/

.inufportre_tert:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
}

.inufportre_tert p{
    color: #fff;
}

.ldfsdfsopk .form-control{
    padding: 1.5rem 3.5rem 1.5rem 1rem !important;
    border-radius: 25px !important;
}

.ldfsdfsopk .form-control::placeholder{
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.ldfsdfsopk i{
    color: var(--orange-main-background-color);
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
    font-size: 1.4rem;
}

:root {
  --white: #ecf0f1;
  --dark: #2c3e50;
}

.scroll-down {
  position: absolute;
  bottom: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-down .scroll {
  width: 2rem;
  height: 4rem;
  border: 2px solid var(--white);
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-down .scroll span {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background: var(--white);
  border-radius: 50%;
  animation: cursor-slide 1.15s linear infinite;
}

.scroll-down .arrow-down {
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid transparent;
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  transform: rotate(45deg);
  margin-top: 0.3rem;
  animation: arrow-pulse 1.15s linear infinite;
}

/* Keyframes */

@keyframes cursor-slide {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(1rem);
  }
}

@keyframes arrow-pulse {
  0 {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.50;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

/*help end*/





/*news desc start*/

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}
.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	padding: 10px;
	margin: 10px;
	color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
	width: 2.5rem;
    height: 2.5rem;
}
/******* Bnt Full********
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%; 
    height: 80%;
    top: 24px;
}**/

.MultiCarousel .leftLst {
	left: 0;
}
.MultiCarousel .rightLst {
	right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #fff;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

/*news desc end*/






/*footer start*/
footer .footer-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 26px;
  font-family: var(--red-hat-display-font-family);
}
footer .footer-icon a {
  font-size: 13px;
  margin-right: 6px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
footer .social-icon a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
}
footer .fb {
  background: #1f3d7c;
}
footer .twit {
  background: #008de4;
}
footer .insta {
  background: var(--orange-main-background-color);
}
footer .pin {
  background: #990011;
}
footer .google {
  background: #df3520;
}
footer .dribbble {
  background: #fb2578;
}
footer .footer-bottom-link a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  font-weight: 400;
  padding: 0 9px;
}
.footer-area.blue-bg{
    background: var(--hf-main-background-color) !important;
}
.footer-wrapper p{
    color: #fff !important;
}
footer .footer-border-top {
  border-top: 1px solid #fff;
}
footer .copyright p a {
  color: var(--orange-main-background-color);
}

.footer-bottom-area .copyright{
    margin-top: 1.4rem;
}

.footer-bottom-area .copyright p{
  margin-bottom: 0 !important;
  color: #fff !important;
}

.logo,
.footer-logo img {
  width: 5rem;
}

/*footer end*//*# sourceMappingURL=style.css.map */