@font-face {
	font-family: 'peyda-bold';
	src: url("../fonts/PeydaFaNum-bold.ttf"), url("../fonts/PeydaFaNum-bold.woff");
} 

@font-face {
	font-family: 'peyda';
	src: url("../fonts/PeydaFaNum-Regular.ttf"), url("../fonts/PeydaFaNum-Regular.woff");
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
}
:after {
	font-family: 'Font Awesome 5 Free';
}
:before {
	font-family: 'Font Awesome 5 Free';
}
i {
	font-style: unset !important;
}
::placeholder {
	color: #ccc !important;
	font-size: 14px !important;
}


button {
	background: none !important;
	border: none !important;
	padding: 5px !important;
}

a {
	text-decoration: none !important;
	text-shadow: none !important;
}
a:focus {
	box-shadow: none !important;
}
button:focus {
	box-shadow: none !important;
}
button:active {
	background: unset !important;
}
i {
	font-weight: bold !important;
}
i.raty-star--off {
	opacity: 0.3;
}
.btn-primary:focus {
	background: unset !important;
}
ul {
	padding: 0px !important;
	margin: 0px !important;
}
ul li {
	list-style: none;
}

body,a,h1,h2,h3,h4,h5,h6,div,li,p,span,button,span {
	font-family: peyda !important;
	text-align: right;
	color: #495057 !important;
	letter-spacing: -0.5px;
}

body {
    overflow-x: hidden;
}



.weddex-home {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -30px;
}
.weddex-home .maintitle h1 {
	text-align: center;
	color: #D4AF37 !important;
	font-size: 62px !important;
	font-family: tahoma !important;
}
.weddex-home .maintitle h1 span.year{
	text-align: center;
	font-size: 62px !important;
	font-family: tahoma !important;
	color: #1A1F36 !important;
}
.weddex-home .maintitle h1 span.city {
	text-align: center;
	margin-left: 15px;
	color: #1A1F36 !important;
	font-size: 62px !important;
	font-family: tahoma !important;
}
.weddex-home .maintitle h2 {
	text-align: center;
	color: #1A1F36 !important;
	font-size: 32px !important;
}
.weddex-home .main-image img {
	border-radius: 50px;
	margin-top: 30px;
	box-shadow: 9px 9px  #1a1f36;
	border: 1px solid #fff
}
ul.astroid-nav {
	direction: rtl;
}
ul.astroid-nav li a {
	font-size: 20px !important;
}
.nav-item-id-104 {
	background: #D4AF37;
	border-radius: 15px;
}
.nav-item-id-104 span {
	color: #1A1F36 !important;
}
.nav-item-id-105 {
	background: #F8F5EF;
	border-radius: 15px;
	margin-right: 15px;
}













.mainweddexbtn {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	width: 70%;
	height: 120px;
	margin-top: 50px;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.mainweddexbtn a {
	background: #F8F5EF;
	font-size: 36px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
}
.mainweddexbtn .main {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 50px 25px -50px #5b6e8154;
	position: relative;
	transition: 0.5s;
}
.mainweddexbtn .main:hover {
	margin-top: -8px;
	transition: 0.5s;
}
.mainweddexbtn .book a {
	/background: #CCF3EE;
}
.mainweddexbtn .vip a {
	/background: #F9F3EE;
	direction: rtl;
}
.divider img {
	width: 300px;
	margin-bottom: 50px;
}







.weddex-why .main {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 80%;
	gap: 20px;
	margin: 0 auto 30px;
}
.weddex-why .main.left {
	display: flex;
	flex-direction: row;
}
.weddex-why .main .image {
	min-width: 400px;
}
.weddex-why .main .image img {
	border-radius: 30px;
	box-shadow: 8px 10px 20px -15px #000;
}
.weddex-why .main .info .title h2 {
	font-weight: bold;
	color: #d4af37 !important;
}
.weddex-why .main.right .info {
}
.weddex-why .main .info .desc {
	font-size: 16px;
	text-align: justify;
	direction: rtl;
}


#global-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000;
}

#global-modal.show {
    display: block;
}

.gm-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeIn 0.25s forwards;
}

.gm-box {
    position: absolute;
    width: 90%;
    max-width: 480px;
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(20px);
    opacity: 0;
}

.gm-slide-in {
    animation: slideUp 0.25s forwards ease-out;
}

.gm-slide-out {
    animation: slideDown 0.25s forwards ease-in;
}

.gm-close {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.gm-content {
    margin-top: 10px;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        transform: translate(-50%, -50%) translateY(20px);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translate(-50%, -50%) translateY(0);
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) translateY(20px);
        opacity: 0;
    }
}




.modal-ok-btn {
    margin-top: 20px;
    background: #007bff;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
}

.modal-ok-btn:hover {
    background: #0056b3;
}




.open-info-modal {
	background: #fff !important;
	border: 1px solid #ccf3ee !important;
	width: 160px;
	height: 200px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.open-info-modal.other .image {
	display: none !important;
}
.open-info-modal.other .title {
	margin: 0;
}
.open-info-modal .title {
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.open-info-modal .image {
	width: 50px;
	min-height: 50px !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.open-info-modal .image img {
	position: absolute;
	width: 100%;
}
.my-modal-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
}
.weddex-bussiness {
	width: 80%;
	margin: 50px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.weddex-bussiness .title .main {
	text-align: center;
	font-size: 32px;
}
.weddex-bussiness .title p {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}






.weddexplan {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.open-info-modal.planmodal {
	background: #d4af37 !important;
	width: 50%;
	height: 180px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	border: none !important;
}
.open-info-modal.planmodal img {
	width: 70px;
	margin-bottom: 20px;
}
.open-info-modal.planmodal .title {
	margin: 0;
	font-size: 24px;
	color: #000000 !important;
}


.weddexcontact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 80px;
}
.weddexcontact .title {
	font-size: 30px;
	margin-bottom: 30px;
	direction: rtl;
}
.weddexcontact .contacts {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 20px;
}
.weddexcontact .contacts .contact {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	background: #eee;
	width: 170px;
	padding: 40px 10px;
	border-radius: 20px;
	position: relative;
}
.weddexcontact .contacts .contact img {
	width: 70px;
	margin-bottom: 20px;
}
.weddexcontact .contacts .contact-title {
	font-weight: bold;
	font-size: 20px;
}
.weddexcontact .contacts .contact-title a:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	display: block;
}




#astroid-footer div {
	text-align: left !important;
}
#w2t-63ee17a26bf78834807009 h2 {
	text-align: left;
}






