@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;400;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    box-sizing: border-box !important;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    color: #1D71B8;
}

.navbar {
    /*    background-color: #2174B8!important;*/
    background: rgb(255, 255, 255) !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(33, 116, 184, 1) 100%) !important;
    font-size: 1.4em;
}

.nav-item {
    margin: 0 20px;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

/* SLIDER BEFORE AFTER  */

.ba-slider {
    position: relative;
    overflow: hidden;

}

.ba-slider img {
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.disable {
    display: none;
}

.handle {
   
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;

    background: rgba(0, 0, 0, .5);
    cursor: ew-resize;
}

.handle::after {
    position: absolute;
    top: 50%;
    right: -54px;
    width: 64px;
    height: 64px;
/*    content: "\27A4";*/
    content: ">";
    color: white;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 64px;
    color: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px #333;

/*
    background: linear-gradient(90deg, rgba(237, 119, 1, 1) 0%, rgba(181, 31, 35, 1) 100%);
    border-radius: 50%;
*/
    transition: all 0.3s ease;
  
       
}
.handle::before {
    position: absolute;
    top: 50%;
    left: -54px;
    width: 64px;
    height: 64px;
/*    content: "\27A4";*/
    content: "<";
    color: white;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 64px;
    color: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
 text-shadow: 2px 2px #333;
/*    transform: rotate(180deg);*/
    transition: all 0.3s ease;

}

/*
.handle::before {
     position: absolute;
    top: 50%;
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
    content: "↔";
    content: "\27A4";
    color: white;
    font-weight: bold;
    font-size: 64px;
    text-align: center;
    line-height: 128px;
    color: rgba(255,255,255,1);
    color: rgba(0, 0, 0, .5);
    background: linear-gradient(90deg, rgba(237, 119, 1, 1) 0%, rgba(181, 31, 35, 1) 100%);
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, .3),
        inset 0 2px 0 rgba(255, 255, 255, .5),
        inset 0 60px 50px -30px;
}
*/


@media (max-width: 769px) {
    .handle::after {
   top: 25%;
/*         text-shadow: none;*/
    }
    .handle::before {
        top: 25%;
/*        text-shadow: none;*/
    }
}

.draggable:after {
/*
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
*/
}

.header {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 2px;
}

.header h2 {
    font-size: 3.5em;
    text-shadow: 2px 2px #333;
       
}

.header p {
    line-height: 1em;
    font-size: 1.6em;
    text-shadow: 2px 2px #333;
}

.after {
    position: relative;
}

.header2 {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 2px;
}

.header2 h2 {
     font-size: 3.5em;
    text-shadow: 2px 2px #333;
       
}

.header2 p {
    line-height: 1em;
    font-size: 1.6em;
    text-shadow: 2px 2px #333;
}

.mobile {
    display: none;
}

@media (max-width: 769px) {

    .header, .header2 {
        display: none;
    }
    .mobile {
        display: block;
    }
}

/* Slider END */

/* Arrows */
.arrow {
    position: relative;
    display: block;
    line-height: 2rem;
    font-size: 2rem;
    animation: arrows 1.5s linear infinite;
     animation-direction: reverse;
    animation-delay: .5s;
    


}

.delay2 {
    animation-delay: 1s;
    transform: translateY(-25px);
    
}

.delay3 {
    animation-delay: 1.5s;
    transform: translateY(-50px);
}


.arrow:hover {
    cursor: pointer;


}

@keyframes arrows {
    0% {
        opacity: inherit;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.3;
    }
}


/* Arrows END */

.content {
    background-image: url(img/body-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.gradient {
    background: rgb(237, 119, 1);
    background: linear-gradient(-45deg, rgba(237, 119, 1, 1) 0%, rgba(181, 31, 35, 1) 100%);
    height: 100%;
    width: 100%;
    transition-duration: 0.4s;
/*    z-index: -20;*/

}
#hit img {
    min-height: 100%;
}
.rev {
     background: linear-gradient(-45deg, rgba(181, 31, 35, 1)  0%, rgba(237, 119, 1, 1) 100%);
}

.gradient:hover {
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    transition-duration: 0.4s
}

#hit img {
    transition-duration: 0.4s
}
#hit img:hover {
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    transition-duration: 0.4s
}

#hit h5 {
    font-weight: bold;
}

/*
.br {
    border: 8px solid #fff;
}
*/

.contact {
    background: rgb(29, 113, 183);
    background: linear-gradient(90deg, rgba(29, 113, 183, 1) 0%, rgba(0, 159, 227, 1) 100%);
}

.bt {
    border: none;
    background-color: #ED7701;
    padding: 10px 20px;
    color: #fff;
    min-height: 3em;
}

.bt-area {
    bottom: 6px;
    right: 15px;
}

.contact-h {
    font-size: 1.2em;
    height: 2.4em;
}

textarea {
    border: none;
}

input[type="email"] {
    height: 3em;
    border: none;

}

::placeholder {
    color: #1D71B8;
}

.footer {
    background: rgb(29, 113, 183);
    background: linear-gradient(90deg, rgba(29, 113, 183, 1) 0%, rgba(0, 159, 227, 1) 100%);
}

.counter-section {
    counter-reset: section;
}

.count {
    list-style-position: outside;
    z-index: 0;
}

.count-cont {
    position: relative;
}

.count-cont::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    z-index: 20;
}

.contact-col {
    border-radius: 25px;
    font-size: 0.8em;
    transform: translateY(-40px);
    background: rgb(237, 119, 1);
    background: linear-gradient(90deg, rgba(181, 31, 35, 1) 0%, rgba(237, 119, 1, 1) 100%);
}

.copy {
    font-size: 0.7em;
}

@media (max-width: 769px) {
    .contact-col {
        transform: translateY(0);
        margin: 20px 0;
    }

    .nobr {
        border: none !important;
    }
    .container {
        margin-bottom: 5px!important;
        margin-top: 5px!important;
    }
    .contact {
        margin-top: 45px!important;
    }
}

@media (max-width: 869px) and (orientation: landscape) {
    .contact-col {
        transform: translateY(0);
        margin: 20px 0;
    }

    .nobr {
        border: none !important;
    }
}