
/* html{
  outline-width: none !important;
} */

body {
    font-family: 'Montserrat', sans-serif !important;
    font-optical-sizing: auto;
    /* font-weight: 500; */
    scrollbar-width: none !important;
    overflow-x: hidden;   
}

.navbar-default{
    transition:500ms ease;
    background:transparent;
    background-color: #131111;

  }


.navbar-brand img {
    width: 100px;
    margin-left: 30px;
    /* margin-top: 5px; */
}

.navbar-nav {
    display:flex;
    align-items: center;
    
}

.navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1.1em;
    padding: 0.5em 1em;
}

.navbar{
    z-index: 90000;
    margin: -.5rem;
  }
  
  .nav_hover:hover{
    color: #fff !important;
    background-color: #00000000 !important;
  }
  
  .black{
    position:fixed;
    top:0;
    left: 0;
    /* background:#00000000; */
    width:99.5vw;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  }
  
  .blue{
    background:black;
  }

.dropdown-menu {
    background-color: black;
    color: #fff !important;
    border-radius: 0px;
    padding: 0px;
    width: 300px;
}

.dropdown-menu :hover {
    /* background-color: black; */
    /* color: black !important; */

}

.nav-item {
    padding-left: 18px;
    padding-top: 5px;
    font-weight: 600;
}

.nav-item2 {
    padding-left: 0px !important;
    padding-top: -10px !important;

}

.nav_home_li{
  display: none;
}

.fa-angle-right {
    margin-left: 115px;
}

.submenu {
    margin-left: 300px !important;
    margin-top: -100px !important;
}

.submenu li a {
    padding: 10px;
}

.submenu2{
    width: 15rem;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;

}

/* .submenu-dropdown:hover .submenu{
  display: block;
} */

.blog_display_none{
  display: none ;
}

.glassmorphism{

background: #00000080 !important;
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 13px );
-webkit-backdrop-filter: blur( 13px );
/* border-radius: 10px; */
border: 1px solid rgba( 255, 255, 255, 0.18 ) !important;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.SMN_effect-84 a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.SMN_effect-84 a:before, .SMN_effect-84 a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #000;
  background: #00808080;
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 13px );
-webkit-backdrop-filter: blur( 13px );
/* border-radius: 10px; */
border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-radius: 50%;
  z-index: -1;
}

.SMN_effect-84 a:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.SMN_effect-84 a:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.SMN_effect-84 a:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.SMN_effect-84 a:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */






/* Scoll top button and fix social icon css*/


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right:60px;
    display: none;
    background-color: teal;
    color: #fff;
    width: 47px;
    height: 45px;
    z-index: 11111;
    padding: 8px;
    border-radius: 50px;
   
  }
  .fa-arrow-up{
    font-weight: 900;
  }
  #btn-back-to-top:hover{
    background-color: rgb(75, 74, 74);
  }
  
  #Get-in-touch{
    position: fixed;
    bottom: 400px;
    right: -20px;
    background-color: rgb(16, 17, 17);
    color: #fff;
    border-radius: 10px;
    transform: rotate(90deg);
    font-size: 12px;
    padding: 10px;
    z-index: 11111;
    border: solid .1rem #008080;
   
  }

  #Get-in-touch:hover{
    background-color: #008080;
  }
  #blog{
    position: fixed;
    bottom: 520px;
    right: 15px;
    background-color: rgb(16, 17, 17);
    color: #fff;
    border-radius: 10px;
    transform: rotate(90deg);
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    z-index: 11111;
    text-transform: uppercase;
    border: solid .1rem #008080;
  }

  #blog:hover{
    background-color: #008080;
  }
  
  .message{
    transform: rotate(270deg);
    color:#fff;
    z-index: 11111;
   
  }
  
  
  #fa-whatsapp  {
    position: fixed;
    bottom:140px;
    right:17px;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px;
    z-index: 11111;
    transition: transform 1.0s;
  }
  #fa-whatsapp:hover{
    transform: rotateY(180deg);
    z-index: 11111;
  }
  #fa-instagram:hover{
    transform: rotateY(180deg);
    z-index: 11111;
  }
  #fa-behance:hover{
    transform: rotateY(180deg);
    z-index: 11111;
  }
  #fa-instagram{
    position: fixed;
    bottom:91px;
    right:17px;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px;
    z-index: 11111;
    transition: transform 1.0s;
  }
  #fa-behance{
    position: fixed;
    bottom:50px;
    right:16px;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px;
    z-index: 11111;
    transition: transform 1.0s;
  }
  .text{
    position: fixed;
    bottom:100px;
    left:20px;
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    transform: rotate(270deg);
    color: #131111;
    z-index: 11111;
  } 

  .scrolldown_anim{
    width: .5rem;
    text-align: center;
    position: fixed;
    bottom:30px;
    transform: translateX(40rem);
    font-size: 9px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    /* transform: rotate(90deg); */
    color: #131111;
    z-index: 11111;
  }

  .scrolldown_anim img{
    height:35px; 
    width: 18px;
    transform: translate(-.4rem, 1rem);
    color: white;
    animation: slide1 1.5s linear infinite;
  }

  @keyframes slide1 {
    0%,
    100% {
      transform: translate(-.4rem, 1rem);
    }
  
    50% {
      transform: translate(-.4rem, 30px);
    }
  }

  
  /* our services button */



  .prod_button {
    --background-color: black;
    --border-color: #008080;
    --border-width: 0.25em;
    --edge-size: 1em;
    cursor: pointer;
    background: var(--background-color);
    padding: 0.5em 1.5em;
    border: 0;
    position: relative;
    isolation: isolate;
    display: inline-grid;
    place-content: center;
    -webkit-clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0% var(--edge-size));
            clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0% var(--edge-size));
    transition: color 250ms;
    text-decoration: none;
    color: white;
    width: 10rem;
    padding: 1rem;
    }
    
    .prod_button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--border-color);
    z-index: -2;
    }
    
    .prod_button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--background-color);
    z-index: -1;
    -webkit-clip-path: polygon(var(--border-width) calc(var(--edge-size) + var(--border-width) * 0.5), calc(var(--edge-size) + var(--border-width) * 0.5) var(--border-width), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), calc(var(--border-width)) calc(100% - var(--border-width)));
            clip-path: polygon(var(--border-width) calc(var(--edge-size) + var(--border-width) * 0.5), calc(var(--edge-size) + var(--border-width) * 0.5) var(--border-width), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), calc(var(--border-width)) calc(100% - var(--border-width)));
    transition: -webkit-clip-path 500ms;
    transition: clip-path 500ms;
    transition: clip-path 500ms, -webkit-clip-path 500ms;
    }
    
    .prod_button:hover {
    color: white;
    }
    
    .prod_button:hover::after {
    -webkit-clip-path: polygon(calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)));
            clip-path: polygon(calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) var(--border-width), calc(100% - var(--border-width)) calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)), calc(100% - calc(var(--edge-size) + var(--border-width) * 0.5)) calc(100% - var(--border-width)));
    }

.navbar-toggler {
      
        border:none !important; 
    }
  
/* ============================================= Footer ================================================== */

.getintouch .description-msg {
    transform: translate(15.2rem, 17rem);
    z-index: 1;
  }
  
  .getintouch{
    background-color: black;
  }

  .getintouch_row {
    display: flex;
    background: black;
    align-items: center;
  }
  
  .getintouch_left h2,
  .getintouch_left h3 {
    font-size: 4rem;
  }
  
  .getintouch_left h3 {
    color: #008080;
  }
  
  .getintouch_left h2 {
    color: white;
  }
  
  .getintouch_left p {
    width: 15rem;
    color: white;
    line-height: 1.5rem;
  }
  
  .getintouch_left {
    transform: translateX(15rem);
    z-index: 1;
  }
  
  .getintouch_right {
    color: white;
    transform: translateX(-10rem);
  }
  
  .psychos_span {
    color: white;
  }
  
  .getintouch_mid {
    transform: translateX(-5rem);
  }
  
  .getintouch_right_media,
  .getintouch_right_realty,
  .getintouch_right_productions {
    display: flex;
  }
  
  .getintouch_right_media img,
  .getintouch_right_realty img,
  .getintouch_right_productions img {
    width: 2rem;
    height: 2rem;
  }
  
  .getintouch_right_media_contact h5,
  .getintouch_right_realty_contact h5,
  .getintouch_right_productions_contact {
    margin-top: 0.3rem;
    margin-left: 0.5rem;
  }
  
  .getintouch_right_media_contact,
  .getintouch_right_realty_contact,
  .getintouch_right_productions_contact {
    margin-bottom: 2rem;
  }

  .flickering_title {
    animation: flicker 2s infinite;
    text-align: center;
  }

  @keyframes flicker {
    0% {
      opacity: 0;
    }
    9% {
      opacity: 0;
    }
    10% {
      opacity: 0.5;
    }
    13% {
      opacity: 0;
    }
    20% {
      opacity: 0.5;
    }
    25% {
      opacity: 1;
    }
  }

  /* ============================================================================= Scroll bar */


