@import url('https://fonts.googleapis.com/css?family=Exo+2:300,regular,700%7CHeebo:regular,500,700');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}
  
body {
    font-family: "Exo 2", sans-serif !important;
    color: #444444;
}
  
a {
    text-decoration: none;
}
  
a:hover {
    text-decoration: none;
}
  
h1, h2, h3, h4, h5, h6 {
    font-family: "Exo 2", sans-serif !important;
}

.active {
    color: #10B981 !important;
}

.headerbg {
    background-color: rgba(255, 255, 255, 0.1);
}

.unclickable {
    pointer-events: none
}

.support {
    background-image: url('../images/about-us.jpeg');
    background-size: cover;
    background-attachment: fixed;
}
.w-50 {
    width: 50rem !important;
}

input, textarea, button { outline: none }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.switch input:checked + .toggle {
    background-color: #059669;
}
  
.switch input:focus + .toggle {
    box-shadow: 0 0 1px #059669;
}
  
.switch input:checked + .toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  
/* Rounded toggles */
.toggle.round {
    border-radius: 34px;
}
  
.toggle.round:before {
    border-radius: 50%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
}
  
.header.header-scrolled {
    background: #fff !important;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

/*-----------------------------------------------------------
slider
------------------------------------------------------------*/
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.welcome_slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index:0;
}

.slider video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider .slider-writeup {
    position: absolute;
    bottom: 0;
}

.bg-about {
    background-image: url('../images/bg.jpg');
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.slider-round {
    position: relative;
    height: 70px;
    width:70px;
    transform-style: preserve-3d;
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

.slider-round span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i)*60deg)) translateZ(160px);
}

.slider-round span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 2s;
}

.slider-round span:hover img {
    transform: translateY(-50px) scale(1.2);
}

.custome_slide.owl-carousel .owl-item.active.center {
    transform: scale(1.3);
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custome_slide.owl-carousel .owl-item {
    transform: scale(0.8);
    padding: 50px 0px;
    transition: all 0.5s;
}

#pics_div{
    height: 80vh;
    margin-bottom: 3em;
}

.scenario {
    position: relative;
    height: 100%;
    top: 20%;
}

.single-device {
    position: absolute;
    width: 45%;
    height: 100%;
    -webkit-animation-duration: 1100ms;
    animation-duration: 1100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.single-device:nth-of-type(1) {
    z-index: 1;
    left: 0;
    -webkit-transform: translateX(61%);
    transform: translateX(61%);
}
.single-device:nth-of-type(2) {
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single-device:nth-of-type(3) {
    z-index: 3;
    right: 0;
    -webkit-transform: translateX(-61%);
    transform: translateX(-61%);
}

.scenario.ready-to-animate {
    -webkit-animation-name: none;
    animation-name: none;
}

.scenario.ready-to-animate .single-device:nth-of-type(1) {
    -webkit-animation-name: mobileDeviceMiniFirst;
    animation-name: mobileDeviceMiniFirst;
}
.scenario.ready-to-animate .single-device:nth-of-type(3) {
    -webkit-animation-name: mobileDeviceMiniThird;
    animation-name: mobileDeviceMiniThird;
}


@-webkit-keyframes mobileDeviceMiniFirst {
    0% {
        -webkit-transform: translateX(61%);
        transform: translateX(61%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes mobileDeviceMiniFirst {
    0% {
        -webkit-transform: translateX(61%);
        transform: translateX(61%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes mobileDeviceMiniThird {
    0% {
        -webkit-transform: translateX(-61%);
        transform: translateX(-61%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes mobileDeviceMiniThird {
    0% {
        -webkit-transform: translateX(-61%);
        transform: translateX(-61%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (min-width:639px) and (max-width: 1000px) {

}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
}

@media screen and (max-width: 650px) {
    #pics_div{
        height: 60vh;
        margin-bottom: 10em;
    }

    .scenario {
        top: 10%;
    }
}


@media (min-width:651px) and (max-width: 991px) {
    #pics_div{
        height: 100vh;
        margin-bottom: 10em;
    }

    .scenario {
        top: 10%;
    }
}
