﻿@import "home.css";
@import "add.css";
@import "view.css";
@Import "sign.css";
@import "pricing.css";


@font-face {
    font-family: 'Bold';
    src: url('/Fonts/FFSHAMELSANS-BOLD%201.OTF') format('opentype');
}

@font-face {
    font-family: 'Medium';
    src: url('/Fonts/FFSHAMELSANS-MEDIUM%201.OTF') format('opentype');
}

@font-face {
    font-family: 'Normal';
    src: url('/Fonts/FFShamelSans-Normal.otf') format('opentype');
}

@font-face {
    font-family: 'Logo';
    src: url('/Fonts/Poppins-Bold.ttf') format('truetype');
}




body,
html {
    margin: 0;
    padding: 0;
    text-align: right;
}

a {
    text-decoration: none;
}

/* primary button */
.button {
    background-color: transparent;
    width: 186px;
    height: 48px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    color: #834bff;
    font-family: "Bold";
    font-size: 16px;
    align-self: center;
    top: 0px;
}

/* secondary button */
.button2 {
    background-color: #834bff;
    border-radius: 12px;
    margin-left: 10px;
    width: 186px;
    height: 48px;
    /* Text */
    color: #fff;
    font-family: "Bold";
    font-size: 16px;
    align-self: center;
    border: 0;
}

/* Header */
header {
    font-family: "Medium";
    padding-top: 48px;
}

    header .logo img {
        margin-top: -5px;
        margin-left: 5px;
    }

    header .logo a {
        font-size: 24px;
        color: #000000;
        font-family: "Bold";
        margin-top: -5px;
    }

a.active {
    color: #0c0c1d;
    font-family: "Bold";
}

.menu-Text {
    font-size: 18px;
    font-weight: bolder;
    color: #9e9ea5;
}

.create-acc {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid #834bff;
    border-radius: 12px;
    /* padding-top: px; */
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    font-family: "Medium";
    min-width: max-content;
}

.create-btn {
    margin-top: -15px;
}

.hello {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1.5px solid #e9e9fb;
    border-radius: 12px;
    width: 227px;
    margin-right: -30px;
    position: relative;
    /* Text */
    color: #834bff;
    font-weight: 700;
    font-size: 12px;
    align-self: center;
    top: 10px;
    display: inline-block;
}

.hello-Down {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1.5px solid #e9e9fb;
    border-radius: 12px;
    width: 227px;
    /* height: 372px; */
    margin-right: -30px;
    position: relative;
    /* Text */
    display: flex;
    position: absolute;
    left: 50%;
}

.dropbtn {
    border: none;
    background-color: transparent;
    color: #834bff;
    font-weight: 700;
    font-size: 12px;
    align-self: center;
    top: 10px;
    display: inline-block;
    margin-right: -11px;
}

.greeting {
    color: black;
    font-weight: 100;
}

.hello img {
    margin-top: -7px;
}

.hello .vec {
    margin-top: -1px;
}

.personal-page {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    text-align: center;
    font-family: "Medium";
}

    .personal-page img {
        margin-left: 9px;
        margin-top: -7px;
    }

.myRE-page {
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    font-family: "Medium";
}

    .myRE-page img {
        margin-left: 15px;
        margin-right: 20px;
        margin-top: -7px;
    }

.add-page {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    font-family: "Medium";
}

    .add-page img {
        margin-left: 15px;
        margin-right: 20px;
        margin-top: -7px;
    }

.fav-page {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    font-family: "Medium";
}

    .fav-page img {
        margin-left: 15px;
        margin-right: 20px;
        margin-top: -7px;
    }

.hello-Down {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1.5px solid #e9e9fb;
    border-radius: 12px;
    width: 227px;
    /* height: 372px; */
    margin-right: -30px;
    position: relative;
    /* Text */
    display: flex;
}

.dropbtn {
    border: none;
    background-color: transparent;
    color: #834bff;
    font-weight: 700;
    font-size: 12px;
    align-self: center;
    top: 10px;
    display: inline-block;
    margin-right: -11px;
}

.greeting {
    color: black;
    font-weight: 100;
}

.hello img {
    margin-top: -7px;
}

.hello .vec {
    margin-top: -1px;
}

.personal-page {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    text-align: center;
    font-family: "Medium";
}

    .personal-page img {
        margin-left: 9px;
        margin-top: -7px;
    }

.myRE-page {
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    font-family: "Medium";
}

    .myRE-page img {
        margin-left: 15px;
        margin-right: 20px;
        margin-top: -7px;
    }

.add-page {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    font-family: "Medium";
}

    .add-page img {
        margin-left: 15px;
        margin-right: 20px;
        margin-top: -7px;
    }

