* {
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none !important;
    font-family: 'League Spartan', sans-serif;
}

html {
    width: 100vw;
    overflow-x: hidden;
    --purple: #93709B;
    --blue: #236F93;
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    font-family: 'League Spartan', sans-serif;
    background-color: #1b242f;
}
.entrance {
    position: relative;
    height: 120vh;
}

.entrance > .entrance-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.entrance > .entrance-img img {
    width: 100%;
    height: 100%;
    position: relative;
}

.entrance > .entrance-img:before {
    content: "";
    position: absolute;
    z-index: 55;
    width: 100%;
    height: calc(100% - 150px);
}

.entrance > img:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    width: 100%;
}

header {
    position: absolute;
    background: #091124;
    width: 97%;
    height: 80px;
    z-index: 2;
    display: flex;
    align-items: center;
}

header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5vh;
}

header .header-img img {
    max-height: 70px;
}

/*header ul{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    gap: 40px;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/
/*header ul li{*/
/*    position: relative;*/
/*    transition: 400ms all;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*header ul li a{*/
/*    display: flex;*/
/*    color: white;*/
/*    justify-content: center;*/
/*    letter-spacing: 3px;*/
/*    position: relative;*/
/*    font-weight: 900;*/
/*    transition: 400ms all;*/
/*    font-family: BungeeHairline;*/
/*}*/
/*header ul li:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 1px;*/
/*    width: 60%;*/
/*    background-color: white;*/
/*    bottom: -15px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: 400ms all;*/
/*}*/
/*header ul li:hover:before {*/
/*    bottom: -5px;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
/*header ul li:hover a {*/
/*    letter-spacing: 4px;*/
/*    color: white;*/
/*}*/
/*header ul li.active:before {*/
/*    bottom: -5px;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.entranceimg2 img {
    top: 10vw;
    width: 40%;
    right: 40vw;
    position: absolute;
    height: 40vw;
}

.header-list span {
    font-size: 20px;
    font-weight: 200;
}

.entranceslogan {
    top: 20vw;
    left: 34vw;
    position: absolute;
    font-weight: 600;
}

.entranceslogan p {
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.entranceslogan-button .btn {
    border: 2px solid #ffffff;
    color: white;
    font-size: 20px;
    width: 18vh;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entranceslogan-button .btn:hover {
    background-color: white;
    color: black;
}

.episode2 {
    background-color: #091124;
    width: 100%;
    height: 400px;
}

.datas {
    display: flex;
    padding: 60px;
    align-items: center;
    justify-content: space-around;
}

.datas .data {
    position: relative;
    width: 325px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.datas .data.big {
    width: 380px;
    height: 255px;
}

.datas .data:before {
    content: "";
    position: absolute;
    background-image: url("../images/border1.png");
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 107%;
    height: 126%;
}

.datas .data.big:before {
    background-image: url("../images/border2.png");
}

.datas .data h3 {
    color: white;
    font-size: 45px;
}

.datas .data.big h3 {
    font-size: 50px;
}

.datas .data h4 {
    color: white;
    font-size: 32px;
}

.episode3 {
    margin: auto;
    background-color: #091124;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

body {
    background: #eeeeee;
}

#slider {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
}

.slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 1s;
    display: none;
}

.slides img {
    width: 100%;
    height: 100%;
}

#dot {
    margin: 0 auto;
    text-align: center;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 8px;
    margin: 10px 5px;
}

.active {
    background: black;
}

@media (max-width: 567px) {
    #slider {
        width: 100%;

    }
}

#heading {
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 10px 0px;

}

.box {
    background-color: #B3A594;
    width: 100%;
    height: 90vh;
    padding: 60px;
}

#slideshow {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div > img {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.episode4 {
    margin: auto;
    padding: 67px 0;
    background-color: #1b242f;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.block--comparison {
    /* hide shadow */
    overflow: hidden;
}

.block--comparison .block__image {
    --range: 50%;
    /* to position elements above each other */
    display: grid;
}

/* position 2 images and range slider above each other*/
.block--comparison .block__img {
    grid-column: -1 / 1;
    grid-row: -1 / 1;

    overflow: hidden;
}

/* move div to right*/
.block__img--last {
    box-shadow: 0 0 10px rgba(0, 0, 0, .9);
    transform: translateX(calc(var(--range) - 100%));
}

/* compensation right movement*/
.block__img--last img {
    transform: translateX(calc(100% - var(--range)));
}

/* Range Slider */
.block__slide {
    /* scale range slider to size of image container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* hide range slider */
    opacity: 0;
}


/*********************
  OPTIONAL Custom Styling
*********************/
.block--comparison {
    position: relative;

    /* container width and height */
    width: 100%;
    min-height: 100vh;
}

.block--comparison .block__img {
    /* just to fit to container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@import url(https://fonts.googleapis.com/css?family=Raleway);

div#comparison {
    width: 70vw;
    height: 45vw;
    max-width: 1024px;
    max-height: 768px;
    overflow: hidden;
    margin: 30px auto;
}

div#comparison figure {
    background-image: url(https://s3.amazonaws.com/flashypublic/Antique%2Btrucks%2Band%2Bcars%2Balong%2Bthe%2Broad%2BMontana%2BSeptember-29-2005_Carol%2BM%2BHighsmith_HDR_BW.jpg);
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison figure > img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    background-image: url(https://s3.amazonaws.com/flashypublic/Antique+trucks+and+cars+along+the+road+Montana+September+29+2005+-+Carol+M+Highsmith.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -2%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 102%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:active {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    outline: none;
}

input[type=range]::active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 15px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    left: 10px;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    left: 10px;
}

input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255, 255, 255, 0.5);
}

input[type=range]:focus::-moz-range-thumb {
    background: rgba(255, 255, 255, 0.5);
}

.image-title {
    font-family: Raleway;
    text-align: center;
    width: 60%;
    color: #ccc;
    margin: 0 auto;
}

:root {
    --image-comparison-slider-width: min(80vw, 768px);
    --image-comparison-slider-handle-width: 50px;
}

#image-comparison-slider {
    position: relative;
    width: var(--image-comparison-slider-width);
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: -7px 5px 16px 1px rgba(56, 86, 122, 0.6);
    cursor: col-resize;
}

#image-comparison-slider img {
    display: block;
    width: var(--image-comparison-slider-width);
    height: auto;
    max-height: 80vh;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

#image-comparison-slider .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    transform: translateZ(0); /* This is in order to fix a Firefox bug, related to the 3D tilt effect */
    /* transition: 0.25s cubic-bezier(.03,.98,.52,.99); */
}

