﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,900&display=swap");
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body, html {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-md-3, .col-md-6, .col-md-4, .col-md-8, .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
p {
  font-family: 'Montserrat', sans-serif;
}
b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.form-check-input{
	border:0;
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1560px;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 58px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 20px;
    padding-top: 110px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 36px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .servicebox {
    width: 204px;
    padding: 48px 34px 56px 35px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 50px;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 125%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .main-projects-photos img {
    width: 959px;
    height: 729px;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 24px;
    color: #8e9593;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 17px;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 959px;
    height: 729px;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-title {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 8%;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 40px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 304px;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 18px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 175px;
    font-weight: bold;
    color: #333332;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    padding: 0 44px 0 44px;
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    height: 708px;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
  .container {
    max-width: 1560px;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 58px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 20px;
    padding-top: 92px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 36px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .servicebox {
    width: 191px;
    padding: 42px 28px 42px 28px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 125%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .main-projects-photos img {
    width: 959px;
    height: 729px;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 28px;
    color: #8e9593;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 17px;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 959px;
    height: 729px;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-title {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 8%;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 32px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 48px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 304px;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 16px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 118px;
    font-weight: bold;
    color: #333332;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    padding: 0 44px 0 44px;
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    height: 708px;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .container {
    max-width: 1420px;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 58px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 20px;
    padding-top: 92px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 36px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .servicebox {
    width: 191px;
    padding: 42px 28px 42px 28px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 125%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 28px;
    color: #8e9593;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 17px;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-title {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 8%;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 32px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 48px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 304px;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 16px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 118px;
    font-weight: bold;
    color: #333332;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    padding: 0 44px 0 44px;
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    height: 708px;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 58px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 20px;
    padding-top: 92px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 28px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .architectural-text {
    font-size: 14px;
    font-weight: 300;
  }
  .servicebox {
	width: 30%;
    padding: 34px 28px 34px 28px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 2px;
    margin-top: 10px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 100%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 16px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
	font-size: 16px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 20px;
    color: #8e9593;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 16px;
	font-weight: 400;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 32px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 48px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 304px;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 48px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 48px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 14px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 118px;
    font-weight: bold;
    color: #333332;
	margin-bottom: -48px;
  }
  .archimage{
	  margin: auto;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    padding: 0 44px 0 44px;
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    height: 708px;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 58px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 20px;
    padding-top: 92px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 36px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .servicebox {
    width: 191px;
    padding: 42px 28px 42px 28px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 125%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 28px;
    color: #8e9593;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 17px;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-title {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 8%;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 32px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 48px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 304px;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 16px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 118px;
    font-weight: bold;
    color: #333332;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    padding: 0 44px 0 44px;
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    height: 708px;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 98%;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 58px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 20px;
    padding-top: 92px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 80px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 36px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .servicebox {
    width: 191px;
    padding: 42px 28px 42px 28px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 125%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 28px;
    color: #8e9593;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 17px;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-title {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 8%;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 32px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 48px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 304px;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 16px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 118px;
    font-weight: bold;
    color: #333332;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    padding: 0 44px 0 44px;
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    height: 708px;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .container {
    max-width: 1560px;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 2px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 18px;
    padding-top: 22px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 36px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .servicebox {
    width: 191px;
    padding: 42px 28px 42px 28px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 100%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 22px;
    color: #8e9593;
    margin-bottom: 20px;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 17px;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-title {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 8%;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 28px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 48px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 100%;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 16px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 88px;
    font-weight: bold;
    color: #333332;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    max-width: 98%;
  }
  .btn-place{
	  margin-top: 40px;
  }
  h3 {
    font-size: 26px;
    color: #717171;
    font-weight: 700;
  }
  .row-padding {
    padding-right: 2px;
  }
  .about-us {
    margin-top: 80px;
  }
  .main-title-below {
    font-size: 40px;
    font-weight: 500;
    color: #717171;
  }
  .main-title-over {
    font-family: Marck Script;
    font-size: 60px;
    color: #b4a071;
  }
  .main-title-text {
    color: #717171;
    font-size: 18px;
    padding-top: 22px;
  }
  .btn-magna-main {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .btn-magna-main a {
    text-decoration: none;
    color: #fff;
  }
  .btn-magna {
    width: 218px;
    height: 66px;
    background-color: #717171;
    text-align: center;
    padding: 20px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .btn-magna a {
    text-decoration: none;
    color: #fff;
  }
  /*main page architectural start*/
  .architectural-title {
    font-size: 36px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 20px;
  }
  .servicebox {
    width: 191px;
    padding: 42px 28px 42px 28px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .servicebox:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .servicebox img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .servicebox img:last-child {
    display: none;
  }
  .archimage img {
    width: 100%;
    height: auto;
  }
  /*main page architectural end*/
  /*main page projects start*/
  .projects {
    margin-top: 80px;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  /*main page projects end*/
  /*header start*/
  .navbar-nav {
    padding: 0px 25px;
  }
  .nav-item {
    padding: 5px 11px 0px 11px;
  }
  .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 18px;
  }
  .navbar-nav > .nav-item::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 0;
  }
  .navbar-nav > .nav-item:hover::after {
    display: block;
    content: '';
    background: rgb(87, 114, 157);
    background: linear-gradient(117deg, rgb(138 141 143) 51%, rgb(181 161 113) 100%);
    height: 4px;
    opacity: 1;
  }
  .dropdown-toggle::after {
    content: "";
    height: 9px;
    background: url("../images/chevron-down-regular.png") no-repeat right center;
    border: none !important;
    position: relative;
    top: 3px;
  }
  .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .dropdown-menu > li {
    padding: 5px 15px;
    border-bottom: 1px solid var(--second-color);
    width: 311px;
  }
  .dropdown-menu > li:nth-last-child(1) {
    padding-bottom: 20px;
  }
  .dropdown-menu > li:nth-child(1) {
    padding-top: 15px;
  }
  .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4e4021;
    font-size: 18px;
    background-color: #ddd9cf;
  }
  .promotion-movie-box {
    width: 255px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    height: 40px;
  }
  .languages-box {
    width: 148px;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    height: 40px;
  }
  .languages-box a {
    text-decoration: none;
    color: #000;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #ddd9cf;
  }
  /*header finish*/
  /*footer start*/
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .copyright {
    color: #bbb;
    margin-right: 5%;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  /*footer end*/
  .Rectangle-Copy:hover {
    -webkit-text-fill-color: black;
    font-weight: bold;
  }
  .Rectangle-Copy img:last-child {
    display: none
  }
  .Rectangle-Copy:hover img:first-child {
    display: none;
  }
  .Rectangle-Copy:hover img:last-child {
    display: inline-block
  }
  .Rectangle-Copy img {
    position: relative;
    width: 52px;
    height: 52px;
    margin: 0 37px 56px 36px;
    object-fit: contain;
  }
  .contact-us-text1 {
    font-family: Montserrat;
    font-size: 22px;
    color: #8e9593;
    margin-bottom: 20px;
  }
  .contact-us-text2 {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    color: #929997;
  }
  .contact-us-text2-title {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #b4a071;
  }
  .contact-us-text2-text {
    font-family: Montserrat;
    font-size: 17px;
    color: #2b3331;
  }
  .contact-form-h1 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    color: #2b3331;
  }
  .contact-form {
    height: 80px;
  }
  .contact-message {
    height: 240px;
  }
  .projects-text {
    font-family: Montserrat;
    font-size: 22px;
    color: #444e4c;
    margin-right: 10%;
  }
  .about-banner {
    background: black;
    position: relative;
  }
  .about-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .awards-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
  }
  .awards-time {
    font-family: Montserrat;
    font-size: 18px;
    color: #b4a071;
	margin-bottom: 40px;
  }
  .main-projects-photos img {
    width: 100%;
  }
  .architectural-photo img {
    width: 100%;
    height: auto;
  }
  .architectural-title {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    color: #b4a071;
    margin-top: 8%;
  }
  .architectural-section {
    margin-top: 40px;
    background-color: #edf1f0;
  }
  .banner img {
    width: 100%;
    height: auto;
    opacity: 0.92;
    object-fit: contain;
  }
  .main-title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    color: #252525;
  }
  .main-title-2 {
    font-size: 28px;
    width: 100%;
    color: #717171;
  }
  .main-title-3 {
    font-family: Marck Script;
    font-size: 48px;
    color: #b4a071;
    width: 100%;
  }
  .banner {
    background-color: black;
  }
  .view-details-text {
    color: white;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: bold;
    justify-content: center;
  }
  .about-magna-photo {
    width: 100%;
    height: auto;
    margin-top: 2%;
    justify-content: center;
  }
  img.magna-logo {
    width: 227.3px;
    height: 87.7px;
    object-fit: contain;
  }
  .more {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }
  .Rectangle-Copy-8 {
    width: 230px;
    padding: 24px 71px 23px 79px;
    background-color: #b4a071;
    margin-top: 5%;
  }
  .projects-name {
    margin-top: 10%;
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 600;
  }
  .projects-name-alt {
    font-family: Montserrat;
    font-size: 60px;
    color: #b4a071;
    font-weight: 400;
  }
  .projects-place {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 2;
    color: #717171;
    margin-left: 2%;
  }
  .projects {
    margin-top: 5%;
  }
  .project-info img {
    width: 22px;
    height: auto;
  }
  .team {
    margin-top: 5%;
    background-color: #333332;
  }
  .team-co-founders {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #dadada;
  }
  .team-co-founders-text {
    font-family: Montserrat;
    font-size: 16px;
    color: #dadada;
  }
  .people-img {
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
  }
  .awards {
    margin-top: 5%;
  }
  .contact-adress {
    margin-top: 48px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .TR-EN-AR {
    font-size: 16px;
    color: #717171;
  }
  .Mask {
    width: 640.3px;
    height: 555px;
    border: solid 1px #979797;
    background-color: #d8d8d8;
  }
  .Rectangle-Copy-5 {
    margin-top: 48px;
    background-color: #717171;
    width: 200px;
    text-align: center;
    height: 60px;
    justify-content: center;
    padding-top: 16px;
  }
  .Magna-Insaat-is-spec-Copy {
    width: 717px;
    height: 88px;
    margin: 3px 1px 17px 243px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #717171;
  }
  .PEOPLE {
    opacity: 0.24;
    -webkit-text-stroke: 2px #fff;
    font-family: Arial;
    font-size: 88px;
    font-weight: bold;
    color: #333332;
  }
  img.news-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: luminosity;
  }
  .Mask-2 {
    background-color: #000;
  }
  .Mask-2 img {
    width: 100%;
  }
  .logo-icon {
    width: 220px;
    height: auto;
  }
  .view-detail {
    color: white;
    text-decoration-line: none;
    font-family: Montserrat;
    font-weight: bold;
    margin-right: 15%;
  }
  iframe {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  .centered {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.9;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.54;
  }
  .footer {
    margin-top: 5%;
    background-color: #333332;
  }
  .instagram-footer {
    width: 30px;
    height: 30px;
  }
  .footer-text {
    color: #bbb;
    margin-right: 5%;
  }
  .instagram-footer-text {
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration-line: none;
    color: #bbb;
    margin-left: -10px;
    margin-top: 20px;
  }
  .instagram-footer-text a{
	  text-decoration:none;
	  color: #8a8d8f;
  }
  .project-photo {
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
  .project-header-title {
    margin-left: 2%;
  }
  .Line {
    height: 1px;
    margin: 0px 0 68px;
    border: solid 1px #b4a071;
  }
  .about-us-text {
    margin-top: 5%;
  }
  .navbar-brand img {
    width: 228px;
  }
}