@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
}
html{
    scroll-behavior: smooth;
}
.max-width{
    max-width: 1500px;
    padding:0 80px;
    margin: auto;
}
/*----------------- navbar start ---------------*/
.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    transition: all 0.3s ease;
}
.navbar.sticky{
    padding: 10px 0;
    background: rgb(2, 2, 2);
}
.navbar .top-nav{
    margin-left: 8%;
    
}
.navbar .top-nav marquee{
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Crimson Text', serif !important;
    white-space: nowrap;
    
}
.navbar .top-nav i{
    color: #F2C64D;
}
.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.navbar .logo a{
    margin-left: 20px;
}
.navbar .menu li{
    list-style: none;
    display: inline-block;
}
.navbar .menu li a{
    color: white;
    text-decoration: none;
    font-size: 22px;
    margin-left: 25px;
    transition: color 0.3s ease;
}
.navbar .menu li a:hover{
    color: #F2C64D;
}

.navbar .menu li a.active{
    color: #F2C64D;
}
/*----------------- navbar end ---------------*/

/* menu ntn style */
.menu-btn{
    color: white;
    font-size: 25px;
    cursor: pointer;
    display: none;
}
.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 42px;
    background: #F2C64D;
    right: 30px;
    bottom: 30px;
    text-align: center;
    line-height: 45px;
    z-index: 9999;
    font-size: 30px;
    cursor: pointer;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    opacity: 1;
    pointer-events: auto;
    bottom: 30px;
    text-align: center;
}
/*----------------- home section start ---------------*/
.home{
    display: flex;
    background: url("../img/home.png") no-repeat center;
    height: 100vh;
    color: white;
    min-height:  auto;

}
.home .max-width{
    margin: auto 0 auto 40px;
}
.home .home-content .text-1{
    font-size: 35px;
}
.home .home-content .text-2{
    font-size: 45px;
    font-weight: 600;
    margin-left: -3px;
}
.home .home-content .text-2 span{
    font-size: 55px;
    color: #F2C64D;
    transition: color 0.3s ease;
}
.home .home-content .text-2 span:hover{
    font-size: 70px;
    /* text-shadow: 0px 0px 3px #e7ca7b, 0px 0px 5px #e7ca7b; */
}
.home .home-content .text-3{
    font-size: 30px;
    margin: 5px 0;
}
.home .home-content a{
    display: inline-block;
    background:transparent;
    font-size: 25px;
    color: white;
    padding: 10px 25px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid white;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: none;
}
.home .home-content a:hover{
    background: #F2C64D;
    color: black;
    border: 2px solid #F2C64D;
    text-decoration: none;
}

/*----------------- home section end ---------------*/

