/*--------------------------Navbar --------------------------*/
.nav-link{
     font-weight: lighter !important; /* Yazı tipini normal yapıyoruz */
     letter-spacing: 0.1em !important;
     }
     .nav-link:hover {
     color: rgb(178, 114, 114) !important;
     
   }
   .navbar-brand{
       color: black !important; /* Varsayılan rengi siyah olarak ayarlıyoruz */
       text-decoration: none !important; /* Alt çizgiyi kaldırıyoruz */
       font-weight: lighter !important; /* Yazı tipini normal yapıyoruz */
       letter-spacing: 0.1em !important; /* Harfler arası boşluk ayarlıyoruz */
   }

/*--------------------------Navbar --------------------------*/
 

/*------------Custom Video------------------------------------*/
   .custom-video {
       width: 400px !important;
       height: 700px !important;
       object-fit: cover !important;
   }
  

   @media (max-width: 576px) {
       .custom-video { /* ekran kuculdugunde */
           width: 180px !important;
           height: 300px !important;
       }
       
       .text{
           font-size: 8px !important;
       }
   }
/*------------Custom Video------------------------------------*/

/*--------------------------Magnet --------------------------*/
.magnet {
    width: 100%;
    max-width: 415px;
    height: 700px;
    object-fit: cover;
}

@media (max-width: 576px) {
    .magnet {
        width: 180px !important;
        height: 300px !important;
    }

    .magnet .me {
        width: 425px !important;
        height: 283px !important;
    }

}

/*--------------------------Magnet --------------------------*/


   .text{
     font-family: 'cormorantgaramond-light', 'cormorantgaramond', 'cormorant garamond', serif !important;
     color: #807b7b;
     font-size: 14px ;
     
   }

/*--------------------------Mavi Video--------------------------*/
    .mavi-video {
        width: 425px !important;
        height: 756px !important;
        object-fit: cover !important;
    }


    @media (max-width: 576px) {
    .mavi-video {
            width: 100px !important;
            height: 350px !important;
        }
        .text{
            font-size: 8px !important;
        }
    }

    @media (max-width: 768px) {
            .mavi-video {
                width: 325px !important;
                height: 578px !important;
            }
    }

/*--------------------------Mavi Video--------------------------*/

 .kutina {
     width: 100%;
     max-width: 415px;
     height: auto;
     object-fit: cover;
 }
 @media (max-width: 576px) { 
     .kutina {
         width: 175px !important;
         height: 300px !important;
     }        
 }

 

/*-------------------Contact Video---------------------------*/
    .contact-video {
        width: 100%;
        max-width: 415px;
        height: auto;
        object-fit: cover;
    }
    @media (max-width: 576px) {   
    .contact-video {
            width: 175px !important;
            height: 300px !important;
        }
    }
 .contact-info {
     font-weight: lighter !important; /* Yazı tipini normal yapıyoruz */
     letter-spacing: 0.1em !important;
     color: black !important;
   }
   .contact-link {
     font-weight: lighter !important; /* Yazı tipini normal yapıyoruz */
     letter-spacing: 0.1em !important;
       text-decoration: none;
       color: black !important;
   }
   .contact-link:hover {
       text-decoration: none;
   }

