@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap");
/* @import url("../fonts/museo/Museo300-Regular.otf");
@import url("../fonts/museo/Museo700-Regular.otf"); */
/* @import url('https://fonts.googleapis.com/css
2?family=Roboto:wght@300;400;500;700;900&display=swap'); */

@font-face {
  font-family: "Museo 300";
  src: url("../fonts/museo/Museo300-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Museo 700";
  src: url("../fonts/museo/Museo700-Regular.otf") format("opentype");
  font-weight: bold;
  font-style: bold;
}

:root {
  --color-body: #ffffff;
  --color-heading: #ffffff;
  --color-bg: #171717;
  --color-bg2: #000000;
  --color-greybg: rgb(222, 222, 222);
  /* --color-base3: rgb(63, 63, 63); */
  --color-brand: #ff8800;
  --sidebar-width: 240px;
  --circle-width: 100px;
  --content-width: 90vw;
  /* --font-base: "Roboto"; */
  /* --font-base: "Lato";
  --font-base2: "Museo 300"; */
}
.navicon {
  width: 70px;
}
body {
  background-color: var(--color-bg);
  color: var(--color-body);
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}
.museo {
  font-family: "Museo 700", sans-serif;
}
h1 {
  font-family: "Museo 700", sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: 400;
}
p {
  color: var(--color-body);
  font-weight: 400;
  font-size: normal;
  /* line-height:normal; */
  /* letter-spacing: 0.5px; */
}
.p-small {
  color: var(--color-body);
  font-weight: 400;
  font-size: small;
}
.text-white {
  color: var(--color-bg);
}
.text-black {
  color: black;
}
.logo {
  width: 160px;
  height: 160px;
}

.bg-base {
  background-color: var(--color-bg2);
}

.imgbg {
  background-image: url("../images/homebg.png");
  background-size: cover;
}

a {
  text-decoration: none;
  color: var(--color-body);
  transition: all 0.4s ease;
}
a:hover {
  color: var(--color-brand);
}

img {
  width: 100%;
}

.text-brand {
  color: var(--color-brand);
}

.profilepic {
  width: 220px;
}

/* .vr {
  opacity: 1;
  height: 190px;
  border-top: 2px solid red;
  background-color: var(--color-brand);
} */

hr {
  border: 0.5px solid gray;
}

.full-height {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  /* margin-top: 100px; */
  /* border-bottom: 1px solid var(--color-base3); */
}

.layout {
  background-image: url("../images/paper.jpg");
  background-size: cover;
}

.concrete {
  background-image: url("../images/concretebg.png");
  background-size: cover;
}

.shadow-effect {
  transition: all 0.5s;
}

.shadow-effect:hover {
  /* border: 2px solid var(--color-brand); */
  box-shadow: 0px 0px 0px 2px rgb(50, 50, 50);
  /* box-shadow: 0px 0px 0px 2px var(--color-base3);
  box-shadow: -6px 6px 0 0 var(--color-brand); */
}

.iconbox {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background-color: var(--color-brand);
  color: var(--color-bg);
}

#main_nav {
  /* background-color: rgb(14, 14, 14); */

  /* margin: 10px; */

  align-items: center;
  /* padding: 10px; */
}
.navbar-collapse {
  align-items: center;
  background-color: var(--color-bg);
}

.navbar {
  height: 100px;
  background-color: var(--color-bg);
  /* font-family: var(--font-base2), sans-serif; */
}
.navbar-brand {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.navbar .nav-con {
  width: var(--content-width);
}
.navbar .nav-item .nav-link {
  color: var(--color-body);
}
.navbar .nav-item .dropdown-menu {
  /* display: none; */
  background-color: var(--color-bg);
  border: none;
  margin: 0;
}

.navbar .nav-item .nav-link:hover {
  color: var(--color-brand);
}

.navbar .nav-item .nav-link.active {
  color: var(--color-brand);
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
  max-width: 10px;
}

.dropdown-item {
  color: var(--color-body);
  text-align: center;
}
.dropdown-item:hover {
  color: var(--color-bg);
  background-color: var(--color-brand);
}
.dropdown-item.active {
  color: var(--color-bg);
  background-color: var(--color-brand);
}

#content-wrapper {
  width: 100vw;
  /* position: relative; */
}
/* .content{
  width:1000px;
  background-color: red;
  z-index: 2;
} */
/* .right-nav{
  z-index: 1;
}  */
.skillimg {
  background-image: url("../images/whitecon.png");
  background-size: cover;
}
.nav-dots {
  position: fixed;
  top: 40%;
  right: 0px;
  width: 100px;
}

