.page-home {
  /* Set the dimensions and other styles for the video container */
  width: 100%;

  position: relative;
  overflow: hidden;
}



.img-place img {
  width: 250px; /* Adjust as needed */
  height: 250px; /* Adjust as needed */
  border-radius: 50%;
  object-fit: cover;
  object-position: 0px;
  margin-left: 42%;
  margin-bottom: 10px;
  border: 8px solid white;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.147);
}

.fadeInRight{
  margin-left: 0px;
}



.page-home video{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
  margin-top: 75px !important;
}
.header-text{
  width: 80%;
  margin-left: 10%;
  padding: 2%;
  font-family: Jazz LET, 'fantasy';
  font-size: 30px ;
}
.fa-link {
  margin-left: 10px;
  font-size: 1.2em;
  color: #000; /* Change color as needed */
}

.navbar-brand img{
  width: 23%;
  padding: 0px;
  
}
.video-container {
position: relative;
background-color: black;
width: 100%;
}

.video-container video {
height: 95vh;
width: 100%;
}

.video-container .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

.video-container .content h1 {
color: #fff;
}

.linkdinImg{
  width: 80%;
  cursor: pointer;
}
/* Image styling */
.img-linkdin {
  
  cursor: pointer;
  padding: 10px; /* Space around the image to show the background */
  border-radius: 5px; /* Optional: rounded corners */
  transition: background-color 0.3s ease; /* Smooth hover transition */
  width: 33%;
  margin-left: 2px;
}

/* Hover effect directly on the image */
.img-linkdin:hover {
  background-color: #EF3724; /* Background color on hover */
  transition: all 0.3s ease;
}


.image-container {
position: relative;
background-color: black;
width: 100%;
z-index: -5;
}
.image-container img {
width: 100%;
height: auto;
display: block;
}
.overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.overlay h1 {
margin-top: 20%;
color: #fff;
font-size: 24px;
}
.overlay button {
padding: 10px 20px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
}
.wipe-container {
position: relative;
overflow: hidden;
}

.wipe-slider {
position: absolute;
width: 100%;
height: 2px;
background-color: black;
cursor: pointer;
}

.wipe-image {
display: block;
width: 100%;
height: auto;
transition: width 0.3s ease;
}
.containerrr{
width: 90%;

display: flex;   
background: rgb(238, 236, 236);
margin-left: 5%;
border-radius: 10px;
box-shadow: 10px 10px 30px rgb(255, 255, 255);

}

.containerrr .videos{
width: 20%;
padding: 10px 0 10px 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.containerrr .videos video{
width: 95%;


object-fit: cover;
cursor: pointer;
transition: 0.2s;
}

.containerrr .videos video:nth-child(1){
margin-top: 0;
}

.containerrr .videos video:hover,
.containerrr .videos .active{
transform: scale(1.06);
border: 3px solid blue;
}

.containerrr .main-video{
width: 80%;
padding: 10px;
}

.containerrr .main-video video{
width: 100%;

object-fit: cover;
border: 3px solid blue;
}

.containerrr-main{
background-color: rgb(201, 221, 221);
border-top: solid black;
padding: 50px;

}
.gallery-main{
background-color: #e3e3e3;
padding: 5%;
border-top: solid black;
}







@media (max-width: 768px) {
.containerrr-main{
  
  padding: 5%;
 
}
}



.caeosil{
  height: 100vh;
  margin-top: 100px;
}


.photography-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(0,2,36);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(20, 21, 23, 0.95) 100%, rgb(30, 38, 40) 100%);
  color: white;
  padding: 20px 40px;
  height: 200px;
  margin-top: 30px;
}

.content h2 {
  margin: 0;
  font-size: 24px;
}

.content p {
  margin: 5px 0 0 0;
  font-size: 16px;
}

.btn-photography {
  display: inline-block;
  background-color: #ff0066;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.btn-photography:hover {
  background-color: #e6005c;
}

/* Add some basic styling to make it look nice */

