@font-face {
    font-family: Goldoni;
    src: url("font/Goldoni.otf") format("opentype");
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@font-face {
    font-family: HenriDidot;
	
    src: url("font/HenriDidot.otf") format("opentype");
}


.blue-color {
    color: #042C3E;
}
.bold {
    font-weight: bold;
}
h1,h2,h3 {
    font-family: Goldoni !important;
}
p {
    font-family: 'Playfair Display', serif;

}
.landing-page-body {
	background:url(../img/bg-texture.jpg);
	background-size:cover;
	background-position:center;
	min-height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100vh;
}
.header {
    display: flex;
    flex-direction: row;
    padding: 50px;
    align-items: center;
    justify-content: space-between;
}
.header-left {
    width: 50%;
}
.header-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.header-left .header-logo {
    width: 200px;
}
.phno-btn {
    background: #042C3E;
    color: #fff;
    padding: 10px 20px ;
    border-radius: 50px;
    display: flex;
    font-size: 14px;
    cursor: pointer;
}
.phno-btn:hover {
    color: #fff;
    text-decoration: none;
}
.phno-btn img {
    width: 14px;
    margin-right: 10px;
    object-fit: contain;
}
.hero-banner {
    padding: 20px 50px;
    display: flex;
    align-items: center;
   
}
.header-hero {
    background: url(../img/hero-bg.png);
    padding-bottom: 100px;
}
.hero-banner .hero-left {
    width: 50%;
}
.hero-banner .hero-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.hero-banner .hero-left h1{
    font-size: 100px;
    font-family: Goldoni;
}
.sqaure-blue-btn {
background: #042C3E;
    color:#fff;
    padding: 20px 20px;

}
.hero-banner .sqaure-blue-btn  {
    margin-top: 30px;
}
.hero-banner .hero-right img {
    width: 60%;
}
.about-paraiso {
    display: flex;
    padding: 100px;
    align-items: flex-start;
}
.about-left {
    width: 50%;
}
.about-left img {
 width: 80%;
}
.about-right {
    width: 50%;
    padding: 0px 20px;
}
.about-right h2 {
    font-family: Goldoni !important;
    font-size: 50px !important;
}
.about-right p {
    font-size: 20px;
}
.our-process {
    display: flex;
    padding: 100px;
    align-items: flex-start;
    
}
.process-left {
    width: 50%;
}
.process-left img {
    width: 90%;
}
.process-right {
    width: 50%;
    padding: 30px;
    padding-top: 0;
}
.process-right h2 {
    margin-top: 0;
    width: 70%;
    font-weight: 800;
    font-size: 50px;
}
.process-steps-wrapper {
    margin-top: 50px;
}
.process-step-row {
    display: flex;
}
.process-step-row .process-step-content h3 {
    margin-top: 0;
}
.process-step-row .process-step-number span {
    margin-right: 30px;
    background: #042C3E;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}
.process-step-row .process-step-content p {
   font-family: 'Playfair Display', serif;

    font-size:16px;
}
.process-step-row {
    margin-bottom: 20px;
}
.process-left .process-steps {
    margin-top: -100px;
}
.latest-projects-wrapper {
    display: flex;
    padding: 50px;
}
.latest-project-left {
    width: 50%;
}
.latest-project-right {
    width: 50%;
}

.latest-projects-wrapper {
    background: #eee;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .latest-project-left {
      padding-right: 100px;
    }
    .latest-project-left {
        font-size: 16px;
    }
    .project-small-details p {
        margin: 0;
        margin-bottom: 5px;
        font-size: 16px !important;
    }
    .project-small-details span.p-label {
        width: 200px !important;
        font-weight: bold;
    }
    .project-small-details p{
       display: flex; 
    }
    .project-small-details {
        margin-top: 30px;
    }
    .latest-project-right .uk-slidenav {
        background: #042C3E;
    }
    .latest-projects-wrapper {
        padding-right: 0;
    }
    .client-testimonials {
        padding: 100px 50px;
    }
    .testimonial-slider li .uk-panel {
        background: #eee;
        padding: 20px;
    }
    .client-name-prof h3 {
        color: #042C3E !important;
        margin-bottom: 0;
    }
    .client-name-photo {
        display: flex;
    }
    .client-name-prof p {
        color: #042C3E;
        margin-top: 0;
        margin-bottom: 0;
    }
    .client-name-photo img {
        width: 60px;
        margin-right: 20px;
    }
    .testimonial-slider li p {
        color: #000;
    }
    .testimonial-slider li .uk-panel {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .client-review{
        font-size: 18px;
    }
    .testimonial-slider {
        margin-top: 80px;
    }
    .testimonial-slider .uk-slidenav {
        transform: none;
        background: #042C3E;
        top: -70px;
        bottom: auto;
        transform: none !important;
    }
    .uk-position-relative {
        overflow-y: visible;
    }
    
    .testimonial-slider .uk-slidenav.uk-slidenav-previous {
        right: 60px;
        left: auto;
    }
    .testimonial-slider .uk-slidenav.uk-slidenav-next {
        right: 0px;
        left: auto;
    }
    .get-estimate {
        display: flex;
        padding: 30px;
        background: url(../img/hero-bg.png);
        position: relative;
        margin-bottom: 100px;
        margin-top: 100px;
    }
    .estimate-left {
        width: 35%;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 100px;
        padding-right: 0px;
    }
    .estimate-right {
        width: 35%;
    }
    .estimate-right img {
        position: absolute;
        right: 5%;
        height: 150%;
        top: -25%;
    }
    .estimate-left .email-input-wrapper {
        display: flex;
        margin-top: 50px;
    }
    .estimate-left .email-input-wrapper input {
        height: 50px;
        flex-grow: 1;
        width: 60%;
        border-radius: 0;
        background: #fff;
        border:none;
    }
    .estimate-left .email-input-wrapper button {
        height: 50px;
        width: 40%;
        border-radius: 0;
        background: #042C3E;
        color: #fff;
    }
    .footer-section {
        padding: 70px;
        background: #eee;
    }
    .footer-section .footer-content {
        width: 40%;
    }
    .footer-section .footer-content .footer-logo {
        width: 180px;
        margin-bottom: 30px;
    }
    .footer-section .footer-content p {
        margin-bottom: 0;
        margin-top: 0;
    }
    .footer-company-address {
        margin-top: 20px;
    }
    .project-small-details li p {
        color: #042C3E;
    }

    img.phone-icon:hover {
        /* Start the shake animation and make the animation last for 0.5 seconds */
        animation: shake 0.5s;
      
        /* When the animation is finished, start again */
        animation-iteration-count: infinite;
      }
      
      @keyframes shake {
        0% { transform: rotate(0deg); }
        10% { transform: rotate(-20deg); }
        20% { transform:  rotate(20deg); }
        30% { transform:  rotate(0deg); }
        40% { transform:  rotate(20deg); }
        50% { transform:  rotate(-20deg); }
        60% { transform:  rotate(0deg); }
        70% { transform:  rotate(-20deg); }
        80% { transform:  rotate(20deg); }
        90% { transform:  rotate(0deg); }
        100% { transform:  rotate(-20deg); }
      }

.header-right a {
    margin-left: 10px;
}

.contact-section {
    padding: 50px;
}
.contact-wrapper {
   
}
.contact-form-content .form-control {
border-radius: 0;
    box-shadow: none;
    border: none;
}
input[type='text'],input[type='email'] {
    height: 50px;
}

.contact-section {
    display: flex;
    margin-top: 200px;
}
.contact-wrapper {
    width: 40%;
    background: #eee;
    padding: 40px;
}
.contact-form-content {
    width: 100%;
}
.contact-right-content {
    width: 60%;
    padding-left: 100px;
    padding-right: 100px;
}
.contact-right-content p {
    font-size: 20px;
}
.contact-categories {
    margin-top: 60px;
}
.contact-categories .contact-category-box {
    border-bottom: 1px solid #ddd;
    padding-top:20px;
    color: #888 !important; 
}
.contact-categories .contact-category-box h3 {
    color: #000;
    font-weight: bold;
}


.contact-categories .contact-category-box h3 img {
    width: 24px;
    object-fit: contain;
}
.contact-categories .contact-category-box h3 {
    display: flex;
    justify-content: space-between;
}
.checks-group span {
    background: #ddd;
    padding: 10px 15px;
    border-radius: 20px;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 12px;
	cursor:pointer;
}
.checks-group {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    
}
.checks-group span.selected {
    background: #042C3E;
    color:#fff;
}

.contact-wrapper {
    border-top: 4px solid #042C3E;
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width:1000px) {
.header {
	padding-left:15px;
	padding-right:15px;
}

.hero-left {
    width: 100% !important;
}
.hero-banner {
    flex-direction: column;
	padding-left:15px !important;
	padding-right:15px !important;
}
.hero-banner .hero-left h1 {
    font-size: 60px;
    white-space: nowrap;
}
.hero-banner .hero-right {
  display: none;
}

.about-paraiso {
    padding: 20px;
    flex-direction: column;
}
.about-left {
    width: 100%;
}
.about-left img {
    width: 100%;
}
.about-right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.our-process {
    flex-direction: column;
    padding: 20px;
}
.process-left {
    width: 100%;
}
.process-left img {
    width: 100%;
}
.process-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.process-right h2 {
    width: 100%;
    font-size: 40px;
}
.latest-projects-wrapper {
    padding: 20px;
    flex-direction: column-reverse;
}
.latest-project-left {
    width: 100%;
}
.latest-project-right {
    width: 100%;
    margin-top: 30px;
}
.client-testimonials {
    padding: 30px;
}
.get-estimate {
    margin-top: 100px;
    flex-direction: column !important;
}
.estimate-right img {
    position: static;
}
.estimate-left {
    width: 100%;
    padding-left: 0;
}
.estimate-right {
    width: 100%;
}
.contact-section {
    flex-direction: column;
    padding: 20px;
}
.contact-wrapper {
    width: 100%;
}
.contact-right-content {
    width: 100%;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 100px;
}
.contact-categories .contact-category-box h3 {
    font-size: 16px;
}
.footer-section {
    padding: 40px 20px;
}

.header-right {
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    justify-content: space-between;
    background: #fff;
    z-index: 999999;
}
.header-right .phno-btn  {
    width: 49.9%;
    border-radius: 0;
    margin: 0;
    justify-content: center;
    padding: 15px 10px !important;
}
.latest-project-left {
	padding-right:0;
}

.project-small-details li p span {
    width: 100%;
}
.project-small-details li p  {
  flex-direction: column;
    margin-bottom: 15px;
}
.contact-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-section {
    padding-bottom: 100px;
}

}