@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.main{
    padding: 3rem;
    display: flex;
    background-image: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0,0.5)),url(images/home.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100%;
    background-position: center;
}

.main-pics{
    width: 30rem;
}

.main_text{
    margin-top: 1.8rem;
}

.main_text h1{
    color: white;
    font-weight: bolder;
    text-transform: capitalize;
    font-size: 2.2rem;
}
.main-body{
    display: flex;
}

.main_text p{
    margin-top: 1rem;
    color: rgb(218, 215, 215);
    font-size: 1.3rem;
    font-weight: 500;
}

.main_text button{
    width: 15rem;
    height: 3.5rem;
    /* margin-top: rem; */
    border-radius: 3rem;
    background-color:rgb(31, 111, 165);
    outline: none;
    border: none;
    font-weight: 600;
}

.main_text button a{
    text-decoration: none;
    color: rgb(224, 222, 222);
    font-size: 1.5rem;
    text-transform: capitalize;
}

.sec2{
    width: 100%;
    height: 10rem;
}


.sec2 .icon-page{
    color: #4c4c4d;
    background-color: #fff;
    margin-top: -15rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 90px;
    align-items: center;
    position: relative;
    margin-top: -5rem;
    width: 50%;
    height: 100%;
    border-radius: 2rem;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec2 .fa-solid{
    font-size: 2.5rem;
    margin-top: -1rem;
    color:  #0056b3;
}

.sec2 .icon h2{
    font-size: 1.5rem;
    margin-top: 1.5rem;
    /* font-weight: bolder; */
    text-transform: capitalize;
    color: #4c4c4d;
}

.sec{
    width: 100%;
    height: 100vh;
   padding-top: 50px;
}

.sec3{
    background-color: #fefdfd;
    padding: 5rem;
    padding-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3_text{
    padding: 3rem;
    text-align: center;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    width: 50%;
}

.sec h1{
    color:#0056b3;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 3rem;
    text-align: center;
    padding-top: 80px;
}

.sec3_text p{
    margin-top: 1.5rem;
    color: rgb(1, 1, 33);
    font-size: 1rem;
    text-align: left;
    font-weight: 300;
}

.sec3_image img{
    width: 30rem;
    border-radius: 2rem;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec4{
    width: 100%;
    height: 100vh;
    background-color: #fefdfd;
    /* padding: rem; */
}

.sec4-body{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.sec4_text{
    width: 50%;
    /* height: 30rem; */
    /* margin-top: -1rem; */
    margin: 1rem;
    padding: 2rem;
    border-radius: 2rem;
    background-color: white;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec4_text h1{
    font-size: 3rem;
    color: #0056b3;
    text-align: center;
    font-weight: bolder;
}

.sec4_text  p{
    margin-top: 1.5rem;
    color: rgb(1, 1, 33);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.sec4_image{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    /* justify-content: center; */
}
.sec4_image img{
    width: 19rem;
    height: 13rem;
    margin: 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec5{
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(70, 69, 69, 0.5), rgba(147, 145, 145, 0.5)), url(images/our.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1rem;
    padding-top: 1rem;
    z-index: 1;
}

.sec5_text{
    margin: 1rem;
    padding: 1rem;
}

.sec5_text h1{
    font-size: 3rem;
    text-align: center;
    text-transform: capitalize;
    color: #feffff;
    font-weight: bolder;
}

.sec5_text  p{
    margin-top: 1.5rem;
    color: #feffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}



.site{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
    max-width: 1100px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.testi{
    max-width: 900px;
    margin: 0 auto;
}

.testi .head{
    text-align: center;
    margin-bottom: 20px;
    color: #1A1818;
}

.testi .head h3{
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #0056b3;
}

.testi .thumbnail{
    width: 150px;
    height: 150px;
    position: relative;
    flex-shrink: 0;
}

.testi .swiper-slide-active .thumbnail img{
    transform: scale(1);
}

.testi .thumbnail::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 30px);
    height: calc(100% + 10px);
    background-color: #0056b3;
    border-radius:33% 67% 50% 50%/ 50% 14% 86% 50%; 
    z-index: -1;
    box-shadow: rgb(0 0 2/ 35%) 0px 20x 30px -10px;
    transition: border-radius 0.3s, background-color 0.3s;
}

.testi .swiper-slide-active .thumbnail::before{
    border-radius:33% 67% 50% 50% / 50% 14% 86% 50%; 
}

.testi .thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(2);
    transition: transform .5s;
}

.wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;
    padding: 30px 0;
}

.testi .aside{
    position: relative;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.testi .aside > p{
   position: relative;
   font-size: 14px;
   line-height: normal;
   margin-bottom: 30px;
   opacity: 0;
   transform: translateX(10%);
   transition: transform 1s, opacity 1s;
}

.testi .swiper-slide-active .aside > p{
    transform: translateX(0);
    opacity: 1;
}

.testi .aside > p::before,
.testi .aside > p::after{
    font-family: serif;
    font-size: 80px;
    line-height: 1;
    position: absolute;
    color: #3f3535;
    height: 40px;
    z-index: -1;
    font-weight: 800;
}

.testi .aside > p::before{
    content: open-quote;
    left: 10px;
    top: -40px;
}

.testi .aside > p::after{
    content: close-quote;
    position: absolute;
    right: 0;
}

.testi .aside .name{
    position: relative;
    width: fit-content;
    line-height: 1;
    opacity: 0;
    transform: translateX(30px);
    transition: transform 1s .2s, opacity 1s .3s;
}

.testi .swiper-slide-active .name{
    opacity: 1;
    transform: translateX(0);
}

.testi .aside .name h4{
    font-size: 22px;
    font-weight: 800;
    color: #0056b3;
    opacity: .8;
}

.testi .aside .name p{
    font-size: 12px;
    text-align: right;
}

.testi :is(.swiper-button-next, .swiper-button-prev){
    color: #0056b3;
    background-color: #f7fcf8;
    /* top: 35%; */
    border-radius: 50%;
    width: 38px;
    height: 38px;
   transition: background-color 0.3s;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}
.testi :is(.swiper-button-next, .swiper-button-prev):hover{
    background-color: #0056b3;
    color: #f7fcf8;
}
.testi :is(.swiper-button-next, .swiper-button-prev)::after{
    font-size: 20px;
    /* color: #0056b3; */
}

.testi .swiper-pagination{
    position: relative;
}
.testi .swiper-pagination span{
    background-color: #0056b3;
    /* transition: width 0.3s; */
    opacity: 1;
}

.testi .swiper-pagination span.swiper-pagination-bullet-active{
    background-color: #f7fcf8;
    width: 30px;
    height: 10px;
    border-radius: 20px;
}

@media screen and (min-width: 768px) {
   .testi .wrapper{
    flex-direction: row;
    padding: 30px 100px;
}

.testi .thumbnail{
    width: 200px;
    height: 200px;
}

.testi :is(.swiper-button-next, .swiper-button-prev){
    top: 50%;
}
}

 .contact{
    width: 100%;
    height: 100vh;
    padding-top: 2rem;
    padding: 50px;
}


.contact-us{
    height: 30rem;
    background-color: transparent;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    margin-left: 0rem;
    backdrop-filter: blur(60px);
    display: flex;
    justify-content: center;
    align-items: center;

}

.cont{
    width: 50%;
    color: #050505;
    padding: 35px;
}

.cont h2{
    font-size: 40px;
    margin: 10px;
    text-transform: capitalize;
    color: #0056b3;
}

.cont p{
    font-size: 18px;
    /* margin: 10px; */
}

 .send{
    width: 49%;
    padding: 35px;
    border-left: 5px solid #0056b3;
    height: 100%;
}

.send h3{
    font-size: 30px;
    text-transform: capitalize;
    color: #0056b3;
    margin: 10px;
}

.send input{
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
    /* border-radius: 30px; */
    outline: none;
    color: rgb(7, 7, 7);
    background-color: transparent;
    border: 1px solid #606868;
}

.send input::placeholder{
    padding: 20px;
    color: rgb(104, 99, 99);
    text-transform: capitalize;
}

.send textarea{
    height: 150px;
    background-color: transparent;
    width: 95%;
    max-height: 150px;
    min-height: 150px;
    max-width: 100%;
    padding-left: 25px;
    padding-top: 25px;
    margin: 10px;
}

.send button{
    width: 96%;
    height: 50px;
    background-color: #0056b3;
    color: #cbd7d1;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 18px;
    /* border-radius: 30px; */
    margin: 10px;
    outline: none;
    border: none;
    cursor: pointer;
}


@media only screen and (max-width: 360px) {
    
.main{
    padding: 1rem;
    height: 115vh;
}

.main-pics{
    width: 20rem;
}

.main_text{
    margin-top: 3rem;
}

.main_text h1{
    font-size: 1.3rem;
}
.main-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_text p{
    font-size: 1rem;
}

.main_text button{
    width: 15rem;
    height: 2.5rem;
    border-radius: 3rem;
    background-color:rgb(31, 111, 165);
    font-weight: 600;
}

.main_text button a{
    font-size: 1rem;
}

.sec2{
    width: 100%;
    height: 5rem;
}

.sec2 .icon-page{
    margin-top: -15rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
    position: relative;
    margin-top: -3rem;
    width: 50%;
    height: 100%;
}

.icon {
    margin: 10px;
}

.sec2 .fa-solid{
    font-size: 1.3rem;
    margin-top: -1rem;
    color:  rgb(27, 27, 135);
}

.sec2 .icon h2{
    font-size: 0.8rem;
    margin-top: 0.5rem;
    /* font-weight: bolder; */
    text-transform: capitalize;
    color: #4c4c4d;
}

.sec{
    width: 100%;
    height: 100vh;
   padding-top: 50px;
}

.sec3{
    padding: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec3_text{
    padding: 1rem;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.sec h1{
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 20px;
}

.sec3_text p{
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 200;
}

.sec3_image img{
    margin-left: 0rem;
    margin-top: 1rem;
    width: 20rem;
}

.sec4{
    width: 100%;
    height: 150vh;
    padding: 2rem;
}

.sec4-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec4_text{
    width: 100%;
    height: 30rem;
    margin: 0rem;
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec4_text h1{
    font-size: 1.5rem;
}

.sec4_text  p{
    margin-top: 1.5rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.sec4_image{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
    /* justify-content: center; */
}
.sec4_image img{
    width: 10rem;
    height: 8rem;
    margin: 0.3rem;
    border-radius: 1rem;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec5{
    width: 100%;
    height: 100vh;
    padding: 0.5rem;
    padding-top: 0.5rem;
}
.sec5_text{
    margin: 1rem;
    padding: 1rem;
}

.sec5_text h1{
    font-size: 1.5rem;
}
.sec5_text  p{
    margin-top: 1rem;
}
 .contact{
    width: 100%;
    height: 150vh;
    padding-top: 2rem;
    padding: 0px;
}


.contact-us{
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 0rem;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.cont{
    width: 100%;
    color: #050505;
    padding: 0px;
}

.cont h2{
    font-size: 40px;
    margin: 10px;
    text-transform: capitalize;
    color: #0056b3;
}

.cont p{
    font-size: 15px;
    /* margin: 10px; */
}

 .send{
    width: 100%;
    padding: 5px;
    border-left: 5px solid #0056b3;
    height: 100%;
}

.send h3{
    font-size: 30px;
    text-transform: capitalize;
    color: #0056b3;
    margin: 10px;
}

.send input{
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
    /* border-radius: 30px; */
    outline: none;
    color: rgb(7, 7, 7);
    background-color: transparent;
    border: 1px solid #606868;
}

.send input::placeholder{
    padding: 20px;
    color: rgb(104, 99, 99);
    text-transform: capitalize;
}

.send textarea{
    height: 150px;
    background-color: transparent;
    width: 95%;
    padding-left: 25px;
    padding-top: 25px;
    margin: 10px;
}

.send button{
    width: 96%;
    height: 50px;
    font-size: 18px;
}

}

@media only screen and (min-width: 361px) and (max-width: 480px) {
    .main{
    padding: 1rem;
    height: 115vh;
}

.main-pics{
    width: 20rem;
}

.main_text{
    margin-top: 3rem;
}

.main_text h1{
    font-size: 1.3rem;
}
.main-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_text p{
    font-size: 1rem;
}

.main_text button{
    width: 15rem;
    height: 2.5rem;
    border-radius: 3rem;
    background-color:rgb(31, 111, 165);
    font-weight: 600;
}

.main_text button a{
    font-size: 1rem;
}

.sec2{
    width: 100%;
    height: 5rem;
}

.sec2 .icon-page{
    margin-top: -15rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px;
    align-items: center;
    position: relative;
    margin-top: -3rem;
    width: 50%;
    height: 100%;
}

.icon {
    margin: 10px;
}

.sec2 .fa-solid{
    font-size: 1.3rem;
    margin-top: -1rem;
    color:  rgb(27, 27, 135);
}

.sec2 .icon h2{
    font-size: 0.8rem;
    margin-top: 0.5rem;
    /* font-weight: bolder; */
    text-transform: capitalize;
    color: #4c4c4d;
}

.sec{
    width: 100%;
    height: 100vh;
   padding-top: 50px;
}

.sec3{
    padding: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec3_text{
    padding: 1rem;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.sec h1{
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 20px;
}

.sec3_text p{
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 200;
}

.sec3_image img{
    margin-left: 0rem;
    margin-top: 1rem;
    width: 20rem;
}

.sec4{
    width: 100%;
    height: 150vh;
    padding: 2rem;
}

.sec4-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec4_text{
    width: 100%;
    height: 30rem;
    margin: 0rem;
    padding: 1rem;
}

.sec4_text h1{
    font-size: 1.5rem;
}

.sec4_text  p{
    margin-top: 1.5rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.sec4_image{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
    /* justify-content: center; */
}
.sec4_image img{
    width: 10rem;
    height: 8rem;
    margin: 0.3rem;
}

.sec5{
    width: 100%;
    height: 100vh;
    padding: 0.5rem;
    padding-top: 0.5rem;
}
.sec5_text{
    margin: 1rem;
    padding: 1rem;
}

.sec5_text h1{
    font-size: 1.5rem;
}
.sec5_text  p{
    margin-top: 1rem;
}
 .contact{
    width: 100%;
    height: 150vh;
    padding-top: 2rem;
    padding: 0px;
}


.contact-us{
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 0rem;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.cont{
    width: 100%;
    color: #050505;
    padding: 10px;
}

.cont h2{
    font-size: 40px;
    margin: 10px;
    text-transform: capitalize;
    color: #0056b3;
}

.cont p{
    font-size: 15px;
    /* margin: 10px; */
}

 .send{
    width: 100%;
    padding: 5px;
    border-left: 5px solid #0056b3;
    height: 100%;
}

.send h3{
    font-size: 30px;
    text-transform: capitalize;
    color: #0056b3;
    margin: 10px;
}

.send input{
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
    /* border-radius: 30px; */
    outline: none;
    color: rgb(7, 7, 7);
    background-color: transparent;
    border: 1px solid #606868;
}

.send input::placeholder{
    padding: 20px;
    color: rgb(104, 99, 99);
    text-transform: capitalize;
}

.send textarea{
    height: 150px;
    background-color: transparent;
    width: 95%;
    padding-left: 25px;
    padding-top: 25px;
    margin: 10px;
}

.send button{
    width: 96%;
    height: 50px;
    font-size: 18px;
}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .main{
    padding: 1rem;
    height: 115vh;
}

.main-pics{
    width: 30rem;
}

.main_text{
    margin-top: 3rem;
}

.main_text h1{
    font-size: 1.3rem;
}
.main-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_text p{
    font-size: 1rem;
}

.main_text button{
    width: 15rem;
    height: 2.5rem;
    border-radius: 3rem;
    background-color:rgb(31, 111, 165);
    font-weight: 600;
}

.main_text button a{
    font-size: 1rem;
}

.sec2{
    width: 100%;
    height: 5rem;
}

.sec2 .icon-page{
    margin-top: -15rem;
    padding: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: -3rem;
    width: 50%;
    height: 100%;
}

.icon {
    margin: 10px;
}

.sec2 .fa-solid{
    font-size: 1.8rem;
    margin-top: -1rem;
    color:  rgb(27, 27, 135);
}

.sec2 .icon h2{
    font-size: 0.8rem;
    margin-top: 0.5rem;
    /* font-weight: bolder; */
    text-transform: capitalize;
    color: #4c4c4d;
}

.sec{
    width: 100%;
    height: 100vh;
   padding-top: 50px;
}

.sec3{
    padding: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec3_text{
    padding: 1rem;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.sec h1{
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 20px;
}

.sec3_text p{
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 200;
}

.sec3_image img{
    margin-left: 0rem;
    margin-top: 1rem;
    width: 30rem;
}

.sec4{
    width: 100%;
    height: 130vh;
    padding: 2rem;
}

.sec4-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec4_text{
    width: 100%;
    margin: 0rem;
    padding: 1rem;
}

.sec4_text h1{
    font-size: 1.5rem;
}

.sec4_text  p{
    margin-top: 1.5rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.sec4_image{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
}
.sec4_image img{
    width: 14rem;
    height: 10rem;
    margin: 0.3rem;
}

.sec5{
    height: 100vh;
    padding: 0.5rem;
    padding-top: 0.5rem;
}
.sec5_text{
    margin: 1rem;
    padding: 1rem;
}

.sec5_text h1{
    font-size: 1.5rem;
}
.sec5_text  p{
    margin-top: 1rem;
}
 .contact{
    width: 100%;
    height: 150vh;
    padding-top: 2rem;
    padding: 0px;
}


.contact-us{
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 0rem;
    padding-top: 90px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.cont{
    width: 100%;
    color: #050505;
    padding: 0px;
}

.cont h2{
    font-size: 40px;
    margin: 10px;
}

.cont p{
    font-size: 15px;
}

 .send{
    width: 100%;
    padding: 5px;
    height: 100%;
}

.send h3{
    font-size: 30px;
    text-transform: capitalize;
    margin: 10px;
}

.send input{
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
}

.send button{
    width: 96%;
    height: 50px;
    font-size: 18px;
}
}

@media only screen and (min-width: 769px) and (max-width: 1120px) {
      .main{
    padding: 1rem;
    height: 115vh;
}

.main-pics{
    width: 30rem;
}

.main_text{
    margin-top: 3rem;
}

.main_text h1{
    font-size: 1.3rem;
}
.main-body{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_text p{
    font-size: 1rem;
}

.main_text button{
    width: 15rem;
    height: 2.5rem;
    border-radius: 3rem;
    background-color:rgb(31, 111, 165);
    font-weight: 600;
}

.main_text button a{
    font-size: 1rem;
}

.sec2{
    width: 100%;
    height: 5rem;
}

.sec2 .icon-page{
    margin-top: -15rem;
    padding: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: -3rem;
    width: 50%;
    height: 100%;
}

.icon {
    margin: 10px;
}

.sec2 .fa-solid{
    font-size: 1.8rem;
    margin-top: -1rem;
    color:  rgb(27, 27, 135);
}

.sec2 .icon h2{
    font-size: 0.8rem;
    margin-top: 0.5rem;
    /* font-weight: bolder; */
    text-transform: capitalize;
    color: #4c4c4d;
}

.sec{
    width: 100%;
    height: 100vh;
   padding-top: 50px;
}

.sec3{
    padding: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec3_text{
    padding: 1rem;
    text-align: center;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.sec h1{
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 20px;
}

.sec3_text p{
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 200;
}

.sec3_image img{
    margin-left: 0rem;
    margin-top: 1rem;
    width: 30rem;
}

.sec4{
    width: 100%;
    height: 100vh;
    padding: 2rem;
}

.sec4-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sec4_text{
    width: 100%;
    height: 20rem;
    margin: 0rem;
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec4_text h1{
    font-size: 1.5rem;
}

.sec4_text  p{
    margin-top: 1.5rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.sec4_image{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
    /* justify-content: center; */
}
.sec4_image img{
    width: 14rem;
    height: 10rem;
    margin: 0.3rem;
    border-radius: 1rem;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.sec5{
    width: 100%;
    height: 60vh;
    padding: 0.5rem;
    padding-top: 0.5rem;
}
.sec5_text{
    margin: 1rem;
    padding: 1rem;
}

.sec5_text h1{
    font-size: 1.5rem;
}
.sec5_text  p{
    margin-top: 1rem;
}
 .contact{
    width: 100%;
    height: 150vh;
    padding-top: 2rem;
    padding: 0px;
}


.contact-us{
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 0rem;
    padding-top: 90px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.cont{
    width: 100%;
    color: #050505;
    padding: 0px;
}

.cont h2{
    font-size: 40px;
    margin: 10px;
}

.cont p{
    font-size: 15px;
}

 .send{
    width: 100%;
    padding: 5px;
    height: 100%;
}

.send h3{
    font-size: 30px;
    text-transform: capitalize;
    margin: 10px;
}

.send input{
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
}

.send button{
    width: 96%;
    height: 50px;
    font-size: 18px;
}
}
