@font-face {
    font-family: 'MyFont';
    src: url('font.ttf') format('truetype');
}


/* Global Styles */
html {
    background-color: #efefef;
    margin: 2% 5% 2% 5%;
    direction: rtl;
}

/* Header */
.header {
    background-image: url('bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
    color: white;
    font-family: 'MyFont';
}

.header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.header h4 {
    font-size: 18px;
}

/* Navbar */
.navbar {
    background-color: #000;
    font-family: 'MyFont';
}

.navbar-nav {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.navbar-nav .nav-item {
    margin: 0;
    padding-left: 20px;
}

.navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link:hover {
    color: #F2981D;
}

.fa-bars,
.fa-times {
    color: white !important;
    font-size: 24px;
}

button:focus {
    outline: 0px !important;
}

/* Content */
.alert-success {
    background: linear-gradient(to left, #8201CF, #a20822);
}

.content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: right;
    font-family: 'MyFont';
}

.content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: #ffffff;
}

.content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
}

.colored {
    color: #444;
    text-align: center !important;
}

.colored2 {
    color: #B60A24;
}

.content-video {
    margin-bottom: 20px;
    text-align: right;
}

.content-form {
    text-align: right;
}

label {
    margin-right: 10px;
}

.w-auto {
    color: #1680BC !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#b1 {
    border: 1px solid #1680BC !important;
}

h5 {
    font-size: 12px !important;
    color: #B60A24;
}

fieldset p {
    color: #aaa;
}

.custom-file-label {
    text-align: center;
}

.down {
    margin-right: 20px;
    font-size: 14px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modal-content p {
    margin: 20px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.price {
	color: #B60A24;
	font-size: 26px;
}

.btn-primary {
	width: 100%;
    background: linear-gradient(to left, #8201CF, #a20822);
}

.error-message {
    color: red;
    font-size: 14px;
  }


/* Footer */
.footer {
    background-color: #efefef;
    color: #333;
    text-align: center;
    padding: 20px 0;
    font-family: 'MyFont', sans-serif;
}

/* Media Queries */
@media (max-width: 768px) {
    #intro {
        padding-top: 110px;
    }
	.modal-content p {
		font-size: 14px;
	}
}
