h1 {
    font-family: 'Satisfy', cursive;
}
nav img{
    filter: invert();
} 

.navbar {
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
    height: 75px;
}
@media screen and (max-width: 990px){
    .navbar {
        height: auto;
    }
}
.nav-item a {
    color: #fff;
}

.nav-item a:hover {
    color: #452D4F;
}

.navbar-nav .nav-item .nav-link.active {
    color: #452D4F !important;
    z-index: 999;
}

nav img{
    width: 150px;
}

.cm-parallax {
    background-image: url("../../assets/Images/shreyans-photography\(116\).JPG");
    min-height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.left {
    top: -50px;
    left: -5px;
}

.right {
    bottom: -38px;
    right: -10px;
}

.cen {
    margin: 0 25% 0 25%;
}

.i-border {
    border: solid 1px black;
    border-radius: 10%;
    padding: 1px;
}

.rot-img {
    margin-left: 9%;
    transform: rotate(-25deg);
}

.rot-img img {
    margin-top: -100px;
    margin-left: -50px;
    transform: rotate(25deg);
}

.rot-img-2 {
    transform: rotate(20deg);
}

.rot-img-2 img {
    margin-top: -100px;
    margin-left: -100px;
    transform: rotate(-20deg);
}

.ht-1 {
    height: 150px;
}

.ht-2 {
    height: 230px;
}

.rot-img-3 {
    transform: rotate(-10deg);
    margin-top: -100px;
    margin-left: -90px;
}

.rot-img-4 {
    margin-bottom: 70px;
    margin-right: 10px;
}

.contact .info-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px;
    box-shadow: 20px 20pt 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.contact h1 {
    color: #452D4F;
    font-size: 50px;
    font-weight: 800;
    margin-top: 20px;
    text-align: center;
}

.contact h4 {
    color: black;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact .info-box i {
    font-size: 32px;
    color: #452D4F;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #452D4F;
    margin-top: 16px;
}

.contact .info-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 13px 0;
    color: #452D4F;
}

.contact .info-box a i {
    font-size: 18px;
    display: inline-block;
    background: #452D4F;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    border: 2px solid #452D4F;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-bottom: 10px;
    margin-top: -10px;
}

.contact .info-box a i:hover {
    color: #fff;
    text-decoration: none;
}

.form-group {
    float: left;
    margin-top: 30px;
    min-height: 60px;
}

.form-control {
    border: none !important;
    border-bottom: 1px solid #82a3ad !important;
    border-radius: 0;
    padding: 0;
    color: #386e77 !important;
    background: none !important;
}

@media (max-width: 650px) {
    .contact .info-box {
        width: 90%;
    }
}

@media (max-width:1025px) {
    .services-card {
        width: 90%;
        height: 350px;
    }

    /* .one-card {
        transform: rotate(-4deg);
    } */

    .two-card {
        transform: rotate(4deg);
    }

    .three-card {
        transform: rotate(-4deg);
    }

    .four-card {
        transform: rotate(4deg);
    }

    .pic-home {
        margin-left: 20%;
    }

    .card-home {
        width: 99%;
        height: 300px;
        margin-top: -300px;
    }
}

@media (max-width:801px) {
    .services-heading {
        height: 100px;
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        border-left: none;
        border-right: none;
        border-top: 6px solid white;
        border-bottom: 6px solid white;
        margin-left: 10px;
    }

    .t1 {
        width: 98%;
    }

    .reviews {
        margin: 10px 10px -10px -10px;
        padding: 10px;
    }

    .pic-about {
        margin-left: 50%;
    }

    .card-about {
        width: 90%;
        height: 350px;
    }
}

@media (max-width:601px) {
    .services-heading {
        margin-left: 10px;
    }

    .t1 {
        width: 98%;
        margin: 20px 0;
    }

    .reviews {
        margin: 10px 10px -10px -10px;
        padding: 10px;
    }

    .services-card {
        width: 400px;
        height: 600px;
    }

    .card1 {
        margin-top: 10px;
    }

    .card2 {
        margin-top: 10px;
    }

    .card3 {
        margin-top: 10px;
    }

    .pic-home {
        width: 70%;
        margin-left: 4px;
    }

    .card-home {
        margin-left: 40px;
    }

    .beach {
        display: none;
    }

    .about {
        height: 400px;
    }

    .abt-heading {
        margin-top: 60px;
        padding-left: 10px;
        text-align: center;
    }

    .abt-text {
        margin-top: 20px;
    }

    .services-heading {
        font-size: 40px;
        padding: 10px 30px;
        margin-top: 100px;
    }

    .copyright {
        margin-bottom: 10px;
    }

    .pic-about {
        margin-left: 20%;
        width: 70%;
    }

    .card-about {
        width: 70%;
        height: 300px;
        margin-top: -760px;
        margin-left: 35%;
    }
}

@media (max-width:415px) {
    .services-heading {
        margin-left: 10px;
    }

    .services-card {
        width: 300px;
        height: 500px;
    }

    .pic-home {
        width: 70%;
        margin-left: 4px;
    }

    .card-home {
        margin-left: 40px;
        margin-top: -80px;
        margin-bottom: 20px;
    }

    .about {
        height: 450px;
    }

    .services-heading {
        font-size: 30px;
        padding: 10px 10px 0 10px;
    }

    .card-about {
        margin-top: -80px;
        margin-left: 30%;
        margin-bottom: 20px;
        width: 80%;
        height: 320px;
    }
}

footer {
    background: #452D4F;
    margin-top: 5%;
    padding: 3% 0 5%;
}

footer p{
    text-align: justify;
    font-size: 14px;
}

.footer-card {
    padding: 15px;
}

.footer-card i{
    font-size: 22px;
    color: #fff;    
}

.one-card{
    border-right: 1px solid #fff;
}

.copyright{
    background: #400d55;
}

/* 
.cards-text {
    font-size: 14px;
    margin-bottom: 12px;
}

.cards-text a, .cards-text a:hover{
    text-decoration: none;
    color:#000;
}

.one-card {
    margin-top: 50px;
    transform: rotate(-8deg);
}

.two-card {
    margin-top: 50px;
    transform: rotate(2deg);
}

.three-card {
    margin-top: 50px;
    transform: rotate(-8deg);
}

.four-card {
    margin-top: 50px;
    transform: rotate(8deg);
}

.copyright {
    font-size: 14px;
    margin-bottom: -12px;
}

.footer-img {
    margin-top: -100px;
    height: 220px;
}

.beach {
    float: right;
    margin-top: -80px;
    margin-right: 20px;
    z-index: 100 !important;
    transform: rotate(-6deg);
}

.camera {
    margin-top: -70px;
    z-index: 0 !important;
    transform: rotate(-10deg);
    animation: shake 2s infinite;
}

@keyframes shake {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@media screen and (max-width: 430px) {
    .one-card {
        transform: rotate(0deg);
    }

    .two-card {
        transform: rotate(0deg);
    }

    .three-card {
        transform: rotate(0deg);
    }

    .four-card {
        transform: rotate(0deg);
    }
} */

.client {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonials  */
.testimonial {
    padding: 35px 50px;
    margin: 0 20px 20px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #7e5091;
    border-left: none;
    border-right: none;
    text-align: center;
    background-color: #fff;
}

.testimonial .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #7e5091;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #CB9612
}

.text {
    position: absolute;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 999;
    text-wrap: wrap;
   text-align: center;
}

@media  screen and (max-width: 768px) {
    .heading{
        padding-top: 10%;
    }
    
}

@media  screen and (max-width: 430px) {
    .heading{
        padding-top: 20%;
    }
    
}

@media  screen and (max-width: 375px) {
    .heading{
        padding-top: 25%;
    }
    
}

/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/

.whatsapp {
    position: fixed;
    opacity: 1;
    right: 15px;
    bottom: 70px;
    z-index: 99999;
    background: #25d366;
    width: 40px;
    height: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    text-decoration: none;
}

.whatsapp i {
    font-size: 38px;
    color: #fff;
    line-height: 0;
}

.whatsapp:hover {
    background: #25d366;
    color: #fff;
}

.no-undeline {
    text-decoration: none;
}