#image-comparison-slider .img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#image-comparison-slider .label {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    text-align: center;
    letter-spacing: 1px;
    user-select: none;
    opacity: 0;
    transition: 0.25s cubic-bezier(.68, .26, .58, 1.22);
}

#image-comparison-slider:hover .label {
    opacity: 1;
}

#image-comparison-slider .label.label-before {
    left: 1rem;
}

#image-comparison-slider .label.label-after {
    right: 1rem;
    background-color: #f95540;
}

#image-comparison-slider .handle {
    position: absolute;
    top: 0;
    left: calc(50% - var(--image-comparison-slider-handle-width) / 2);
    width: var(--image-comparison-slider-handle-width);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 2;
    /* transition: 0.25s cubic-bezier(.03,.98,.52,.99); */
}

#image-comparison-slider .handle-line {
    width: 2px;
    flex-grow: 1;
    background-color: #fff;
}

#image-comparison-slider .handle-circle {
    width: var(--image-comparison-slider-handle-width);
    height: var(--image-comparison-slider-handle-width);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: rgba(0,0,0,0.5); */
}

@media (max-width: 768px) {
    :root {
        --image-comparison-slider-width: 90vw;
    }
}

.wrapper {
    width: 1100px;
    height: 600px;
    position: absolute;

    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Our image information */
.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.content-image {
    height: 100%;
    width: 100%;
}

.after {
    width: 125px;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

.scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
/ / z-index: 1;
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
    border: 5px solid #fff;
}

.scroller:before,
.scroller:after {
    background: #fff;
}

.last-project h2 {
    font-size: 170px;
    line-height: 170px;
    text-align: center;
    font-weight: 900;
    -webkit-text-stroke: 1px #B3A594;
    -webkit-text-fill-color: transparent;
    opacity: .3;
    margin-bottom: -30px;
}

.episode4 .page {
    display: flex;
    justify-content: center;
}

.episode5 {
    background-color: white;
    width: 100%;
}

.about .container {
    padding: 54px 0;
}

.about .about-box {
    border: 20px solid #192430;
    width: 50vh;
    height: 60vh;
}

.about-box img {
    width: 100%;
}

.about-img img {
    width: 420px;
    height: 400px;
}

.twelve {
    display: flex;
    justify-content: center;
}

.twelve h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 13px;
}

.twelve h1:before {
    background-color: #B3A594;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.twelve h1:after {
    background-color: #B3A594;
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 122px;
    margin-bottom: 0.25em;
}

.twelve-about h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 13px;
}

.twelve-about h1:before {
    background-color: #B3A594;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.twelve-about h1:after {
    background-color: #B3A594;
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 122px;
    margin-bottom: 0.25em;
}

.about-title {
    display: flex;
    margin-left: 16vh;
}

.about-button .btn {
    border: 2px solid #000000;
    color: #000000;
    font-size: 20px;
    width: 18vh;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-button .btn:hover {
    background-color: #1b242f;
    color: #ffffff;
}

.about-button {
    margin-left: 16vh;
    margin-top: 7vh;
}

.box-button .btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    width: 18vh;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-button .btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.box-button {
    margin-left: 12vh;
    margin-top: 7vh;
}

#slider {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
}

.slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 1s;
    display: none;
}

img {
    width: 100%;
}

#dot {
    margin: 0 auto;
    text-align: center;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 8px;
    margin: 10px 5px;
}

.active {
    background: black;
}

@media (max-width: 567px) {
    #slider {
        width: 100%;

    }
}

#heading {
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 10px 0px;

}

.swiper-wrapper .swiper-slide img {
    width: 100vh;
    height: 93vh;
}

.swiper {
    left: 16vh;
}

.box-title {
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    left: 5vh;
    margin-left: 12vh;
    justify-content: center;
}

.box-title h1 {
    font-size: 60px;
    color: white;
}

.box-title p {
    font-size: 20px;
    color: white;
    font-weight: 200;
}

.space {
    width: 100%;
    height: 200px;
}

.right_conatct_social_icon {
    background: #b3a494;
}

.contact_us {
    background-color: #f1f1f1;
    padding: 71px 0px 0px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: #b3a494;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #1b242f;
    right: 1px;
    top: 18%;
    height: 380px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: #b3a494;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4, .map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.contact_info_sec {
    color: white;
}

:root {
    --bgcolor: #352762;
    --navheight: 40px;
    --whitecolor: #fff;
}

nav {
    height: var(--navheight);
    border: 0px solid white;
    margin-top: 15px;
}

nav i {
    font-size: 11px;
}

nav ul li ul li a i {
    float: right;
    margin-top: 11px;
}


nav h4 {
    color: var(--whitecolor);
    line-height: var(--navheight);
    float: left;
    padding: 0px 30px;
    letter-spacing: 2px;
}

nav ul {
    float: left;
    list-style-type: none;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: var(--whitecolor);
    border: 0px solid black;
    line-height: var(--navheight);
    padding: 0px 12px;
    font-size: 15px;
    letter-spacing: 2px;
}

nav ul li ul {
    display: none;
    position: absolute;
    background-color: var(--whitecolor);
    z-index: 2;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

nav ul li ul a {
    color: #b3a494;
    line-height: 38px;
}

nav ul li ul li {
    width: max-content;
}

nav ul li ul li ul {
    margin-left: 192px;
}

nav ul li > a:hover {
    color: #9d9d9d;
}

nav ul li ul a:hover {
    background-color: #b3a494;
    color: var(--whitecolor);
}

nav ul li:hover > ul {
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.swiper-pagination-bullet-active {
    color: white;
    background-color: white;
}

/*Contact*/


input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}

::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}


/* Contact Form Styling */
.container {
    padding: 0 50px 70px;
}

.textcenter {
    text-align: center;
}

.section1 {
    text-align: center;
    display: table;
    width: 100%;
}

.section1 .shtext {
    display: block;
    margin-top: 20px;
}