.movie-works {
  text-align: center;
  background: rgb(0,2,36);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(20, 21, 23, 0.95) 100%, rgb(30, 38, 40) 100%);
  height: 100%;
  margin-top: 2px;
  padding: 40px;
}
.movie-works h1 {
  color: #888585;
}
.movie {
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.movieDiv img {
  max-width: 100%;
  height: auto;
}
.movie h2 {
  text-align: left;
  color: #858585;
}
a {
  text-decoration: none;
  color: #cfdae4;
}
a:hover {
  color: #23527c;
}
.rating {
  font-size: 1.2em;
  color: #ffd700;
  margin-left: 30px;
  margin-top: 2%;
}
.rating i {
  margin-right: 2px;
}
.rating-number {
  font-size: 0.8em;
  color: #666;
  margin-left: 10px;
}
.movie a {
  display: block;
  margin-top: 10px;
  text-align: center;
}
hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 20px auto;
  width: 98%;
}
.movie-works h1 {
  color: #888585;
  border-bottom: 2px solid #888585;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 60px;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .movie {
    flex-direction: column;
    align-items: center;
  }
  .movie a {
    margin-left: -120px;
    margin-top: 0px;
  }
  .rating {
    margin-left: 0;
    text-align: center;
  }
  .IMDb_div {
    margin-top: 10px;
    
  }
  .page-home .navbar{
    background-color: rgba(41, 41, 41, 0.564) !important;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .movie-works {
    padding: 20px;
  }
  .rating {
    font-size: 1em;
  }
  .rating-number {
    font-size: 0.7em;
  }
}
.mSreel{

}
.par-mSreel{
  padding: 0;
  background-color: #e6e4ff;
}
.par-mSreel video{
  width: 110%;
  padding: 0;
  margin-top: 1px;
} 

.par-mproject video{
  width: 110%;
  padding: 0;
  margin-top: 1px;
} 
.button-container p{
  width: 70%;
}

..mainReel {
  display: flex;
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 50%;
  height: auto;
}

.par-mSreel, .par-mproject {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Container for the video */
.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%; /* Ensures the video fits within the container */
  height: auto;
}

/* Video styling */
.shoreel {
  
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* Video zoom effect on hover */
.video-wrapper:hover .shoreel {
  transform: scale(1.1); /* Slight zoom effect */
  filter: brightness(0.8); /* Darkens video slightly for a cinematic feel */
}

/* Button styling */


/* Show the button on hover of the video wrapper */
.video-wrapper:hover .unique-button1 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1); /* Button scales slightly */
}

/* Container for the video */
/* Container for the video */
.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Video styling */
.shoProjrct {

  transition: transform 0.5s ease, filter 0.5s ease;
}

/* Video zoom effect on hover */
.video-wrapper:hover .shoProjrct {
  transform: scale(1.1);
  filter: brightness(0.8);
}

/* Button styling */
.unique-button1 {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  font-size: 15px;
  height: 35px;
  cursor: pointer;
  border: 2px solid transparent; /* Initial transparent border */
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #f6a96f, #f04a44);
  transition: all 0.3s ease, border 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Glow border effect on button when hovering over video wrapper */
.video-wrapper:hover .unique-button1 {
  border-color: #ff6f61; /* Sets the border color when video is hovered */
  box-shadow: 0 0 10px rgba(255, 111, 97, 0.6), 0 0 20px rgba(255, 111, 97, 0.6);
}


/* Show button on hover of the video container */
.video-wrapper:hover .unique-button1 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Button hover effect */
.unique-button1:hover {
  background: linear-gradient(135deg, #ff3e36, #ff6f61);
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 8px 20px rgba(255, 63, 52, 0.4);
}

/* Button hover effect */
.unique-button1:hover, .button:hover {
  background: linear-gradient(135deg, #ff3e36, #ff6f61); /* Gradient flips on hover */
  transform: translate(-50%, -50%) scale(1.2); /* Larger scale on button hover */
  box-shadow: 0 8px 20px rgba(255, 63, 52, 0.4); /* Slight shadow enhancement */
}


/* Hover effect */
.unique-button1:hover, .button:hover {
  background: linear-gradient(135deg, #ff3e36, #ff6f61); /* Reverse the gradient on hover */
  transform: translate(-50%, -50%) scale(1.1); /* Slight scaling for emphasis */
  box-shadow: 0 8px 20px rgba(255, 63, 52, 0.4); /* More prominent shadow */
  color: #fff;
}

button {
  /* Removes browser styling */
  appearance: none;
  border: none;
  font-size: 1.75em;

  /* Units scale with font-size */
  border-radius: 2em;
  

  background: rgba(255, 255, 255, 0.085);
  color: rgb(244, 189, 106);

  display: inline-flex;
  align-items: center;

  cursor: wait;
}

/* Spinner styles */
.spinner {
  --size: 1.25em;
  --offset-r: calc(var(--size) * -1);
  --opacity: 0;

  position: relative;
  display: inline-flex;

  height: var(--size);
  width: var(--size);

  margin-top: calc(var(--size) * -0.5);
  margin-right: var(--offset-r);
  margin-bottom: calc(var(--size) * -0.5);
  margin-left: 10px; /* Move the spinner 3px to the left */

  box-sizing: border-box;
  border: 0.125em solid rgba(255, 255, 255, 0.333);
  border-top-color: white;

  border-radius: 50%;
  opacity: var(--opacity);

  transition: 0.25s;
}


/* Reveal spinner and animate */
button:active .spinner,
button:focus .spinner,
button:hover .spinner {
  --offset-r: 0.333em;
  --offset-l: -0.333em;
  --opacity: 1;

  animation: load 0.666s infinite;
}

@keyframes load {
  to {
      transform: rotate(360deg);
  }
}

.gallery {
  display: flex;
 height: 50%;
}

.gallery__column {
  flex: 1;
}

.gallery__link {
  margin: 2px;
  overflow: hidden;
  display: block;
}

.gallery__thumb {
  position: relative;
  overflow: hidden;
}

.gallery__image {
  display: block;
  width: 90%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  filter: grayscale(0.5);
  border-radius: 10px;
}

.gallery__link:hover .gallery__image {
  transform: scale(1.1);
  filter: grayscale(0);
}

.gallery__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery__link:hover .gallery__overlay {
  opacity: 1;
}

.gallery__overlay h3 {
  margin: 0 0 5px 0;
  color: #fff;
}

.gallery__overlay button {
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.gallery__overlay button:hover {
  background-color: #0056b3;
}

.insta i{
  
}
.fa-brands, .fab{
  font-size: 30px;
  transition: all 0.3s ease 0.3s;
  margin-left: 90%;
  margin-top: 20px;
}
.insta{
  
}

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

body {
    background-color: rgba(255, 255, 255, 0.05);
}

.social-container {
    width: 400px;
    margin: 40vh auto;
    text-align: center;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
    margin-left: -3px;
}

.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}

.social-icons i {
    color: #fff;
    position: absolute;
    top: 11.5px;
    left:11.5px;
    transition: all 265ms ease-out;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:before {
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #2e3436, #00000043);
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(2.2);
    color: #00B5F5;
    background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}
.IMDb_div{
  margin-left: 26%;
  margin-top: 20px;
}
.movieDiv img{
  width: 120px;
}




.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 5px;
	height: 1px;
	margin-top: -5%;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 10px 6.3px;
  
  width: 10px;
  height: 10px;
}

.timeline{
  margin-bottom: 50px;
}

.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}



@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}



.arrow {
  display: flex;
  margin-left: 150px; /* Space between text and arrow */
}


.arrow span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.384);
  border-right: 2px solid rgba(255, 255, 255, 0.333);
  transform: rotate(320deg); /* Rotated to 270 degrees */
  margin: -20px;
  margin-left: ;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(320deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(320deg) translate(20px, 20px);
  }
}


