@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body {
  /* background-color: #fef9ec9e; */
}
h2{
  font-family: "Marcellus", serif;
}
a{
  text-decoration: none;
  color: #000;
}
.para {
  font-size: 19px;
  letter-spacing: 0.55px;
  line-height: 30px;
}
.ivv{
  margin-top: 7rem;
}
.cta12{
    cursor:pointer;
}

.navb {
    padding: 0px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.navitem ul {
    display: flex;
    align-items: center;
    gap: 65px;
    justify-content: end;
}
.ggter12{
    display:none;
}
.retret{
    display:grid !important;
    justify-content:start !important;
}
/*.navitem ul li a {*/
/*  font-size: 20px;*/
/*  letter-spacing: 0.55px;*/
/*  color: #000;*/
/*  font-weight: 400;*/
/*}*/
.navitem ul li a {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
.to {
  height: 50px;
  width: 50px;
  background-color: #c17800;
  border-radius: 50%;
  margin-left: auto;
}
.to img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  filter: brightness(0)invert(1);
}



.swiperbanner{
  width: 100%;
  height: 100%;
}

.swiperbanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: initial;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiperbanner .swiper-slide::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgb(255 255 255), transparent 20%, transparent 50%, #bb965eba);
  background-size: contain;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 7;
}
.swiperbanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiperbanner .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: fit-content !important;
  display: grid;
  gap: 50px;
  right: 3%;
  left: initial !important;
  top: 48%;
  height: fit-content;
}
.swiperbanner .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  background: #000000 !important;
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  opacity: 0.5 !important;
  position: relative;

}
.swiperbanner .swiper-pagination-bullet-active{
  opacity: 1 !important;
}
.swiperbanner .swiper-pagination-bullet::after{
  position: absolute;
  content: "";
  border: 1px solid #000000;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.bannerdata {
    left: -11%;
    top: 27%;
    transform: translateX(-50%);
    width: 63%;
    background-color: #ffffffa8;
    text-align: left;
    padding: 3rem;
    backdrop-filter: blur(2px);
    z-index: 99;
}
.btn1 a {
    padding: 8px 20px 13px 20px;
    font-size: 20px;
    background-color: #c17800;
    border: 1px solid #c17800;
    color: #fff;
    /* line-height: 46px; */
    border-radius: 30px;
    display: flex;
    gap: 15px;
    width: fit-content;
    align-items: center;
    transition:all .3s;
}

.btn1 a:hover{
    background-color:transparent;
    color:#bc9666;
    transition:all .3s;
}
.btn1 a img {
  filter: brightness(0) invert(1);
  padding-top: 7px;
}
.btn1 a:hover img{
    filter: initial;
}
.bannerdata span{
  font-size: 17px;
  letter-spacing: 0.55px;
  color: #000;
}
.bannerdata h2 {
    font-size: 34px;
    letter-spacing: 1px;
    color: #000;
    margin: 15px 0;
    line-height: 60px;
}
.play{
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.play::before {
  position: absolute;
  content: "";
  /* background-color: #fc0a0a; */
  background-size: contain;
  border: 11px solid #ffffff;
  height: 145%;
  width: 145%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(1);
  z-index: -999999;
  border-radius: 50%;
  animation: animate 2s infinite linear;
}
@keyframes animate{
  0%{
    transform: translate(-50%, -50%)scale(1);
    opacity: 1;
  }
  100%{
    transform: translate(-50%, -50%)scale(1.2);
    opacity: 0;
  }
}
.play img{
  width: 20px;
  height: 20px !important;
  object-fit: contain !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}


.ab1img {
  bottom: -12%;
  right: 10%;
}

.ab1img img {
  width: 370px;
  height: 370px;
}

.rightabt span{
  font-size: 18px;
  letter-spacing: 2px;
  color: gray;
}
.rightabt h2{
  font-size: 40px;
  letter-spacing: 0.55px;
  margin: 10px 0;
}
.df h4 {
    font-size: 25px;
    letter-spacing: 0.55px;
    line-height: 37px;
    margin: 1rem 0;
    color: gray;
    font-weight: 500;
}

.dream h1 {
  font-size: 120px;
  color: lightgray;
  font-weight: 700;
  letter-spacing: 6px;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #371c321f;
  -webkit-text-fill-color: unset;
}
.dream {
  top: 5%;
  left: -7%;
  z-index: -1;
}
.dream1 {
    top:-5% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
}


.serlist {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 2rem;
    border: 1px solid #ffffff75;
    justify-content: left;
    background-color: #ffffff42;
    backdrop-filter: blur(11px);
    transition:all .3s;
}
.serlist:hover{
    background-color: #3e03442e;
}

.serimg img{
  width: 50px;
  filter: brightness(0)invert(1);
}
.sertxt h5 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #ffffff;
}
.sertxt p {
  font-size: 18px;
  color: #ffd38d;
  font-weight: 400;
  letter-spacing: 0.55px;
}
/*#ffd38d*/


