/* font family  */

.button-primaryy {
    background: green !important;
    border: none;
    color: #fff;
    padding: 9px;
    margin-top: 20px;
    width: 50%;
    /* display: flex; */
    /* align-content: center; */
    /* align-items: center; */
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Black.woff') format('woff2'),
        url('../fonts/fontfamily/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
.logo_img{
width:50% important;}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Black.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
.img_logo img {
    width: 30% !important;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Light.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* font family  */



/*common css  */

*,*::before,*::after{
	padding:0;
	margin:0;
	box-sizing:border-box;
}

html{
	scroll-behavior: smooth;
  margin:0px!important;
  padding:0px!important;
}

body{
	font-size:1rem;
	font-family: 'Roboto';
}
h1,h2,h3,h4,h5,h5,h6,ul,p,ul{
	margin:0;
}

ul{
	list-style:none;
}

a,a:hover{
	text-decoration:none;
}
.img_logo {
    display: flex;
    justify-content: center;
}
.img_logo img{
width:30% important;}
img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#footer{
display:none;
}
hr{
display:none!important;
}

.border-4{
    border: 4px solid rgb(0, 0, 0);
}

.img_logo img {
    width: 50%;
}

:root {
  --main-color: hotpink;
  --pane-padding: 5px 42px;
}

.pt-20{
	padding-top:20px;
}

.pb-20{
	padding-bottom:20px;
}

.button_decoration{
	padding:0.5em 2.5em;
	border: 1px solid #c1c1c1;
}

.model{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding:1em;
	margin:1em 0;
}
input,button,textarea{
	font-family: inherit;
}

.text__shadow{
    text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.8);
}
img_logo {
    display: flex;
    /* justify-items: center; */
    /* flex-wrap: wrap; */
    justify-content: center;
}
img_logo img{
width:50% !important;
}
/* components  */

/*

1) Header 

2) popup_gallery__box

3) Footer

*/

/* components  */


/* Header css  */

/* End of Header css  */

.popup_gallery__box .img__wrapper, .top_view .img__wrapper, .side_view .img__wrapper, .normal_view .img__wrapper{
    height:100vh;
    width:100vw;
    overflow: hidden;
}



.popup_gallery__box .pop--container{
    width:1200px;
    margin:0 auto;
}

.popup_gallery__box .pop_up--images1,.popup_gallery__box .pop_up--images2,.pop_up--images3,.pop_up--images4{
    left: 0;
    top:0;
    z-index:-1
}



.popup_gallery__box .pop_up--images1{    
    z-index: 9;
    width: 239px;
    left: 10px;
    top: 62px;
    display: none;
}



.popup_gallery__box .dormitory--image {
    z-index: 13;
    width: 239px;
    top: 110px;
    right: 50%;
    left: 62%;
    transform: translate(-50%);
    display: none; 
}


.popup_gallery__box .pop_up--container1{
    left: -24px;
    width: 233px;
    top: 203px;
    z-index: 999;
    background-color: #c1c1c1;
    height: 60px;
    transform: translateX(30px) rotate(-12deg);
    opacity: 0;
}



.popup_gallery__box .dormitory {
    width: 50px;
    height: 16px;
    background-color: #c1c1c1;
    right: 50%;
    left: 50%;
    top: 110px;
    transform: translate(-50%);
    opacity: 0;    
}
.popup_gallery__box .hall_and_kitchen--div {
    left: 101px;
    width: 170px;
    height: 43px;
    background-color: #fff;
    top: 125px;
    transform: translateX(30px) rotate(357deg);
    z-index: 1;
    opacity: 0;
}
.popup_gallery__box .hall_and_kitchen{
    z-index: 1;
    width: 233px;
    left: 76px;
    top: 25px;
    display: none;
}




.popup_gallery__box .kitah_tes_shull--image{
    z-index: 1;
    width: 233px;
    left: 116px;
    top: 57px;
 
    display: none;
}

.popup_gallery__box .lunchroom--image3{
    z-index: 1;
    width: 233px;
    right: 230px;
    top: 129px;
    display:none
}

.popup_gallery__box .classrooms{
    z-index: 2;
    width: 233px;
    right: 222px;
    top: 134px;
    display: none;
}

.popup_gallery__box .classrooms--div {
    width: 10%;
    right: 38%;
    top: 25%;
    background-color: #fff;
    transform: translateX(30px) rotate(357deg);
    z-index: 32;
    height: 4%;
    opacity: 0;
}

.popup_gallery__box .modal-footer{
    justify-content: space-between;
}
.popup_gallery__box .lunchroom--div3 {
    width: 3%;
    right: 38%;
    top: 24%;
    background-color: #fff;
    transform: translateX(30px) rotate(369deg);
    z-index: 32;
    height: 2%;
    opacity: 0;
}

.popup_gallery__box .kitah_tes_shull--image--div{
    width: 101px;
    left: 163px;
    background-color: #fff;
    top: 154px;
    transform: translateX(30px) rotate(357deg);
    z-index: 32;
    height: 37px;
    opacity: 0;
}



.popup_gallery__box .staff__units--image{
    z-index: 1;
    width: 234px;
    left: 104px;
    top: 85px;
 
    display: none;
}

.popup_gallery__box .staff__units--image2{
    z-index: 1;
    width: 234px;
    left: 204px;
    top: 60px;
 
    display: none;
}

.popup_gallery__box .staff__units--image3{
    z-index: 1;
    width: 234px;
    left: 74px;
    top: 60px;
 
    display: none;
}

.popup_gallery__box .staff__units--div3{
    width: 147px;
    left: 209px;
    background-color: #fff;
    top: 179px;
    transform: translateX(30px) rotate(346deg);
    z-index: 21;
    height: 28px;
    opacity: 0;
}

.popup_gallery__box .staff__units--div2{
    width: 132px;
    left: 365px;
    background-color: #fff;
    top: 190px;
    transform: translateX(30px) rotate(343deg);
    z-index: 21;
    height: 28px;
    opacity: 0;
}



.popup_gallery__box .staff__units__div{
    width: 197px;
    left: 163px;
    background-color: #fff;
    top: 223px;
    transform: translateX(30px) rotate(343deg);
    z-index: 32;
    height: 50px;
    opacity: 0;
}


.popup_gallery__box .simple__units--image{
    z-index: 1;
    width: 234px;
    left: 263px;
    top: 104px;
 
    display: none;
}
.popup_gallery__box .simple__units--image12{
    z-index: 1;
    width: 234px;
    left: 396px;
    top: 88px;
 
    display: none;
}
.popup_gallery__box .simple__units--image2{
    z-index: 1;
    width: 234px;
    left: 445px;
    top: 31px;
 
    display: none;
}
.popup_gallery__box .simple__units--image3{
    z-index: 1;
    width: 234px;
    left: 445px;
    top: 164px;
    display: none; 
}
.popup_gallery__box .simple__units--image4{
    z-index: 1;
    width: 234px;
    left: 553px;
    top: 80px;
   
    display: none;  
}
.popup_gallery__box .simple__units--image5{
    z-index: 1;
    width: 234px;
    left: 619px;
    top: 41px;
    
    display: none; 
}
.popup_gallery__box .simple__units--image6{
    z-index: 1;
    width: 234px;
    left: 619px;
    top: 13px;
 
    display: none;
}

.popup_gallery__box .simple__units--image7{
    z-index: 1;
    width: 234px;
    left: 663px;
    top: -1px;
 
    display: none;
}

.popup_gallery__box .lunchroom--image{
    z-index: 2;
    width: 234px;
    left: 696px;
    top: -5px;
 
    display: none;
}
.popup_gallery__box .dormatory-image2{
    z-index: 2;
    width: 234px;
    left: 784px;
    top: -5px;
 
    display: none;
}

.popup_gallery__box .mikvah--image {
    z-index: 1;
    width: 220px;
    right: 10%;
    top: 7%;
     display: none;
}
.lunchroom--image2 {
    z-index: 1;
    width: 234px;
    left: 774px;
    top: 16px;
 
    display: none;
}

.popup_gallery__box .kitah_tes_shull--image2{
    z-index: 1;
    width: 234px;
    left: 636px;
    top: 16px;
    display: none;
}
.popup_gallery__box .camp__mikvah__image{
    z-index: 1;
    width: 234px;
    left: 410px;
    top: 20px;
 
    display: none;
}

.popup_gallery__box .camp__mikvah__div{
    width: 63px;
    background-color: #fff;
    left: 381px;
    top: 154px;
    z-index: 32;
    height: 26px;
    opacity: 0;
}

.popup_gallery__box .kitah_tes_shull--image--div2{
    width: 78px;
    background-color: #fff;
    left: 556px;
    top: 125px;
    z-index: 32;
    height: 26px;
    opacity: 0;
}
.popup_gallery__box .simple__units--div{
    width: 176px;
    background-color: #fff;
    left: 334px;
    top: 232px;
    transform: translateX(30px) rotate(338deg);
    z-index: 32;
    height: 50px;
    opacity: 0;
}
.simple__units--div12 {
    width: 10%;
    background-color: #fff;
    left: 43%;
    top: 36%;
    transform: translateX(30px) rotate(338deg);
    z-index: 32;
    height: 7%;
    opacity: 0;
}

.simple__units--div2{

    width: 74px;
    background-color: #fff;
    left: 597px;
    top: 158px;
    transform: translateX(30px) rotate(338deg);
    z-index: 32;
    height: 35px;
    opacity: 0;
}
.simple__units--div3{
    width: 124px;
    background-color: #fff;
    left: 629px;
    top: 269px;
    transform: translateX(23px) rotate(321deg) skew(20deg);
    z-index: 32;
    height: 61px;
    opacity: 0;
}

.simple__units--div4{
    width: 81px;
    background-color: #fff;
    left: 729px;
    top: 208px;
    transform: translateX(23px) rotate(321deg);
    z-index: 32;
    height: 40px;
    opacity: 0;
}

.simple__units--div5{
    width: 56px;
    background-color: #fff;
    left: 796px;
    top: 164px;
    transform: translateX(23px) rotate(321deg);
    z-index: 32;
    height: 40px;
    opacity: 0;
}

.simple__units--div6 {
    width: 114px;
    background-color: #fff;
    left: 701px;
    top: 148px;
    transform: translateX(23px) rotate(0deg);
    z-index: 32;
    height: 28px;
    opacity: 0;
  }

.simple__units--div7{
    width: 79px;
    background-color: #fff;
    left: 855px;
    top: 127px;
    transform: translateX(23px) rotate(0deg);
    z-index: 31;
    height: 28px;
    opacity: 0;
}

.lunchroom--div{
    width: 42px;
    background-color: #fff;
    left: 890px;
    top: 118px;
    transform: translateX(23px) rotate(29deg);
    z-index: 33;
    height: 19px;
    opacity: 0;
}


.dormatory--div2{
    width: 142px;
    background-color: #fff;
    right: 97px;
    top: 125px;
    transform: translateX(23px) rotate(4deg);
    z-index: 32;
    height: 15px;
    opacity: 0;
}
.lunchroom--div2{
    width: 58px;
    background-color: #fff;
    right: 157px;
    top: 139px;
    transform: translateX(23px) rotate(4deg);
    z-index: 40;
    height: 26px;
    opacity: 0;
}

.image-list
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-top:15px;
}


