
body{
    user-select: none;
}
.iambrand {
  width: 573px;
  height: 576px;
  left: 693px;
  top: 189px;
  /*background: url(../Media/iamabrand.png);*/
  background: url(../Media/iamabrand.webp);
  border-radius: 14px;
  padding: auto;
  display: flex;
  justify-content: center;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
}

.iambrand:hover {
  transform: scale(0.96);
}

.iaminfluencer {
  width: 573px;
  height: 576px;
  left: 693px;
  top: 189px;
  /*background: url(../Media/iamainflue.png);*/
  background: url(../Media/iamainflue.webp);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
}

.iaminfluencer:hover {
  transform: scale(0.96);
}

.contact-main {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 73px 0px;
}

.contact-sec {
  overflow: hidden;
}

.actionbutton-contactus {
  box-sizing: border-box;
  /* Auto layout */
  font-family: DMSans-Regular;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 25px;
  gap: 10px;
  /* width: 182px; */
  height: 53px;
  background: #1d65f1;
  border-radius: 57px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  /* identical to box height */
  text-align: center;
  margin: auto;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

.popup-101 {
  /* position: absolute; */
  /* width: 600px; */
  /* background: #1859d7; */
  display: flex;
}

.popup-img-sider-track {
  width: 100%;
  display: flex;
  /* gap: 3em; */
  gap: 20px;
  overflow: hidden;
  margin-bottom: 8px;
}

.contact-slide {
  /* height: 210px; */
  /* height: 235px; */
  height: 135px;
  display: flex;
  align-items: center;
  /* align-items: flex-start; */
}

.contact-slide img {
  width: 124px;
  height: 125px;
  filter: drop-shadow(14px 17px 34px rgba(0, 0, 0, 0.03));
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #fff;*/
  border-radius: 30px;
  animation: scroll 40s linear infinite;
  /* box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03); */
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(-1000%);
  }
  100% {
    transform: translatex(0);
  }
}

.contact-slide-r {
  /* height: 210px; */
  /* height: 235px; */
  height: 135px;
  display: flex;
  align-items: center;
  /* align-items: flex-start; */
}

.contact-slide-r img {
  width: 124px;
  height: 125px;
  filter: drop-shadow(14px 17px 34px rgba(0, 0, 0, 0.03));
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #fff;*/
  border-radius: 30px;
  animation: scrollt 40s linear infinite;
  /* box-shadow: 14px 17px 34px rgba(0, 0, 0, 0.03); */
  overflow: hidden;
}

@keyframes scrollt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