#skills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}

.skill {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.skill:hover {
  transform: translateY(-10px);
}

.skill-icon {
  font-size: 48px;
  margin-bottom: 10px;
  color: #4CAF50; /* Change color as needed */
}

h3 {
  margin: 10px 0;
}

p {
  margin: 0;
}

/* Add responsive design */
@media (max-width: 768px) {
  #skills {
    grid-template-columns: 1fr;
  }
}
.custom-link {
  color: rgb(200, 200, 200) !important;
  text-decoration: dashed;
}
.custom-link:hover {
  color: rgb(138, 138, 156) !important; 
  
}
.tooltip-inner {
  background-color: #E1306C; 
  color: white;
  border-radius: 5px; 
  margin-left: 200px;
  
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #E1306C; 
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  padding: 100px;
  padding-top: 70px;
  padding-bottom: 0;
}
.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.044);
  border: none;
  padding: 20px;
  text-align: start;
  width: 300px;
  min-height: 200px;
  margin-top: -30px;
}
.head1 {
  display: flex;
  align-items: end;
  background-color: white;
  margin-left: 0PX;
}
.icon {
  font-size: 1.5em;
  color: #000000bd;
  margin-right: 20px;
  margin-top: 10px;
  
}
.card h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  
}
.card p {
  line-height: 1.6;
  margin-left: 40px;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 500px) {
 .card {
    width: 100%;
  }
}
.navbar-toggler {
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}

.mouse-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -px;
  margin-top: -5px;
}

.arrow {
  width: 15px;
  height: 15px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  transform: rotate(-45deg);
  margin: 5px 0;
  animation: upDown 1s infinite;
}

.arrow:nth-child(1) {
  animation-delay: 0.4s;
}

.arrow:nth-child(2) {
  animation-delay: 0.4s;
}

.arrow:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(10px) rotate(-45deg);
  }
}
.caption p{
  width: 300px;
  text-align: start;
  margin-left: -20px;
}
.studiec p{
  margin-top: 100px;
} 
.insta img {
  height: 37px; 
  transition: width 0.3s ease, height 0.3s ease; 
  
}

.insta img:hover {
  height: 40px;
}