.owl-nav button{
font-size: 40px!important;
}
/* Footer css */

/* End of Footer css */



/* media query  */



@media screen and (min-width:768px)
{
    .popup_gallery__box .pop--container{
        max-width: 100%;
        width:100%;
    }

.popup_gallery__box .hall_and_kitchen--div {
    left: 8%;
    width: 15%;
    height: 8%;
    top: 25%;
}
.popup_gallery__box .pop_up--container1 {
    left: 0%;
    width: 19%;
    top: 41%;
    background-color: #c1c1c1;
    height: 8%;
    transform: translateX(30px) rotate(-12deg);
}
.popup_gallery__box .staff__units--div3 {
    width: 13%;
    left: 19%;
    background-color: #fff;
    top: 35%;
    transform: translateX(30px) rotate(346deg);
    height: 5%;
}
.popup_gallery__box .staff__units__div {
    width: 17%;
    left: 16%;
    background-color: #fff;
    top: 42%;
    transform: translateX(30px) rotate(343deg);
    height: 8%;
    border-radius: 0 38px 0 0;
}
      .popup_gallery__box .kitah_tes_shull--image--div {
        width: 8%;
        left: 15%;
        background-color: #fff;
        top: 29%;
        transform: translateX(30px) rotate(357deg);
        height: 7%;
    }
    .popup_gallery__box .staff__units--div2 {
        width: 11%;
        left: 32%;
        background-color: #fff;
        top: 35%;
        transform: translateX(30px) rotate(343deg);
        height: 5%;
    }
    .popup_gallery__box .simple__units--div {
        width: 14%;
        background-color: #fff;
        left: 31%;
        top: 45%;
        transform: translateX(30px) rotate(338deg);
        height: 9%;
    }

    .popup_gallery__box .simple__units--div2 {
        width: 7%;
        background-color: #fff;
        left: 52%;
        top: 30%;
        transform: translateX(30px) rotate(338deg);
        height: 6%;
        border-radius: 0 50px 0 0;
    }

    .popup_gallery__box .simple__units--div3 {
        width: 11%;
        background-color: #fff;
        left: 56%;
        top: 48%;
        transform: translateX(23px) rotate(318deg) skew(40deg, -5deg);
        height: 11%;
    }

    .popup_gallery__box .simple__units--div4 {
        width: 7%;
        background-color: #fff;
        left: 64%;
        top: 38%;
        transform: translateX(23px) rotate(321deg) skew(20deg);
        height: 7%;
    }

      .popup_gallery__box .simple__units--div5 {
    width: 4%;
    background-color: #fff;
    left: 68%;
    top: 32%;
    transform: translateX(35px) rotate(314deg);
    z-index: 33;
    height: 6%;
}
.popup_gallery__box .simple__units--div7 {
    width: 7%;
    background-color: #fff;
    left: 73%;
    top: 24%;
    transform: translateX(23px) rotate(6deg);
    z-index: 32;
    height: 5%;
    opacity: 0;
}
      .popup_gallery__box .mikvah--div {
        width: 4%;
        background-color: #fff;
        left: 72%!important;
        top: 28%!important;
        transform: translateX(23px) rotate(0deg);
        z-index: 32;
        height: 4%;
        opacity: 0;
    }
    .popup_gallery__box .simple__units--div6 {
        width: 12%;
        background-color: #fff;
        left: 60%;
        top: 29%;
        transform: translateX(23px) rotate(0deg);
        z-index: 31;
        height: 5%;
    }
      
    .popup_gallery__box .kitah_tes_shull--image--div2 {
        width: 6%;
        background-color: #fff;
        left: 48%;
        top: 24%;
        z-index: 32;
        height: 5%;
    }

   .popup_gallery__box .dormitory {
    width: 6%;
    height: 3%;
    background-color: #c1c1c1;
    right: 50%;
    left: 56%;
    top: 23%;
    transform: translate(-50%);
}

.popup_gallery__box .lunchroom--div {
    width: 2%;
    background-color: #fff;
    left: 78%;
    top: 25%;
    transform: translateX(23px) rotate(42deg);
    z-index: 33;
    height: 1%;
}
      .popup_gallery__box .dormatory--div2 {
        width: 16%;
        background-color: #fff;
        right: 3%;
        top: 23%;
        transform: translateX(23px) rotate(0deg);
        z-index: 32;
        height: 4%;
    }
    .popup_gallery__box .lunchroom--div2 {
        width: 10%;
        background-color: #fff;
        right: 5%;
        top: 26%;
        transform: translateX(23px) rotate(-2deg);
        z-index: 40;
        height: 4%;
    }
      .classrooms--div {
        width: 9%;
        right: 40%;
        top: 23%;
        background-color: #fff;
        transform: translateX(30px) rotate(357deg);
        z-index: 32;
        height: 3%;
        opacity: 0;
      }
     .popup_gallery__box .camp__mikvah__div {
    width: 5%;
    background-color: #fff;
    left: 33%;
    top: 28%;
    z-index: 32;
    height: 5%;
}
      .popup_gallery__box .pop_up--images1 {
        z-index: 9;
        width: 18%;
        left: 4%;
        top: 48%;
        
      }

      .popup_gallery__box .dormitory--image {
    z-index: 13;
    width: 20%;
    top: 27%;
    right: 66%;
    left: 62%;
    transform: translate(-50%);
}

      .popup_gallery__box .hall_and_kitchen {
        z-index: 1;
        width: 17%;
        left: 7%;
        top: 2%;
      }

      .popup_gallery__box .kitah_tes_shull--image {
        z-index: 1;
        width: 17%;
        left: 12%;
        top: 6%;
      }
      .popup_gallery__box .staff__units--image {
        z-index: 1;
        width: 17%;
        left: 11%;
        top: 12%;        
      }
      .popup_gallery__box .staff__units--image2 {
        z-index: 1;
        width: 17%;
        left: 18%;
        top: 12%;
      }
     .popup_gallery__box  .staff__units--image3 {
        z-index: 1;
        width: 18%;
        left: 6%;
        top: 12%;       
      }
     .popup_gallery__box  .simple__units--image {
        z-index: 1;
        width: 18%;
        left: 16%;
        top: 18%;    
      }
      .simple__units--image2 {
        z-index: 1;
        width: 18%;
        left: 37%;
        top: 7%;        
      }
      .popup_gallery__box .simple__units--image3 {
        z-index: 1;
        width: 18%;
        left: 39%;
        top: 29%;
      }
      .popup_gallery__box .simple__units--image4 {
        z-index: 1;
        width: 18%;
        left: 48%;
        top: 16%;       
      }
      .popup_gallery__box .simple__units--image5 {
        z-index: 1;
        width: 18%;
        left: 53%;
        top: 9%;       
      }
      .popup_gallery__box .simple__units--image6 {
        z-index: 1;
        width: 20%;
        left: 53%;
        top: 2%;    
      }
      .popup_gallery__box .simple__units--image7 {
        z-index: 1;
        width: 20%;
        left: 55%;
        top: -1px;       
      }
      .popup_gallery__box .kitah_tes_shull--image2 {
        z-index: 1;
        width: 20%;
        left: 52%;
        top: 2%;    
      }
    }

   .popup_gallery__box button.mfp-arrow.mfp-arrow-left.mfp-prevent-close{
        top: 50%;
        position: absolute;
        z-index: 999999;
        width: 50px;
        height: 50px;
        font-size: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

   .popup_gallery__box button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
        position: absolute;
        right: 0px;
        top: 50%;
        position: absolute;
        z-index: 999999;
        width: 50px;
        height: 50px;
        font-size: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .popup_gallery__box .mfp-close{
        position: absolute;
        right: 22px;
        border: none;
        background: none;
        font-size: 50px;
    }

   .popup_gallery__box .mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        width: 80%;
        position: absolute;
        z-index: 9999;
        left: 50%;
        right: 50%;
        transform: translate(-50%);
        top: 14px;
    }

   .popup_gallery__box .mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        width: 80%;
        position: absolute;
        z-index: 9999;
        left: 50%;
        right: 50%;
        transform: translate(-50%);
        top: 14px;
        height: 92%;
        overflow: hidden!important;
    }

   .popup_gallery__box a.lb-close {
        position: absolute;
        top: -22px;
        right: 10px;
    }
   .popup_gallery__box .pdfList{
        width:100%;
    }
   .popup_gallery__box .addPdfButton{
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: brown;
    color:#fff;
    }
    