.service {
  background-image: url(../images/serimg.jpg);
  padding: 4rem 0;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-size: cover;
}
.service::after {
  position: absolute;
  content: "";
  background-color: #00000080;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}


.hy h5 {
  font-size: 24px;
  letter-spacing: 0.55px;
  margin-bottom: 10px;
  font-weight: 400;
}

.btx a {
  font-size: 16px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: #bc9666;
  font-weight: 500;
}
.newslist {
  padding: 1.5rem;
  background-color: #fff3e36e;
  /*#bbb8bb1c*/
}

.outl h3{
  font-size: 120px;
  color: lightgray;
  font-weight: 700;
  letter-spacing: 6px;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #371c321f;
  -webkit-text-fill-color: unset;
}
.outl {
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}


.footer {
    padding: 4rem 0 0rem;
    background-color: #ffe8c2;
}
.link-widget ul{
  padding: 0;
  list-style-type: none;
}
.link-widget ul li a {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000;
}
.link-widget ul li{
  padding: 5px 0;
}

.copyright {
    font-size: 20px;
    letter-spacing: 0.55px;
    padding: 1rem 0;
}
.navbnew {
  background-color: #fff;
  box-shadow: black 0px 5px 13px -14px;
}

.fr input{
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  border: none;
}
.frm{
  border: 1px solid #000000;
  margin-top: 20px;
}
.bbt a{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.55px;
}



.page-header {
    margin-top: 7.5rem;
    overflow: hidden;
    /* box-shadow: inset #c6a0724a 0px -39px 25px 6px; */
    /* background: linear-gradient(90deg, #c6a0717d, transparent); */
    background: linear-gradient(90deg, #ffba47ab, #00000000);
}
.w-85 {
  width: 85%;
}
.left-hdr {
  position: relative;
}
.left-hdr h2 {
  font-size: 70px;
  letter-spacing: 0.55px;
  line-height: 85px;
}
/* .left-hdrnew::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #e8d7bf, #f1e6d5);
  background-size: contain;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.left-hdr::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #e8d7bf, #f1e6d5);
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 1s;
  transition-delay: .5s;
} */


.contactlist {
    padding: 3rem 2rem;
    text-align: center;
    background-color: #fff;
    border-radius: 21px;
    box-shadow: black 0px 2px 12px -9px;
}
.coimg img {
  width: 40px;
  margin-bottom: 1rem;
}
.condt p {
  font-size: 22px;
  color: #c17800;
  font-weight: 500;
}
.condt span {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.55px;
}

.leftcon h2 {
  font-size: 43px;
  line-height: 58px;
  color: #c17800;
}

.rightcon {
  text-align: center;
  padding: 2rem 2rem 3rem 2rem;
  background-color: #fff;
  border-radius: 17px;
  box-shadow: black 0px 0px 7px -5px;
}
.formhd h2 {
  color: #c17800;
  font-size: 38px;
  letter-spacing: 0.55px;
}
.formwrap input, .formwrap select {
  height: 50px;
}
.formwrap input, .formwrap select, .formwrap textarea {
  border: none;
  border-bottom: 1px solid rgb(198 160 113);
  border-radius: 0;
  background-color: transparent;
  padding-left: 10px;
}
.formwrap input:focus, .formwrap select:focus, .formwrap textarea:focus {
  border: none;
  border-bottom: 1px solid rgb(198 160 113);
  outline: none;
  box-shadow: none;
}
.bookbtn a {
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid #bc9666;
  border-radius: 0;
  display: flex;
  justify-content: center;
  background-color: #bc9666;
  color: #fff;
  transition: all .3s;
}
.bookbtn a:hover {
  background-color: transparent;
  color: #bc9666;
}


.rightabb{
    padding:0 5rem 0 2rem;
}

.abbbb {
    background-image: url(../images/2149828129.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position:relative;
    z-index:1;
}
.abbbb::after {
    position: absolute;
    content: "";
    background-color: #ffffffd4;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(6px);
}
.innermission .col-lg-4:nth-child(1),.innermission .col-lg-4:nth-child(2),.innermission .col-lg-4:nth-child(4){
    border-right:1px solid lightgray;
}




.dropitems {
    top: 82%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: black 0px 0px 14px -10px;
    z-index: 9;
    display: none !important;
    /*background: transparent linear-gradient(180deg, #ffe6c6, #bc9666) 0 0 no-repeat padding-box;*/
    background: transparent linear-gradient(180deg, #d1af77, #fffaf3) 0 0 no-repeat padding-box;
}

.midtmidt1 h2{
    line-height:45px;
}







/*.fdsgfgdfgdfgdfdgfdg{*/
/*    padding-bottom:30px;*/
/*}*/
.navitem ul li {
    padding: 0 0 20px 0;
}
.sdddww p{
    padding:15px 0;
}
.dropdown:hover .dropitems {
    display: flex !important;
    justify-content: initial;
    gap: 0;
    flex-wrap: wrap;
    gap: 15px;
    padding: 60px !important;
    align-items: initial;
    height: 91vh;
}
.dropitems li {
    padding: 10px;
    position: relative;
    z-index: 1;
    width: 32%;
    padding: 10px;
    /* border: 1px solid lightgray; */
    background-color: #fff2e103;
    border-radius: 10px;
    text-align: left;
    width: 100% !important;
}
/*.dropitems li::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #bc9666;*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 0%;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform:translatex(-50%);*/
/*    z-index: -1;*/
/*    transition:all .3s;*/
/*    border-radius:10px;*/
/*}*/
/*.dropitems li:hover::after{*/
/*    width:100%;*/
/*}*/
.dropitems li a{
    display:flex;
    width:100%;
    transition:all .3s;
    justify-content:left;
}
.dropitems li:hover a{
    color: #700079;
}


.leftd img{
    border-radius:15px;
}
.rightd img{
    border-radius:15px;
}
.rightd{
        margin-top: 100px;
}


.kl::after {
    position: absolute;
    content: "";
    border: 1px solid #e7e7e7;
    background-size: contain;
    height: 757px;
    width: 400px;
    top: -13%;
    left: 16%;
    border-radius: 50%;
    z-index: -1;
    transform: rotate(53deg);
}
.kl::before {
    position: absolute;
    content: "";
    border: 1px solid #e7e7e7;
    background-size: contain;
    height: 757px;
    width: 400px;
    top: -13%;
    left: 16%;
    border-radius: 50%;
    z-index: -1;
    transform: rotate(25deg);
}
.visadatarequired h4 {
    margin-bottom: 1rem;
    line-height: 35px;
}
.erqlist h5{
    color: #bc9666;
    line-height: 30px;
    letter-spacing:0.55px;
}

.erqlist p {
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 28px;
    color: gray;
}
.erqlist{
    padding:10px;
}
.visadatarequired{
    position:relative;
}
.visadatarequired::after {
    position: absolute;
    content: "";
    background-color: #d3d3d39c;
    background-size: contain;
    height: 84%;
    width: 0.5px;
    top: 56%;
    left: 47%;
    transform: translate(-50%, -50%);
}
.visadatarequired::before {
    position: absolute;
    content: "";
    background-color: #d3d3d39c;
    background-size: contain;
    height: 0.5px;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.rightabt1 h2 {
    font-size: 26px;
    letter-spacing: 0.55px;
    margin: 10px 0;
    line-height: 41px;
}
.midt1 h2 {
    font-size: 27px;
    line-height: 40px;
}

.qqw{
    padding:5rem 0;
    background-image:url(../images/req.png);
    background-size:cover;
    position:relative;
    z-index:1;
}
.qqw5{
    background-image:url(../images/req5.png);
}
.qqw6{
    background-image:url(../images/req6.jpg);
}
.qqw7{
    background-image:url(../images/req7.jpg);
}
.qqw8{
    background-image:url(../images/req8.jpg);
}
.qqw9{
    background-image:url(../images/req9.jpg);
}
.qqw10{
    background-image:url(../images/req10.jpg);
}
.qqw::after {
    position: absolute;
    content: "";
    background-color: #000000ad;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(3px);
}

.inneracco {
    width: 75%;
    padding: 3rem;
    background-color: #fff3e3;
    border-radius: 15px;
    margin: auto;
    position:relative;
}
.inneracco::after {
    position: absolute;
    content: "";
    background-color: #00000017;
    background-size: contain;
    height: 44%;
    width: 0.5px;
    top: 72%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.leftacco h4{
        font-size: 25px;
    letter-spacing: 0.55px;
}
.inneralldata h4{
    padding: 10px;
    background: linear-gradient(90deg, #cdac7f42, transparent);
    border-radius: 10px 0 0 10px;
    padding-left: 15px;
}


.brx{
    position:relative;
}
/*.brx::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    border-right: 1px solid #c3c3c3;*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 1px;*/
/*    top: 50%;*/
/*    right: -31px;*/
/*    transform: translateY(-50%);*/
/*}*/
.qqqqwwww img{
    width:20px;
}
.ccvewq li a::after{
    border:none !important;
}
.sdddww p{
        font-size: 18px;
    letter-spacing: 0.55px;
}
.sdddww p img{
        width: 21px;
}
.sdddww a img{
        width: 21px;
}
.sdddww p,.sdddww a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    position: relative;
    font-weight: 500;
    color: #000;
}
.navitemsss {
    top: 100%;
    left: 0;
    background-color: #fff;
    gap: 0px !important;
    width: 300px;
    padding: 0;
    justify-content: start !important;
    border-left: 3px solid #440c48;
    display: none  !important;
}
.navitemsss li {
    border-bottom: 1px solid lightgray;
    padding: 5px 0 !important;
}
.dropdownn:hover .navitemsss{
    display: flex !important;
        box-shadow: black 0px 2px 14px -8px;
}
.dropitemsssss {
    background-color: #fff;
    left: 100%;
    top: 0;
    border-left: 3px solid #440c48;
    width: 300px;
    gap: 0 !important;
    transform: translateX(-100%);
    z-index: -1;
    transition:all .3s;
    opacity: 0;
}
.subdrop:hover .dropitemsssss{
    transform: translateX(0%);
    opacity: 1;
        box-shadow: black 0px 2px 14px -8px;
}
.dropitemsssss1 {
    background-color: #fff;
    left: -100%;
    top: 0;
    border-left: 3px solid #440c48;
    width: 300px;
    gap: 0 !important;
    transform: translateX(100%);
    z-index: -1;
    transition:all .3s;
    opacity: 0;
}
.subdrop:hover .dropitemsssss1{
    transform: translateX(0%);
    opacity: 1;
        box-shadow: black 0px 2px 14px -8px;
}
.subsubdropitemsitems{
    transform: translateX(100%) !important;
    z-index: -9;
    opacity: 0 !important;
}
.subsubdropdrop:hover .subsubdropitemsitems{
    transform: translateX(-2%) !important;
    opacity: 1 !important;
        box-shadow: black 0px 2px 14px -8px;
}
.navitemsss a{
    display: flex;
    padding: 10px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.navitemsss a::after{
    position: absolute;
    content: "";
    background-color: #4d1c4d;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.navitemsss a:hover::after{
    width: 100%;
}
.navitemsss a:hover{
    color: #fff !important;
}
.whatz::after {
    position: absolute;
    content: "";
    background-image: none;
    background-size: contain;
    height: 130px;
    width: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    animation: rott infinite 3s linear;
    z-index: 9;
}
.visadatarequired1::after,.visadatarequired1::before{
   background-color:transparent;
}

.sdq{
    padding-left:20px;
    color:#fff;
}
.aaaq {
    padding-left: 35px;
}

.vvvvvv{
        padding: 5rem 0;
    background: linear-gradient(360deg, #fce1be1c, #fce1be1c);
}


.aaaq11{
    border-right: 1px solid lightgray;
}












.right-car {
    padding: 5rem;
}
.headerr h2 {
    font-size: 40px;
    letter-spacing: 0.55px;
    margin: 10px 0;
    line-height: 55px;
}

.asse_list {
    position: relative;
}
.asse_list {
    position: relative;
}
.asse_list {
    padding: 2rem;
    text-align: center;
}
.asse_list h5 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #cfa000;
}

.asse_list::after {
    position: absolute;
    content: "";
    border-right: 1px solid #cfa00045;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}
.col-lg-4:nth-child(3) .asse_list::after {
    position: absolute;
    content: "";
    border-right: none;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}
.zero {
    font-size: 32px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 45px;
}
.card {
    padding: 31px;
    border-radius: 0px;
    border-color: #0000001c;
}

.card {
    padding: 31px;
    border-radius: 0px;
    border-color: #0000001c;
}
.card h3 {
    text-align: center;
    margin-bottom: 7%;
    font-size: 29px;
    letter-spacing: 0.55px;
}
.job-block {
    font-size: 12px;
    color: #5d5c5c;
    margin-bottom: 28px;
    line-height: 1.5;
    border-bottom: 1px solid #0000001f;
    transition: all .7s;
    padding: 18px;
}
.job-block {
    font-size: 12px;
    color: #5d5c5c;
    margin-bottom: 28px;
    line-height: 1.5;
    border-bottom: 1px solid #0000001f;
    transition: all .7s;
    padding: 18px;
}
.job-block a {
    text-decoration: none;
}
.ws {
    display: flex
;
    gap: 12px;
    align-items: center;
}
.ws img {
    width: 23px;
}
.job-block p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.ws p {*/
/*    font-size: 19px;*/
/*    letter-spacing: 0.55px;*/
/*    color: #000;*/
/*    font-weight: 500;*/
/*    line-height: 23px;*/
/*    transition: all .3s;*/
/*}*/

.job-block p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.alt {*/
/*    font-size: 15px;*/
/*    letter-spacing: 0.55px;*/
/*    color: #000000c2;*/
/*    font-weight: 400;*/
/*    line-height: 25px;*/
/*}*/
.card {
    padding: 31px;
    border-radius: 0px;
    border-color: #0000001c;
}
.card {
    padding: 31px;
    border-radius: 0px;
    border-color: #0000001c;
}
.card h3 {
    text-align: center;
    margin-bottom: 7%;
    font-size: 29px;
    letter-spacing: 0.55px;
}
.car-fr .form-input {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 14px 24px;
    border: 1px solid lightgray;
    border-radius: 1px;
    -webkit-transition: all 0.25sease;
    color: grey;
    padding-left: 11px !important;
}
.car-fr .form-input2 {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 63px 25px;
    border: 1px solid lightgray;
    border-radius: 1px;
    -webkit-transition: all 0.25sease;
    transition: all 0.25sease;
    color: grey;
    padding-left: 11px !important;
    padding-top: 12px;
}


.ws p{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.55px;
}










.contact-form {
    position: relative;
    border-radius: 15px;
    top: 50%;
    right: 16%;
    transform: translate(-7%, -50%);
    box-shadow: #00000040 0 5px 25px -5px;
    width: 56%;
    z-index: 9;
    padding: 36px;
}
.modal-content {
    height: 461px;
    overflow: overlay;
}
.close {
    top: 2%;
    right: 2%;
    z-index: 999999999999;
    cursor: pointer;
}
.contact-form {
    position: relative;
    border-radius: 15px;
    top: 50%;
    right: 16%;
    transform: translate(-7%, -50%);
    box-shadow: #00000040 0 5px 25px -5px;
    width: 56%;
    z-index: 9;
    padding: 36px;
}

.close img {
    width: 32px;
}





.left-sdjfhjsdfh h2 {
    font-size: 55px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    /* background: none; */
    /* color: #00000000; */
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #ffffff59; */
    /* -webkit-text-fill-color: unset; */
    line-height: 81px;
    text-transform: uppercase;
    width: 80%;
}
    .retret {
    padding: 0;
    gap:0 !important
}
.retret li {
    list-style-type: none;
    padding: 7px 0;
    width: 200px;
}
    .retret li a {
        color: #fff;
        padding: 10px 0;
        font-size: 21px;
        letter-spacing: 0.55px;
        font-weight: 500;
        text-transform: uppercase;
    }
    
    
.en {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-image: url(../images/gf.jpg);
    background-size: cover;
    z-index: 99999999999999;
    top: 0;
    left: 0;
    transition:all .3s;
    transition-delay:2s;
}
/*.xxssdqw{*/
/*    top:0;*/
/*}*/
.inner_en {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    box-shadow: black 0px 1px 11px -7px;
    overflow: hidden;
    padding: 10px;
    z-index: 2;
    background-color: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 18px;
}
    .en::after {
        position: absolute;
        content: "";
        background-color: #000000d6;
        background-size: contain;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .clocc {
        top: 7%;
        right: 5%;
        z-index: 999;
    }
    .rightkjsfg {
        position: relative;
        z-index: 1;
    }
    .rightkjsfg {
        padding: 2rem 2rem 1rem 1rem;
    }
    .heading h2 {
        font-size: 32PX;
        letter-spacing: 0.55PX;
        color: #000;
        font-weight: 300;
        margin-bottom: 1rem;
    }
    .form-wrap label {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 300;
}
.form-wrap input, .form-wrap select {
    border: none;
    border-bottom: 1px solid #00000099;
    border-radius: 0;
    height: 40px;
    background-color: transparent;
}
.form-wrap input:focus, .form-wrap select:focus, .form-wrap textarea:focus {
    background-color: none;
    border: none;
    border-bottom: 1px solid #00000099;
    outline: none;
    box-shadow: none;
}
.form-wrap textarea {
    border: none;
    border-bottom: 1px solid #00000099;
    border-radius: 0;
    height: 80px;
    background-color: transparent;
}
.inneracco1::after {
    position: absolute;
    content: "";
    background-color: #00000000;
    background-size: contain;
    height: 44%;
    width: 0.5px;
    top: 72%;
    left: 49%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}
#successf {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnerf {
    text-align: center;
}
.hy p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fg a {
    line-height: 40px;
    animation: move12 infinite 15s;
    animation-delay: 3s;
    font-size: 19px;
    letter-spacing: 0.55px;
    animation-play-state: running; /* Default state is running */
}

/*.fg a:hover {*/
/*    animation-play-state: paused;*/
/*}*/

@keyframes move12 {
    0% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(-40px);
    }
    20% {
        transform: translateY(-80px);
    }
    30% {
        transform: translateY(-120px);
    }
    40% {
        transform: translateY(-160px);
    }
    50% {
        transform: translateY(-200px);
    }
    60% {
        transform: translateY(-240px);
    }
    70% {
        transform: translateY(-280px);
    }
    80% {
        transform: translateY(-320px);
    }
    90% {
        transform: translateY(-360px);
    }
    100% {
        transform: translateY(-400px); /* Final position in the animation */
    }
}

.fg {
    height: 40px;
    overflow: hidden;
}























:root {
            --primary-gradient: linear-gradient(135deg, #6366f1, #8b5cf6);
            --secondary-gradient: linear-gradient(135deg, #f472b6, #db2777);
            --bg-color: #ffffff;
            --chat-bg: #f8fafc;
            --text-primary: #1e293b;
            --text-secondary: #64748b;
            --bot-message-bg: #f1f5f9;
            --user-message-bg: #818cf8;
            --border-color: #e2e8f0;
            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
            --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
            --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
        }

        [data-theme="dark"] {
            --bg-color: #0f172a;
            --chat-bg: #1e293b;
            --text-primary: #f1f5f9;
            --text-secondary: #94a3b8;
            --bot-message-bg: #334155;
            --user-message-bg: #6366f1;
            --border-color: #334155;
        }
   .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            background-color: var(--bg-color);
            border-bottom: 1px solid var(--border-color);
            box-shadow: var(--shadow-sm);
        }

        .header-title {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .header-title h1 {
            font-size: 1.5rem;
            font-weight: 600;
        }

        .bot-status {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            color: var(--text-secondary);
        }

        .status-indicator {
            width: 8px;
            height: 8px;
            background: #10b981;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.2); opacity: 0.7; }
            100% { transform: scale(1); opacity: 1; }
        }

.controls {
    display: flex;
    gap: 1rem;
    position: absolute;
    right: 12%;
}

        .theme-toggle {
            background: none;
            border: none;
            cursor: pointer;
            color: var(--text-primary);
            font-size: 1.25rem;
            padding: 0.5rem;
            border-radius: 0.5rem;
            transition: all 0.3s ease;
        }

        .theme-toggle:hover {
            background-color: var(--bot-message-bg);
        }

.chat-container {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
    background-color: var(--chat-bg);
    scroll-behavior: smooth;
    height: 300px;
}

        .message {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            opacity: 0;
            transform: translateY(20px);
            animation: messageAppear 0.5s ease forwards;
        }

        @keyframes messageAppear {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .avatar {
            width: 40px;
            height: 40px;
            border-radius: 12px;
            margin-right: 1rem;
            background: var(--primary-gradient);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            box-shadow: var(--shadow-md);
        }

        .user-message .avatar {
            background: var(--secondary-gradient);
        }

        .message-bubble {
            max-width: 70%;
            padding: 1rem 1.5rem;
            border-radius: 1rem;
            box-shadow: var(--shadow-sm);
            line-height: 1.5;
            position: relative;
        }

        .bot-message .message-bubble {
            background-color: var(--bot-message-bg);
            border-top-left-radius: 0;
        }

        .user-message {
            flex-direction: row-reverse;
        }

        .user-message .avatar {
            margin-right: 0;
            margin-left: 1rem;
        }

        .user-message .message-bubble {
            background: var(--user-message-bg);
            color: white;
            border-top-right-radius: 0;
        }

        .typing-indicator {
            display: none;
            padding: 1rem 1.5rem;
            background-color: var(--bot-message-bg);
            border-radius: 1rem;
            width: fit-content;
            margin-left: 3.5rem;
            box-shadow: var(--shadow-sm);
        }

        .typing-dots {
            display: flex;
            gap: 0.4rem;
        }

        .typing-dot {
            width: 8px;
            height: 8px;
            background-color: var(--text-secondary);
            border-radius: 50%;
            animation: typingBounce 1.4s infinite ease-in-out;
        }

        .typing-dot:nth-child(1) { animation-delay: -0.32s; }
        .typing-dot:nth-child(2) { animation-delay: -0.16s; }

        @keyframes typingBounce {
            0%, 80%, 100% { transform: scale(0); }
            40% { transform: scale(1); }
        }

        .input-container {
            padding: 1.5rem;
            background-color: var(--bg-color);
            border-top: 1px solid var(--border-color);
            box-shadow: var(--shadow-lg);
        }

        .input-wrapper {
            display: flex;
            gap: 1rem;
            background-color: var(--chat-bg);
            border-radius: 1rem;
            padding: 0.5rem;
            box-shadow: var(--shadow-sm);
        }

        .message-input {
            flex: 1;
            padding: 0.75rem 1rem;
            border: none;
            background: none;
            color: var(--text-primary);
            font-size: 1rem;
        }

        .message-input:focus {
            outline: none;
        }

        .message-input::placeholder {
            color: var(--text-secondary);
        }

        .action-buttons {
            display: flex;
            gap: 0.5rem;
            padding: 0.5rem;
        }

        .action-button {
            background: none;
            border: none;
            padding: 0.75rem;
            color: var(--text-secondary);
            cursor: pointer;
            border-radius: 0.5rem;
            transition: all 0.3s ease;
        }

        .action-button:hover {
            background-color: var(--bot-message-bg);
            color: var(--text-primary);
        }

        .send-button {
            background: var(--primary-gradient);
            color: white;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .send-button:hover {
            opacity: 0.9;
            transform: translateY(-1px);
        }

        @media (max-width: 768px) {


            .header-title h1 {
                font-size: 1.25rem;
            }

            .chat-container {
                padding: 1rem;
            }

            .message-bubble {
                max-width: 85%;
            }

            .input-container {
                padding: 1rem;
            }
        }
        
        
.mnchatt {
    position: fixed;
    bottom: 20%;
    right: 10%;
    width: 515px;
    z-index: 99999999999999999;
    box-shadow: black 0px 0px 15px -9px;
    display: none;
}
.mnchattnew{
    display:block;
}
        .header-title img{
            width: 45%;
        }
        
        .whatz{
            position:fixed;
            bottom:5%;
            right:5%;
            z-index:9;
            cursor:pointer;
        }
        .whatz img {
            width: 100px;
        }
        
        .clk{
            top:10px;
            right:10px;
            cursor:pointer;
        }
        
        
        .whatz::after {
            position: absolute;
            content: "";
            background-image: url(../images/chatcir.png);
            background-size: contain;
            height: 115px;
            width: 115px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(0);
            animation: rott infinite 3s linear;
            z-index: 9;
        }
        @keyframes rott{
            0%{
                transform:translate(-50%,-50%)rotate(0);
            }
            100%{
                transform:translate(-50%,-50%)rotate(360deg);
            }
        }
        
        
.whatz::before {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 130px;
    width: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    z-index: -1;
    border-radius: 50%;
}
        
/*30|05|25*/
.subdrop-items {
    left: 100%;
    top: 0;
    height: auto;
    width: 250px;
    background-color: #3e0344;
    z-index: 999999;
    border-left: 1px solid #ff9e00c4;
    display: none !important;
    box-shadow: black 0px 0px 16px -9px;
}

.sub-drop:hover .subdrop-items{
    display:block !important;
}
        
        
        /*bjhvhvhgv*/
        
        .hh{
            border-right: 1px solid lightgray;
        }
        .aoi{
        padding: 0px 2rem 0 0rem !important;
       }
        
        .ccvewq:hover .subdrop-items{
            display:block !important;
        }
        
        
.inneracco11::after{
    background-color:transparent;
}
.subdropitemsitems {
    bottom: 0;
    left: 100%;
    width: 100%;
    z-index: 9;
    background-color: #393939;
    display: none !important;
    padding: 0;
    justify-content: start !important;
}
.subdropdrop:hover .subdropitemsitems{
    display:block !important;
}
        
 .subdrop-items li a{
         padding: 10px;
    font-size: 17px !important;
    line-height: 30px !important;
    position:relative;
    z-index:1;
    color:#f1cd92e6 !important;
 }       
  .subdrop-items li a::after{
      position:absolute;
      content:"";
      background-color:#000;
      background-size:contain;
      height:100%;
      width:0%;
      top:0;
      left:0;
      z-index:-1;
    transition:all .3s;
  }
  .subdrop-items li a:hover::after{
      width:100%;
  }
  .subdrop-items li a:hover{
     color:#fff !important;
  }
  .ccvewq{
      padding-right:20px !important;
  }
.textswiper .swiper-slide a {
    font-weight: 500;
    color: #000;
    font-size: calc(8px + 0.5vw) !important;
    background-color: #00000021;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    color: #000000;
    margin-top: 1rem;
}
  
        
        .rightbanner video{
            height:100vh;
            object-fit:cover;
        }
        
.cookies {
    padding: 1.5rem 0;
    z-index: 9999999999999999;
    bottom: 0;
    background-color: #fff;
    transition: all 1s;
    box-shadow: black 0px 0px 10px -5px;
}
.cook-dt p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 26px;
    font-weight: 300;
}
.cook-dt p {
    margin-bottom: 0;
}
.bt1 a {
    padding: 7px 22px;
    border: 1px solid black;
    background: transparent;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.55px;
}
.bt2 a {
    padding: 7px 22px;
    font-size: 14px;
    letter-spacing: 0.55px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    border: 1px solid black;
}
.cookies-new{
  bottom: -20%;
}
        
.policy-pop, .policy-pop11 {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #000000ab;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display:none;
}
.inner-policy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 7px;
}
.cook-hd {
    text-align: center;
}
.cook-hd h3 {
    font-size: 28px;
    letter-spacing: 0.55px;
    color: #000;
}
.cook-dt p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 26px;
    font-weight: 300;
}
.cook-dt p {
    margin-bottom: 0;
}
.cl {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
}
.cl img {
    width: 25px;
}

.policy-pop-new {
    display: block;
}
/*2/8*/

.contact-link {
    display: flex !important;
    gap: 14px;
    margin-top: 7%;
    padding-left: 0rem;
    list-style: none;
}
.vgd {
    height: 39px;
    width: 39px;
    background-color: #ffe8c2;
    border-radius: 50%;
    position: relative;
    border: 1px solid #00000052;
    transition: all 2s;
}
.vgd img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 16px;
  filter: brightness(0);
}
.vgd:hover{
border:1px solid #000;
background-color: #000;
}
.vgd:hover img{
    filter: brightness(0) invert(1);
}
/*hefixed*/
.xc a {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 4px 5px;
  background-color: #fbd390;
  border-radius: 50px;
  position: fixed;
  top: 50%;
  right: -14%;
  z-index: 99;
  color: #fff;
  text-decoration: none;
  width: 16%;
  transition: all 1s;
}
.xc a img{
  filter: brightness(0)invert(1);
  transition: all 1s;
  width: 18px;
}
.xc a:hover{
  right: -6%;
  background-color: green !important;
}
/*.xc a:hover img{*/
/*  filter: initial;*/
/*}*/
.xc1 a{
  top: 55%;
  background-color: #c79b52;
}
.xc2 a{
  top: 60%;
  background-color:#9b7d4b;

}
.xc1 a img{
    width:20px;
}







/*language*/

#google_translate_element {
  margin: 10px 0;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.sssssssssssss {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 10px 0 20px 0;
}

.sssssssssssss::after {
    position: absolute;
    content: "";
    /* border: 0.5px solid lightgray; */
    background-color: #ffffff5c;
    background-size: contain;
    height: 1px;
    width: 88%;
    bottom: 14px;
    right: 0;
}
.goog-te-gadget-simple {
    padding: 8px 20px !important;
    border-radius: 30px;
    border: 1px solid #000;
}
.goog-te-gadget-simple {
    background-color: #ffffff00;
    /* border-left: 1px solid #D5D5D5; */
    /* border-top: 1px solid #9B9B9B; */
    /* border-bottom: 1px solid #E8E8E8; */
    /* border-right: 1px solid #D5D5D5; */
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    border: 1px solid #000;
}
.cta {
    padding: 8px 20px !important;
    /* border: 1px solid #000; */
    border-radius: 30px;
    font-size: 17px !important;
    font-weight: 400 !important;
    background-color: transparent;
}
.ggter a {
    padding: 10px 20px;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    border-radius: 30px;
    color: #000000 !important;
    font-size: 18px !important;
    transition: all .3s;
    border: 1px solid #ffffff;
}
.navbnew .ggter a{
    padding: 10px 20px;
    background: linear-gradient(90deg, #e3a64c, #e3a64c);
    border-radius: 30px;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: all .3s;
    border: 1px solid #e3a64c;
}
.ggter a:hover{
    padding: 10px 20px;
    background: linear-gradient(90deg, #e3a74c00, #e3a74c00);
    border-radius: 30px;
    color: #000000 !important;
    border: 1px solid #000000;
}

.fixedbtn{
    position:fixed;
    top:50%;
    right:0;
    transform:translateY(-50%);
    z-index:9999;
}
.frrf img{
        width: 28px;
        filter:invert(1);
}
.frrf {
    background: linear-gradient(270deg, #ffffff 81%, #c17800 0);
    padding: 5px 20px 5px 10px;
    border: 1px solid lightgrey;
    border-right: navajowhite;
}


.whattshop {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 9;
    cursor: pointer;
}
.whattshop img{
    width: 50px;
}

.profile{
    height: 60px;
    width: 60px;
    background-color: lightgray;
    border-radius: 50%;
}
.profile h2{
    font-size: 30px;
}
.mainchat {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999999999;
    background-color: #0000008a;
    backdrop-filter: blur(5px);
}
.chatt {
    position: absolute;
    z-index: 999999999999999999;
    bottom: 15%;
    right: 10%;
    width: 25%;
    height: 55vh;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: #000000 0px 0px 16px -7px;
    transform: scale(0);
    transition: all .3s;
    cursor: pointer;
}
.chattnew{
    transform: scale(1);
}
.chatt::after {
    position: absolute;
    content: "";
    background-image: url(../images/chatbg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.01;
}
.chathd {
    padding: 15px;
    background-color: white;
    /* box-shadow: black 0px 1px 23px -15px; */
    border-bottom: 1px solid #80808026;
}
.chatdt{
    padding: 3rem 2rem;
}
.nmfrm label {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 0.55px;
    top: -26%;
    left: 6%;
    background-color: #ffffff;
    padding: 0 10px;
    transition: all .3s;
    font-weight: 500;
    color: gray;
}
.nmfrm input{
    height: 50px;
    border: 1px solid lightgray;
    border-radius: 0;
    padding-left: 10px;
}
.nmfrm:focus-within label {
    top: -59%;
    left: 0%;
    padding: 0 0px
}

.sendbtnnn a {
    padding: 12px 39px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #3f0445;
    color: #fff;
    letter-spacing: 0.55px;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    border-radius: 6px;
}
.sendbtnnn a img{
    filter: brightness(0) invert(1);
    width: 18px;
}
.sendbtnnn{
    padding: 1rem;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #e1e1e1;
}













/* .form-group {
  position: relative;
  margin: 25px 0;
  width: 280px;
}

.form-group input {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  border: 1.5px solid #999;
  border-radius: 6px;
  outline: none;
  background: transparent;
}

.form-group label {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #777;
  font-size: 16px;
  pointer-events: none;
  background: #fff;
  padding: 0 4px;
  transition: 0.2s ease all;
}

.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label {
  top: -9px;
  left: 8px;
  font-size: 13px;
  color: #007bff;
} */