@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");


body {
    background-image: url('./body.png');
    background-size: cover;
    /* Cover the entire background */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
}



/* blue : #3B117B */


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}


.container {
    max-width: 1190px;
  padding: 35px;
    border-radius: 0px 0px 30px 30px;
    margin: auto;
    background-color: white;
}

.sec-1 {
    background-color: rgba(117, 113, 113, 0);
}

.first-sec {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.r-top h1 {
    background-image: url('./Ellipse 10.png');
    background-size: cover;
    background-position: center; 
 background-repeat: no-repeat;
 margin-bottom: 2px;


    font-family: "Poppins", sans-serif;
    font-size: 65px;
    color: #3B117B;
    font-weight: 700;
}
.r-bottom{
    display: flex;
    justify-content: space-between;
}
.calls{
    width: 100%;
    display: flex;
    gap: 20px ;
    align-items: center;
}
/* .f-right {
    box-shadow: inset 0 0 1px rgba(154, 150, 150, 0.5);

    background-color: #a4a1a184;
} */
.calls p{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.calls img{
    width: 20px;
    height: 20px;
}
.nav-section{
    background-color: #3B117B;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.nav-section a{
    font-family: "Poppins", sans-serif;
    color: rgb(183, 178, 178);
    list-style: none;
    text-decoration: none;
    font-size: 18px;
}
.nav-section a:hover{
    color: white;
}
.nav-side{
    background-color: #3B117B;
    padding: 0px 30px 0px 41px ;
    border-radius: 0px;
}
.active{
    color: white !important;
}
.first-img-div{
    text-align: center;
}
.sec-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.second-sec h1{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #3B117B;
    font-family: "Poppins", sans-serif;
}
h2{
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #3B117B;
    margin-bottom: 20px;
}
p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}
.content-1{
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center;
}
button{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border: 0px;
    color: white;
    background-color: #3B117B;
    cursor: pointer;
    margin-top: 10px;
    padding: 15px 25px;
    border-radius: 15px;
}
.text-area{
    width: 75%;

}
.la{
    border-bottom:dashed 5px rgb(138, 138, 138) ;
    padding-bottom: 60px;
}
.last-sec{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items:start;
}
.end-div{
    display: flex;
    gap: 10px;
    width: 95%;
    margin-bottom: 20px;
}
.quick{
    width:50%;
}
.contact{
    width:50%;
}
footer{
    padding-top: 100px;
    text-align: center;
    color: white;
}
a{
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}
footer a{
    color: white;;
}
.social{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content:center ;
    gap: 10px;
    margin-bottom: 30px;
}
/* drop */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropbtn {
    display: block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
}

@media (max-width: 1060px) {
    .r-top h1 {
        font-size: 56px;
    }
}
@media (max-width: 960px) {
    .r-top h1 {
        font-size: 40px;
    }
    .calls p {
        font-size: 14px;
        font-weight: 600;
    }
    body {
        padding-top: 0px;
    }
    .second-sec h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width:769px) {
    .r-top h1 {
        font-size: 35px;
    }
    .contact {
        width: 83%;
    }
    .r-bottom{
        gap: 10px;
    }
    .calls{
        gap: 5px;
    }
    button {
        padding: 10px 18px;
    }
}
@media (max-width:569px) {
    .first-sec {
        flex-direction: column;
    }
    .content-1 {
        flex-direction: column-reverse;

    }
    .last-sec {
        flex-direction: column;
    }
    .text-area {
        width: 93%;
    }
    .nav-section a {
 
        font-size: 11px;
    }
   
    .calls p {
        font-size: 12px;
        font-weight: 600;
    }
}
@media (max-width:450px) {
     .logo img{
        height: 150px;
        width: 160px;
    }
    body{
        text-align: center;
    }
   .last-sec{
    text-align: left !important;
   }
   .calls p {
    font-size: 9px;
    font-weight: 600;
}
 
}