@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  width: 100%;
  height: auto;
  font-family: "Urbanist";
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px;
  z-index: 100;
}
.logo {
  display: flex;
  align-items: center;
}
.logo {
  font-size: 50px;
  color: rgb(255, 254, 255);
  font-weight: 900;
  max-width: 150px;
  transform: translateY(72px);

  @media (min-width: 720px) {
    max-width: 200px;
  }

}
.logo img {
  margin-right: 5px;
}
.logo span {
  background: var(--primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.socialMedia {
  display: flex;
  gap: 6px;
}
.aboutHero {
  width: 100%;
  min-height: 390px;
  background: url('../img/rifa-bg.jpg') no-repeat center;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
}
.swiper {
  width: 100%;
  height: 100%;
  flex: 1;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-wrapper {
  transform: translate3d(-1903px, 0px, 0px);
}
.heroCentent {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}

.aboutName {
  display: none;
}

@media (min-width: 1200px) {

  .aboutName {
    display: block;
    font-size: 120px;
    text-shadow: 0px 6px 0px rgba(129, 109, 198, 0.1);
    color: var(--secondary-color);
    line-height: 1;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: right;
  }
  .aboutName span {
    font-size: 28px;
    display: block;
    margin-bottom: 15px;
    color: rgb(253, 249, 249);
    text-transform: uppercase;

    text-shadow: 0px 6px 0px rgba(129, 109, 198, 0.1);
    font-weight: 600;

    margin-left: 15px;
  }

}



.availability {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 65px;
  font-weight: 800;
}

.availability a {
  background-color: var(--primary-color);
  padding: 0 50px;

  border-radius: 34px;
  height: 67px;
  font-size: 20px;
  color: var(--secondary-color);
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.availability a i {
  position: absolute;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  left: 25px;
  transform: translateX(-100px);
}

.availability a:hover i {
  transform: translateX(0);
  opacity: 1;
}
.availableText {
  font-size: 16px;
  color: var(--secondary-color);
}
.availableText::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(78, 255, 0);
  width: 12px;
  margin-right: 10px;
  height: 12px;
}

.expertise {
  transform: translateY(-200px);
  width: 100%;
  min-height: 200px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background-color: rgb(253, 249, 249);
  box-shadow: 0px 3px 81px 0px rgba(44, 49, 59, 0.09);
  padding: 90px;
}
.expertImg {
  border-radius: 10px;
  width: 100%;
  height: 560px;
  background-color: rgba(255, 255, 255, 0);
  clip-path: inset(-100vw 0 0 0 round 10px);
  position: relative;
}
.expertImg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  left: 0;
  background: linear-gradient(to right, rgb(181, 166, 231), rgb(151 135 210));
}
.expertImg img {
  width: 115% !important;
  height: 115% !important;
  object-fit: cover;
  position: relative;
  background-position: 50px 0;
  transition: 1s;
  overflow: visible;
  object-position: 90% -30px;
}
.expertiseHeading {
  font-size: 65px;
  font-family: "Urbanist";
  color: var(--primary-color);
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1;
}
.expertiseHeading span {
  font-size: 26px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.skills {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  gap: 8px;
  margin-top: 30px;
}
.skillSingle {
  border: dotted 2px rgb(22, 22, 32);
  background-color: rgb(253, 253, 253);
  height: 56px;
  padding: 0 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 800;
}
.skillSingle i {
  margin-right: 6px;
}
.skillSingle span {
  color: var(--primary-color);
}
.expertiseDesc {
  font-size: 18px;
  font-weight: 500;
  color: rgb(128, 128, 128);
  margin-top: 20px;
}
.singleAchieve {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.singleAchieve span {
  font-size: 90px;
  font-weight: 900;
  -webkit-text-stroke: 3px rgb(0, 0, 0);
  color: transparent;
}
.singleAchieve article {
  font-size: 38px;
  font-weight: 900;
  color: rgb(0, 0, 0);
  text-transform: lowercase;
  line-height: 1;
}
.singleAchieve article h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin: 7px 0 0 0;
  font-weight: 800;
  margin-bottom: -15px;
}
.singleAchieve article span{
  font-size: 18px;
  font-weight: 400;
  color: rgb(128, 128, 128);
  text-transform: lowercase;
  line-height: 1;
  -webkit-text-stroke: 0;
}
.projects {
  width: 100%;
  min-height: 100vh;
}
.AboutMainH {
  text-align: center;
}
.tag {
  display: block;
  text-transform: uppercase;
  font-size: 19px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: 15px;
}
.aboutMainHeading {
  font-size: 65px;
  color: rgb(0, 0, 0);
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 30px;
  line-height: 1;
}
#work-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#work-tab button {
  border: dotted 2px rgb(129, 129, 129);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 21px;
  padding: 0 24px;
  height: 37px;
}
#work-tab button.active {
  background-color: rgb(0, 0, 0);
  color: var(--secondary-color);
  border-color: transparent;
}
.tab-content {
  padding: 60px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 81px 0px rgba(44, 49, 59, 0.09);
  width: 100%;
  height: auto;
}
.workSingle {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.workType {
  border-radius: 17px;
  padding: 0 15px;
  height: 36px;
  display: grid;
  place-content: center;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: uppercase;
  width: max-content;

  position: absolute;
  top: 30px;
  left: 40px;
}
.workSingle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: inherit;
}
.workSingle:hover img {
  transform: scale(1.5);
}
.paddingC {
  padding: 60px;
  margin-top: 50px;
}
.tagHiglight {
  font-size: 23px;
  color: var(--primary-color);
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.contact h2 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  color: rgb(0, 0, 0);
}
.contact p {
  font-size: 18px;
  color: rgb(128, 128, 128);
  font-weight: 500;
}
.contactInfo {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  align-items: center;
  gap: 12px;
  row-gap: 15px;
  margin-top: 40px;
}
.contactInfo a {
  width: max-content;
  padding: 0 25px;
  height: 55px;
  border: dotted 2px rgb(22, 22, 32);
  font-size: 17px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contactInfo a i {
  font-size: 18px;
  margin-right: 10px;
}
.contactInfo a:hover {
  background-color: var(--text-color);
  color: rgb(255, 255, 255);
}
.inputField {
  width: 100%;
  border: dotted 2px rgb(22, 22, 32);
  background-color: rgb(253, 253, 253);
  height: 56px;
  margin-bottom: 15px;
  border-radius: 30px;
  padding-left: 30px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  transition: 0.5s;
}
.inputField:focus {
  outline: none;
  border-style: solid;
}
::placeholder {
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
textarea.inputField {
  height: 140px;
  padding-top: 30px;
  resize: none;
}
#sub {
  background-color: var(--primary-color);
  width: 100%;
  height: 74px;
  font-size: 20px;
  font-weight: 900;
  color: var(--secondary-color);
  text-transform: uppercase;
  border: 0;
  border-radius: 40px;
}
footer {
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 74px;
  border-radius: 40px;
  display: grid;
  place-content: center;
  margin: 40px 0 100px 0;
  font-size: 12px;
  font-weight: 900;
  font-family: "Urbanist";
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-top: -150px;
}

/* PopUp */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(17, 23, 41, 0.62);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  clip-path: circle(0% at 50% 100%);
}
.PopUpCandidate {
  width: 60%;
  background-color: rgb(235, 247, 247);
  border-radius: 10px;
  min-height: 500px;
  margin: 0 auto;
  padding: 70px;
  position: relative;
}
.popCandidateName {
  font-size: 50px;
  color: var(--text-color);
  font-weight: 900;
  line-height: 1;
}
.tagLine {
  font-size: 19px;
  color: var(--text-color);
  font-weight: 500;
}
.popDesc {
  margin-top: 50px;
  margin-bottom: 30px;
}
.popDesc h6 {
  font-size: 20px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 10px;
}
.popDesc p {
  font-size: 18px;
  color: var(--text-color-2);
  font-weight: 500;
}

.socialLinks h3 {
  font-size: 23px;
  color: var(--text-color);
  font-weight: 800;
  margin-bottom: 10px;
}

.socialLinks img {
  width: 40px;
  margin: 0 5px;
}
.popBtn {
  background-color: rgb(35, 72, 145);
  padding: 0 45px;
  height: 60px;
  width: max-content;
  border-radius: 50px;
  font-size: 14.5px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  color: var(--heading-color);
  margin-top: 50px;
  margin-bottom: 20px;
}

.popUpCandidateImg {
  width: 95%;
  height: 90%;
  margin-left: auto;
  border-radius: 10px;
  position: relative;
}
.popUpCandidateImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.totalVotes {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(
    35deg,
    rgba(0, 0, 0, 0.6) 0%,
    var(--btn-color) 60%
  );
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: var(--heading-color);

  position: absolute;
  bottom: -45px;
  left: -90px;
  display: grid;
  place-content: center;
}
.totalVotes span {
  font-size: 14.5px;
  font-weight: 400;
}
.closePopup {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  cursor: pointer;

  position: absolute;
  top: -30px;
  right: -30px;
  display: grid;
  place-content: center;
  background-color: var(--primary-color);
  color: rgb(255, 255, 255);
  font-size: 24.5px;
}
/* thankyou page */
.thankyouPage {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 120px 20px 60px;
  transition: 0.5s background-image ease-in-out;
}
.thankyouPage::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.54) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.thankyouPage::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.thankyouInner {
  width: 50%;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  flex: 1;
  text-align: center;
  display: grid;
  place-content: center;
}
.thankyou-wrapper {
  width: 100%;
  height: 100%;
  padding: 60px 90px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.shape-X {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 800px;
  margin: 0 auto;
  z-index: -1;
}
.shape-X div {
  box-shadow: 0px 15px 98px 0px rgba(48, 48, 48, 0.23);
  width: 100%;
  height: 703px;
  position: absolute;
  top: 0;
}
.shape-X div img {
  background-color: rgb(41, 34, 52);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shape-X .X-1 {
  left: 27%;
  top: 10%;
  clip-path: path(
    "M6.827,497.785 C57.462,447.760 115.518,388.937 177.283,323.537 C239.49,258.824 304.524,187.534 369.999,128.459 C435.475,69.388 500.950,22.518 562.716,6.616 C624.481,-9.974 682.537,4.401 733.172,51.980 C736.969,55.591 739.999,62.313 739.999,66.744 C739.999,107.904 739.999,149.64 739.999,190.224 C739.999,194.659 736.969,201.348 733.172,205.214 C682.537,255.239 624.481,314.62 562.716,379.462 C500.950,444.175 435.475,515.464 369.999,574.539 C304.524,633.611 239.49,680.480 177.283,696.383 C115.518,712.974 57.462,698.597 6.827,651.19 C3.30,647.408 0.0,640.686 0.0,636.255 C0.0,595.95 0.0,553.935 0.0,512.775 C0.0,508.340 3.30,501.651 6.827,497.785"
  );
}

.shape-X .X-1 img {
  object-position: -850px 0px;
}

.shape-X .X-2 {
  clip-path: path(
    "M6.827,497.785 C57.462,447.760 115.518,388.937 177.283,323.537 C239.49,258.824 304.524,187.534 369.999,128.459 C435.475,69.388 500.950,22.518 562.716,6.616 C624.481,-9.974 682.537,4.401 733.172,51.980 C736.969,55.591 739.999,62.313 739.999,66.744 C739.999,107.904 739.999,149.64 739.999,190.224 C739.999,194.659 736.969,201.348 733.172,205.214 C682.537,255.239 624.481,314.62 562.716,379.462 C500.950,444.175 435.475,515.464 369.999,574.539 C304.524,633.611 239.49,680.480 177.283,696.383 C115.518,712.974 57.462,698.597 6.827,651.19 C3.30,647.408 0.0,640.686 0.0,636.255 C0.0,595.95 0.0,553.935 0.0,512.775 C0.0,508.340 3.30,501.651 6.827,497.785"
  );
  right: 33%;
  transform: scaleX(-1);
  top: 10%;
}
.shape-X .X-2 img {
  object-position: 760px 0;
  transform: scaleX(-1);
}

.thankyouHeading {
  font-size: 76px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 900;
  margin-top: 15px;
}
.socialMedia {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 45px;
}
.socialMedia i {
  margin: 0 14px;
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.thankyouBtn {
  border-radius: 50px;
  border: 0;
  background-color: var(--primary-color);
  height: 61px;
  margin: 0 auto;
  margin-top: 60px;
  width: max-content;
  padding: 0 50px;
  transition: 0.5s;
}
.thankyouBtn a {
  color: var(--bg-color);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}
.invalid {
  border: solid 2px #ff4444 !important;
  position: relative;
}
#error {
  position: fixed;
  top: 20px;
  left: 20px;
}

/*Custom*/
.swiper-shutters-image {
  opacity: 0.4;
}

.btn-warning {
    color: #fff !important;
    background-color: #ffca28 !important;
    border-color: #eab000 !important;
}

td.btn-secondary {
  cursor: pointer;
}
td.btn-warning {
  cursor: wait;
}
td.btn-danger {
  cursor: not-allowed;
  color: #fff !important;
  background-color: #ef5350 !important;
  border-color: #ea1c18 !important;
}


.sidebar-inverse #sidebar .nav-main a.active>i, 
.sidebar-inverse #sidebar .nav-main a:focus>i, 
.sidebar-inverse #sidebar .nav-main a:hover>i {
  color: #9ccc65;
}


@media (max-width: 480px) {

  .tab-content,
  .tab-content .block-content {
    padding: 0 !important;
  }

  .table td, .table th {
    padding: 20px 0;
  }

}