.section1 .seperator {
    border-bottom: 1px solid #a2a2a2;
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.section1 h1 {
    font-size: 40px;
    color: #464646;
    font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}

.section2 .col2 {
    width: 48.71%;
}

.section2 .col2.first {
    float: left;
}

.section2 .col2.last {
    float: right;
}

.section2 .col2.column2 {
    padding: 0 30px;
}

.section2 span.collig {
    color: #a2a2a2;
    margin-right: 10px;
    display: inline-block;
}

.section2 .sec2addr {
    display: block;
    line-height: 26px;
}

.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
    color: #464646;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}

.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
    height: 140px;
}

.section2 .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #b3a494;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}

.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #464646;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
    .section2 {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .container {
        padding: 0 30px 70px;
    }

    .section2 .col2 {
        width: 100%;
        display: block;
    }

    .section2 .col2.first {
        margin-bottom: 10px;
    }

    .section2 .col2.column2 {
        padding: 0;
    }

    body .sec2map {
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .section2 .sec2addr {
        font-size: 14px;
    }

    .section2 .sec2contactform h3 {
        font-size: 16px;
    }

    .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
        padding: 10px;
        margin: 3px 0;
    }

    .section2 .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .section1 h1 {
        font-size: 28px;
    }
}

.contact-box {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    margin-top: 5vh;
}

.sec2addr p {
    color: #464646;
}

/*About*/
.about-img2 img {
    width: 80%;
    height: 80%;
}

.about-img2 img {
    transition: 1s ease;
}

.about-img2 img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s ease;
}

.workwaycard {
    position: relative;
    width: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-warp: warp;
    padding: 30px;
}

.workwaycard .card {
    position: relative;
    max-width: 300px;
    height: 215px;
    background-color: #fff;
    margin: 30px 10px;
    padding: 20px 15px;

    display: flex;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s ease-in-out;
}

.workwaycard .card:hover {
    height: 320px;
}


.workwaycard .card .image {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 15px;
    top: -40%;
    left: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 1;
    cursor: pointer;
}

.workwaycard .card .image img {
    max-width: 100%;
}

.workwaycard .card .content {
    position: relative;
    top: -140px;
    padding: 10px 15px;
    color: #111;
    text-align: center;

    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;

}

.workwaycard .card:hover .content {
    margin-top: 30px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;

}

.workwaycard {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1270px) {
    nav ul li a {
        font-size: 15px;
    }

    .datas .data:before {
        display: none;
    }

    .box-button .btn {
        display: none;
    }
}

@media screen and (max-width: 1130px) {
    nav ul li a {
        font-size: 12px;
    }

    .entranceslogan-button .btn {
        display: none;
    }

    .entranceslogan p {
        margin-top: 4vw;
        font-size: 38px;
    }

    .entranceimg2 img {
        top: 15vw;
        width: 40%;
        right: 40vw;
        position: absolute;
        height: 33vw;
    }
}

@media screen and (max-width: 1033px) {
    nav ul li a {
        font-size: 10px;
    }
}

@media screen and (max-width: 1114px) {
    .box-title p {
        font-size: 18px;
    }

    .entrance {
        height: 95vh;
    }
}

@media screen and (max-width: 992px) {
    .contact_info_sec {
        width: 288px;
    }

    .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    .swiper {
        left: 0;
    }

    .form-group {
        display: none;
    }

    .box-title p {
        font-size: 15px;
    }

    .swiper {
        left: 0;
    }

    .entrance {
        height: 95vh;
    }

    .contact_form_inner {
        width: 60%;
    }

    .contact_info_sec {
        top: 10%;
    }

    .contact_field {
        padding: 20px;
    }

}

.hero-image .about-me {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}

.hero-image .about-me label {
    font-size: 26px;
    color: #fff;
    display: block;
}

.hero-image:after {
    background-color: black;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.3;
}

.hero-image {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: lightgray;
    background-image: url('https://images.unsplash.com/photo-1495465798138-718f86d1a4bc?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1350&q=80');
    display: table;
    background-position: center;
}


.hero-image .about-me a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid white;
    margin: 20px;
}


.navbar-demo {
    display: flex;
    width: 100%;
    padding: 4vh;
    position: fixed;
    z-index: 99;
    justify-content: space-between;
}

/*.navbar-demo .nav-bar ul li {*/
/*    display: block;*/
/*}*/

/*.navbar-demo .nav-bar ul {*/
/*    padding: 0;*/
/*    display: table;*/
/*    text-align: center;*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    justify-content:center;*/
/*    align-items: center;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.navbar-demo .nav-bar ul li a {*/
/*    font-size: 18px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*    padding: 18px;*/
/*    text-transform: uppercase;*/
/*}*/

