/* ==========================================================================

www.ahmetaytangil.com

const developer = () => {
  return {
    - FRONT
    - END
    - DEVELOPER
  }
}

** NELER YAPIYORUM?
-- HTML,CSS,JS- REACT Teknolojilerini kullanarak hazır tasarımınızı, kod'a aktarıyorum.

============================================================================= */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea,
select,
button {
    outline: none;
}

button:focus {
    outline: none;
    outline: none;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

button {
    background-color: inherit;
}


/* Style CSS
     ========================================================================== */

html,
body {
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
    font-weight: 400;
    font-family: 'Gotham Book', sans-serif;
    scroll-behavior: smooth;
    background-color: #F7F7F7;
}


/* FONT SIZES */

.fz-11 {
    font-size: 0.6875rem !important;
}

.fz-12 {
    font-size: 0.75rem !important;
}

.fz-13 {
    font-size: 0.7647rem !important;
}

.fz-14 {
    font-size: 0.875rem !important;
}

.fz-15 {
    font-size: 0.9375rem !important;
}

.fz-16 {
    font-size: 1rem !important;
}

.fz-18 {
    font-size: 1.125rem !important;
}

.fz-19 {
    font-size: 1.188rem !important;
}

.fz-20 {
    font-size: 1.25rem !important;
}

.fz-22 {
    font-size: 1.375rem !important;
}

.fz-23 {
    font-size: 1.438rem !important;
}

.fz-24 {
    font-size: 1.5rem !important;
}

.fz-25 {
    font-size: 1.563rem !important;
}

.fz-26 {
    font-size: 1.625rem !important;
}

.fz-27 {
    font-size: 1.5rem !important;
}

.fz-28 {
    font-size: 1.75rem !important;
}

.fz-30 {
    font-size: 1.875rem !important;
}

.fz-32 {
    font-size: 2rem !important;
}

.fz-34 {
    font-size: 2.125rem !important;
}

.fz-35 {
    font-size: 2.188rem !important;
}

.fz-36 {
    font-size: 2.25rem !important;
}

.fz-37 {
    font-size: 2.313rem !important;
}

.fz-38 {
    font-size: 2.375rem !important;
}

.fz-40 {
    font-size: 2.5rem !important;
}

.fz-42 {
    font-size: 2.625rem !important;
}

.fz-44 {
    font-size: 2.75rem !important;
}

.fz-45 {
    font-size: 2.813rem !important;
}

.fz-48 {
    font-size: 3rem !important;
}

.fz-50 {
    font-size: 3.125rem !important;
}

.fz-54 {
    font-size: 3.375rem !important;
}

.fz-55 {
    font-size: 3.438rem !important;
}

.fz-60 {
    font-size: 3.75rem !important;
}

.fz-70 {
    font-size: 4.375rem !important;
}

.fz-90 {
    font-size: 5.625rem !important;
}

.fz-100 {
    font-size: 6.25rem !important;
}


/* FONT W */

.fw-100 {
    font-weight: 100 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.ff-italic {
    font-style: italic !important;
}


/* Others */

.object-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}


/* COLORS - BG COLORS */

 :root {
    --yellow: #FFD213;
    --dark-grey: #414042;
    --grey: #8C9091;
    --white: #FFFFFF;
    --light-blue: #5C6285;
    --navy-blue: #021D49;
    --min-width-xs: 0;
    --min-width-sm: 576px;
    --min-width-md: 768px;
    --min-width-lg: 992px;
    --min-width-xl: 1200px;
    --max-width-sm: 575.98px;
    --max-width-md: 767.98px;
    --max-width-lg: 991.98px;
    --max-width-xl: 1199.98px;
    --ff-gotham: 'Gotham', sans-serif;
    --ff-gotham-book: 'Gotham Book', sans-serif;
    --ff-gotham-ultra: 'Gotham Ultra', sans-serif;
    --ff-century-gothic: 'Century Gothic', sans-serif;
    --ff-oswald: 'Oswald', sans-serif;
}

.ff-oswald {
    font-family: var(--ff-oswald);
}

.ff-gotham {
    font-family: var(--ff-gotham);
}

.ff-gotham-book {
    font-family: var(--ff-gotham-book);
}

.ff-gotham-ultra {
    font-family: var(--ff-gotham-ultra);
}

.ff-century-gothic {
    font-family: var(--ff-century-gothic);
}

.c-fff {
    color: #fff !important;
}

.c-000 {
    color: #000 !important;
}

.color-grey {
    color: var(--grey);
}

.bgc-fff {
    background-color: #fff !important;
}

.form-control:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}


