*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.svg-top{
    margin-top: -2px;
}

.content{
    position: relative;   
}

/* home-section start */

.content .home-section{
    width: 100%;
    height: 100vh;

    background-color: #8039f1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    /* justify-content: flex-end; */
    align-items: center;

    position: relative;
}

.content .home-section .heading{
    font-size: 60px;
    color: #fff;
    text-shadow: 5px 15px 14px #000000;
    user-select: none;
    z-index: 2;
    margin-top: 50px;


    /* border: 1px solid red; */
}

.content .home-section .contact-image{

    /*width: 300px;*/
    /*height: 300px;*/
    
    width: 220px;
    height: 220px;
    
    margin-top: 50px;

    /* width: 20%;
    height: 20vw; */

    position: relative;
    
    /* border: 1px solid red; */
    
}

.content .home-section .contact-image img{

    width: 100%;
    height: 100%;

    position: absolute;

    object-fit: cover;
    /* object-position: center 30%; */

    border-radius: 50%;
    /* box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.5); */

    
    border: 1px solid green;
    
}

/* home-section end */

/* contact-cards-section start */

.content .contact-cards-section{
    width: 100%;
    /* height: 100vh; */
    
    background: linear-gradient(to bottom, #8039f1, #740099);
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;


    position: relative;

    /* border: 1px solid red; */
}

.content .social-cards-section{
    /*background: linear-gradient(to bottom, #009905, #f1e239);*/
    background: linear-gradient(to bottom, #740099, #8039f1);
    /* background-color: green; */
}

.content .contact-cards-section .heading{
    width: 100%;
    /* height: 100vh; */
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin-top: 100px;
    margin-bottom: 100px;

    position: relative;

    /* border: 1px solid red; */
}

.content .contact-cards-section .heading h1{
    color: #fff;
    font-size: 40px;
    text-align: center;

    text-shadow: 5px 15px 14px #000000;
}

.content .contact-cards-section .cards{
    width: 100%;
    /* height: 100vh; */
    
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;


    position: relative;

    /* border: 1px solid red; */
}

.content .contact-cards-section .cards .card{
    width: 350px;
    height: 400px;

    background-color: #fff;
    
    padding: 20px;
    
    margin-top: 40px;
    margin-bottom: 40px;
    
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #8039f1;
    
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: space-around;
    align-items: center;
    
    border: 1px solid #8039f1;
}

.content .contact-cards-section .cards a{
    text-decoration: none;
}

.content .contact-cards-section .cards .card .head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .contact-cards-section .cards .card .details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .contact-cards-section .cards .card .fa-solid{
    font-size: 70px;
    text-shadow: 5px 15px 14px #c5c5c5;
}

.content .contact-cards-section .cards .card .fa-brands{
    font-size: 70px;
    text-shadow: 5px 15px 14px #c5c5c5;
}

.content .contact-cards-section .cards .card h2{
    color: #000;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 500;

    text-shadow: 5px 15px 14px #000000;
}

.content .contact-cards-section .cards .card p{
    color: #595959;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-size: 0.8rem;

    text-align: center;
    
    text-shadow: 5px 15px 14px #000000;
}

.content .contact-cards-section .cards .card .mail-icon{
    color: #193cba;
}

.content .contact-cards-section .cards .card .mob-icon{
    color: #d51919;
}

.content .contact-cards-section .cards .card .fb-icon{
    color: #1877F2;
}

.content .contact-cards-section .cards .card .insta-icon{
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.content .contact-cards-section .cards .card .wha-icon{
    color: #007b0c;
}

.content .form-section{
    width: 100%;
    /* height: 100vh; */
    
    /*background: linear-gradient(to bottom, #f1e239, rgb(255, 102, 0));*/
    background: linear-gradient(to bottom, #8039f1, #8039f1);
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;


    position: relative;

    /* border: 1px solid red; */
}

.content .form-section .heading{
    color: #fff;
    font-size: 40px;
    text-align: center;

    text-shadow: 5px 15px 14px #000000;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;

    position: relative;
}

.content .form-section .heading h1{
    color: #fff;
    font-size: 40px;
    text-align: center;

    text-shadow: 5px 15px 14px #000000;
}

.content .form-section .eq-form{
    width: 100%;
    margin-bottom: 100px;

    position: relative;
}

.content .form-section .eq-form .cform{
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* border: 1px solid black; */

    position: relative;
}

.content .form-section .eq-form .cform .f-two{
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

    /* border: 1px solid black;  */
}

.content .form-section .eq-form .cform .f-two input{
    width: 45%;
    padding: 30px;
    border: none;
    color: #000;
    background-color: #F0F1F1;
    border-radius: 5px;
}

.content .form-section .eq-form .cform input{
    width: 93%;
    padding: 30px;
    border: none;
    color: #000;
    background-color: #F0F1F1;
    border-radius: 5px;

    margin-top: 20px;
}

.content .form-section .eq-form .cform textarea{
    width: 93%;
    padding: 30px;
    border: none;
    color: #000;
    background-color: #F0F1F1;
    border-radius: 5px;
    resize: none;
    
    margin-top: 20px;
}


.content .form-section .eq-form .cform .btn{
    width: 93%;
    padding: 25px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #6d0fc9;

    position: relative;

    transition: .5s ease-in-out;
}

.content .form-section .eq-form .cform .btn:hover{
    cursor: pointer;
    
    text-shadow: 5px 15px 14px #000000;

    box-shadow: 0px 0px 10px 1px black;
}






.content .form-section .eq-form .cform input:focus{
    outline: none;
}

.content .form-section .eq-form .cform input:not(:placeholder-shown) {
    color: #000; /* Standard syntax */
    word-spacing: 2px;
    letter-spacing: 2px;
}

/* Chrome, Firefox, Safari (including Mozilla variant) */
.content .form-section .eq-form .cform input::placeholder {
    color: #000; /* Standard syntax */
    word-spacing: 2px;
    letter-spacing: 2px;
}
  
  /* Firefox (Mozilla variant) */
  .content .form-section .eq-form .cform input::-moz-placeholder {
    color: #000;
    word-spacing: 2px;
    letter-spacing: 2px;
}
  
  /* Safari (WebKit variant) */
  .content .form-section .eq-form .cform input::-webkit-input-placeholder {
    color: #000;
    word-spacing: 2px;
    letter-spacing: 2px;
}






.content .form-section .eq-form .cform textarea:focus{
    outline: none;
}

.content .form-section .eq-form .cform textarea:not(:placeholder-shown) {
    color: #000; /* Standard syntax */
    word-spacing: 2px;
    letter-spacing: 2px;
}

/* Chrome, Firefox, Safari (including Mozilla variant) */
.content .form-section .eq-form .cform textarea::placeholder {
    color: #000; /* Standard syntax */
    word-spacing: 2px;
    letter-spacing: 2px;
}
  
  /* Firefox (Mozilla variant) */
.content .form-section .eq-form .cform textarea::-moz-placeholder {
    color: #000;
    word-spacing: 2px;
    letter-spacing: 2px;
}
  
  /* Safari (WebKit variant) */
  .content .form-section .eq-form .cform textarea::-webkit-input-placeholder {
    color: #000;
    word-spacing: 2px;
    letter-spacing: 2px;
}










/* contact-cards-section end */


@media only screen and (max-width: 800px) 
{
    .content .home-section .contact-image {
        width: 200px;
        height: 200px;
    }

    .content .home-section .heading {
        font-size: 40px;
    }
}