@import url('https://fonts.googleapis.com/css?family=David+Libre:400,700&subset=hebrew');

/*
ROMNA Template
http://www.templatemo.com/free-website-templates/
*/

:root {
    --black: black;
    --white: white;

}

.navbar-brand img {
    width: 200px;
}

body {
    background: #f8f8f8;
    color: #C0C0C0;
    /*font-family: 'Proxima', sans-serif;*/
    font-family: 'David Libre', serif;

    font-size: 16px;
    font-weight: 400;
    position: relative;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    text-align: center;
    vertical-align: middle;
}

@font-face {
    font-family: 'Proxima';
    src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
    font-family: 'Proxima Bold';
    src: url(../fonts/ProximaNova-Bold.otf);
}

h1, h2, h3, h4, h5, h6 {

}

p {
    letter-spacing: 1px;
    line-height: 28px;
}

hr {
    border-color: #e0e0e0;
    margin: 0 auto 20px auto;
    width: 100px !important;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.title {
}

.title h2 {
    color: #202020;
    padding-bottom: 30px;
}

.title p {
    padding-top: 14px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

/* preloader section */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #f9f9f9;
}

.preloader.fill {
    z-index: 10;

    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
}

.preloader.fill .sk-spinner-rotating-plane.sk-spinner {
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50);
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* home section */
#home {
    background-size: cover;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 70px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

#home h2 {
    letter-spacing: 2px;
    z-index: 10;
}

#home * {
    z-index: 10;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
}

#home .btn {
    background: #000000;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    margin-top: 60px;
    z-index: 10;
}

#home .btn:hover {
    background: #fff;
    color: #000000;
    transition: all 0.4s ease-in-out;
}

#home .image-rotation {
    width: 0;
    height: 0;
    z-index: 0;
}

#home .image-rotation img {
    position: absolute;
    opacity: 1;
    /*width: 300%;*/
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
    transition: 100ms;

}

/* navigation section */
.navbar-default {
    background: #e3e3e3;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: 40px !important;
}

.navbar-default .navbar-nav li a {
    color: #868686;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 40px;
}

.navbar-default .navbar-nav li a:hover {
    color: #000000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #C0C0C0;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #000000;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/* intro section */
#intro {
    padding-top: 50px;
    padding-bottom: 40px;
}

#intro h4 {
    padding-bottom: 16px;
}

/* work section */
#work {
    background-color: #ffffff;
}

#work h2{
    margin-bottom: 40px;
}

#work .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

#work .title {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 100px 60px 60px 60px;
    height: 700px;
}

#work .bg-black {
    background-color: #303030;
    color: #ffffff;
}

#work .bg-red {
    background-color: #000000;
    color: #ffffff;
}

#work .wedding-bg {
    border-top-right-radius: 0px;
    background-image: url("../images/main_page_other/Tomer.Z-148__1573331665_85.250.89.110.jpg");
    height: 420px;
    background-color: white;
    overflow: hidden;

}

#work .bar-mitzva-bg {
    height: 280px;
    background-image: url("../images/main_page_other/bar-mitzva-bg.jpg");

}

#work .events-bg {
    height: 280px;
    background-image: url("../images/main_page_other/THZ05295_opt.jpg");
}

#work .wedding-bg, #work .bar-mitzva-bg, #work .events-bg {
    padding: 0;
    background-size: cover;
    background-position: center;
    color: #000;
}

#work h3 {
    padding-bottom: 20px;
}

#work .fa, #work .fas {
    color: #ffffff;
    cursor: pointer;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    margin-top: 40px;
}

#work .fa:hover, #work .fas:hover {
    background-color: #ffffff;
    border-radius: 50%;
    color: #303030;
}

#work .row {
    background-color: #f8f8f8;
}

#work .strech.fader {
    background-color: transparent;
    transition: background-color 1000ms;
}

/* team section */
#team {
    background: #202020 url('../images/team-bg.jpg') 50% 0 repeat-y fixed;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

#team h2 {
    color: #ffffff;
}

#team h3 {
    font-size: 20px;
    line-height: 10px;
}

#team h4 {
    color: #C0C0C0;
    line-height: 10px;
    font-weight: bold;
}

#team .team-des {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 12px;
    position: relative;
}

#team img {
    max-width: 100%;
    height: auto;
    padding-top: 60px;
}

/* portfolio section */
#portfolio {
    padding-top: 40px;
    padding-bottom: 20px;
}

#portfolio h2 {
    /*line-height: 20px;*/
}

#portfolio h3 {
    color: #000000;
    padding-bottom: 20px;
}

#portfolio a {
    text-decoration: none;
}

#portfolio img {
    border-radius: 1px;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 34px;
    opacity: 1;
    transition: all 0.4s ease-in-out, transform 2s linear;
}

#portfolio img:hover {
    opacity: 0.5;
    transform: scale(1.2);
}

/* price section */
#price {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 120px;
}

#price .plan {
    background: #000000;
    color: #ffffff;
    padding: 0 0 60px 0;
}

#price .plan .plan_title {
    background-color: #f6f6f6;
    color: #202020;
    padding-top: 40px;
    padding-bottom: 40px;
}

#price .plan .plan_sub_title {
    border-bottom: 1px solid #ffffff;
    padding: 30px;
}

#price .plan ul {
    padding: 0;
}

#price .plan ul li {
    display: block;
    font-size: 16px;
    padding: 40px 0 10px 0;
}

#price .plan .btn {
    background: #ffffff;
    border: none;
    border-radius: 50%;
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

#price .plan .btn:hover {
    background: #202020;
    color: #ffffff;
}

/* google map section */
#map-canvas {
    border: none;
    width: 100%;
    height: 400px;
}