.popup-left-txt {
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-transform: capitalize;
  position: absolute;
  color: #ffffff;
  top: 45%;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.popup-sec {
  position: absolute;
  z-index: 33;
  margin: auto;
  left: 0;
  right: 0;
  width: 1166px;
  top: 86px;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
  opacity: 0;
  /* opacity: 0; */
  transform: scale(0.1);
  border-radius: 20px;
}

.popup-sec-brand {
  position: absolute;
  z-index: 33;
  margin: auto;
  left: 0;
  right: 0;
  width: 1166px;
  top: 86px;
  transition-timing-function: ease;
  transition-duration: 0.65s;
  transition-delay: 0.0575342s;
  opacity: 0;
  /* opacity: 0; */
  transform: scale(0.1);
  border-radius: 20px;
}

.popup-left {
  width: 583px;
  height: 600px;
  position: relative;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  background: url(../Media/popup-left-bg-con.png);
}

.top-slider {
  position: absolute;
  top: -29px;
}

.bottom-slider {
  position: absolute;
  bottom: -29px;
}

/* popup-form */

.popup-right {
  background: #fef6fd;
  width: 583px;
  height: 600px;
  border-radius: 0px 20px 20px 0px;
  overflow: scroll;
}

.cut-icon {
  font-size: 63px;
  color: rgba(0, 0, 0, 0.4);
  /* font-weight: 700; */
  font-weight: 550;
  /* margin: auto; */
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.cut-icon-1 {
  position: absolute;
  top: 30px;
  /* left: 30px; */
  display: none;
  font-size: 63px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  /* margin: auto; */
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.flex-pop {
  margin: 0px 22px;
}

.flex-pop-txt div {
  text-align: center;
  align-items: center;
  margin: auto;
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #030d20;
}

/* input[type="text"] { */

input[type="text"] {
  font-family: DMSans-Regular;
  /* width: 260px; */
  width: 216px;
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 19px 24px;
  /* color: rgba(3, 13, 32, 0.4); */
  color: #030d20;
  border-bottom: 1px solid rgba(3, 13, 32, 0.1);
  -webkit-appearance: none;
}

input[type="tel"] {
  font-family: DMSans-Regular;
  /* width: 260px; */
  width: 216px;
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 19px 24px;
  color: #030d20;
  border-bottom: 1px solid rgba(3, 13, 32, 0.1);
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  font-family: DMSans-Regular;
  /* width: 260px; */
  width: 208px;
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 19px 24px;
  /* color: rgba(3, 13, 32, 0.4); */
  border-bottom: 1px solid rgba(3, 13, 32, 0.1);
  -webkit-appearance: none;
  appearance: none;
  color: #030d20;
  margin-left: 20px;
}

input[type="email"] {
  font-family: DMSans-Regular;
  width: 217px;
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 19px 24px;
  color: #030d20;
  border-bottom: 1px solid rgba(3, 13, 32, 0.1);
  -webkit-appearance: none;
  appearance: none;
  margin-left: 20px;
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  /* outline: 2px solid rgba(3, 13, 32, 0.4); */
}

.Describe-Your-Brand {
  margin-left: 20px;
}

.checkbox-title {
  display: block;
  height: 20px;
  text-align: center;
}

select {
  font-family: DMSans-Regular;
  /* width: 260px; */
  width: 216px;
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 19px 24px;
  color: rgba(3, 13, 32, 0.4);
  border-bottom: 1px solid rgba(3, 13, 32, 0.1);
  -webkit-appearance: none;
}

#checkboxes label {
  font-family: DMSans-Regular;
  /* width: 260px; */
  /* width: 216px;
  font-size: 16px; */
  /* background: transparent; */
  border: none;
  padding: 19px 24px;
  color: rgba(3, 13, 32, 0.4);
  border-bottom: 1px solid rgba(3, 13, 32, 0.1);
  -webkit-appearance: none;
}

.flex-input-con {
  display: flex;
  gap: 15px;
  margin: 0px 20px;
}

.flex-pop {
  display: flex;
  justify-content: space-between;
}

.flex-pop-txt {
  display: flex;
  gap: 24px;
  text-align: center;
  justify-content: center;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  color: rgba(3, 13, 32, 0.4);
  /* Firefox */
}

#emailid {
  margin-left: 20px;
}

.pop-title-others {
  /* text-align: center;
  align-items: center; */
  margin: auto;
  font-family: New York Extra Large Regular;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #030d20;
  margin: 32px 22px;
  /* margin-bottom: 22px; */
  /* margin-bottom: 1px; */
}

/* checkboxes inside select  */

/* 
.multiselect {
  margin-left: 20px;
  width: 267px;
}

option {
  font-size: 16px;
  color: rgba(3, 13, 32, 0.4);
  font-weight: 400;
}

option:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 35px;
  width: 0;
  height: 0;
  color: #1d65f1;
  border: 10px solid transparent;
  border-color: #1d65f1 transparent transparent transparent;
}

option:after {
  border-color: transparent transparent #1d65f1 transparent;
  top: 18px;
}

.fflex {
  display: flex;
  justify-content: space-between;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
} */

/* checkboxes inside select  */

.dropdown-check-list {
  display: inline-block;
  position: relative;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-family: DMSans-Regular;
  /* width: 260px; */
  width: 216px;
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 19px 24px;
  color: rgba(3, 13, 32, 0.4);
  border-bottom: 1px solid rgba(3, 13, 32, 0.1);
  -webkit-appearance: none;
  margin-left: 20px;
  word-wrap: break-word;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid rgba(3, 13, 32, 0.4);
  border-top: 2px solid rgba(3, 13, 32, 0.4);
  padding: 5px;
  right: 10px;
  top: 42%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  /* right: 8px; */
  top: 42%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  position: absolute;
  z-index: 4;
  display: none;
  margin: 0;
  /* border: 1px solid #ccc; */
  border-top: none;
  margin-left: 20px;
  border-radius: 0px 0px 26px 26px;
  width: 259px;
  background: white;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

/* .dropdown-check-list.visible .anchor {
  color: #0094ff;
} */

.dropdown-check-list.visible .items {
  display: block;
  padding-top: 20px;
}

.items li {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

.checkbox-title {
  font-family: DMSans-Regular;
  /* width: 260px; */
  border: none;
  /* padding: 10px 24px; */
  color: #030d20;
  -webkit-appearance: none;
}

input[type="checkbox"]:checked {
  /* background: #1859d7; */
}

#submitbtn {
  border: none;
  margin: 0px 24px;
  margin-top: 31px;
  margin-bottom: 30px;
  width: 100%;
}

.flex-li {
  display: flex;
}

.popup-sec-brand a {
  text-decoration: none !important;
}

.popup-sec a {
  text-decoration: none !important;
}

.flex-li {
  /* padding: 6px 7px; */
  gap: 0px !important;
  margin-bottom: 20px;
}

.flex-li span {
  padding: 6px 7px;
}

.flex-li input {
  padding: 5px 24px;
  width: 177px;
  margin-left: 17px;
  padding-left: 0px;
}

@media only screen and (max-width: 670px) {
  .contact-main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #submitbtn {
    width: 85%;
  }
  .iambrand {
    width: 320px;
    height: 392px;
  }
  .iaminfluencer {
    width: 320px;
    height: 392px;
  }
  .popup-101 {
    flex-direction: column;
    align-items: center;
  }
  .flex-input-con {
    flex-direction: column;
    gap: 0px;
  }
  .popup-left {
    width: 320px;
  }
  .popup-right {
    width: 320px;
  }
  .popup-sec-brand {
    width: auto;
  }
  .popup-sec {
    width: auto;
  }
  .popup-left {
    border-radius: 20px 20px 0px 0px;
  }
  .popup-right {
    border-radius: 0px 0px 20px 20px;
  }
  .cut-icon-hide {
    display: none;
  }
  .flex-pop {
    margin: 32px 22px;
  }
  .cut-icon-1 {
    display: block;
    z-index: 40;
    position: absolute;
    top: 5px;
    right: 13px;
    color: rgba(0, 0, 0, 4);
  }
}

.popup-right::-webkit-scrollbar {
  display: none;
}

/* popup-form */

/* checkbox custome   */

/* Remove default checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked label {
  margin-left: 10px;
}

#test1 {
  margin-left: 10px;
}

[type="checkbox"] label {
  margin-left: 20px;
}

[type="checkbox"]:checked {
  background: #4271db;
  margin-right: 10px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  height: 25px px;
  display: flex;
}

/* checkbox aspect */

[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  /*   -webkit-transition: .2s;
  transition: .2s; */
}

/* Unchecked styles */

[type="checkbox"]:not(:checked) + label:before {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 3px solid #e5e3e7;
}

[type="checkbox"]:not(:checked) + label:after {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 3px solid #e5e3e7;
  z-index: 0;
}

/* Checked styles */

[type="checkbox"]:checked + label:before {
  top: 3px;
  left: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked + label:after {
  top: 0px;
  width: 19px;
  height: 19px;
  border: 3px solid #4271db;
  z-index: 0;
  background: #4271db;
}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  top: 0;
  box-shadow: none;
  background-color: #444;
  width: 19px;
  height: 19px;
  border: 3px solid #444;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

[type="checkbox"]:disabled + label {
  color: #555;
}

[type="checkbox"]:disabled:not(:checked) + label:hover:before {
  border-color: red;
}

form label {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px !important;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fef6fd inset !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
