@font-face {
	font-family: "OpenSansHebrew-Light";
	src: url("../fonts/OpenSansHebrew-Light.ttf");
}
@font-face {
	font-family: "OpenSansHebrew-Regular";
	src: url("../fonts/OpenSansHebrew-Regular.ttf");
}
@font-face {
	font-family: "OpenSansHebrew-Bold";
	src: url("../fonts/OpenSansHebrew-Bold.ttf");
}
@font-face {
	font-family: "OpenSansHebrew-ExtraBold";
	src: url("../fonts/OpenSansHebrew-ExtraBold.ttf");
}

html {
	scroll-behavior: smooth;
}

.font-weight-extra-bold {
	font-family: "OpenSansHebrew-ExtraBold";
}

.font-weight-bold {
	font-family: "OpenSansHebrew-Bold";
}

body {
	font-family: "OpenSansHebrew-Regular";
	margin: 0;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

.font-size-130px {
	font-size: 83px;/*130*/
	/* text-shadow: 7px 0 black, 0 7px black, 6px 0 black, 0 0px black; */
	/* text-shadow: 1px 0 black, 0 1px black, 4px 0 black, 0 1px black; */
	text-shadow: 3px 3px black;
    -webkit-text-stroke: 1px black;
}

.font-size-162px {
	font-size: 109px;/*170*/
	/* text-shadow: 7px 0 black, 0 7px black, 6px 0 black, 0 0px black; */
	/* text-shadow: 1px 0 black, 0 1px black, 4px 0 black, 0 1px black; */
	text-shadow: 3px 3px black;
    -webkit-text-stroke: 1px black;
}

.font-size-44px {
	font-size: 28px;/*44*/
}

.font-size-48px {
	font-size: 30px;/*48*/
}

.main-section-title-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-logo {
	position: absolute;
	left: 15px;
	top: 10px;
}

.img-hover-container {
	position: relative;
}

.img-hover {
	position: absolute;
	left: 0px;
	top: -38px;
	width: 140%;
	height: 140%;
	object-fit: cover;
	opacity: 0;
}

.img-hover-container:hover .img-hover {
	opacity: 1 !important;
	transition: all linear 0.2s;
}

.pink-bg {
	background-color: #d03f6c;
}

.font-size-35px-46px {
	font-size: 22px;/*35*/
	line-height: 46px;
}

/* .borders {
	border-left: 5px solid white;
	border-right: 5px solid white;
} */

.container1568px {
	max-width: 1538px !important;
}

.font-size-50px {
	font-size: 32px;/*50*/
}

.text-shadow-s {
	text-shadow: 3px 3px black;
}

.font-size-48px {
	font-size: 30px;/*48*/
}

.d-desktop {
	display: block;
}

.d-mobile {
	display: none;
}

.video-you {
	width: 1009px;
	height: 565px;
}

.font-size-28px {
	font-size: 28px;
}

.gosha-container {
	background-color: #d03f6c;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 8px 4px 1px black;
	border-color: black;
}

.no-btn {
	outline: 0px;
	border: 0px;
	background-color: transparent;
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: white;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	box-shadow: 2px 2px 1px black;
	border: 2px solid black;
}

.font-size-26px {
	font-size: 26px;
}

.font-size-23px-30px {
	font-size: 23px;
	line-height: 30px;
}

#toggleMe {
	display: none;
}

#toggleMe2 {
	display: block;
}

.border-right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 5px;
	background-color: white;
	box-shadow: 0px 3px 6px white;
	border-radius: 5px;
}
.border-left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 5px;
	background-color: white;
	box-shadow: 0px 3px 6px white;
	border-radius: 5px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1420px;
	}
	.img-hover-container {
		width: 190px;
		height: 190px;
		margin: 0 auto;
	}
	
	.fixd {
		line-height:90px;
	}
}

@media (min-width: 1200px) and  (max-width: 1650px) {
    .img-logo {
        top:5px;
        left:5px;
    }
}

@media (min-width: 1200px) and  (max-width: 1600px) {
    .font-size-35px-46px {
        font-size: 22px;
        line-height: 29px;
    }

    .container1568px {
        max-width: 1100px !important;
    }

    .font-size-130px {
        font-size: 80px;
    }

    .font-size-162px {
        font-size: 100px;;
    }

    .img-logo {
        width: 300px !important;
    }
}

.pink-bg2 {
    background-color: #d96589;
}

.dim img {
	width:44px !important;
}
.wv-100 {
		width: 100vw;
	}
	
	.gr {
		position:absolute;
		left:10px;
		bottom:10px;
	}