﻿:root {
    --thm-font: Teko,sans-serif;
    --thm-base: #ffaa17;
    --thm-base-rgb: 255,170,23;
    --thm-green-rgb: 41,167,26;
    --thm-blue-rgb: 0,64,255;
    --thm-black: #222429;
    --thm-text: #686a6f
}

@font-face {
    font-family: 'Fontawesome';
    src: url('../fonts/fontAwesome/fontawesome-webfont3e6e.eot') format('embedded-opentype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.svg') format('svg'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.ttf') format('truetype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff') format('woff'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff2') format('woff2'), url('../fonts/fontAwesome/fontawesome-webfontd41d.eot') format('embedded-opentype');
}

.bg-alt {
    background-color: #fff;
}

.bg-right-pro {
    background-image: url('../images/Project/building-project-1.avif');
    background-position: bottom;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-right: 10px solid #FFF;
}

.bg-left-pro {
    background-image: url('../images/Project/building-project-2.avif');
    background-position: top;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-left: 10px solid #FFF;
}

.btn-style-tow .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #222;
    opacity: .2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.btn-style-tow .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 40px 10px;
    z-index: 1;
    color: #FFF;
    direction: rtl;
}

.btn-style-tow:hover .btn-curve {
    background: #FFBB00;
    
}

.bg-right-pro:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%)
}

.bg-left-pro:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%)
}

.hero {
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
}

.p-0 {
    padding: 0 0 !important;
}

.bg-faded {
    background-color: #F2F2F2;
}

.vMiddle, #main-offer-form {
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
    background: rgba(34, 34, 34, 0.8);
    padding: 0 0 20px 0;
    border-radius: 10px;
    /*border-top: 5px solid #FFF;*/
    border: 5px solid #FFF;
}

.h1 {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 3rem;
    word-wrap: break-word;
    position: relative;
    bottom: 20px;
}


.h2 {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 3rem;
    word-wrap: break-word;
    position:relative;
    bottom:20px;
}

.text-yellow {
    color: #ffbb00 !important;
}

.h3 {
    font-weight: 300;
    display: block;
    font-size: 2.5rem;
}

.pt-5 {
    padding-top: 3rem !important;
}

label Specificity {
    margin: 0;
}

.btn-style-tow {
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: .05em;
    background: #ff6000;
    color: var(--thm-black);
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-tow:hover{background:#FF6000;color:#fff;text-decoration:none;}
.btn-style-tow:hover .btn-curve{opacity:1;right:0;width:100%;transform:skewX(0deg)}

.theme-btn {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.col-fixed-left {
    align-items: center;
    display: flex;
    justify-content: center;
    position:fixed;
    left:0;
}

.col-fixed-right {
    align-items: center;
    display: flex;
    justify-content: center;
    position:fixed;
    right:0;
}


img.vector-shape1 {
    position: absolute;
    left: 0;
    bottom: 110px;
    z-index: -1;
}

.appointment-video-shape {
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 50%;
    text-align: center;
    border-radius: 50%;
    z-index:99;
    border: 12px solid #FFF;
}

.round-cercle {
    position: relative;
}

.round-cercle .icon-box {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 26px;
    color: #FFFFFF;
    z-index: 5;
}

.icon-box i {
    font-size: 50px;
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
}

.round-cercle .image-text {
    height: 150px;
    width: 150px;
    padding: 5px;
    background: #FFBB00;
    border-radius: 50%;
}

@keyframes shape-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


@media (max-width: 768px) {
    .col-fixed-right {
        position: absolute;
        bottom: 0;
        padding: 0;
        right: 0;
        height: 50%;
    }
}

@media (max-width: 768px) {
    .col-fixed-left {
        position: absolute;
        top: 0;
        padding: 0;
        left: 0;
        height: 50%;
    }
}

@media (max-width: 991.98px) {
    .col-fixed-right {
        position: fixed;
        bottom: 0;
        padding: 0;
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .col-fixed-left {
        position: fixed;
        top: 0;
        padding: 0;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .vMiddle {
        width: 70%;
    }

    .vMiddle h1 {
        font-size: 26px;
    }

    .vMiddle h2 {
        font-size: 26px;
        }
}

@media (max-width: 767.98px) {

    .bg-right-pro {
        border-right: none;
        border-bottom: 10px solid #FFF;
    }

    .bg-left-pro {
        border-left: none;
        border-top: 10px solid #FFF;
    }

    .icon-box i {
        font-size: 50px;
        transform: rotate(90deg);
        transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
    }
}