.fav-page {
    /* button */
    background-color: transparent;
    padding: 14px 15px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    font-family: "Medium";
}

    .fav-page img {
        margin-left: 15px;
        margin-right: 20px;
        margin-top: -7px;
    }

.out-page {
    background-color: transparent;
    padding: 0px 0px;
    border: 1px solid rgba(131, 75, 255, 0.4);
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 0px;
    z-index: 1;
    /* Text */
    color: #834bff;
    font-weight: 100;
    font-size: 14px;
    align-self: center;
    top: 10px;
    display: inline-block;
    text-align: center;
    font-family: "Medium";
}



/* Dropdown button on hover & focus */
/* .dropbtn:hover, .dropbtn:focus {
    background-color: #d5d5d5;
    border-radius: 3px;
  } */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

/* -------------------------------------------------------------------------------------------- */

/* footer */

.up {
    background-color: #0c0c1d;
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
}

.mail-list {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -100px;
    width: 1200px;
    background-color: #834bff;
    border-radius: 24px;
    padding: 72px;
    z-index: 10;
    text-align: center;
}

h2.mail-list-head {
    font-family: "bold";
    margin-bottom: 20px;
    color: white;
}

p.mail-list-details {
    color: #cdb7ff;
    font-size: 18px;
    font-family: Normal;
}

.mail-list-action input {
    position: relative;
    border: 0;
    width: 360px;
    height: 50px;
    border-radius: 24px;
    background-color: #9768ff;
    border: 0px;
    padding-right: 20px;
    padding-left: 190px;
    z-index: 1;
}

    .mail-list-action input::placeholder {
        color: white;
    }

.mail-list-action button {
    position: relative;
    width: 105px;
    height: 40px;
    border: none;
    border-radius: 24px;
    background-color: white;
    color: #1e1e20;
    font-size: 14px;
    cursor: pointer;
    font-family: "Medium";
    margin-right: -115px;
    z-index: 999;
}

.contact-info {
    width: 100%;
    padding-top: 56px;
    text-align: right;
    background-color: white;
}

.first,
.second,
.third,
.forth {
    display: flex;
    font-weight: 900;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    gap: 20px;
    font-size: 16px;
}

.AM-des {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: right;
    margin-top: 10px;
    font-size: 24;
    font-family: "Bold";
}

    .AM-des a {
        color: #000000;
        margin-right: 5px;
    }

.AM-logo {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

p.AM-des-details {
    font-size: 16px;
    color: #999999;
    text-align: right;
    font-weight: 100;
    font-family: "Medium";
    margin-left: -85px;
}

h2.AM-pages {
    font-size: 16px;
    color: #6f6f70;
    margin-top: 10px;
    font-family: "Bold";
    text-align: center;
    margin-bottom: 24px;
}

.listing ul {
    list-style: none;
    font-size: 16px;
    font-weight: 100;
    color: #999999;
    margin-top: 1px;
    text-align: right;
    font-style: normal;
    font-family: "Medium";
    padding: 0;
    margin: 0;
}

    .listing ul li {
        margin-bottom: 8px;
        margin-left: -8px;
    }

/* to keep the مواقع تهمك and the list at the same start  */
.listing .listing-arr ul {
    margin-left: -50px;
}

.listing ul li a {
    color: 2370FF;
    text-decoration: underline;
}

.contact img {
    width: auto;
    height: 25px;
    border: 2px solid white;
}

.end-page {
    font-size: 16px;
    font-family: "Normal";
    margin-top: 126px;
    color: #a5a5a6;
}

.legal ul {
    list-style: none;
    margin-right: -370px;
}

    .legal ul li {
        display: inline-block;
        text-decoration: underline;
        margin-left: 15px;
    }

        .legal ul li a {
            color: #a5a5a6;
        }

/* media  */

/* media  */

.containerMap {
    height: 500px;
    width: 100%;
    position: relative;
}





#mapp {
    height: 100%;
    width: 100%;
}




.dropdown-menu form {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
   
    border-radius: 12px;
    width: 207px;
    height: 46px;
    margin-bottom: 16px;
    margin-right: 10px;
    z-index: 1;
   
}
.hello img,
.hello-Down img {
    vertical-align: middle;
    margin-left: 7px;
    /* margin-top: -7px; */
}

    .hello img,
    .hello-Down .vec {
        margin-right: 7px;
    }

.greeting {
    color: black;
    font-weight: 100;
}

.vec {
    margin-left: 10px;
}



.image-preview-container {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.image-preview-wrapper {
    position: relative;
    display: inline-block;
}

.image-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.remove-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 12px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

    .remove-button:hover {
        opacity: 1;
    }