.nav-bar {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar-demo button.menu-btn {
    display: none;
}

@media only screen and (max-width: 928px) {
    .entranceimg2 img {
        height: 40vw;
    }

    .nav-bar nav ul {
        display: flex;
        flex-direction: column;
    }

    .nav-bar nav ul li a {
        font-size: 20px;
    }

    .nav-bar nav ul li ul {
        display: none;
    }

    .entranceslogan p {
        margin-top: 6vw;
    }

    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
    }

    .navbar-demo {
        z-index: 999;
        margin: 0;
        width: 100vw;
        height: max-content;
        display: flex;
        height: 80px;
    }

    .navbar-demo .nav-bar {
        background-color: #000000d9;
        top: 0;
        position: fixed;
        left: -200vw;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo.open-nav .nav-bar {
        left: 0;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo .nav-bar ul li a {
        display: block;
        color: #fff;
    }

    .navbar-demo.open-nav button.menu-btn i:before {
        content: '\f00d ';
    }

    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
        z-index: 99999999;
    }
}


@media only screen and (max-width: 768px) {
    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
    }

    .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    .swiper {
        left: 0;
    }

    .navbar-demo {
        z-index: 999;
        margin: 0;
        width: 100vw;
        height: max-content;
        display: flex;
        height: 80px;
    }

    .navbar-demo .nav-bar {
        background-color: #000000d9;
        top: 0;
        position: fixed;
        left: -200vw;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo.open-nav .nav-bar {
        left: 0;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo .nav-bar ul li a {
        display: block;
        color: #fff;
    }

    .navbar-demo.open-nav button.menu-btn i:before {
        content: '\f00d ';
    }

    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
        z-index: 99999999;
    }

    .entranceimg2 img {
        top: 20vw;
        width: 42%;
        right: 40vw;
        position: absolute;
        height: 47vw;
    }

    .entranceslogan p {
        margin-top: 13vw;
        font-size: 38px;
    }

    .box-title h1 {
        font-size: 35px;
        color: white;
    }

    .box-title p {
        font-size: 18px;
    }

    .contact_form_inner {
        width: 43%;
    }

    .about-button {
        margin: 3vh 16vh;
    }
}

footer img {
    width: 30vh;
}

.text-muted {
    color: #bababa;
}

@media only screen and (max-width: 650px) {
    .entranceimg2 img {
        top: 20vw;
        width: 45%;
        right: 40vw;
        height: 57vw;
    }

    .entranceslogan p {
        margin-top: 16vw;
    }

    .box-title {
        margin: 0;
    }
}

@media only screen and (max-width: 550px) {
    .entranceimg2 img {
        top: 23vw;
        width: 50%;
        right: 40vw;
        height: 68vw;
    }
    .link{
        margin-top: 3vh!important;
        margin-right: -16vh!important;
    }
    .entranceslogan p {
        margin-top: 20vw;
    }

    .datas .data h4 {
        font-size: 15px;
    }

    .right_conatct_social_icon {
        background-color: transparent;
    }

    .datas {
        padding: 0;
    }

    .episode2 {
        height: 300px;
    }
}

@media only screen and (max-width: 455px) {
    .entranceimg2 img {
        top: 38vw;
    }

    .entranceslogan p {
        margin-top: 34vw;
    }

    .box {
        padding: 20px;
    }

    .contact_field {
        height: 151vw;
    }

    .contact_form_inner {
        width: 100%;
    }

    .contact_info_sec {
        height: 325px;
        top: 73%;
        width: 429px;
    }

    .about p {
        padding: 25px;
        margin: 0 !important;
    }

    .entranceslogan p {
        font-size: 30px;
    }

    .entrance {
        height: 60vh;
    }
}

.about p {
    margin-left: 16vh;
    margin-top: 3vh;
}

@media only screen and (max-width: 430px) {
    .contact_form_inner {
        height: 168vw;
    }

    .contact_info_sec {
        height: 360px;
        width: 398px;
    }
}

@media only screen and (max-width: 400px) {
    .entrance {
        height: 80vh;
    }

    .swiper-wrapper .swiper-slide img {
        height: 75vh;
    }

    .contact_info_sec {
        width: 373px;
        top: 78%;
    }

    .entrance {
        height: 60vh;
    }
}

@media only screen and (max-width: 360px) {
    .contact-us {
        padding: 14px 0px 0px 0px;
    }

    .contact_info_sec {
        width: 335px;
        top: 70%;
        padding: 15px;
    }

    .entrance {
        height: 60vh;
    }
}


.banner1,
.banner2,
.banner3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner2 img {
    width: 110%;
    animation: zoom-out 12s linear infinite;
}

.text-box {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 5%;
    color: white;
    animation: textUp 12s linear infinite;
}

.text-box h1 {
    font-size: 6rem;
}

@keyframes textUp {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(100px);
    }
}

.text-box span {
    width: 100px;
    height: 1px;
    background-color: orange;
    position: absolute;
    left: 0;
}

.slide1 {
    animation: fade1 12s linear infinite;
}

.slide2 {
    animation: fade2 12s linear infinite;
}

.slide3 {
    animation: fade3 12s linear infinite;
}

@keyframes fade1 {
    0% {
        visibility: visible;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes fade2 {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: hidden;
    }
}

@keyframes fade3 {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}

@keyframes zoom-out {
    100% {
        width: 100%;
    }
}


@import url('https://fonts.googleapis.com/css?family=Oswald');

.link {
    margin-top: 13vh;
    margin-right: -20vh;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    transform: rotate(-90deg) translate3d(-300px, 0, 0);
}

.link__arrow {
    display: inline-flex;
}

.link__arrow span {
    position: relative;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: #BEBDBE;
    z-index: 2;
}

.link__arrow span:nth-child(1) {
    transform-origin: left bottom;
    transform: rotate(45deg) translate3d(8px, -10px, 0);
}

.link__arrow span:nth-child(2) {
    transform-origin: left bottom;
    transform: rotate(-45deg);
}

.link__arrow span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #b3a494;
}

.link__line {
    position: relative;
    margin-left: -14px;
    margin-right: 30px;
    width: 150px;
    height: 2px;
    background: #BEBDBE;
    overflow: hidden;
    z-index: 1;
}

.link__line:after {
    content: '';
    display: block;
    position: absolute;
    left: 80px;
    width: 70px;
    height: 2px;
    background: #b3a494;
}

.link__text {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;

}

.link:hover .link__line:after {
    animation: animation-line 1.5s forwards;
}

.link:hover .link__arrow span:after {
    animation: animation-arrow 1.5s forwards;
    animation-delay: 1s;
}

@keyframes animation-line {
    0% {
        left: 80px;
    }
    100% {
        left: 0;
    }
}

@keyframes animation-arrow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/* The Modal (background) */
.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close2:hover,
.ebcf_close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close3:hover,
.ebcf_close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close4 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close4:hover,
.ebcf_close4:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close5 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close5:hover,
.ebcf_close5:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close6 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close6:hover,
.ebcf_close6:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close7 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close7:hover,
.ebcf_close7:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close8:hover,
.ebcf_close8:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close8 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close9:hover,
.ebcf_close9:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close9 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close10 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close10:hover,
.ebcf_close10:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close10 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close11:hover,
.ebcf_close11:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close11 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close12:hover,
.ebcf_close12:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close13 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
* {
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none !important;
    font-family: 'League Spartan', sans-serif;
}

html {
    width: 100vw;
    overflow-x: hidden;
    --purple: #93709B;
    --blue: #236F93;
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    font-family: 'League Spartan', sans-serif;
    background-color: #1b242f;
}

.entrance {
    position: relative;
    height: 120vh;
}

.entrance > .entrance-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.entrance > .entrance-img img {
    width: 100%;
    height: 100%;
    position: relative;
}

.entrance > .entrance-img:before {
    content: "";
    position: absolute;
    z-index: 55;
    width: 100%;
    height: calc(100% - 150px);
}

.entrance > img:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    width: 100%;
}

