@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css');

:root {
    --brand: #ff4d29;
    --brand2: #fff;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    background-color: #ff4d29;
    color: #fff;
}

.scroll-top i {
    font-size: 24px;
    color: var(--color-secondary);
    line-height: 0;
}

.scroll-top:hover {
    background: #f8aea0;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: var(--color-primary) transparent var(--color-primary) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1.5s linear infinite;
    animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* slide */
.slide {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/index_slider.PNG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/index_slider.PNG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 11vw;
    line-height: 0;
    letter-spacing: 20px;

}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav .selectpicker {
    border: 1px solid #fff;
    border-radius: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
    background-color: #001529;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.conditions-section {
    margin: 20px 0;
}

.conditions-section a {
    color: #fff;
    margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: #FFFFFF;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {
    margin-bottom: 36px;
    text-align: center;
}

.intro p {
    max-width: 500px;
}

.intro h6 {
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(0, 21, 41, 0.8), rgba(0, 21, 41, 0.8)), url(../img/milestone.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.milestone h6 {
    font-weight: 500;
}

.milestone h6::before {
    content: "";
    height: 3px;
    width: 60px;
    display: inline-block;
    background: var(--brand2);
    vertical-align: middle;
    margin-right: 120px;
}

.milestone2 {
    background-color: #001529;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;
    ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/footer.png), #082032;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

/* footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
} */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 4px 4px 4px 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);
    ;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.call-to-action {
    padding: 100px 0;
    background: url("../img/call-to-action-bg-2.jpg");
    background-size: cover;
    color: #fff;
}

.call-to-action h2 {
    line-height: 1.5;
}

.call-to-action p {
    color: #fff;
}

.call-to-action .btn-main {
    margin-top: 20px;
}


.section.bg-sunset-orange,
.standard-section.bg-sunset-orange {
    background-color: #ff4d29;
    color: #FFFFFF;
    display: block;
}

#grad {
    background-image: linear-gradient(to bottom right, black, #EFF5F5);
    color: #FFFFFF;
}

.top-menu-section {
    padding: 10px 0;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

/* FeedBack Button */
.feedback-button{
    z-index: 999;
    background-color: #ff4d29;
    color: #FFFFFF;
    border: 1px solid #ff4d29;
    border-radius: 5px;
    height: 150px;
    width: 15px;
    position: fixed;
    right: 1%;
    top:50%;
    
}

.feedback-button p{
    writing-mode: vertical-rl;
}

.feedback-button:hover:after{
    content: "FeedBack";
    writing-mode: vertical-rl;
    margin-right: 30px;
}

.feedback-button:hover{
    display: flex;
    width: 50px;
    color: #FFFFFF;
    font-weight: bold;
    align-items: center;
    align-content: center;
    justify-content: center;

}


/* FeedBack Modal */
.feedback-modal .face-button{
    border: none;
    text-decoration: none;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.feedback-modal .face-button i:hover{
    color: #FCE700;
}



/* DRAPDOWN MENU */
.dd-menu {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.50);
    ;
}

.img-lang {
    width: 20px;
    padding-left: 5px;
    padding-top: 1px;
}

.lang-font {
    color: #000;
    margin-left: 5px;
}

.lang-font:hover {
    color: #ff4d29;
    margin-left: 5px;
}

/*----------------------*/
/*        FOOTER        */
/*----------------------*/
.footer {
    background-color: #181b22;
    background-position: center;
}

.footer .tag {
    float: none;
    margin-right: 0;
    margin-left: 0;
}

.footer .footer-top {
    padding: 50px 0px 20px 0px;
}

.footer .footer-top .col-md-3.col-sm-6 {
    margin-bottom: 30px;
}

.footer .social {
    font-size: 16px;

    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.footer .heading {
    font-size: 18px;

    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.footer .latest-wrap {
    margin-bottom: 30px;
}

.footer .latest-wrap .title {
    text-transform: uppercase;
    font-family: "Barlow Bold";
    margin-bottom: 7px;
}

.footer .latest-wrap .title a {
    color: #fff;
}

.footer .latest-wrap .title a:hover {
    text-decoration: none;
    color: #ff4d29;
}

.footer .latest-wrap .img {
    float: left;
    margin-right: 11px;
    width: 77px;
    height: 67px;
}

.footer .latest-wrap .date {

    font-size: 12px;
    color: #ff4d29;
}

.footer .latest-wrap .link {
    font-size: 12px;
    font-family: "Barlow italic",
        sans-serif;
    font-style: italic;
    text-transform: lowercase;
    color: #e9f1f1;
}

.footer .latest-wrap .link:hover {
    text-decoration: none;
    color: #ff4d29;
}

.footer .soc-icons {
    padding-top: 0;
    padding-left: 0;
}

.footer .soc-icons a {
    color: var(--body);
    display: inline-block;
    margin-bottom: 20px;
}

.footer .soc-icons a:hover {
    color: #ff4d29;
    text-decoration: none;
}

.footer .soc-icons a:hover .fa {
    color: #ff4d29;
}

.footer .contact {
    font-size: 16px;
    color: var(--body);
}

.footer .contact a {
    color: var(--body);
}

.footer .contact a:hover {
    text-decoration: none;
    color: #ff4d29;
}

.footer .contact a:hover i {
    color: #ff4d29;
}

.footer .contact i {
    color: var(--body);
}

.footer .contact i:before {
    margin-left: 0;
    margin-right: 12px;
    font-size: 18px;
}

.footer .footer-bottom {
    padding: 15px 0px 10px 0px;
    background-color: #21252E;
}

.footer .copyrigh {
    font-size: 15px;
    color: var(--body);
    padding-top: 10px;
    padding-bottom: 25px;
}

.footer h6 {
    margin-top: 15px;
    color: var(--body);
    line-height: 24px;
}

.footer .footer-menu {
    float: left;
    padding: 0px;
}

.footer .footer-menu .menu-item {

    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    list-style-type: none;
    margin-left: 27px;
    margin-top: 10px;
}

.footer .footer-menu .menu-item:first-child {
    margin-left: 0px;
}

.footer .footer-menu .menu-item a {
    color: var(--body);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.footer .footer-menu .menu-item a:hover {
    text-decoration: none;
    color: #ff4d29;
}

.footer .footer-menu.classic {
    padding: 0;
    float: none;
}

.footer .footer-menu.classic .menu-item {
    display: block;
    font-size: 15px;
    margin-left: 0;
    text-align: left;
}

.footer .footer-menu.classic .menu-item a {
    text-decoration: none;

}

@media (max-width: 1199px) {
    .footer .footer-menu .menu-item {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .footer .footer-menu .menu-item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer .footer-menu.classic .menu-item {
        width: 100%;
        font-size: 15px;
    }

    .footer .heading {
        font-size: 15px;
    }

    .footer h6 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }

    .footer .footer-top img {
        width: 160px;
        margin-top: 20px;
    }

    .footer .soc-icons a {
        margin-bottom: 0px !important;
    }

    .footer .footer-top .heading {
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
    }

    .footer .latest-wrap {
        float: left;
        width: 50%;
    }

    .footer .latest-wrap .img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer .payment-list li {
        font-size: 18px !important;
    }

    .footer .payment-list li p {
        font-size: 12px !important;
    }

    .footer .footer-bottom .copyrigh {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .footer .footer-menu {
        padding: 0;
        margin-left: 0;
    }

    .footer .footer-menu {
        float: none;
        text-align: center;
        padding: 0;
        margin-left: 0;
    }

    .footer .payment-list {
        float: none;
        text-align: center;
        padding: 0;
        margin-left: 0;
    }

    .footer .footer-menu .menu-item {
        margin-left: 12px;
        margin-right: 12px;
    }

    .footer .footer-menu.classic .menu-item {
        text-align: center;
        font-size: 14px;
    }

    .footer .footer-bottom {
        margin-top: 20px;
    }
}

@media (max-width: 420px) {
    .footer .footer-menu .menu-item {
        margin-left: 7px;
        margin-right: 7px;
        font-size: 14px;
    }
}

.search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
  }
  .input-search{
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: #ff4d29;
    padding-right: 40px;
    color:#fff;
    font-family: "Barlow", sans-serif;
  }
  .input-search::placeholder{
    color:rgba(255,255,255,.5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
  }
  .btn-search{
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color:#ffffff ;
    background-color:transparent;
    pointer-events: painted;  
  }
  .btn-search:focus ~ .input-search{
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid rgba(255,255,255,.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
  .input-search:focus{
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid rgba(255,255,255,.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
  


/* ACORDİON BUTTON FOOTER */

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--dark);
    box-shadow: inset 0 -1px 0 var(--dark);
}

.accordion-item {
    background-color: var(--dark);
    border: 1px solid var(--dark);
}

.accordion-button {
    color: #fff;
    background-color: var(--dark);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ff4d29;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff4d29;
}

/* hide accordion footer on desktop */
@media screen and (min-width:768px) {
	footer.sections .accordion-block {
		display: none;
}
}

/* SUBSCRİBE */
    
.newsletter {
    padding: 60px 0;
    background: var(--dark)
    }
    
    .newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    .newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px; }
    .newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:0;
    }
    .newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
    }
    .newsletter .content .btn {
    min-height: 50px; 
    border-radius:0;
    background: #ff4d29;
    color: #fff;
    font-weight:600;
    border: 2px solid #fff;
    }