/*----------------- about section start ---------------*/
section{
    padding: 50px 0;
    min-height: auto;
}
.about .services .testimonial .footer .contact-home {
    font-family: 'Playfair Display', serif;
}
section .title{
 text-align: center;
 font-size: 40px;
 font-weight: 500;
 margin-bottom: 40px;
 padding-bottom: 10px;
}
.about .about-content, 
.services .services-content, 
.contact .contact-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about .about-content .left{
    width: 40%;
}
.about .about-content .left img{
    height: 550px;
    width: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 5% !important;
    margin-top: 0%;
}
.about .about-content .right{
    width: 55%;
}
.about .about-content .right .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about .about-content .right .text span{
    color: #F2C64D;

}
.about .about-content .right p{
    text-align: justify;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.about .about-content .right a{
    display: inline-block;
    background: black;
    font-size: 20px;
    color: white;
    padding: 10px 25px;
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid white;
    transition: all 0.3s ease;
    font-weight: 500;
}
.about .about-content .right a:hover{
    background: #F2C64D;
    border: 2px solid #F2C64D;
    color: black;
    text-decoration: none;
}
/*----------------- about section end ---------------*/

/*----------------- services section start ----------*/
.services{
    background: #111;
    color: rgb(255, 255, 255);
    height: auto;
}
.services .title-desc{
    font-size: 22px;
    font-weight: normal;
    width: 95%;
    margin-left: 15px;
    text-align: center;
    margin-bottom: 40px;

}
.services .services-content{
    max-width: 800px;
    margin-left: 250px;
}
.services .services-content .card {
    display:flex;
    min-width: 100px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: none !important;
    position: relative;
    padding: 10px;
    border: 2px solid #e8b563;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.services .services-content .card:before{
    content: '';
    background-color: #000000;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: -1;
}
.services .services-content .card * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.services .services-content .card img{
    max-width: 100%;
    vertical-align: top;
    background-image: linear-gradient(#000000, #ffffff);
}
.services .services-content .card .link{
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.services .services-content .card h2{
    margin: 0px;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
}
.services .services-content .card h2{
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2em;
}
.services .services-content .card h2 span{
    color: #e8b563;
}
.services .services-content .card:hover img,
.services .services-content .card:hover img{
    opacity: 0.35;
}
/*----------------- services section end ----------*/

/*----------------- testimonial section start -----------*/
.testimonial .testimonial-content{
    font-family: 'Playfair Display', serif;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: auto;
}
.testimonial .testimonial-content .slider{
    max-width: 1000px;
    margin: auto;
    padding: 0 30px;
}
.testimonial .testimonial-content .card{
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 20px 0;
}
.testimonial .testimonial-content .card p{
    font-size: 25px;
    margin-bottom: 30px;
}
.testimonial .testimonial-content .card span{
    content: "\201C";
    color:  #e8b563;
    font-size: 100px;
}
.testimonial .testimonial-content .card h3{
    font-size: 25px;
}
.owl-dots{
    text-align: center;
    margin-top: 40px;
}
.owl-dot{
    height: 10px;
    width: 10px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
    margin: 0 5px;
    background:  rgb(230, 227, 227) !important;
}
.owl-dot:hover,
.owl-dot.active{
    background: #e8b563 !important;
}

/*----------------- testimonial section end -------------*/

/*----------------- footer section start ----------*/
.footer{
    background: #111;
    color: rgb(255, 255, 255);
    height: auto;
}
.footer .footer-content{
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
}
.footer .footer-content .card{
    width: 100%;
    text-align: left;
    padding: 10px 20px 10px 20px;
    margin-right: 15px;
    margin-left: 30px;
}
.footer .footer-content  .card .box{
    transition: all 0.3s ease;
}
.footer .footer-content  .card .text{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px 0;
    color: white;
    margin-bottom: 18px;
}
.footer .footer-content  .card span{
    color: #F2C64D;
    font-size: 35px;
    transition: all 0.3s ease;
}
.footer .footer-content  .card span:hover{
    text-shadow: 0px 0px 3px #e7ca7b, 0px 0px 5px #e7ca7b;
    font-size: 45px;
}
.footer .footer-content  .card a{
    font-size: 25px;
    font-weight: 500;
    color: white;
}
.footer .footer-content  .card h1{
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5em;
    font-weight: unset;
}
.footer .footer-content  .card p{
    text-align:left;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5em;
    font-weight: unset;
    
}
.footer .footer-content .social-links{
    margin-bottom: 30px;
    text-align:left;
}
.footer .footer-content .social-links a{
    margin-right: 20px;
    font-size: 25px;
    transition: all 0.3s ease;
}
.footer .footer-content .social-links a:hover{
    color: #F2C64D;
}
.sub-footer{
    background: rgb(0, 0, 0);
    color: white;
    padding: 25px 0 30px 0;
}
.sub-footer .copyright{
    text-align: center;
}
.sub-footer .copyright a{
    color: white;
}
.sub-footer .copyright span{
    font-size: 20px;
    font-weight: 400;
}
/*----------------- footer section end ----------*/
/*----------------- Disclaimer section starts ---- */
#overlay{
    font-family: 'Playfair Display', serif;
    pointer-events:painted;
    background-color: rgba(253, 253, 253, 0.2);
}
#overlay .modal-content{
    border: 0.5px solid black;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#overlay .modal-header{
    background-color: rgb(32, 32, 32);
}
#overlay .modal-title{
    color: white;
    font-size: 25px;
    font-weight: 500;
}
#overlay .modal-body{
    text-align: justify;
    margin: 2px 10px 2px 10px;
    overflow: hidden;
    height: 480px;
}
#overlay .modal-body:hover{
    overflow-y: auto;
}
#overlay .modal-body h2{
    font-size: 15px;
    color: rgb(90, 88, 88);
}
#overlay .modal-body p{
    font-size: 16px;
    color: black;
}
#overlay .modal-body h1{
    font-size: 20px;
    font-weight: 600;
}
#overlay .modal-footer{
    background-color: rgb(32, 32, 32);
    text-align: center;
}
#overlay .modal-footer button{
    display: inline-block;
    background:transparent;
    font-size: 20px;
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    border: 2px solid white;
    transition: all 0.3s ease;
}
#overlay .modal-footer button:hover{
    background: #F2C64D;
    border: 2px solid #F2C64D;
    color: black;
}
/*----------------- Disclaimer section ends ----------------- */

