@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
i {
  font-family: 'DM Sans', sans-serif;
}

h6 {
  font-size: 1.5rem;
  font-weight: 700;
}

p {
  font-weight: 500;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

.frame {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
}

.bg-color-pink {
  background-color: #F2F1EC;
  height: 120px;

}

.container-fluid {
  max-width: 1100px;
}

.nav-item {
  padding: 1% 0;
}

.head-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.profile-bg {
  /* width: 100%; */
  height: 150px;
  object-fit: cover;
  border-radius: 15px;
}

.profile-frame {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 3px solid #F2BE22;
  display: flex;
  /* margin-top:-50px;
    margin-left:20px; */
  position: absolute;
  z-index: 2;
  top: 26%;
  left: 22%;
}

.mt-5 {
  margin-top: 4rem !important;

}

.mt-2 {
  margin-top: 1.5rem !important;
}

.prof-second {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

/*Tabs design*/
.tab {
  overflow: hidden;
  background-color: #ebcb47;
  border-radius: 5px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 30px;
  transition: 0.3s;
  font-size: 17px;
  color: #000000;
}

.email-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #000000;
  color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000;
  border-bottom: 3px solid rgb(228, 186, 0);
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  border-top: none;
  margin-top: 20px;
  /* background-color: #F6F1F1; */
}

.btn {
  background-color: #ffffff;
  height: 40px;
  border-radius: 18px !important;
  margin-top: 10px;
  /* color: #000 !important; */
}


.text-color {
  color: #243363;
}

.content-bg {
  position: relative;
  background-color: #f2f1ec;
  padding: 20px;

  border-radius: 12px;
}

.p-heading {
  font-weight: 500;
}

.icon-info {
  margin-bottom: 0px;
}

/*image carousoul start*/
.slider.responsive img {
  z-index: 15;
  width: 100%;
  height: 150px;
  object-fit: cover;
  padding: 5px;
  border-radius: 15px;
}

.slider.responsive video {
  z-index: 15;
  width: 100%;
  height: 150px;
  object-fit: cover;
  padding-right: 15px;
  border-radius: 15px;
}

/* .slider.responsive embed {
    z-index: 15;
    width: 100%;
    height: 150px;
    object-fit: cover;
    padding: 5px;
    border-radius: 15px;
  }
  .slider.responsive iframe {
    z-index: 15;
    width: 100%;
    height: 150px;
    object-fit: cover;
    padding: 5px;
    border-radius: 15px;
  } */

/* .slick-dots {
    z-index: 15;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
  } */
/* .slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
  } */
/* .slick-dots li.slick-active button {
    background-color: black;
  } */
/* .slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
  } */
/* .slick-dots li :hover {
    background-color: black;
  } */

/* Custom Arrow */
.prev {
  z-index: 15;
  color: #999;
  position: absolute;
  top: 38%;
  left: -2em;
  font-size: 1.5em;
}

.prev :hover {
  cursor: pointer;
  color: black;
}

.next {
  z-index: 15;
  color: #999;
  position: absolute;
  top: 38%;
  right: -2em;
  font-size: 1.5em;
}

.next :hover {
  cursor: pointer;
  color: black;
}

@media screen and (max-width: 800px) {
  .next {
    display: none !important;
  }
}

/*image carousoul end*/

.brand-img {
  width: 100px;
  height: auto;
}

.brand-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

/*Slick Slider start */
.slick-slide {
  margin: 0px 5px;
}

.logo-carousel {
  overflow: inherit;
  /* border-top: 1px solid #353535;
  border-bottom: 1px solid #353535; */
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}

.slider-slick {
  overflow: hidden;
}

/* JsFiddle Example only/don't use */
/* .logo-carousel {
  margin-top: 32px;
} */
/*Slick slider end*/

.brand-frame {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  box-shadow: 0px 2px 4px 0px #00000054;
  padding: 4px;
  margin-left: 5px;
}

.card {
  border: none;
}

.buy_now {
  text-decoration: none;
  color: #1d2e68;
  font-weight: 500;
  font-size: 14px;
}

a.watch_btn {
  text-decoration: none;
  background-color: #ff1563;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
}

.head_control {
  display: flex;
  justify-content: space-between;
}

button.ctrl-btn {
  border: hidden;
  font-size: 12px;
  font-weight: 500;
  color: #223261;
  background-color: #f0f8ff00;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 0rem;
}

button.ctrl-btn:hover {
  color: #ff1563;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 800px;
}

@media screen and (max-width:420px) {
  .social-icon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

}




.splide__slide img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 5px;
}

.splide__slide img.port-thumb {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
}

.splide__slide img.thumb {
  width: 80px;
  height: auto;
  object-fit: contain;
}

.splide__slide.thumbs {
  display: flex;
  align-items: center;
}

button.tablinks:active {
  color: #fff;
  background-color: #000;
}


.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none;
}

ul.portfolio-tags {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0px;
}

li.portfo-tags {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
}

@media screen and (max-width:420px) {
  .col-md-8.col-12.thumb-in-desk {
    display: flex;
    flex-direction: column-reverse;
  }

  div#portfolio-thumbnail-carousel {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.col-md-4.col-12.portfo-main-img {
  display: flex;
  align-items: center;
}