/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: #000000;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #008080; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #008080; 

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff0000; 
}

  @media screen and (max-width: 1600px) {
    .getintouch .description-msg {
        transform: translate(8rem, 15rem);
      }
      .getintouch_left {
        transform: translateX(8rem);
      }
    
      .getintouch_left h3 {
        width: 40rem;
      }
    
      .getintouch_mid {
        transform: translateX(-15rem);
      }
    
      .getintouch_right {
        transform: translateX(-20rem);
      }
  }

  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.3em;
    }

    .navbar-brand img {
        width: 80px;

    }

    .navbar-nav {
        align-items: center;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
        font-size: 0.9em;
        padding: 0.1em 0.2em;
    }

    .dropdown-menu {
        background-color: black;
        color: #fff !important;
        border-radius: 15px;
        padding: 0px;
        width: 250px;
        font-size: 13px;
    }

    .dropdown-menu :hover {
        background-color: black;
        color: black !important;

    }

    .nav-item {
        padding-left: 10px;
        padding-top: 5px;
    }

    .nav-item2 {
        padding-left: 0px !important;
        padding-top: -10px !important;

    }

    .fa-angle-right {
        margin-left: 90px;
    }

    .submenu {
        margin-left: 250px;
        margin-top: -100px;
    }

    .submenu li a {
        padding: 8px;
    }

    .submenu2 li {
        padding: 8px 8px 2px 5px;
    }

    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;

    }

}

@media only screen and (min-width:425px) and (max-width:430px) {
  .navbar-toggler{
    transform: translate(22.5rem,1.5rem) !important;
  }
}

  /* device media query*/
@media only screen and (max-width: 440px) {
    
    .navbar-nav {
        align-items: center;
        font-size: 15px;
        text-align: inherit;
        padding-top: 60px;
        background-color: #ffffffc5;
        color:black !important;
        width: 100vw;
        height: 100vh !important;
        margin: 0px !important;
        padding: 0px !important;
        z-index: 1111 !important;
    }
   .navbar{
    background-color: #cccccc00 !important;
    background-color : transparent;
    position: absolute;
 
   }

   .nav_home_li{
    display: block;
  }
    .nav-item {
        padding-left: 0px;
        padding-top: 0px;
    }

    .fa-angle-right {
        display: none;
    }

    .submenu {
        display: none !important;
    }

    .submenu2 li a {
        padding: 0px !important;
    }

    .submenu2 li {
        padding: 10px 10px 2px 5px;

    }

    .navbar-toggler {
        z-index: 11111;
        transform: translate(21rem,1rem);
        border:none; 
    }

    .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
    }
    #Get-in-touch{
        display: none;
    }

    .navbar-toggler-icon {
        display: block;
        background-color: black;
        height: 4px;
        content: "";
        position: relative;
        /* top: 4px; */
        transition: all 0.35s ease-out;
        /* transform-origin: center; */
      }
      
      .navbar-toggler-icon::before {
        display: block;
        background-color: black;
        height: 4px;
        content: "";
        position: relative;
        top: -7px;
        transition: all 0.15s ease-out;/*taken down to hide quicker*/
        /* transform-origin: center; */
      }
      
      .navbar-toggler-icon::after {
        display: block;
        background-color: black;
        height: 4px;
        content: "";
        position: relative;
        top: 4px;
        transition: all 0.35s ease-out;
        /* transform-origin: center; */
      }

      .scrolldown_anim{
        transform: translateX(11rem);
      }

      .black ul li{
        transform: translateY(4rem);
      }

      .button__like-text{
        color: black !important;
        font-weight: 800 !important;
      }

      .dropdown ul li{
        transform: translateY(0rem) !important;
      }

      #blog{
        display: none;
      }

      .navbar-toggler{
        outline: none;
      }

      .blog_display_none{
        display: block;
      }

      /* =========================== mobile Footer ============================= */

  .getintouch{
    height: 99vh;
    width: 100vw;
    background-color: black;
  }

  .getintouch_row{
    height: 100vh;
    transform: translateY(3.77rem);
    flex-direction: column;
  }

  .getintouch_mid{
    position: absolute;
    width: 100vw;
    transform: translate(0rem, 26.2rem);
    object-fit: cover;
  }

  .getintouch_left h2,
.getintouch_left h3 {
  font-size: 2rem;
  width: 15rem;
}

.getintouch_left p {
  width: 15rem;
}

.getintouch_left {
  transform: translate(-2rem,2rem);
}

.getintouch .description-msg {
  display: none;
  transform: translate(2rem, 22rem);
}

.getintouch_right {
  transform: translate(.5rem,5rem);
  background-color: rgba(0, 0, 0, 0.274);
}

.getintouch_right h4{
  font-size: 1.2rem;
}

.getintouch_right_latitude{
  transform: translateY(-1rem);
}
}

/* ================================= sm mobile ====================================== */

@media only screen and (max-width: 390px) {

  .navbar-toggler {
    transform: translate(19rem,1rem);
}
}