.nav-circle {
  color: grey;
}
.nav-circle:hover {
  color: white;
}
.fa-briefcase,
.fa-graduation-cap {
  color: var(--color-brand);
}

.nav-circle.active {
  color: var(--color-brand);
}

/* btn buttom */
.btn {
  /* padding: 8px 16px; */
  font-weight: 700;
}

.btn-brand {
  color: var(--color-body);
  border-color: var(--color-brand);
}

.btn-brand:hover,
.btn-brand:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: var(--color-brand);
  color: var(--color-brand);
}

.link-custom {
  /* font-weight: 700; */
  position: relative;
}

.link-custom::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--color-brand);
  position: absolute;
  left: 0;
  top: 110%;
  transition: all 0.3s;
}

.link-custom:hover::after {
  width: 100%;
}
.link {
  color: black;
}

.link2 {
  color: gray;
}
.link:hover {
  color: var(--color-brand);
}
/* card */
.card-custom .card-custom-image {
  overflow: hidden;
}

.card-custom .card-custom-image img {
  transition: all 0.4s ease;
}

.card-custom:hover .card-custom-image img {
  transform: scale(1.1);
}

/* contact */
#contact .form-control {
  background-color: var(--color-bg);
  border-color: var(--color-bg);
}

#contact .form-control:focus {
  border-color: var(--color-brand);
  box-shadow: none;
}

#contact .form-control::placeholder {
  color: var(--color-base3);
  font-size: 300;
}
#contact input.form-control {
  height: 44px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg);
  border-radius: 100px;
  font-size: 24px;
}

/* photo soical */
.sub-title {
  border-color: red;
  background-color: #3116ff;
}
/* .wrapper {
  max-width: 1100px;
} */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery .image {
  padding: 7px;
  width: calc(100% / 3);
}
.gallery .image span {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img {
  transform: scale(1.1);
}
.preview-box {
  position: fixed;
  margin-top: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: white;
  max-width: 700px;
  /* width: 70vh;
  height: 70vh; */
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

/* .details .title {
  color: var(--color-bg);
} */

.details .title p {
  margin: 0 5px;
  color: black;
}

.details .title p.current-img {
  font-weight: 500;
  color: black;
}
.details .icon {
  color: black;
  font-size: 20px;
  cursor: pointer;
}
.preview-box .image-box {
  display: flex;
  width: 100%;
  position: relative;
}
.image-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}
.slide.prev {
  left: 0px;
}
.slide.next {
  right: 0px;
}
.image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}
@media (max-width: 1000px) {
  .gallery .image {
    width: calc(100% / 2);
  }
}
@media (max-width: 600px) {
  .gallery .image {
    width: 100%;
    padding: 4px;
  }
}

.con-bg {
  background-color: var(--color-greybg);
  /* background-color: var(--color-body); */
  /* background-image: url("../images/the-creativv-BUDn0s7QteI-unsplash.jpg");
  background-size: cover; */
}

.sicon {
  color: black;
}

.poster {
  width: 280px;
  /* height: 300px; */
}

.carousel {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.edimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.rebrandImg {
  width: 250px;
}

.rebrandImg2 {
  width: 350px;
}

.rebrandImg3 {
  display: block;
  width: 700px;
  justify-content: center;
}

.video-preview-sq {
  width: 500px;
  height: 500px;
}

.video-preview {
  width: 80%;
  height: 370px;
}

@media screen and (max-width: 992px) {
  th {
    width: 500px;
  }
  td {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  th {
    width: 130px;
  }
  td {
    width: 180px;
  }
}