header {
    position: absolute;
    background: #091124;
    width: 97%;
    height: 80px;
    z-index: 2;
    display: flex;
    align-items: center;
}

header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5vh;
}

header .header-img img {
    max-height: 70px;
}

/*header ul{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    gap: 40px;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/
/*header ul li{*/
/*    position: relative;*/
/*    transition: 400ms all;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*header ul li a{*/
/*    display: flex;*/
/*    color: white;*/
/*    justify-content: center;*/
/*    letter-spacing: 3px;*/
/*    position: relative;*/
/*    font-weight: 900;*/
/*    transition: 400ms all;*/
/*    font-family: BungeeHairline;*/
/*}*/
/*header ul li:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 1px;*/
/*    width: 60%;*/
/*    background-color: white;*/
/*    bottom: -15px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: 400ms all;*/
/*}*/
/*header ul li:hover:before {*/
/*    bottom: -5px;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
/*header ul li:hover a {*/
/*    letter-spacing: 4px;*/
/*    color: white;*/
/*}*/
/*header ul li.active:before {*/
/*    bottom: -5px;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.entranceimg2 img {
    top: 10vw;
    width: 40%;
    right: 40vw;
    position: absolute;
    height: 40vw;
}

.header-list span {
    font-size: 20px;
    font-weight: 200;
}

.entranceslogan {
    top: 20vw;
    left: 34vw;
    position: absolute;
    font-weight: 600;
}

.entranceslogan p {
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.entranceslogan-button .btn {
    border: 2px solid #ffffff;
    color: white;
    font-size: 20px;
    width: 18vh;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entranceslogan-button .btn:hover {
    background-color: white;
    color: black;
}

.episode2 {
    background-color: #091124;
    width: 100%;
    height: 400px;
}

.datas {
    display: flex;
    padding: 60px;
    align-items: center;
    justify-content: space-around;
}

.datas .data {
    position: relative;
    width: 325px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.datas .data.big {
    width: 380px;
    height: 255px;
}

.datas .data:before {
    content: "";
    position: absolute;
    background-image: url("../images/border1.png");
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 107%;
    height: 126%;
}

.datas .data.big:before {
    background-image: url("../images/border2.png");
}

.datas .data h3 {
    color: white;
    font-size: 45px;
}

.datas .data.big h3 {
    font-size: 50px;
}

.datas .data h4 {
    color: white;
    font-size: 32px;
}

.episode3 {
    margin: auto;
    background-color: #091124;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

body {
    background: #eeeeee;
}

#slider {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
}

.slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 1s;
    display: none;
}

.slides img {
    width: 100%;
    height: 100%;
}

#dot {
    margin: 0 auto;
    text-align: center;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 8px;
    margin: 10px 5px;
}

.active {
    background: black;
}

@media (max-width: 567px) {
    #slider {
        width: 100%;

    }
}

#heading {
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 10px 0px;

}

.box {
    background-color: #B3A594;
    width: 100%;
    height: 90vh;
    padding: 60px;
}

#slideshow {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div > img {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.episode4 {
    margin: auto;
    padding: 67px 0;
    background-color: #1b242f;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.block--comparison {
    /* hide shadow */
    overflow: hidden;
}

.block--comparison .block__image {
    --range: 50%;
    /* to position elements above each other */
    display: grid;
}

/* position 2 images and range slider above each other*/
.block--comparison .block__img {
    grid-column: -1 / 1;
    grid-row: -1 / 1;

    overflow: hidden;
}

/* move div to right*/
.block__img--last {
    box-shadow: 0 0 10px rgba(0, 0, 0, .9);
    transform: translateX(calc(var(--range) - 100%));
}

/* compensation right movement*/
.block__img--last img {
    transform: translateX(calc(100% - var(--range)));
}

/* Range Slider */
.block__slide {
    /* scale range slider to size of image container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* hide range slider */
    opacity: 0;
}


/*********************
  OPTIONAL Custom Styling
*********************/
.block--comparison {
    position: relative;

    /* container width and height */
    width: 100%;
    min-height: 100vh;
}

.block--comparison .block__img {
    /* just to fit to container */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@import url(https://fonts.googleapis.com/css?family=Raleway);

div#comparison {
    width: 70vw;
    height: 45vw;
    max-width: 1024px;
    max-height: 768px;
    overflow: hidden;
    margin: 30px auto;
}

div#comparison figure {
    background-image: url(https://s3.amazonaws.com/flashypublic/Antique%2Btrucks%2Band%2Bcars%2Balong%2Bthe%2Broad%2BMontana%2BSeptember-29-2005_Carol%2BM%2BHighsmith_HDR_BW.jpg);
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison figure > img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    background-image: url(https://s3.amazonaws.com/flashypublic/Antique+trucks+and+cars+along+the+road+Montana+September+29+2005+-+Carol+M+Highsmith.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -2%;
    background-color: rgba(255, 255, 255, 0.1);
    width: 102%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:active {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    outline: none;
}

input[type=range]::active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 15px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    left: 10px;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    left: 10px;
}

input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255, 255, 255, 0.5);
}

input[type=range]:focus::-moz-range-thumb {
    background: rgba(255, 255, 255, 0.5);
}

.image-title {
    font-family: Raleway;
    text-align: center;
    width: 60%;
    color: #ccc;
    margin: 0 auto;
}

:root {
    --image-comparison-slider-width: min(80vw, 768px);
    --image-comparison-slider-handle-width: 50px;
}

#image-comparison-slider {
    position: relative;
    width: var(--image-comparison-slider-width);
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: -7px 5px 16px 1px rgba(56, 86, 122, 0.6);
    cursor: col-resize;
}

#image-comparison-slider img {
    display: block;
    width: var(--image-comparison-slider-width);
    height: auto;
    max-height: 80vh;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

#image-comparison-slider .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    transform: translateZ(0); /* This is in order to fix a Firefox bug, related to the 3D tilt effect */
    /* transition: 0.25s cubic-bezier(.03,.98,.52,.99); */
}

#image-comparison-slider .img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#image-comparison-slider .label {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    text-align: center;
    letter-spacing: 1px;
    user-select: none;
    opacity: 0;
    transition: 0.25s cubic-bezier(.68, .26, .58, 1.22);
}

#image-comparison-slider:hover .label {
    opacity: 1;
}

#image-comparison-slider .label.label-before {
    left: 1rem;
}