#staff__units__model2{
        display: none;
        opacity: 0;
        z-index: -99999;
    }



   .popup_gallery__box .view__buttons{
        display: flex;
        position: absolute;
        top: 50%;
        bottom:50%;
        transform:translate(-50%);
        flex-direction: column;
        z-index: 9999999;
        gap: 10px;
        right: 15px;
    }

   .popup_gallery__box .view__buttons button{
        background-color: #c1c1c1;
    }

    .popup_gallery__box.view__buttons button i{
        font-size: 24px;
    }


     .slide-in {
        animation: slideIn 0.5s ease-in-out;
      }
      
      @keyframes slideIn {
        from {
          transform: translateX(100%);
        }
        to {
          transform: translateX(0);
        }
      }




      /* slick animation  */


      

.slick-slide{
	outline: none !important;
}
.slick-slider{
	user-select: text;
}
/*==============================================================
	CTA style start
==============================================================*/
.cta-btn{}
.cta-btn .cta-link{
	position: relative;
	display: inline-block;
	background: #d2d6ef;
	color: #081c2d;
	font-size: 15px;
	min-width: 220px;
	text-align: center;
	letter-spacing: 0.050em;;
	line-height: 18px;
	font-weight: 400;
	padding: 15px 30px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Fugaz One', cursive;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cta-btn .cta-link.cta-block{
	display: block;
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.cta-btn .cta-link i{
	margin-right: 5px;
}
.cta-btn .cta-link:hover{
	background: #081c2d;
	color: #d2d6ef;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
	-moz-box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
	box-shadow: 0px 5px 20px rgba(0, 33, 71, .4);
}
/*==============================================================
	CTA style end
==============================================================*/
/*==============================================================
	banner Style start
==============================================================*/
.banner-wrap{
	height: auto;
	position: relative;
	overflow: hidden;
}
.shape{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.shape svg{
	width: 100%;
}
.banner-slider{
	height: 100%;
}
.banner-slider > .banner-slide{
	display: none;
}
.banner-slider > .banner-slide:first-child{
	display: block;
}
.slick-initialized .banner-slide{
	position: relative;
	height: 900px;
	padding-bottom: 300px;
	display:-webkit-flex !important;
	display:flex !important;
	-webkit-align-items:center;
	align-items:center;
}

.banner-slider .slick-arrow{
	position: absolute;
	right: 25px;
	bottom: 50px;
	font-size: 0;
	background: #ffffff;
	border: 0;
	width: 50px;
	height: 50px;
	z-index: 12;
	cursor: pointer;
	border-radius: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.12);
}
.banner-slider .slick-arrow:before{
	font-family: "boxicons";
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: rgba(0,33,71,1);
}
.banner-slider .slick-arrow.slick-prev{
	right: 95px;
}
.banner-slider .slick-arrow.slick-prev:before{
	content: "\ea9b";
}
.banner-slider .slick-arrow.slick-next{
	right: 25px;
}
.banner-slider .slick-arrow.slick-next:before{
	content: "\eb1c";
}
.hero-image{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.banner-wrap .container{
	position: relative;
	z-index: 12;
}
.hero-overlay{
	background: #081c2d;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
}
.hero-content{	
	color: #ffffff;
}
.hero-content p{
	font-size: 20px;
	line-height: 32px;
	max-width: 600px;
	color: rgba(255,255,255,0.9);
	letter-spacing: 0.010em;
}
.blog-detail-banner .hero-content{
	max-width: 900px;
}
.blog-detail-banner .hero-content h1{
	font-size: 53px;
}
.hero-content h3{
	font-size: 16px;
	color: rgba(255,255,255,.6);
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 6px;
}
.hero-content h1{
	font-size: 63px;
	line-height: 1.333;
	margin-bottom: 18px;
	color: #e6e8f6;
	font-weight: 400;
	max-width: 760px;
	font-family: 'Fugaz One', cursive;
}
.hero-content .cta-btn{
	padding-top: 30px;
}
.hero-content .cta-btn .cta-link.cta-outline-white:hover{
	background: #ffffff;
	color: rgba(0,33,71,1);
}
/*==============================================================
	banner Style end
==============================================================*/

.how-to-use{
	padding: 100px 0;
}



.slick-initialized .banner-slide{
    height: 100%;
}
.banner-slider {
    perspective: 1000px; /* Set the perspective value for the 3D effect */
}

.banner-slide {
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: auto;
    filter: blur(0); /* Initial blur value */
    transition: filter 0.5s ease-out; /* Transition for smooth blur effect */
}

.slick-dots{
    position: absolute;
    right: 34px;
    top: 36%;
    bottom: 50%;
    transform: translateY(-50%);
}

.slick-dots li{
    margin-bottom:5px;
}

.slick-dots button{
    padding:10px;
    border:none;
}
.slick-initialized .banner-slide{
    padding-bottom: 0px;;
}

.banner-slider .slick-arrow.slick-prev{
    display:none!important;
}

.banner-slider .slick-arrow.slick-next{
    display:none!important
}
/* /* slick animations * */


/* slide 4 css  */



.top_view .tDormatory{
    position:absolute;
    bottom:-23%;
    width: 68%;
    height: 53%;    
    opacity: 0;
    z-index: 9999;
    transform:translateX(30px) rotate(342deg);
    
}

.top_view .top_viewYeshivahLunchroom {
    width: 14%;
    background-color: #fff;
    left: 47%;
    top: 40%;
    transform: translateX(30px) rotate(8deg);
    height: 10%;
    z-index: 99;
    position: absolute;
    opacity: 0;
    border-top-right-radius: 35;
    border-radius: 44px 4px 43px 0;
}

.top_view .top_viewYeshivahClassrooms {
    width: 23%;
    background-color: #fff;
    left: 7%;
    top: 48%;
    transform: translateX(30px) rotate(333deg);
    height: 10%;
    z-index: 99;
    position: absolute;
    opacity: 0;
}

.top_viewYeshivahShull {
    width: 13%;
    background-color: #fff;
    left: 37%;
    top: 27%;
    transform: translateX(30px) rotate(3deg);
    height: 15%;
    z-index: 99;
    position: absolute;
    border-radius: 189px 88px 75px 0;
    opacity: 0;
}

.top_viewYeshivahMikivah {
    width: 8%;
    background-color: #fff;
    left: 30%;
    top: 27%;
    transform: translateX(30px) rotate(3deg);
    height: 5%;
    z-index: 99;
    position: absolute;
    border-radius: 39px 0 0 0;
    opacity: 0;
}

.top_viewsimpleUnits1{
    width: 14%;
    background-color: #fff;
    left: 29%;
    top: 21%;
    transform: translateX(30px) rotate(-6deg);
    height: 5%;
    z-index: 99;
    position: absolute;
    border-radius: 39px 46px 0 0;
    opacity: 0;    
}


.top_viewsimpleUnits2{
    
    width: 8%;
    background-color: #fff;
    left: 34%;
    top: 18%;
    transform: translateX(30px) rotate(15deg);
    height: 5%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 29px 0;
    opacity: 0;
}

.top_viewsimpleUnits3{
    width: 6%;
    background-color: #fff;
    left: 16%;
    top: 17%;
    transform: translateX(30px) rotate(15deg);
    height: 5%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 29px 0;
    opacity: 0;
}

.top_viewsimpleUnits4{    
        width: 8%;
        background-color: #fff;
        left: 21%;
        top: 20%;
        transform: translateX(30px) rotate(21deg);
        height: 5%;
        z-index: 82;
        position: absolute;
        border-radius: 31px 0 25px 0;
        opacity: 0;
}


.top_viewsimpleUnits5{    
    width: 8%;
    background-color: #fff;
    left: 21%;
    top: 20%;
    transform: translateX(30px) rotate(21deg);
    height: 5%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 25px 0;
    opacity: 0;
}


.top_viewsimpleUnits6{
    width: 5%;
    background-color: #fff;
    left: 12%;
    top: 14%;
    transform: translateX(30px) rotate(21deg);
    height: 5%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 25px 0;
    opacity: 0;
}


.top_viewsimpleUnits7{
    width: 5%;
    background-color: #fff;
    left: 23%;
    top: 12%;
    transform: translateX(30px) rotate(21deg);
    height: 5%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 25px 0;
    opacity: 0;
}

.top_viewsimpleUnits8 {
    width: 6%;
    background-color: #fff;
    left: 28%;
    top: 15%;
    transform: translateX(30px) rotate(15deg);
    height: 4%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 25px 0;
    opacity: 0;
}

.top_viewStaffUnits1 {
    width: 6%;
    background-color: #fff;
    left: 33%;
    top: 14%;
    transform: translateX(30px) rotate(8deg);
    height: 3%;
    z-index: 82;
    position: absolute;    
    border-radius: 31px 0 25px 0;
    opacity: 0;
}

.top_viewStaffUnits2 {
    width: 5%;
    background-color: #fff;
    left: 29%;
    top: 12%;
    transform: translateX(30px) rotate(15deg);
    height: 4%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 25px 0;
    opacity: 0;
}

.top_viewStaffUnits3{
    width: 6%;
    background-color: #fff;
    left: 33%;
    top: 11%;
    transform: translateX(30px) rotate(12deg);
    height: 3%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 25px 0;  
    opacity: 0; 
}

.top_viewStaffUnits4{
    width: 7%;
    background-color: #fff;
    left: 38%;
    top: 13%;
    transform: translateX(30px) rotate(7deg);
    height: 4%;
    z-index: 82;
    position: absolute;
    border-radius: 31px 0 25px 0;   
    opacity: 0;
}


.top_viewCampMikivah{
    width: 9%;
    background-color: #fff;
    left: 45%;
    top: 16%;
    transform: translateX(30px) rotate(7deg) skew(-57deg);
    height: 5%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}

.top_viewKitahTesShull{
    width: 7%;
    background-color: #fff;
    left: 47%;
    top: 11%;
    transform: translateX(30px) rotate(7deg);
    height: 5%;
    z-index: 82;
    position: absolute;
    opacity: 0;    
}


.top_viewKitchenAndRoom{
    width: 10%;
    background-color: #fff;
    left: 57%;
    top: 10%;
    transform: translateX(30px) rotate(7deg);
    height: 7%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}

.top_viewYeshivahShull2 {
    width: 6%;
    background-color: #fff;
    left: 59%;
    top: 18%;
    transform: translateX(30px) rotate(19deg) skew(-24deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    border-radius: 15px 0 10px 17px;
    opacity: 0;
}




.top_viewYeshivahLunchroom2 {
    width: 8%;
    background-color: #fff;
    left: 68%;
    top: 27%;
    transform: translateX(30px) rotate(0deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    border-radius: 15px 15px 10px 17px;
    opacity: 0;
}

.top_viewYeshivahDormitory2 {
    width: 15%;
    background-color: #fff;
    left: 74%;
    top: 19%;
    transform: translateX(30px) rotate(0deg) skew(64deg);
    height: 11%;
    z-index: 82;
    position: absolute;
    border-radius: 15px 15px 10px 17px;
    opacity: 0;
}

/* Image for button 1 */
.slick-dots li:nth-child(1) button {
    content: '';
    display: block;
    width: 60px;
    height: 60px;        
    background-color: #fff;
    background-size: 60%;
    border-radius: 10px;
    
}

/* Image for button 2 */
.slick-dots li:nth-child(2) button{
    content: '';
    display: block;
    width: 60px;
    height: 60px;    
    background-color: #fff;
    background-size: 45%;
    border-radius: 10px;
}

/* Image for button 3 */
.slick-dots li:nth-child(3) button {
    content: '';
    display: block;
    width: 60px;
    height: 60px;    
    background-color: #fff;
    background-size: 60%;
    border-radius: 10px;
}

/* Image for button 4 */
.slick-dots li:nth-child(4) button {
    content: '';
    display: block;
    width: 60px;
    height: 60px;    
    background-color: #fff;
    background-size: 60%;
    border-radius: 10px;
}


/* Apply custom images */
.slick-dots li button {
    background: url('path/to/your/dot-image.png') no-repeat center center;
    background-size: cover;
    width: 20px; /* Adjust the width of the image as needed */
    height: 20px; /* Adjust the height of the image as needed */
}


.banner-wrap {
    position: relative;
    overflow: hidden;
  }

  .banner-slider {
    display: flex;
    transition: transform 0.5s ease;
  }

  .banner-slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  .banner-slide img {
    width: 100%;
    height: 100%;
    filter: blur(0); /* Initial blur set to 0 */
    transition: filter 0.5s ease; /* Transition for the blur effect */
  }

  .swiper-pagination-bullet-active img {
    filter: blur(8px); /* Adjust the blur amount as needed when active */
  }


  .personMapContainer{
    position: absolute;
    top: 50px;
    right: 36px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }



  .person_map{
    position: absolute;
    z-index: 99999;    
    font-size: 32px;
    padding:10px 20px;
    border-radius: 10px;
    color:#B22222;
    z-index:32;
  }

  .imgZoomEffect{
    width: 23%;
    height: 150px;    
    position: absolute;
    top: 15%;
    right: 2%;
    opacity: 0;
  }

  .zoom-effect {
    transition: transform 0.3s ease-in-out;
}


.slick-dots .slick-active button{
border:5px solid #B22222
}

.link_new {
position:relative;
overflow:hidden;
}

.link_new .delete-image{
position: absolute;
    top: 2px;
    right: 20px;
    background-color: red;
    aspect-ratio: 1/1;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
    z-index: 999;
}

.pdfunit{
position: relative;
    background: #f1f1f1;
    padding: 5px 10px;
	}
	
	.pdfunit .delete-image{
	position: absolute;
    right: 12px;
	}


    #drag_and_drop_view , #drag_and_drop_view2,#drag_and_drop_view3{
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .model_stles .modal-dialog{
        max-width: 900px!important;
    }

	  


    .drag-over {
        border: 3px solid red;
        background-color: transparent!important;
        opacity: 1!important;
      }

.logout {
  position: absolute;
  top: 113px;
  left: 47px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 36px;
  background: #1f3805;
  border-radius: 50%;
  border: 2px solid #fff;
}

.log_out a{
  display:flex;
  justify-content:center;
  align-items:center
}

.log_out .fa-solid{
  font-size: 16px;
  color: #fff!important!important;
}

      .cirleExclamation{
        position: absolute;
        top: 50px;
        left: 36px;
        color:#b22222;        
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        font-size: 36px;
        text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
      }

      .circle_Exclamation--image{
        z-index: 13;
        width: 17%;
        top: 20%;
        right: 50%;
        left: 4%;
        display: none;
      }

*::selection{
  background-color:transparent!important
}
      .swimmingPool {
        width: 12%;
        left: 37%;
        background-color: #fff;
        top: 29%;
        transform: translateX(30px) rotate(361deg) skew(-24deg);
        height: 4%;
        position: absolute;
        opacity: 0;
    }

    .swimmingPool_image{
        display: block;
        position: absolute;
        z-index: 9999;        
        width: 20%;
        left: 50%;
        top: 9%;
      display:none
      }

h5::selection{
background-color:blue;}

 .tDormatory__image{
        position: absolute;
        z-index: 9999;        
        width: 20%;
        left: 46%;
        bottom: 19%;
        display: none;
      }

      .top_viewYeshivahClassrooms__image{        
        z-index: 9999;        
        width: 20%;
        left: 24%;
        bottom: 46%;
        display: none;
      }
      .top_viewYeshivahLunchroom__image{        
        z-index: 9999;
        width: 20%;
        left: 55%;
        bottom: 56%;
        display: none;
      }
      .top_viewYeshivahMikivah__image{
        z-index: 9999;
        width: 20%;
        left: 36%;
        bottom: 70%;
        display: none;
      }
      .top_viewYeshivahShull__image{
        z-index: 9999;
        width: 20%;
        left: 45%;
        bottom: 66%;
        display: none;
      }
      .top_viewsimpleUnits1__image {
        z-index: 9999;
    width: 20%;
    left: 38%;
    bottom: 74%;
    display: none;
      }
      .top_viewsimpleUnits2__image {
        z-index: 9999;
        width: 20%;
        left: 40%;
        bottom: 78%;
        display: none;
      }
      .top_viewsimpleUnits3__image {
        z-index: 9999;
        width: 20%;
        left: 21%;
        bottom: 79%;
        display: none;
      }
      .top_viewsimpleUnits4__image {
        z-index: 9999;
    width: 20%;
    left: 26%;
    bottom: 75%;
        display: none;
      }
      .top_viewsimpleUnits5__image {
        z-index: 9999;
        width: 20%;
        left: 26%;
        bottom: 75%;
        display: none;
      }
      .top_viewsimpleUnits6__image {
        z-index: 9999;
    width: 20%;
    left: 16%;
    bottom: 55%;
        display: none;
      }
      .top_viewsimpleUnits7__image {
        z-index: 9999;
        width: 20%;
        left: 7%;
        bottom: 58%;
        display: none;
      }
      .top_viewsimpleUnits8__image {
        z-index: 9999;
        width: 20%;
        left: 33%;
        bottom: 55%;
        display: none;
      }
      .top_viewKitchenAndRoom__image {
        z-index: 9999;
        width: 20%;
        left: 43%;
        bottom: 60%;
        display: none;
      }
      .top_viewYeshivahShull2__image {
        z-index: 9999;
    width: 20%;
    left: 44%;
    bottom: 53%;
        display: none;
      }
      .top_viewYeshivahLunchroom2__image {
        z-index: 9999;
    width: 20%;
    left: 53%;
    bottom: 45%;
        display: none;
      }
      .top_viewYeshivahDormitory2__image {
        z-index: 9999;
    width: 20%;
    left: 61%;
    bottom: 49%;
        display: none;
      }
      .top_viewStaffUnits1__image {
        z-index: 9999;
        width: 20%;
        left: 38%;
        bottom: 57%;
        display: none;
      }
      .top_viewStaffUnits2__image {
        z-index: 9999;
    width: 20%;
    left: 34%;
    bottom: 59%;
        display: none;
      }
      .top_viewStaffUnits3__image {
        z-index: 9999;
    width: 20%;
    left: 18%;
    bottom: 60%;
        display: none;
      }
      .top_viewStaffUnits4__image {
        z-index: 9999;
        width: 20%;
        left: 44%;
        bottom: 58%;
        display: none;
      }
      .top_viewCampMikivah__image {
        z-index: 9999;
        width: 20%;
        left: 53%;
        bottom: 53%;
        display: none;
      }
      .top_viewKitahTesShull__image {
        z-index: 9999;
        width: 20%;
        left: 53%;
        bottom: 59%;
        display: none;
      }

.top_viewYeshivahClassrooms2__image {
           z-index: 9999;
    width: 20%;
    left: 60%;
    bottom: 50%;
        display: none;
      }


.top_viewYeshivahClassrooms2 {
    width: 6%;
    background-color: #fff;
    left: 56%;
    top: 20%;
    transform: translateX(12px) rotate(50deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    border-radius: 15px 15px 10px 17px;
    opacity: 0;
}
.top_viewPool3__image{
        z-index: 9999;
    width: 20%;
    left: 45%;
    bottom: 53%;
    display: none;
    }
.top_viewsimpleUnits13__image {
        z-index: 9999;
        width: 20%;
        left: 32%;
        bottom: 64%;
        display: none;
    }
.top_viewsimpleUnits23__image {
        z-index: 9999;
        width: 20%;
        left: 42%;
        bottom: 68%;
        display: none;
    }

.top_viewsimpleUnits33__image {
        z-index: 9999;
        width: 20%;
        left: 57%;
        bottom: 69%;
        display: none;
    }

.top_viewsimpleUnits43__image {
    z-index: 9999;
    width: 20%;
    left: 67%;
    bottom: 71%;
    display: none;
}

.top_viewsimpleUnits53__image {
    z-index: 9999;
    width: 20%;
    left: 59%;
    bottom: 71%;
    display: none;
}

.top_viewsimpleUnits63__image {
    z-index: 9999;
    width: 20%;
    left: 52%;
    bottom: 70%;
    display: none;
}

.top_viewsimpleUnits73__image {
    z-index: 9999;
    width: 20%;
    left: 42%;
    bottom: 68%;
    display: none;
}
.top_viewStaffUnits13__image {
    z-index: 9999;
    width: 20%;
    left: 48%;
    bottom: 59%;
    display: none;
}
.top_viewStaffUnits23__image {
    z-index: 9999;
    width: 20%;
    left: 61%;
    bottom: 64%;
    display: none;
}
.top_viewStaffUnits33__image {
    z-index: 9999;
    width: 20%;
    left: 73%;
    bottom: 67%;
    display: none;
}
.top_viewStaffUnits43__image {
    z-index: 9999;
    width: 20%;
    left: 38%;
    bottom: 63%;
    display: none;
}
.top_viewCampMikkvah13__image{
    z-index: 9999;
    width: 20%;
    left: 62%;
    bottom: 50%;
    display: none;
}
.top_viewYeshivahClassrooms23__image{
    z-index: 9999;
    width: 20%;
    left: 12%;
    bottom: 52%;
    display: none;
}
.top_viewYeshivahClassrooms33__image{
    z-index: 9999;
    width: 20%;
    left: 10%;
    bottom: 67%;
    display: none;
}
.top_viewYeshivahShull23__image{
    z-index: 9999;
    width: 20%;
    left: 5%;
    bottom: 63%;
    display: none;
}
.top_viewYeshivahShull33__image{
    z-index: 9999;
    width: 20%;
    left: 18%;
    bottom: 48%;
    display: none;
}
.top_viewYeshivahMikivah23__image{
    z-index: 9999;
    width: 20%;
    left: 19%;
    bottom: 65%;
    display: none;
}
.top_viewKitahTesShull23__image{
    z-index: 9999;
    width: 20%;
    left: 69%;
    bottom: 50%;
    display: none;
}
.top_viewCampKitchenLunchroom13__image{
    z-index: 9999;
    width: 20%;
    left: 76%;
    bottom: 16%;
    display: none;
}
.top_viewPool3{
    width: 9%;
    background-color: #fff;
    left: 42%;
    top: 25%;
    transform: translateX(3px) rotate(87deg);
    height: 45%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits13{
    width: 6%;
    background-color: #fff;
    left: 26%;
    top: 29%;
    transform: translateX(10px) rotate(53deg);
    height: 8%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits23 {
    width: 12%;
    background-color: #fff;
    left: 35%;
    top: 32%;
    transform: translateX(10px) rotate(173deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits33 {
    width: 10%;
    background-color: #fff;
    left: 49%;
    top: 28%;
    transform: translateX(10px) rotate(173deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits43 {
    width: 8%;
    background-color: #fff;
    left: 59%;
    top: 25%;
    transform: translateX(10px) rotate(168deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits53 {
    width: 7%;
    background-color: #fff;
    left: 53%;
    top: 21%;
    transform: translateX(10px) rotate(170deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits63 {
    width: 8%;
    background-color: #fff;
    left: 44%;
    top: 24%;
    transform: translateX(10px) rotate(175deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits73 {
    width: 10%;
    background-color: #fff;
    left: 32%;
    top: 26%;
    transform: translateX(10px) rotate(173deg);
    height: 6%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewCampMikkvah13 {
    width: 6%;
    background-color: #fff;
    left: 50%;
    top: 45%;
    transform: translateX(131px) rotate(-3deg);
    height: 10%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewStaffUnits13 {
    width: 10%;
    background-color: #fff;
    left: 58%;
    top: 35%;
    transform: translateX(131px) rotate(-15deg);
    height: 8%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewStaffUnits23 {
    width: 9%;
    background-color: #fff;
    left: 69%;
    top: 29%;
    transform: translateX(131px) rotate(-16deg);
    height: 8%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewStaffUnits33 {
    width: 9%;
    background-color: #fff;
    left: 58%;
    top: 27%;
    transform: translateX(131px) rotate(-9deg);
    height: 7%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}

.top_viewStaffUnits43 {
    width: 11%;
    background-color: #fff;
    left: 47%;
    top: 31%;
    transform: translateX(131px) rotate(-10deg);
    height: 7%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahClassrooms23 {
    width: 18%;
    background-color: #fff;
    left: -7%;
    top: 43%;
    transform: translateX(131px) rotate(6deg);
    height: 7%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahClassrooms33 {
    width: 8%;
    background-color: #fff;
    left: -9%;
    top: 28%;
    transform: translateX(131px) rotate(9deg);
    height: 4%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahShull23 {
    width: 9%;
    background-color: #fff;
    left: -9%;
    top: 33%;
    transform: translateX(131px) rotate(7deg);
    height: 7%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahMikivah23 {
    width: 7%;
    background-color: #fff;
    left: 7%;
    top: 30%;
    transform: translateX(131px) rotate(-3deg);
    height: 7%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}

.top_viewYeshivahShull33 {
    width: 18%;
    background-color: #fff;
    left: 0%;
    top: 52%;
    transform: translateX(131px) rotate(-3deg);
    height: 14%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}

.top_viewKitahTesShull23 {
    width: 15%;
    background-color: #fff;
    left: 70%;
    top: 45%;
    transform: translateX(131px) rotate(-3deg);
    height: 13%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}

.top_viewCampKitchenLunchroom13 {
    width: 13%;
    background-color: #fff;
    left: 79%;
    top: 74%;
    transform: translateX(159px) rotate(83deg);
    height: 25%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
/*thirdangle end*/

/* 2nd angle start*/

.top_viewPool2 {
    width: 3%;
    background-color: #fff;
    left: 45%;
    top: 34%;
    /* transform: translateX(3px) rotate(89deg); */
    transform: translateX(23px) rotate(258deg) skewy(-59deg);
    height: 15%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewCampMikkvah12 {
    width: 3%;
    background-color: #fff;
    left: 52%;
    top: 41%;
    /* transform: translateX(43px) rotate(6deg); */
    height: 5%;
    z-index: 82;
    position: absolute;
    transform: translateX(29px) rotate(30deg) skewy(-23deg);
    opacity: 0;
}

.top_viewCampKitchenLunchroom12 {
    width: 10%;
    background-color: #fff;
    left: 71%;
    top: 36%;
    transform: translateX(3px) rotate(87deg);
    height: 52%;
    z-index: 82;
    position: absolute;
    transform: translateX(23px) rotate(272deg) skewy(-41deg);
    opacity: 0;
}
.top_viewKitahTesShull12 {
    width: 3%;
    background-color: #fff;
    left: 65%;
    top: 37%;
    transform: translateX(23px) rotate(272deg) skewy(-28deg);
    height: 16%;
    z-index: 82;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahShull12 {
    width: 2%;
    background-color: #fff;
    left: 33%;
    top: 36%;
    transform: translateX(14px) rotate(269deg) skewy(31deg);
    height: 16%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahShull22 {
    width: 2%;
    background-color: #fff;
    left: 25%;
    top: 32%;
    transform: translateX(14px) rotate(256deg) skewy(-35deg);
    height: 9%;
    z-index: 81;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahLunchroom12 {
    width: 2%;
    background-color: #fff;
    left: 18%;
    top: 36%;
    transform: translateX(14px) rotate(261deg) skewy(-45deg);
    height: 14%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}

.top_viewYeshivahLunchroom22 {
    width: 1%;
    background-color: #fff;
    left: 19%;
    top: 33%;
    transform: translateX(14px) rotate(256deg) skewy(-27deg);
    height: 8%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahdormitory12 {
    width: 9%;
    background-color: #fff;
    left: 13%;
    top: 39%;
    transform: translateX(-58px) rotate(429deg) skewy(-65deg);
    height: 29%;
    z-index: 80;
    position: absolute;
    opacity: 0;   
}
.top_viewYeshivahdormitory22 {
    width: 2%;
    background-color: #fff;
    left: 14%;
    top: 24%;
    transform: translateX(8px) rotate(253deg) skewy(-1deg);
    height: 20%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahClassrooms12 {
    width: 1%;
    background-color: #fff;
    left: 30%;
    top: 31%;
    transform: translateX(14px) rotate(268deg) skewy(24deg);
    height: 19%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahClassrooms22 {
    width: 1%;
    background-color: #fff;
    left: 24%;
    top: 29%;
    transform: translateX(14px) rotate(269deg) skewy(46deg);
    height: 9%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewYeshivahMikivah12 {
    width: 1%;
    background-color: #fff;
    left: 33%;
    top: 32%;
    transform: translateX(11px) rotate(270deg) skewy(47deg);
    height: 8%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits12 {
    width: 2%;
    background-color: #fff;
    left: 38%;
    top: 34%;
    transform: translateX(19px) rotate(325deg) skewy(43deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}


.top_viewsimpleUnits22 {
    width: 4%;
    background-color: #fff;
    left: 41%;
    top: 32%;
    transform: translateX(19px) rotate(308deg) skewy(48deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits32 {
    width: 5%;
    background-color: #fff;
    left: 43%;
    top: 35%;
    transform: translateX(19px) rotate(308deg) skewy(46deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}

.top_viewsimpleUnits42 {
    width: 3%;
    background-color: #fff;
    left: 48%;
    top: 31%;
    transform: translateX(19px) rotate(308deg) skewy(47deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}

.top_viewsimpleUnits52 {
    width: 3%;
    background-color: #fff;
    left: 54%;
    top: 31%;
    transform: translateX(19px) rotate(308deg) skewy(47deg);
    height: 3%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewsimpleUnits62 {
    width: 4%;
    background-color: #fff;
    left: 51%;
    top: 33%;
    transform: translateX(19px) rotate(308deg) skewy(47deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}

.top_viewsimpleUnits72 {
    width: 4%;
    background-color: #fff;
    left: 58%;
    top: 32%;
    transform: translateX(19px) rotate(308deg) skewy(48deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewStaffUnits12 {
    width: 5%;
    background-color: #fff;
    left: 54%;
    top: 36%;
    transform: translateX(19px) rotate(308deg) skewy(48deg);
    height: 3%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}

.top_viewStaffUnits22 {
    width: 5%;
    background-color: #fff;
    left: 62%;
    top: 34%;
    transform: translateX(19px) rotate(308deg) skewy(48deg);
    height: 3%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}

.top_viewStaffUnits32 {
    width: 5%;
    background-color: #fff;
    left: 60%;
    top: 37%;
    transform: translateX(19px) rotate(308deg) skewy(48deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
.top_viewStaffUnits42 {
    width: 5%;
    background-color: #fff;
    left: 68%;
    top: 36%;
    transform: translateX(19px) rotate(308deg) skewy(48deg);
    height: 4%;
    z-index: 80;
    position: absolute;
    opacity: 0;
}
  .top_viewPool2__image{
        z-index: 9999;
    width: 20%;
    left: 48%;
    bottom: 61%;
    display: none;
    }
 .top_viewCampKitchenLunchroom12__image{
        z-index: 9999;
    width: 20%;
    left: 70%;
    bottom: 50%;
    display: none;
    }
.top_viewKitahTesShull12__image {
    z-index: 9999;
    width: 20%;
    left: 67%;
    bottom: 58%;
    display: none;
}

.top_viewCampMikkvah12__image {
    z-index: 9999;
    width: 20%;
    left: 55%;
    bottom: 59%;
    display: none;
}
.top_viewYeshivahShull12__image {
    z-index: 9999;
    width: 20%;
    left: 36%;
    bottom: 58%;
    display: none;
}
.top_viewYeshivahShull22__image {
    z-index: 9999;
    width: 20%;
    left: 29%;
    bottom: 63%;
    display: none;
}
.top_viewYeshivahClassrooms12__image {
    z-index: 9999;
    width: 20%;
    left: 31%;
    bottom: 60%;
    display: none;
}

.top_viewYeshivahClassrooms22__image {
    z-index: 9999;
    width: 20%;
    left: 26%;
    bottom: 67%;
    display: none;
}
.top_viewYeshivahLunchroom12__image {
    z-index: 9999;
    width: 20%;
    left: 19%;
    bottom: 59%;
    display: none;
}

.top_viewYeshivahLunchroom22__image {
    z-index: 9999;
    width: 20%;
    left: 20%;
    bottom: 64%;
    display: none;
}

.top_viewYeshivahdormitory12__image {
    z-index: 9999;
    width: 20%;
    left: 18%;
    bottom: 53%;
    display: none;
}


.top_viewYeshivahdormitory22__image {
    z-index: 9999;
    width: 20%;
    left: 15%;
    bottom: 67%;
    display: none;
}

.top_viewYeshivahMikivah12__image {
    z-index: 9999;
    width: 20%;
    left: 34%;
    bottom: 65%;
    display: none;
}

.top_viewsimpleUnits12__image {
    z-index: 9999;
    width: 20%;
    left: 40%;
    bottom: 66%;
    display: none;
}
.top_viewsimpleUnits22__image {
    z-index: 9999;
    width: 20%;
    left: 43%;
    bottom: 67%;
    display: none;
}

.top_viewsimpleUnits32__image {
    z-index: 9999;
    width: 20%;
    left: 44%;
    bottom: 65%;
    display: none;
}

.top_viewsimpleUnits42__image {
    z-index: 9999;
    width: 20%;
    left: 50%;
    bottom: 68%;
    display: none;
}
.top_viewsimpleUnits52__image {
    z-index: 9999;
    width: 20%;
    left: 56%;
    bottom: 69%;
    display: none;
}

.top_viewsimpleUnits62__image {
    z-index: 9999;
    width: 20%;
    left: 55%;
    bottom: 66%;
    display: none;
}
.top_viewsimpleUnits72__image {
    z-index: 9999;
    width: 20%;
    left: 61%;
    bottom: 68%;
    display: none;
}

.top_viewStaffUnits12__image {
    z-index: 9999;
    width: 20%;
    left: 56%;
    bottom: 65%;
    display: none;
}

.top_viewStaffUnits22__image {
    z-index: 9999;
    width: 20%;
    left: 64%;
    bottom: 65%;
    display: none;
}

.top_viewStaffUnits32__image {
    z-index: 9999;
    width: 20%;
    left: 62%;
    bottom: 63%;
    display: none;
}

.top_viewStaffUnits42__image {
    z-index: 9999;
    width: 20%;
    left: 70%;
    bottom: 64%;
    display: none;
}

.lb-nav a.lb-prev {
    width: 7%!important;
}

.lb-nav a.lb-next {
    width: 7%!important;
}

 .lb-container.enlarged img {
            transform: scale(1.5);
        }

#campbelz_pass_form {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url(https://campbelz.net/wp-content/uploads/2024/02/Main__image-2.png);
}


#campbelz_pass_form form{
    background: #fff;
    padding: 20px;
    width: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#campbelz_pass_form p{
      margin-bottom: 5px;
    font-weight: bold;
}
#campbelz_pass_form label{
    display: block;
  font-size: 20px;
}

#pwbox-257{
margin: 10px 0;
    display: block;
    width: 100%;
  border: 2px solid #c1c1c1;
}

#campbelz_pass_form input[type="submit"]{
      display: block;
    width: 150px;
    background: green;
    border: none;
    color: #fff;
    padding: 7px 0;
}
.button-primaryy {
    background: green !important;
    border: none;
    color: #fff;
    padding: 9px;
    margin-top: 20px;
    width: 50%;
    /* display: flex; */
    /* align-content: center; */
    /* align-items: center; */
}

.tDormatory_angle3_1{
    background-color:transparent;
    position: absolute;
    bottom:23%;
    left:-2%;
    width:8%;
    height:35%;
    z-index: 99999;
    border-radius:90% 10% 0 0;
    transform:rotate(55deg)
}
.tDormatory_angle3_2{
    display:none!important
}


#myVideo{
position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model_stles{
background-color:#000000ba}

.model_stles .modal-dialog{
display: flex;
    justify-content: center;
    align-items: center;
  height:100%;
  margin:0 auto;
}

.model_stles  .modal-body{
padding:0px}

.model_stles .close-button{
position: absolute;
  z-index: 99;
  right: 20px;
  top: 20px;
  color: red;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;}

#log_out i {
  color: #fff!important;
  font-size: 16px!important;
}

#log_out a{
display:flex!important;
justify-content:center!important;
align-items:center!important;}

#logoutVideo{
width:100vw;
  height:100vh;
  object-fit:cover;
}

input[value="Add"] {    
    border: 1px solid transparent;
    padding: .375rem .75rem;
      color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}