/* Resize Container */

@media (min-width: 1540px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1480px;
    }
    .container-secondary {
        max-width: 1080px;
    }
    .contact-form-right-col {
        min-width: 720px;
    }
}

@media (min-width: 1840px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1780px;
    }
    .container-secondary {
        max-width: 1280px;
    }
}

.container-secondary {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


/* Header CSS
    ========================================================================== */

.general_header {
    background-color: #fff;
}

.general_header .gh-inner {
    height: 70px;
}

.general_header .gh-inner .call-us {
    /*color: var(--grey);*/
	color:#8A6E4B;
    margin: 0;
}

.general_header .gh-inner .num {
    /*color: var(--dark-grey);*/
	color:#8A6E4B;
}

.nav-bar-toggler {
    min-width: 192px;
}

.nav-dropdown-outher {
    position: fixed;
    right: -150%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    -webkit-box-shadow: -5px 0px 28px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -5px 0px 28px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -5px 0px 28px 0px rgba(0, 0, 0, 0.15);
    z-index: 99;
    transition: right .3s ease;
}

.nav-item {
    /*color: var(--navy-blue);*/
	color:#8A6E4B;
}


/* Main  CSS
    ========================================================================== */

.main-slider {
    background-color: var(--dark-grey);
	
}

.main-slider .slick-prev,
.main-slider .slick-next {
    top: auto;
    bottom: 45px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main-slider .slick-prev {
    left: auto;
    z-index: 3;
}

.main-slider .slick-next {
    right: 250px;
}

.pagination-outher {
    display: inline-block;
    position: absolute;
    right: 280px;
    bottom: 65px;
    font-size: 44px;
    font-family: var(--ff-oswald);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-number {
    display: none;
}

.pagination-number.active {
    display: block;
}

.pagination-number-right {
    color: #8A6E4B;
    font-size: 32px;
	opacity: 0.6;
}

.main-slider .slick-dots {
    bottom: 45px;
    right: 280px;
    display: inline-block;
    width: auto;
}

.main-slider .slick-dots li {
    margin: 0;
}

.main-slider .slick-dots li button:before {
    color: #8A6E4B;
    opacity: 1;
}

.main-slider .slick-dots li.slick-active button:before {
    color: var(--white);
    opacity: 1;
}

.slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.slick-prev:before {
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.main-slider-inner {
    position: relative;
    /* background-image: url(../img/uploads/main-slider-1.jpg); */
    background-size: 100% 100%;
    background-position: center;
}

.main-slider-content-outher {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.main-slider-content {
    position: relative;
    padding-left: 2.313rem;
}


/* .main-slider-content:before {
    content: '';
    width: 377px;
    height: 528px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #021d49db;
    z-index: -1;
} */

.left-corner-outher {
    mix-blend-mode: hard-light;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.left-corner {
    background-color: #8A6E4B;
    z-index: -1;
    width: 377px;
    height: 528px;
}


/* .main-slider-left-corner::before {
    content: '';
    background-color: #021d49db;
    z-index: -1;
    width: 377px;
    height: 528px;
} */

.main-slider-img {
    /*opacity: 0.5;*/
}

.msc-head {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.msc-content {
    color: var(--white);
    margin-bottom: 4.375rem;
}

.msc-content p {
    margin-bottom: 0;
    font-size: 15px;
}

.look-more-btn {
    background-color: var(--light-blue);
    border-radius: 12px;
    width: 188px;
    height: 36px;
    color: var(--white);
}

.main-slider-bottom {
    height: 70px;
}

.main-slider-left-corner {}

.social-items {
    margin-left: 20px;
    color: #EAB478;
    font-size: 12px;
}

.grey-main {
    background-color: #F7F7F7;
}

.about-us {
    padding-top: 6.563rem;
    padding-bottom: 9.063rem;
}

.about-us-before {
    position: absolute;
    left: 0;
    top: 40px;
    /*font-size: 9.375rem;*/
	font-size: 7.400rem;
    color: #EFF0F0;
    line-height: 11.25rem;
    z-index: 0;
}

.about-us-head {
    width: 170px;
	color: #000000;
    /*color: var(--navy-blue);*/
    margin-bottom: 45px;
}

.about-us-right {
    max-width: 377px;
}

.about-us-img-bg {
    position: absolute;
    left: -88px;
    bottom: -90px;
    z-index: 0;
}

.about-us-right-img {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -7px 7px 7px 0px rgba(45, 45, 45, 0.35);
    -moz-box-shadow: -7px 7px 7px 0px rgba(45, 45, 45, 0.35);
    box-shadow: -7px 7px 7px 0px rgba(45, 45, 45, 0.35);
}

.about-us-content {
    max-width: 770px;
}

ul {
    margin: 0;
}

ul.dotted {
    list-style-type: none;
}

ul.dotted>li {
    text-indent: 7px;
}

ul.dotted>li:before {
    content: "•";
    position: relative;
    left: -7px;
}

.mt-au {
    margin-top: 36px;
}

.about-video-outher {
    /*background-color: var(--dark-grey);*/
	background-color:#8A6E4B;
    position: relative;
}

.about-video-img {
    /*opacity: 0.9;*/
    object-fit: cover;
    height: 100%;
}

.about-video-btn {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    padding: 0;
    margin: 0;
    border: 2px solid var(--white);
    font-size: 12px;
    width: 200px;
    height: 35px;
    justify-content: center;
    z-index: 2;
}

.about-video-btn:hover {
    color: var(--white);
}

.about-video-content {
    /*background-color: var(--navy-blue);*/
	 background-color: #8A6E4B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.about-video-content-inner {
    width: 100%;
    max-width: 650px;
}

.avci-head {
    color: var(--yellow);
}

.avci-contents {
    margin-top: 45px;
    color: var(--white);
}

.recent-projects-heads-outher {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
}

.recent-projects-before {
    font-size: 9.375rem;
    color: #EFF0F0;
    line-height: 11.25rem;
    text-align: center;
    position: relative;
}

.recent-projects-head {
    max-width: 180px;
    color: var(--navy-blue);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 25px;
    text-align: left;
}

.recent-slider .control-img {
    width: 30px;
}

.recent-nav-items {
    margin-right: 40px;
    cursor: pointer;
}

.recent-nav-items span {
    font-family: var(--ff-gotham);
    font-weight: 500;
    color: var(--light-blue);
    transition: color .2s ease;
}

.recent-nav-items.active span {
    color: var(--navy-blue);
}

.recent-nav-items span:hover {
    color: var(--navy-blue);
}

.recent-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* WebKit */
    -moz-transform: translateY(-50%);
    /* Mozilla */
    -o-transform: translateY(-50%);
    /* Opera */
    -ms-transform: translateY(-50%);
    /* Internet Explorer */
    transform: translateY(-50%);
    /* CSS3 */
    z-index: 1;
    cursor: pointer;
}

.recent-slider .slick-arrow .control-text {
    color: var(--white);
    font-size: 13px;
    margin: 0 10px;
}

.recent-slider .slick-arrow.control-outher.prev {
    left: 50px;
}

.recent-slider .slick-arrow.control-outher.next {
    right: 50px;
}

.recent-slider-inner {
    background-color: #333333;
    position: relative;
}

.recent-slider-img {
    opacity: 0.5;
}

.recent-slider-content {
    top: 45px;
    left: 45px;
    bottom: 45px;
    right: 45px;
    position: absolute;
    z-index: 1;
    max-width: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recent-slider-head {
    color: var(--white)
}

.recent-slider-links {
    transition: all .33s ease-in-out;
}

.recent-slider-links:hover .recent-slider-img {
    opacity: 1;
    transition: opacity .33s ease-in-out;
}

.recent-slider-links:hover .recent-slider-head {
    transition: all .2s ease-in-out;
    padding-top: 3rem;
    opacity: 0;
}

.recent-slider-links:hover .recent-text-bottom {
    transition: all .2s ease-in-out;
    padding-top: 3rem;
    opacity: 0;
}

.recent-hover-btn {
    background-color: #021d49a6;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* WebKit */
    -moz-transform: translate(-50%, -50%);
    /* Mozilla */
    -o-transform: translate(-50%, -50%);
    /* Opera */
    -ms-transform: translate(-50%, -50%);
    /* Internet Explorer */
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.recent-slider-links:hover .recent-hover-btn {
    opacity: 1;
    width: 90px;
    height: 90px;
}

.recent-text-bottom {
    writing-mode: tb-rl;
    color: var(--white);
    transform: rotate(180deg);
    font-size: 13px;
}

.portfolio-heads-outher {
    padding-top: 40px;
}

.portfolio-before {
    /*font-size: 9.375rem;*/
	font-size: 8.300rem;
    color: #EFF0F0;
    text-align: center;
    position: relative;
    max-width: 500px;
}

.portfolio-head {
    max-width: 152px;
    color: var(--navy-blue);
    /*position: absolute;*/
	position : absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 35px;
    text-align: left;
}

.portfolio-nav-bar {
    margin-top: -40px;
    margin-bottom: 70px;
}

.portfolio-nav-items {
    margin-right: 40px;
    cursor: pointer;
}

.portfolio-nav-items span {
    font-family: var(--ff-gotham);
    font-weight: 500;
    color: var(--light-blue);
    transition: color .2s ease;
}

.portfolio-nav-items.active span {
    color: var(--navy-blue);
}

.portfolio-nav-items span:hover {
    color: var(--navy-blue);
}

.portfolio-slider .slick-slide {
    margin: 0 35px;
}

.portfolio-padding {
    padding: 0 35px;
}

.portfolio-slider .slick-dots {
    bottom: -100px;
    right: 55px;
    display: inline-block;
    width: auto;
}

.portfolio-slider .slick-dots li {
    margin: 0;
}

.portfolio-slider .slick-dots li button:before {
    color: #8C9091;
    opacity: 1;
}

.portfolio-slider .slick-dots li.slick-active button:before {
    color: var(--navy-blue);
    opacity: 1;
}

.portfolio-slider .slick-prev,
.portfolio-slider .slick-next {
    top: auto;
    bottom: -100px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.portfolio-slider .slick-prev {
    left: auto;
    z-index: 3;
    transition: all .3s ease;
    right: 80px;
}

.portfolio-slider .slick-next {
    right: 35px;
}

.portfolio-slider .slick-next:before,
.portfolio-slider .slick-prev:before {
    color: var(--dark-grey);
}

.portfolio-slider {
    margin-bottom: 65px !important;
}

.portfolio-slider.clicked .slick-prev {
    transition: all .3s ease;
    right: 65px;
}

.portfolio-slider.clicked .slick-prev,
.portfolio-slider.clicked .slick-next {
    bottom: -70px;
}

.portfolio-slider.clicked .slick-dots {
    right: 35px;
}

.view-link-btn {
    display: inline-flex;
    color: var(--navy-blue);
    font-family: var(--ff-gotham);
    font-weight: 800;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 300px;
    height: 52px;
    /*border: 1px solid var(--navy-blue);*/
}

.portfolio-slider-inner {
    background-color: #333333;
    position: relative;
    transition: all .3s ease;
}

.portfolio-slider-img {
    opacity: 0.5;
}

.portfolio-slider-content {
    position: absolute;
    left: 50px;
    bottom: 30px;
    right: 50px;
    z-index: 1;
    transition: all .3s ease;
    height: 176px;
}

.portfolio-slider-head {
    max-width: 240px;
    color: var(--white);
}

.portfolio-slider-texts {
    color: var(--white);
    height: 0;
    overflow: hidden;
    margin-bottom: 80px;
}

.portfolio-slider-bottom {
    color: var(--white);
    font-size: 15px;
}

.sp-img {
    margin-left: 12px;
}

.portfolio-slider-links {
    transition: all .3s ease;
}

.portfolio-slider-links:hover .portfolio-slider-inner {
    /*background-color: #021D49;*/
	background-color: #A18B6F;
}

.portfolio-slider-links:hover .portfolio-slider-content {
    height: calc(100% - 80px);
    transition: all .3s ease;
}

.portfolio-slider-links:hover .portfolio-slider-bottom {
    position: absolute;
    bottom: 0;
}

/* .portfolio-slider-links:hover .portfolio-slider-head,
.portfolio-slider-links:hover .portfolio-slider-texts,
.portfolio-slider-links:hover .portfolio-slider-bottom {
    color: var(--navy-blue);
} */

.snavy {
    display: none !important;
}

.portfolio-slider-links:hover .portfolio-slider-bottom .sp-img .snavy {
    display: block !important;
}

.portfolio-slider-links:hover .portfolio-slider-bottom .sp-img .swhite {
    display: none !important;
}

.portfolio-slider-links:hover .portfolio-slider-texts {
    height: auto;
}

.portfolio-slider-links:hover .portfolio-slider-head {
    margin-bottom: 80px;
}

.banner-one {
    height: 400px;
    background-color: #DEDEDE;
    margin-top: 5px;
}

.pattern-bg-starts {
    background: url('../img/backgrounds/pattern.png') repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: 0px;
    background-color: #fff;
}

.reviews-heads-outher {
    padding-top: 90px;
    margin-bottom: 15px;
}

.reviews-before {
    font-size: 9.375rem;
    color: #EFF0F0;
    text-align: center;
    position: relative;
    max-width: 480px;
}

.reviews-head {
    max-width: 128px;
    color: var(--navy-blue);
    position: absolute;
    bottom: 0;
    right: 100px;
    text-align: left;
}

.reviews-inner {
    background-color: #F7F7F7;
    padding: 55px 40px 40px 40px;
    position: relative;
    min-height: 0px;
	/*min-height: 247px;*/
}

.reviews-num {
    width: 67px;
    height: 67px;
    background-color: #689F38;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    color: var(--white);
    font-family: var(--ff-gotham);
    font-weight: 500;
    font-size: 35px;
}

.reviews-slider .slick-slide {
    padding: 34px 0;
}

.reviews-slider .slick-next:before,
.reviews-slider .slick-prev:before {
    color: #000;
}

.reviews-slider .slick-next,
.reviews-slider .slick-prev {
    top: -120px;
    transform: translateY(0);
}

.reviews-slider .slick-next {
    right: 0
}

.reviews-slider .slick-prev {
    left: auto;
    right: 30px;
}

.reviews-slider-head .rsh-h {
    color: var(--dark-grey);
}

.reviews-slider-head .rsh-date {
    color: var(--grey);
    font-size: 11px;
    font-family: var(--ff-gotham-book);
    font-weight: 400;
}

.reviews-content .rsh-con {
    color: var(--grey);
    font-size: 11px;
    font-family: var(--ff-gotham-book);
    font-weight: 400;
}

.reviews-right-ab {
    position: absolute;
    right: 40px;
    top: 40px;
}

.reviews-num.purple {
    background-color: #512DA8;
}

.reviews-slider .slick-slide {
    margin: auto 10px;
}

.contact-heads-outher {
    padding-top: 70px;
    margin-bottom: 80px;
}

.contact-before {
    font-size: 9.375rem;
    color: #8A6E4B;
	/*opacity: 0.1;*/
    text-align: center;
    position: relative;
    text-align: center;
}

.contact-head {
    max-width: 460px;
    color: #725638;
	/*color: var(--navy-blue);*/
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 25px;
    text-align: left;
}

.contact-content {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #8A6E4B;
}

.contact-content-inner {
    width: 100%;
    max-width: 665px;
    flex-wrap: wrap;
}

.contact-text {
    color: var(--white);
}

.ct-head {
    margin: 0;
    margin-bottom: 15px;
}

.contact-icons {
    vertical-align: top;
    margin-right: 15px;
}

.contact-sections {
    margin-right: 80px;
    margin-bottom: 50px;
}

.contact-sections:last-child {
    margin-bottom: 0;
}

.contact-form-inpt {
    height: 45px;
    background-color: #FCFCFC;
    border: 0.25px solid #021d493b;
    border-radius: 0;
}


/* contact form */

.contact-form-before {
    font-size: 9.375rem;
    color: #EFF0F0;
    text-align: center;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.contact-form-head {
    max-width: 110px;
    color: var(--navy-blue);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 25px;
    text-align: left;
}

.contact-form-btn {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    /*background-color: var(--light-blue);*/
	background-color: #8A6E4B;
    font-size: 17px;
    width: 172px;
    height: 45px;
    border-radius: 0;
    margin-top: 28px;
    float: right;
}


/* Footer CSS
    ========================================================================== */

.general_footer {
    padding-top: 38px;
    background-color: #8A6E4B;
}

.footer-logo {
    margin-bottom: 32px;
}

.footer-text {
    width: 100%;
    max-width: 415px;
    color: var(--white);
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 30px;
}

.footer-social-items {
    color: #BA9063;
    margin: 0 20px;
    font-size: 12px;
}

.footer-bottom {
    border-top: 1px solid #AD875E;
    color: #BABCBE;
    font-size: 10px;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    margin-top: 40px;
}


/* Full Movie Modal */

.modal-open {
    padding-right: 0 !important;
}

#fullmovie .modal-dialog {
    max-width: 700px;
}

#fullmovie .modal-content {
    background-color: #fff0;
    border: none;
}

#fullmovie .modal-header {
    padding: 0;
    background-color: inherit;
}

#fullmovie .btn-close {
    color: var(--white);
    background: none;
    margin: auto;
    opacity: 1;
}

.modal-header {
    border: none
}


/* Play */

#play .modal-dialog {
    max-width: 700px;
}

#play .modal-content {
    background-color: #fff0;
    border: none;
}

#play .modal-header {
    padding: 0;
    background-color: inherit;
}

#play .btn-close {
    color: var(--white);
    background: none;
    margin: auto;
    opacity: 1;
}

.banner-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-right: 40px;
    color: #000;
    border: 1px solid #000;
    padding: 0 10px;
    border-radius: 8px;
    opacity: .7;
}

.banner-bg-vid {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner-bg-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 100px;
}

.banner-bg-text h2 {
    background: linear-gradient(to bottom, #eee, rgba(222, 112, 6, 0.2), #de7006);
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
}


/*  */


/* Pages CSS
    ========================================================================== */

.filterDiv {
    display: none;
}

.show {
    display: block;
}

.grey-bg-pages {
    background-color: #F7F7F7;
}

.pages-banner {
    background-color: var(--dark-grey);
    position: relative;
}


/* .pages-banner-img {
    opacity: 0.5;
} */

.pages-banner-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: var(--dark-grey);
    mix-blend-mode: hard-light;
}

.pages-banner-head {
    font-size: 68px;
    color: var(--white);
    letter-spacing: 15px;
}

.project-details-content {
    color: var(--navy-blue);
    padding-top: 100px;
    /*border-bottom: 1px solid #021D49;*/
	border-bottom: 1px solid #3DAE2B;
	
}

.project-details-head {
    max-width: 338px;
    margin-bottom: 50px;
}

.project-details-body {
    max-width: 673px;
}

.pn-btns {
    color: #8A6E4B;
	/*color: var(--navy-blue);*/
    font-size: 13px;
    font-family: var(--ff-gotham);
    font-weight: 500;
}

.line {
    height: 35px;
    width: 1px;
    background-color: var(--navy-blue);
}


/* XXXL */

@media (max-width: 1839.98px) {
    .portfolio-slider-content {
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
    .portfolio-slider-links:hover .portfolio-slider-head {
        margin-bottom: 30px;
    }
    .about-us-content {
        max-width: 600px;
    }
}

@media (max-width: 1539.98px) {
    .portfolio-slider-texts {
        color: var(--white);
        height: 0;
        overflow: hidden;
        margin-bottom: 40px;
    }
}


/* XXL */

@media (max-width: 1399.98px) {
    .portfolio-slider-content {
        left: 15px;
        bottom: 15px;
        right: 15px;
        height: 135px;
    }
    .portfolio-slider-links:hover .portfolio-slider-content {
        height: calc(100% - 25px);
    }
    .portfolio-slider-links:hover .portfolio-slider-head {
        margin-bottom: 10px;
    }
    .portfolio-slider-links:hover .portfolio-slider-texts {
        margin-bottom: 20px;
    }
    .contact-resizer {
        max-width: 276px;
    }
    .contact-map {
        height: 100%;
    }
    .mb-resizer {
        margin-bottom: 0 !important;
    }
    .contact-content {
        padding: 50px;
    }
    .contact-form-before {
        font-size: 6rem;
    }
}


/* XL */

@media (max-width: 1199.98px) {
    html,
    body {
        font-size: 15px;
    }
    .pagination-outher {
        display: none !important;
    }
    .main-slider .slick-dots {
        display: none !important;
    }
    .main-slider .slick-next {
        right: 50px !important;
    }
    .main-slider .slick-prev {
        right: 75px !important;
    }
    .portfolio-slider .slick-dots {
        display: none !important;
    }
    .portfolio-slider .slick-prev {
        right: 65px !important;
    }
    .portfolio-nav-bar {
        margin-top: 30px;
    }
    .contact-sections {
        margin-right: 0;
    }
    .portfolio-slider-head {
        max-width: 215px;
    }
    .contact-map {
        margin-left: 0;
    }
}


/* LG */

@media (max-width: 991.98px) {
    .contact-map {
        min-height: 250px;
    }
    .contact-sections {
        margin-right: 0;
        display: flex;
    }
    .contact-form-before {
        white-space: normal;
    }
    .contact-form-head {
        bottom: -20px;
    }
    .contact-head {
        bottom: -35px;
    }
    .portfolio-slider .slick-slide {
        margin: 0 15px;
    }
    .portfolio-padding {
        padding: 15px;
    }
}


/* MD */

@media (max-width: 767.98px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
    .recent-projects-before,
    .portfolio-before,
    .reviews-before,
    .contact-before,
    .contact-form-before {
        font-size: 5rem;
    }
    .contact-head {
        bottom: -60px;
    }
    .contact-head {
        left: 0;
        transform: translateX(0);
        max-width: 800px;
        text-align: center;
    }
    html,
    body {
        font-size: 14px;
    }
    .pages-banner {
        min-height: 75vh;
    }
    .pages-banner-img {
        height: 76vh;
        object-fit: cover;
        display: block;
    }
    .portfolio-nav-bar {
        margin-bottom: 20px;
    }
}


/* SM */

@media (max-width: 575.98px) {
    html,
    body {
        font-size: 12px;
    }
    .main-slider-img {
        object-fit: cover;
        height: 528px;
    }
    .portfolio-nav-items {
        margin-bottom: 2rem;
    }
    .banner-one img {
        width: 100%;
        height: auto;
        padding: 35px;
    }
    .h-contact {
        display: none;
    }
    .nav-bar-toggler {
        min-width: 30px;
    }
    .pages-banner-head {
        font-size: 26px;
    }
    .general_footer {
        padding: 15px;
    }
    .main-slider-content:before {
        background-color: #8A6E4B;
    }
    .portfolio-slider .slick-prev,
    .portfolio-slider .slick-next {
        bottom: -40px;
    }
    .view-link-btn {
        width: 100%;
    }
    .reviews-head {
        bottom: -30px;
    }
    .reviews-slider .slick-next,
    .reviews-slider .slick-prev {
        top: -40px;
    }
    .portfolio-head {
        bottom: -40px;
        left: 56%;
    }
    .portfolio-nav-bar.portfolio-padding ul.d-flex {
        justify-content: center;
        padding-top: 3-2.5rem;
    }
    .portfolio-nav-items {
        margin: 15px;
    }
    .portfolio-heads-outher {
        padding-top: 40px;
    }
    .banner-one {
        height: 280px;
    }
    .reviews-heads-outher {
        padding-top: 40px;
    }
    .contact-heads-outher {
        padding-top: 30px;
        margin-bottom: 120px;
    }
    .recent-projects-head {
        bottom: -26px;
        left: 58%;
    }
    .recent-projects-before {
        line-height: normal;
    }
    .portfolio-nav-bar {
        margin-top: 65px;
    }
    .left-corner-outher {
        mix-blend-mode: hard-light;
        position: relative;
    }
    .left-corner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        display: none;
    }
    .msc-content {
        display: none;
    }
    .video-container {
        padding-top: 50px;
    }
}

/*  */