#image-comparison-slider .label.label-after {
    right: 1rem;
    background-color: #f95540;
}

#image-comparison-slider .handle {
    position: absolute;
    top: 0;
    left: calc(50% - var(--image-comparison-slider-handle-width) / 2);
    width: var(--image-comparison-slider-handle-width);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 2;
    /* transition: 0.25s cubic-bezier(.03,.98,.52,.99); */
}

#image-comparison-slider .handle-line {
    width: 2px;
    flex-grow: 1;
    background-color: #fff;
}

#image-comparison-slider .handle-circle {
    width: var(--image-comparison-slider-handle-width);
    height: var(--image-comparison-slider-handle-width);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: rgba(0,0,0,0.5); */
}

@media (max-width: 768px) {
    :root {
        --image-comparison-slider-width: 90vw;
    }
}

.wrapper {
    width: 1100px;
    height: 600px;
    position: absolute;

    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Our image information */
.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.content-image {
    height: 100%;
    width: 100%;
}

.after {
    width: 125px;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

.scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
/ / z-index: 1;
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
    border: 5px solid #fff;
}

.scroller:before,
.scroller:after {
    background: #fff;
}

.last-project h2 {
    font-size: 170px;
    line-height: 170px;
    text-align: center;
    font-weight: 900;
    -webkit-text-stroke: 1px #B3A594;
    -webkit-text-fill-color: transparent;
    opacity: .3;
    margin-bottom: -30px;
}

.episode4 .page {
    display: flex;
    justify-content: center;
}

.episode5 {
    background-color: white;
    width: 100%;
}

.about .container {
    padding: 54px 0;
}

.about .about-box {
    border: 20px solid #192430;
    width: 50vh;
    height: 60vh;
}

.about-box img {
    width: 100%;
}

.about-img img {
    width: 420px;
    height: 400px;
}

.twelve {
    display: flex;
    justify-content: center;
}

.twelve h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 13px;
}

.twelve h1:before {
    background-color: #B3A594;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.twelve h1:after {
    background-color: #B3A594;
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 122px;
    margin-bottom: 0.25em;
}

.twelve-about h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 13px;
}

.twelve-about h1:before {
    background-color: #B3A594;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.twelve-about h1:after {
    background-color: #B3A594;
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    width: 122px;
    margin-bottom: 0.25em;
}

.about-title {
    display: flex;
    margin-left: 16vh;
}

.about-button .btn {
    border: 2px solid #000000;
    color: #000000;
    font-size: 20px;
    width: 18vh;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-button .btn:hover {
    background-color: #1b242f;
    color: #ffffff;
}

.about-button {
    margin-left: 16vh;
    margin-top: 7vh;
}

.box-button .btn {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    width: 18vh;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-button .btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.box-button {
    margin-left: 12vh;
    margin-top: 7vh;
}

#slider {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
}

.slides {
    overflow: hidden;
    animation-name: fade;
    animation-duration: 1s;
    display: none;
}

img {
    width: 100%;
}

#dot {
    margin: 0 auto;
    text-align: center;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    background: #d3d3d3;
    padding: 8px;
    margin: 10px 5px;
}

.active {
    background: black;
}

@media (max-width: 567px) {
    #slider {
        width: 100%;

    }
}

#heading {
    display: block;
    text-align: center;
    font-size: 2em;
    margin: 10px 0px;

}

.swiper-wrapper .swiper-slide img {
    width: 100vh;
    height: 93vh;
}

.swiper {
    left: 16vh;
}

.box-title {
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    left: 5vh;
    margin-left: 12vh;
    justify-content: center;
}

.box-title h1 {
    font-size: 60px;
    color: white;
}

.box-title p {
    font-size: 20px;
    color: white;
    font-weight: 200;
}

.space {
    width: 100%;
    height: 200px;
}

.right_conatct_social_icon {
    background: #b3a494;
}

.contact_us {
    background-color: #f1f1f1;
    padding: 71px 0px 0px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: #b3a494;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #1b242f;
    right: 1px;
    top: 18%;
    height: 380px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: #b3a494;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4, .map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.contact_info_sec {
    color: white;
}

:root {
    --bgcolor: #352762;
    --navheight: 40px;
    --whitecolor: #fff;
}

nav {
    height: var(--navheight);
    border: 0px solid white;
    margin-top: 15px;
}

nav i {
    font-size: 11px;
}

nav ul li ul li a i {
    float: right;
    margin-top: 11px;
}


nav h4 {
    color: var(--whitecolor);
    line-height: var(--navheight);
    float: left;
    padding: 0px 30px;
    letter-spacing: 2px;
}

nav ul {
    float: left;
    list-style-type: none;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: var(--whitecolor);
    border: 0px solid black;
    line-height: var(--navheight);
    padding: 0px 12px;
    font-size: 15px;
    letter-spacing: 2px;
}

nav ul li ul {
    display: none;
    position: absolute;
    background-color: var(--whitecolor);
    z-index: 2;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

nav ul li ul a {
    color: #b3a494;
    line-height: 38px;
}

nav ul li ul li {
    width: max-content;
}

nav ul li ul li ul {
    margin-left: 192px;
}

nav ul li > a:hover {
    color: #9d9d9d;
}

nav ul li ul a:hover {
    background-color: #b3a494;
    color: var(--whitecolor);
}

nav ul li:hover > ul {
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
}

.swiper-pagination-bullet-active {
    color: white;
    background-color: white;
}

/*Contact*/


input:focus, textarea:focus, keygen:focus, select:focus {
    outline: none;
}

::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}


/* Contact Form Styling */
.container {
    padding: 0 50px 70px;
}

.textcenter {
    text-align: center;
}

.section1 {
    text-align: center;
    display: table;
    width: 100%;
}

.section1 .shtext {
    display: block;
    margin-top: 20px;
}

.section1 .seperator {
    border-bottom: 1px solid #a2a2a2;
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.section1 h1 {
    font-size: 40px;
    color: #464646;
    font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}

.section2 .col2 {
    width: 48.71%;
}

.section2 .col2.first {
    float: left;
}

.section2 .col2.last {
    float: right;
}

.section2 .col2.column2 {
    padding: 0 30px;
}

.section2 span.collig {
    color: #a2a2a2;
    margin-right: 10px;
    display: inline-block;
}

.section2 .sec2addr {
    display: block;
    line-height: 26px;
}

.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
    color: #464646;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}

.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
    height: 140px;
}