/*------------------ about-page-section-start ----------------*/
/* -------------1st part -----------*/
.about-home{
    display: flex;
    background: url("../img/about-hero.png") no-repeat center;
    height: 85vh;
    color: white;
    min-height: auto;
}
.about-home .max-width{
    margin: auto 0 auto 40px;
}
.about-home .about-home-content .contact-text-2{
    font-size: 60px;
    margin: 5px 0;
}
.about-home .about-home-content a{
    display: inline-block;
    background:transparent;
    font-size: 25px;
    color: white;
    padding: 10px 25px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid white;
    transition: all 0.3s ease;
    font-weight: 500;
}
.about-home .about-home-content a:hover{
    background: #F2C64D;
    color: black;
    border: 2px solid #F2C64D;
}
/* -------------2nd part -----------*/
.about-page .about-page-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-page .about-page-content .left{
    width: 35%;
    margin-left: 10% !important;
}
.about-page .about-page-content .left .img1{
    height: 320px;
    width: 320px;
    object-fit: cover;
}
.about-page .about-page-content .left .text{
    font-size: 20px;
    text-align: left;
    margin-left: 60px;
    margin-top: 20px;
}
.about-page .about-page-content .left .text span{
    font-size: 20px;
    text-align: left;
    margin-left: 40px;
    margin-top: 20px;
}
.about-page .about-page-content .left .img2{
    object-fit: cover;
    margin-left: 50px;
    margin-top: 0px;
}
.about-page .about-page-content .right{
    width: 55%;
}
.about-page .about-page-content .right .text{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-page .about-page-content .right p{
    text-align: justify;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5em;
}
/* ------------- 3rd part -----------*/
.about-team {
    background-color: rgb(226, 226, 226);
}
.about-team .title-desc{
    font-size: 20px;
    font-weight: normal;
    width: 95%;
    margin-left: 15px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}
.about-team .about-team-content{
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about-team .about-team-content .card{
    position: relative;
    margin: 50px;
    min-width: 250px;
    max-width: 325px;
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
    padding-left: 70px;
  }
  .about-team .about-team-content .card *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about-team .about-team-content .img{
    display: inline-block;
    width: 80%;
    z-index: 2;
    position: relative;
    padding: 10px;
    border: 5px solid #F2C64D;
  }
  .about-team .about-team-content .img img{
    max-width: 100%;
    vertical-align: top;
  }
  .about-team .about-team-content .text{
      width: 100%;
      background-color: #c5c3c3;
      color: black;
      padding: 125px 15px 25px 15px;
      margin-top: -100px;
      display: inline-block;
  }
  .about-team .about-team-content .text h3,
  .about-team .about-team-content .text h4,
  .about-team .about-team-content .text p {
      margin: 0 0 5px;
  }
  .about-team .about-team-content .text h3{
      font-weight: 600;
      font-size: 1.3em;
  }
  .about-team .about-team-content .text h4{
      color: black;
      font-weight: 500;
      letter-spacing: 2px;
  }
  .about-team .about-team-content .text p{
    font-size: 15px;
    letter-spacing: 1px;
    color: black;
  }
  .about-team .about-team-content .text .soc-icons{
      text-align: center;
      width: 100%;
  }
  .about-team .about-team-content .text .soc-icons i{
    padding: 10px 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    color: black;
    opacity: 0.85;
    transition: color 0.35s ease;
  }
  .about-team .about-team-content .text .soc-icons i:hover{
    color: #F2C64D;
  }
/*------------------ about-page-section-ends -----------------*/

/*------------------ reality-services-page-section-start ----------------*/
.services-home{
    display: flex;
    background: url("../img/legal.jpg") no-repeat center;
    height: 85vh;
    color: white;
    min-height: auto;
}
.services-home .max-width{
    margin: auto 0 auto 40px;
}
.services-home .services-home-content .contact-text-2{
    font-size: 75px;
    font-weight: 500;
    margin-left: -3px;
}
.reality{
    background: rgb(231, 230, 230);
    color: black;
    height: auto;
}
.reality .title-desc{
    font-size: 22px;
    font-weight: normal;
    width: 95%;
    margin-left: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.reality .reality-content{
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 3%;
    
}

/*------------------ reality-services-page-section-ends -----------------*/

/*------------------ legat-services-page-section-start ----------------*/
.blog-home{
    display: flex;
    background: url("../img/realty.png") no-repeat center;
    height: 85vh;
    color: white;
    min-height: auto;
}
.blog-home .max-width{
    margin: auto 0 auto 40px;
}
.blog-home .blog-home-content .contact-text-2{
    font-size: 75px;
    font-weight: 500;
    margin-left: -3px;
}
.legal{
    background: rgb(231, 230, 230);
    color: black;
    height: auto;
}
.legal .title-desc{
    font-size: 22px;
    font-weight: normal;
    width: 95%;
    margin-left: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.legal .legal-content{
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 3%;
    
}

/*------------------ legat-services-page-section-ends ----------------*/

/*------------------ contact-page-section-start ----------------*/
.contact-home{
    display: flex;
    background: url("../img/contact.png") no-repeat center;
    height: 85vh;
    color: white;
    min-height: auto;
}
.contact-home .max-width{
    margin: auto 0 auto 40px;
}
.contact-home .contact-home-content .contact-text-2{
    font-size: 65px;
    font-weight: 500;
    margin-left: -3px;
}
.contact .icons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 3% !important;
    margin: 10px 0;
}
.contact .icons .row{
    display: flex;
    height: 65px;
    align-items: center;
    margin-bottom: 10px;
}
.contact .icons .row i{
    font-size: 40px;
    color: #575654;
    transition: color 0.3s ease;
    margin-right: 5px;
}
.contact .icons .row i:hover{
    color: #F2C64D;
}
.contact .icons .row .info{
    margin-left: 15px;
    font-size: 20px;
}
.contact .contact-content{
    margin-top: 25px;
}
.contact .contact-content .left{
    width: 40%;
    margin-left: 3% !important;
}
.contact .contact-content .right{
    width: 45%;
}
.contact .right .text{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact .right form .fields{
    display: flex;
}
.contact .right form .field,
.contact .right form .fields .field{
    height: 45px;
    width: 100%;
    margin-bottom: 30px;
}
.contact .right form .textarea{
    height: 80px;
    margin-bottom: 30px;
}
.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .email{
    margin-left: 10px;
}
.contact .right form .field input,
.contact .right form .textarea textarea{
    height: 100%;
    width: 100%;
    border: 1px solid rgb(150, 145, 145);
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
}
.contact .right form .textarea textarea{
    padding-top: 10px;
    resize: none;
}
.contact .right form .button{
    height: 47px;
    width: 170px;
}
.contact .right form .button input{
    width: 100%;
    height: 100%;
    font-size: 20px;
    border: 2px solid black;
    background: none;
    color: black;
    font-weight: 600;
    border-radius: 6px;
}
.contact .right form .button input:hover{
    color: white;
    border: 2px solid #F2C64D;
    background: #F2C64D;
}

/*------------------ contact-page-section-ends -----------------*/


/*----------------- responsive strruct for website -------------*/
@media (max-width: 1300px){
    .home .max-width{
        margin-left: 0px;
    }
    .contact .contact-content .column{
        width: 100%;
    }
    .contact .contact-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 40px;
    }
    .contact .contact-content .right{
        flex: 100%;
        margin-top: 10px;
        align-items: center;
    }
    .reality .reality-content .card {
        min-width: 100px;
        max-width: 300px;
        width: 100%;
    }
}
@media (max-width: 1104px){
    .contact .contact-content .left{
        height: 350px;
        width: 350px;
    }
}
@media (max-width: 1104px){
    .about .about-content .left img{
        height: 450px;
        width: 350px;
    }
    .contact .contact-content .left{
        height: 350px;
        width: 350px;
    }
    .contact .contact-content .column{
        width: 100%;
    }
    .contact .contact-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .contact .contact-content .right{
        flex: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 991px){
    .max-width{
        padding:0 50px;
    }
    .services .services-content{
        max-width: 100%;
        margin:auto;
    }
    .contact .contact-content .column{
        width: 100%;
    }
    .contact .contact-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .contact .contact-content .right{
        flex: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 947px){
    .menu-btn{
        display: block;
        z-index: 999;
    }
    .menu-btn i.active:before{
        content: "\f00d";
    }
    .navbar .menu{
        position: fixed;
        background: black;
        height: 100vh;
        width: 100%;
        left:-100%;
        top:0;
        text-align: center;
        padding-top: 80px;
        transition: all 0.4s ease;
    }
    .navbar .menu.active{
        left: 0;
    }
    .navbar .menu li{
        display: block;

    }
    .navbar .menu li a{
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    }
    .navbar .logo a{
        margin-left: -10px;
    
    }
    .home .home-content .text-2{
        font-size: 60px;
    }
    .home .home-content .text-3{
        font-size: 30px;
    }
    .home .home-content a{
        font-size: 20px;
        padding: 10px 25px;
    }
    .max-width{
        max-width: 800px;
    }
    .about .about-content .column{
        width: 100%;
    }
    .about .about-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .about .about-content .left img{
        height: 500px;
        width: 350px;
    }
    .about .about-content .right{
        flex: 100%;
    }
    .about .about-content .right a{
        justify-content: center;
        margin: 0 auto 60px;
        display:grid;
    }
    .services .services-content{
        max-width: 100%;
        margin:auto;
        justify-content: center;
    }
    .services .services-content .card{
        width: calc(50% - 10px);
    }
    .footer .footer-content{
        width: 100%;
        display: inline-block;
        margin-bottom: 25px;
    }
    .about-home .about-home-content .contact-text-2{
        font-size: 60px;
        margin-left: -11%;
    }
    .about-home .about-home-content a{
        font-size: 20px;
        padding: 10px 25px;
        margin-left: -11%;
    }
    .about-page .about-page-content .column{
        width: 100%;
    }
    .about-page .about-page-content .left{
        flex: 78%;
        margin-bottom: 20px;
        justify-content: center;
        margin-left: 2% !important;
    }
    .about-page .about-page-content .left .img1,
    .about-page .about-page-content .left .img2{
        margin-bottom: 20px;
        justify-content: center;
    }
    .about-page .about-page-content .right{
        flex: 100%;
        justify-content: center;
    }
    .about-team .about-team-content .card{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 350px;
        max-width: 550px;
        width: 100%;
        margin-left: 1% !important;
    }
    .services-home .services-home-content .contact-text-2{
        font-size: 60px;
    }
    .blog-home .blog-home-content .contact-text-2{
        font-size: 60px;
    }
    .contact-home .contact-home-content .contact-text-2{
        font-size: 60px;
    }
    .contact .contact-content .column{
        width: 100%;
    }
    .contact .contact-content .left{
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
    .contact .contact-content .right{
        flex: 100%;
        margin-top: 10px;
    }
    .reality .reality-content .card {
        min-width: 100px;
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width: 690px){
    .max-width{
        padding:0 23px;
    }
    .home{
        display: flex;
        background-color: black ;
        height: 100vh;
        color: white;
        min-height:  auto;
    }
    .home .home-content .text-2{
        font-size: 50px;
    }
    .home .home-content .text-3{
        font-size: 25px;
    }
    .services .services-content{
        max-width: 100%;
        margin:auto;
    }
    .home .home-content a{
        font-size: 17px;
        padding: 9px 22px;
    }
    .services .services-content .card{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .footer-content .card{
        width: 100%;
        margin-left: 20px;
    }
    .about-home .about-home-content .contact-text-2{
        font-size: 50px;
    }
    .about-home .about-home-content .contact-text-3{
        font-size: 25px;
    }
    .about-home .about-home-content a{
        font-size: 17px;
        padding: 9px 22px;
    }
    .services-home .services-home-content .contact-text-2{
        font-size: 50px;
    }
    .blog-home .blog-home-content .contact-text-2{
        font-size: 50px;
    }
    .contact-home .contact-home-content .contact-text-2{
        font-size: 50px;
    }
    .contact .contact-content .right{
        flex: 100%;
    }
}

@media (max-width: 500px){
    .home{
        display: flex;
        background-color: black !important;
        height: 100vh;
        color: white;
        min-height:  auto;
    }
    .home .home-content .text-2{
        font-size: 40px;
    }
    .home .home-content .text-3{
        font-size: 20px;
    }
    .about .about-content .left img{
        height: 350px;
        width: 250px;
    }
    .services .services-content{
        max-width: 100%;
        margin:auto;
    }
    .about-home .about-home-content .contact-text-2{
        font-size: 25px;
    }
    .about-home .about-home-content .contact-text-3{
        font-size: 20px;
    }
    .services-home .services-home-content .contact-text-2{
        font-size: 40px;
    }
    .blog-home .blog-home-content .contact-text-2{
        font-size: 40px;
    }
    .contact-home .contact-home-content .contact-text-2{
        font-size: 40px;
    }
}


/*----------------- special services car effect start -------------------------*/

.container1 {
    position: relative;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #000000;
    -webkit-perspective: 50em;
    perspective: 50em;
}
.container1 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
.container1 img {
    opacity: 0.3;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
.container1 .services1,
.container1 .reverse {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
.container1 .services1 {
    background: #000000;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
.container1 .services1 h3 {
    font-size: 1.6em;
    top: 50%;
    letter-spacing: -1px;
    position: relative;
    color: white;
    text-transform: capitalize;
    padding: 0 20px;
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.container1 .reverse {
    background: #b7b87c;
    opacity: 0.5;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
.container1 .reverse h3{
    font-size: 1.6em;
    top: 50%;
    letter-spacing: -1px;
    position: relative;
    color: black;
    text-transform: capitalize;
    padding: 0 20px;
    margin: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.container1.yellow {
    background: url("../back.jpg") no-repeat center;;
  }
.container1.container1.yellow .services1 {
    background: #252525;
  }
.container1:hover img,
.container1.hover img {
    opacity: 1;
  }
.container1:hover .services1,
.container1.hover .services1 {
    opacity: 0.5;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
.container1:hover .reverse,
.container1.hover .reverse {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  /*----------------- special services car effect end -------------------------*/