/* contact section */
#contact {
    background: #f6f6f6 /*url('../images/wedding/Tomer_Zaken-258.jpg') 50% 0 repeat-y fixed*/;
    background-size: cover;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
}

#contact h2 {
    color: #000;
}

#contact p {
    color: #000;
}

#contact .form-control {
    border-radius: 4px;
    border: none;
    box-shadow: none;
    margin-top: 12px;
    margin-bottom: 14px;
}

#contact input {
    height: 50px;
}

#contact input[type="submit"] {
    background-color: #000000;
    color: #ffffff;
    height: 60px;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
    background-color: #202020;
}

/* footer section */
footer {
    background: #202020;
    color: #ffffff;
    border-bottom: 10px solid #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer h2 {
    padding-top: 40px;
    padding-bottom: 20px;
}

footer p {
    line-height: 20px;
}

footer .copyright a {
    color: #000000;
}

.social-icon {
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.movie1 {
    left: 0 !important;

}

.movie2 {
    right: 0 !important;
}

.middd {

    top: 0;

    width: 100%;

}

.social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li a {
    display: block;
    background: #f8f8f8;
    color: #000000;
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    margin: 0 6px 40px 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.social-icon li a img {
    width: 50px;
    height: 50px;
}

.social-icon li a:hover {
    background: #868686;

}

.black {
    background-color: rgba(0, 0, 0, 0.6);
}

.black .title h2 {
    color: #fff;
}

.blacky {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}

.whity {
    background-color: rgba(181, 181, 181, 0.7);
    display: flow-root;
    color: #000;
}

.greyy {
    background-color: rgba(140, 140, 140, 0.7);
    color: #000;
}

.strech {
    position: relative;
    transition: background-color 1000ms;
    width: 100%;
    height: 100%;
}

.fa-mobile-phone:before, .fa-glass-cheers:before, .fa-mobile:before {
    color: #000;
}

.movies {
    position: fixed;
    z-index: 1001;
    bottom: 0;
    width: 100%;
    height: calc(23% + 40px);
    background-color: rgba(52, 51, 51, 0.95);
}

.movies .scrolling-container {
    height: 100%;
    width: 100%;
}

.movies:before {
    content: 'סרטונים \25b2';
    width: 0;
    height: 0;
    position: absolute;
    top: -80px;
    left: 30px;
    border-width: 30px;
    border-color: transparent;
    border-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 53px;
    padding-bottom: 20px;
    background-color: rgba(52, 51, 51, 0.95);
    transition: 500ms;
}

.movies.expanded:before {
    content: 'סרטונים \25bc';
}

.videos {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto 0;
    height: 100%;
    max-width: 92%;
    background-color: black;
    overflow: hidden;
}

.video-container {
    height: 100%;
    overflow: hidden;

}

.movies .row {
    height: 100%;
    padding: 20px 20px;
}

.movies .row .video-container {
    padding: 0;
}

.col-md-3.col-sm-3.wow.fadeIn.animated {
    padding: 0;
    margin: 15px;
    width: calc(25% - 30px);
    overflow: hidden;
    height: 143px;
}

#portfolio .col-md-3.col-sm-3.wow.fadeIn.animated img {
    margin: 0;
}

.icon-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    padding: 50px;
}

/*
theme:
rgba(255,255,255,1)
rgba(0,0,0,1)
rgba(255,255,255,1)
rgba(255,255,255,1)
*/
canvas {
    display: block;
    left: 50%;
    margin: -125px 0 0 -125px;
    position: absolute;
    top: 50%;
    z-index: 10000;
}

.logo-icon-loader {
    width: 50%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 992px) {
    .movies {
        height: 20%;
    }

    .movies .scrolling-container {
        overflow-x: scroll;
    }

    .movies .row {
        width: 200%;
        padding: 10px;
    }

    .videos {
        max-width: 95%;
        max-height: 100%;
    }
}

@media screen and (min-width: 768px) {
    #home .image-rotation img {
        /*width: 140%;*/
    }

}

@media (max-width: 400px) {
    #home h1 {
        font-size: 32px;
    }

    #home h2 {
        font-size: 22px;
    }

    #intro h2 {
        font-size: 20px;
    }

    .portfolio-thumb .portfolio-overlay {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        padding-top: 6px;
    }

    .col-md-3.col-sm-3.wow.fadeIn.animated {
        width: auto;
    }
}

@media screen and (max-width: 980px) {
    .navbar-default .navbar-nav li a {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 13px;
    }

    #intro h2 {
        font-size: 32px;
    }

    #work .title {
        padding: 80px 20px 20px 20px;
    }

    .portfolio-thumb .portfolio-overlay {
        padding-top: 24px;
    }
}

@media screen and (max-width: 480px) {
    .social-icon li a {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    }

    .social-icon li a img {
        max-width: 35px;
        width: 35px;
        height: auto;
    }

    .social-icon {
        margin-bottom: 20px;
    }

    .social-icon li {
        height: 60px;
        margin: 0;
        padding: 0;
    }

    .navbar-brand img {
        width: 158px;
        margin-right: 25vw;
    }

    #home {
        height: calc(100vh - 51px)
    }

    #intro {
        padding-top: 10px;
    }

    #work .title {
        height: auto;
    }
    #work .wedding-bg{
        width: 100vw;
    }
    .col-md-3.col-sm-3.wow.fadeIn.animated{
        height: auto;
    }
}

.strech h3{
    position: absolute;
    top: -8px;
    width: 100%;
    text-align: center;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.btn:active{
    outline: none;
}
.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}
.modal-open[style] {
    padding-right: 0px !important;
}
.modal-content{
    color:black;
}
.about-img{
    width:50%
}