.section2 .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #b3a494;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}

.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #464646;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
    .section2 {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .container {
        padding: 0 30px 70px;
    }

    .section2 .col2 {
        width: 100%;
        display: block;
    }

    .section2 .col2.first {
        margin-bottom: 10px;
    }

    .section2 .col2.column2 {
        padding: 0;
    }

    body .sec2map {
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .section2 .sec2addr {
        font-size: 14px;
    }

    .section2 .sec2contactform h3 {
        font-size: 16px;
    }

    .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
        padding: 10px;
        margin: 3px 0;
    }

    .section2 .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .section1 h1 {
        font-size: 28px;
    }
}

.contact-box {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    margin-top: 5vh;
}

.sec2addr p {
    color: #464646;
}

/*About*/
.about-img2 img {
    width: 80%;
    height: 80%;
}

.about-images img {
    transition: 1s ease;
}

.about-images img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s ease;
}

.workwaycard {
    position: relative;
    width: 1100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-warp: warp;
    padding: 30px;
}

.workwaycard .card {
    position: relative;
    max-width: 300px;
    height: 215px;
    background-color: #fff;
    margin: 30px 10px;
    padding: 20px 15px;

    display: flex;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s ease-in-out;
}

.workwaycard .card:hover {
    height: 320px;
}


.workwaycard .card .image {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 15px;
    top: -40%;
    left: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 1;
    cursor: pointer;
}

.workwaycard .card .image img {
    max-width: 100%;
}

.workwaycard .card .content {
    position: relative;
    top: -140px;
    padding: 10px 15px;
    color: #111;
    text-align: center;

    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;

}

.workwaycard .card:hover .content {
    margin-top: 30px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;

}

.workwaycard {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1270px) {
    nav ul li a {
        font-size: 15px;
    }

    .datas .data:before {
        display: none;
    }

    .box-button .btn {
        display: none;
    }
}

@media screen and (max-width: 1130px) {
    nav ul li a {
        font-size: 12px;
    }

    .entranceslogan-button .btn {
        display: none;
    }

    .entranceslogan p {
        margin-top: 4vw;
        font-size: 38px;
    }

    .entranceimg2 img {
        top: 15vw;
        width: 40%;
        right: 40vw;
        position: absolute;
        height: 33vw;
    }
}

@media screen and (max-width: 1033px) {
    nav ul li a {
        font-size: 10px;
    }
}

@media screen and (max-width: 1114px) {
    .box-title p {
        font-size: 18px;
    }

    .entrance {
        height: 95vh;
    }
}

@media screen and (max-width: 992px) {
    .contact_info_sec {
        width: 288px;
    }

    .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    .swiper {
        left: 0;
    }

    .form-group {
        display: none;
    }

    .box-title p {
        font-size: 15px;
    }

    .swiper {
        left: 0;
    }

    .entrance {
        height: 95vh;
    }

    .contact_form_inner {
        width: 60%;
    }

    .contact_info_sec {
        top: 10%;
    }

    .contact_field {
        padding: 20px;
    }
    .box{
        height: 37vh!important;
    }

}

.hero-image .about-me {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}

.hero-image .about-me label {
    font-size: 26px;
    color: #fff;
    display: block;
}

.hero-image:after {
    background-color: black;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.3;
}

.hero-image {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: lightgray;
    background-image: url('https://images.unsplash.com/photo-1495465798138-718f86d1a4bc?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1350&q=80');
    display: table;
    background-position: center;
}


.hero-image .about-me a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid white;
    margin: 20px;
}


.navbar-demo {
    display: flex;
    width: 100%;
    padding: 4vh;
    position: fixed;
    z-index: 99;
    justify-content: space-between;
}

/*.navbar-demo .nav-bar ul li {*/
/*    display: block;*/
/*}*/

/*.navbar-demo .nav-bar ul {*/
/*    padding: 0;*/
/*    display: table;*/
/*    text-align: center;*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    justify-content:center;*/
/*    align-items: center;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.navbar-demo .nav-bar ul li a {*/
/*    font-size: 18px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*    padding: 18px;*/
/*    text-transform: uppercase;*/
/*}*/

.nav-bar {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar-demo button.menu-btn {
    display: none;
}

@media only screen and (max-width: 928px) {
    .entranceimg2 img {
        height: 40vw;
    }

    .nav-bar nav ul {
        display: flex;
        flex-direction: column;
    }

    .nav-bar nav ul li a {
        font-size: 20px;
    }

    .nav-bar nav ul li ul {
        display: none;
    }

    .entranceslogan p {
        margin-top: 6vw;
    }

    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
    }

    .navbar-demo {
        z-index: 999;
        margin: 0;
        width: 100vw;
        height: max-content;
        display: flex;
        height: 80px;
    }

    .navbar-demo .nav-bar {
        background-color: #000000d9;
        top: 0;
        position: fixed;
        left: -200vw;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo.open-nav .nav-bar {
        left: 0;
        width: 100%;
        top: -28vh;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo .nav-bar ul li a {
        display: block;
        color: #fff;
    }

    .navbar-demo.open-nav button.menu-btn i:before {
        content: '\f00d ';
    }

    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
        z-index: 99999999;
    }
}


@media only screen and (max-width: 768px) {
    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
    }

    .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    .swiper {
        left: 0;
    }

    .navbar-demo {
        z-index: 999;
        margin: 0;
        width: 100vw;
        height: max-content;
        display: flex;
        height: 80px;
    }

    .navbar-demo .nav-bar {
        background-color: #000000d9;
        top: 0;
        position: fixed;
        left: -200vw;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo.open-nav .nav-bar {
        left: 0;
        width: 100%;
        transition: left 0.5s;
        height: 100%;
    }

    .navbar-demo .nav-bar ul li a {
        display: block;
        color: #fff;
    }

    .navbar-demo.open-nav button.menu-btn i:before {
        content: '\f00d ';
    }

    .navbar-demo button.menu-btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: unset;
        border: 0;
        font-size: 26px;
        display: block;
        padding: 23px;
        color: #fff;
        outline: none;
        z-index: 99999999;
    }

    .entranceimg2 img {
        top: 20vw;
        width: 42%;
        right: 40vw;
        position: absolute;
        height: 47vw;
    }

    .entranceslogan p {
        margin-top: 13vw;
        font-size: 38px;
    }

    .box-title h1 {
        font-size: 35px;
        color: white;
    }

    .box-title p {
        font-size: 18px;
    }

    .contact_form_inner {
        width: 43%;
    }

    .about-button {
        margin: 3vh 16vh;
    }
}

footer img {
    width: 30vh;
}

.text-muted {
    color: #bababa;
}

@media only screen and (max-width: 650px) {
    .entranceimg2 img {
        top: 20vw;
        width: 45%;
        right: 40vw;
        height: 57vw;
    }

    .entranceslogan p {
        margin-top: 16vw;
    }

    .box-title {
        margin: 0;
    }
}

@media only screen and (max-width: 550px) {
    .entranceimg2 img {
        top: 23vw;
        width: 50%;
        right: 40vw;
        height: 68vw;
    }

    .entranceslogan p {
        margin-top: 20vw;
    }

    .datas .data h4 {
        font-size: 15px;
    }

    .right_conatct_social_icon {
        background-color: transparent;
    }

    .datas {
        padding: 0;
    }
    .teklif-alin{
        height: 100px;
        background: #b4a494;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    .teklif-alin h2{
        font-size: 14px;
        text-align: center;
    }
    .about-img2 img{
        display: none
    ;
    }
    .teklif-alin a{
        border: 1px solid #ffffff;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2vh;
        padding: 1vh;
        font-size: 9px;
        height: 0vh;
        border-radius: 2px;
        margin-top: -1vh;
    }
    .swiper-wrapper .swiper-slide img{
        height: 58vh;
    }

    .episode2 {
        height: 300px;
    }
}

@media only screen and (max-width: 455px) {
    .entranceimg2 img {
        top: 38vw;
    }

    .entranceslogan p {
        margin-top: 34vw;
    }

    .box {
        padding: 20px;
    }

    .contact_field {
        height: 151vw;
    }

    .contact_form_inner {
        width: 100%;
    }

    .contact_info_sec {
        height: 325px;
        top: 62%;
        width: 429px;
    }

    .about p {
        padding: 25px;
        margin: 0 !important;
    }

    .entranceslogan p {
        font-size: 30px;
    }

    .entrance {
        height: 60vh;
    }
}

.about p {
    margin-left: 16vh;
    margin-top: 3vh;
}

@media only screen and (max-width: 430px) {
    .contact_form_inner {
        height: 168vw;
    }

    .contact_info_sec {
        height: 370px;
        width: 398px;
    }
}

@media only screen and (max-width: 400px) {
    .entrance {
        height: 80vh;
    }

    .swiper-wrapper .swiper-slide img {
        height: 75vh;
    }

    .contact_info_sec {
        width: 373px;
        top: 78%;
    }

    .entrance {
        height: 60vh;
    }
}

@media only screen and (max-width: 360px) {
    .contact-us {
        padding: 14px 0px 0px 0px;
    }

    .contact_info_sec {
        width: 335px;
        top: 70%;
        padding: 15px;
    }

    .entrance {
        height: 60vh;
    }
}


.banner1,
.banner2,
.banner3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner2 img {
    width: 110%;
    animation: zoom-out 12s linear infinite;
}

.text-box {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 5%;
    color: white;
    animation: textUp 12s linear infinite;
}

.text-box h1 {
    font-size: 6rem;
}

@keyframes textUp {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(100px);
    }
}

.text-box span {
    width: 100px;
    height: 1px;
    background-color: orange;
    position: absolute;
    left: 0;
}

.slide1 {
    animation: fade1 12s linear infinite;
}

.slide2 {
    animation: fade2 12s linear infinite;
}

.slide3 {
    animation: fade3 12s linear infinite;
}

@keyframes fade1 {
    0% {
        visibility: visible;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes fade2 {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: hidden;
    }
}

@keyframes fade3 {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}

@keyframes zoom-out {
    100% {
        width: 100%;
    }
}


@import url('https://fonts.googleapis.com/css?family=Oswald');

.link {
    margin-top: 13vh;
    margin-right: -20vh;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    transform: rotate(-90deg) translate3d(-300px, 0, 0);
}

.link__arrow {
    display: inline-flex;
}

.link__arrow span {
    position: relative;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: #BEBDBE;
    z-index: 2;
}

.link__arrow span:nth-child(1) {
    transform-origin: left bottom;
    transform: rotate(45deg) translate3d(8px, -10px, 0);
}

.link__arrow span:nth-child(2) {
    transform-origin: left bottom;
    transform: rotate(-45deg);
}

.link__arrow span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #b3a494;
}

.link__line {
    position: relative;
    margin-left: -14px;
    margin-right: 30px;
    width: 150px;
    height: 2px;
    background: #BEBDBE;
    overflow: hidden;
    z-index: 1;
}

.link__line:after {
    content: '';
    display: block;
    position: absolute;
    left: 80px;
    width: 70px;
    height: 2px;
    background: #b3a494;
}

.link__text {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;

}

.link:hover .link__line:after {
    animation: animation-line 1.5s forwards;
}

.link:hover .link__arrow span:after {
    animation: animation-arrow 1.5s forwards;
    animation-delay: 1s;
}

@keyframes animation-line {
    0% {
        left: 80px;
    }
    100% {
        left: 0;
    }
}

@keyframes animation-arrow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/* The Modal (background) */
.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close2:hover,
.ebcf_close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close3 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close3:hover,
.ebcf_close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close4 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close4:hover,
.ebcf_close4:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close5 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close5:hover,
.ebcf_close5:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close6 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close6:hover,
.ebcf_close6:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close7 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close7:hover,
.ebcf_close7:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close8:hover,
.ebcf_close8:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close8 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close9:hover,
.ebcf_close9:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close9 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close10 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close10:hover,
.ebcf_close10:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close10 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close11:hover,
.ebcf_close11:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close11 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close12:hover,
.ebcf_close12:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close13 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close13:hover,
.ebcf_close13:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close12 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.col-lg-8 .row .col-lg-3 img {
    width: 150px;
    height: 200px;
    object-fit: cover;
}





.ebcf_close13:hover,
.ebcf_close13:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ebcf_close12 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.col-lg-8 .row .col-lg-3 img {
    width: 150px;
    height: 200px;
    object-fit: cover;
}





