*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
body{
    background: #e8f0fd;
    color: #ffffff;
}
#header{
    width: 100%;
    height: 100vh;
    background-image: url(images/wallpaperflare.com_wallpaperpj.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container{
    padding: 10px 10%;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo{
    width: 200px;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin: 15px 30px;
}
nav ul li a{
    color:#000000;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    font-weight: bolder ;
}
nav ul li a::after{
    content: '';
    width: 0;
    height: 3px;
    background: #ff004f;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.2s;
}
nav ul li a:hover::after{
    width: 100%;
}
.header-text h1{
    font-size: 60px;
    margin-top: 180px;
    color: #fffffff8;
}
.header-text h1 span{
    color:  #000066;
}
.box h2 span{
    font-style:italic;
}                                              
.talkdirty{
    color: #1da85c;
    font-size: 16px;
    margin: center;
    margin-top: 80px;
}
.containerabout{
    width:500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.containerabout .box{
    position: relative;
    width: 1400px;
    background: #1da85c79;
    padding:100px 40px 60px;
    box-shadow: 0 15px 45px rgba(0,0,0,.1);
    margin-top: 100px;
    margin-left: 20px;
}
.containerabout .box h2 {
    position:relative;
    font-size: 1.5em;
    z-index: 2;
    color: #333;
    transition: 0.5s;
}
.containerabout .box p{
    position: relative;
    z-index: 2;
    color: #000000;
    transition: 0.2s;
}
#coochi{
    width: 100%;
    height: 100vh;
    background-image: url(images/bg12.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    
    
}
.about-text{
    color: #000000;
    font-size: 16px;
    margin: center;
    font-weight:bolder;
    margin-top: 60px;
}
.contact{
    min-height: 100vh;
    background-color: #e8f0fe;
    padding: 50px;
    text-align: center;
}
.containerx{
    max-width: 800px;
    margin: 0 auto;
}
.containerx h2{
    font-size: 60px;
    margin-bottom: 40px;
    color: #333;
    margin-top: 80px;
}
.contact-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.contact-form{
    text-align: left;
}
.contact-form h3{
    font-size: 24px;
    margin-bottom: 20px;
    color:#333;
}
.form-group{
    margin-bottom: 20px;
}
input, textarea{
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border:none;
    background-color: #f8f9fa;
    color: #333;
}
input:focus,
textarea:focus{
    outline: none;
    box-shadow: 0 0 8px #bbb;
}
button{
    display: inline-block;
    padding: 12px 24px;
    background-color: #00ff005e;
    color:#ffffff;
    border:none;
    cursor:pointer;
    font-weight: bold;
    border-radius: 20px;
    transition: scale 0.2 ease;
}
button:hover{
    background-color: #ff226d;
    scale: 1.07;
}
button:active{
    scale:0.95;
}
.mainbutton{
    display: inline-block;
    padding: 12px 24px;
    background-color: #00ff005e;
    color:#ffffff;
    border:none;
    cursor:pointer;
    font-weight: bold;
    border-radius: 20px;
    transition: scale 0.2 ease;
}
.mainbutton:hover{
    background-color: #ff226d;
    scale: 1.07;
}
.mainbutton:active{
    scale:0.95;
}
.dropdown-menu{
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    width: 360px;
    height: 0;
    background: 255, 255, 255, 0.1;
    backdrop-filter: blur(15px);
    border-radius: 13px;
    overflow: hidden;
    transition: height .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media(max-width:992px){
    .container .links,
    .container .mainbutton{
        display: none;
    }
    .container .toggle-button{
        display: block;
    }
    .dropdown-menu{
        display: block;
    }
}
.dropdown-menu.open{
    height: 310px;
}
.dropdown-menu li{
    padding:0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu .mainbutton{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
@media(max-width:576px){
    .dropdown-menu{
        left:2rem;
        width:unset;
    }
}
.contact-info{
    text-align: left;
}
.contact-info h3{
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}
.contact-info p{
    margin-bottom: 10px;
    color: #555;
}
.contact-info i {
    color: #4caf50;
    margin-right: 10px;
}
@media screen and(mas-width768px){
    .containerx{
        padding: 20px;
    }
    .contact-wrapper{
        grid-template-columns: 1fr;
    }
}
.talkdirty1{
    color: #1da85c;
    font-size: 14px;
    margin: center;
    margin-top: 90px;
}
#coochi1{
    width: 100%;
    height: 100vh;
    background-image: url(images/blue\ bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.containerabout1{
    width:1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}
.containerabout1 .box1{
    position: relative;
    width: 1400px;
    background: #1da85c88;
    padding:100px 40px 60px;
    box-shadow: 0 15px 45px rgba(0,0,0,.1);
    margin-top: 10px;
    margin-left: 20px;
}
.containerabout1 .box1 h2 {
    position:relative;
    font-size: 1.5em;
    z-index: 2;
    color: #333;
    transition: 0.5s;
}
.containerabout1 .box1 p{
    position: relative;
    z-index: 2;
    color: #000000;
    transition: 0.2s;
}
.containert{
    margin:20px 40px;
    color: rgb(0, 0, 0);
    background-image: url(images/blue\ bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1900px;
    flex-wrap: wrap;
}
.headingt{
    font-size: 30px;
    color: rgb(0, 0, 0);
    margin-top: 90px;
}
.headingt span{
    font-style: italic;
    font-size: 30px;
}
.profiles{
    display: 90px;
    justify-content: space-around;
    margin: 20px 80px;
}
.profile{
    flex-basis: 260px;
}
.profile .profile-img{
    height: 260px;
    width: 260px;
    border-radius: 50%;
    filter: grayscale(1%);
    cursor: pointer;
    transition: 400ms;
}
.user-name{
    margin-top: 30px;
    font-size: 25px;
    color: #1da85c;
}
.profile h5{
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 3px;
    color: #ff226d;
}
.profile p {
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
}
@media only screen and (max-width: 1150px){
    .profile{
        flex-direction: column;
    }
    .profile{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .profile p{
        text-align: center;
        margin: 20px 60px 80px 60px;
        font-size: 20px;
    }
}
@media only screen and (max-width:900px){
    .headingt{
        font-size: 40px;
        color:white;
        text-align: left;
    }
    .headingt span{
        font-size:15px;
    }
    .profiles{
        margin: 20px 0;
    }
    .profile p{
        margin: 20px 10px 80px 10px;
    }
}
.containerr{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 40px 0;
    background-image: url(images/blue\ bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.containerr .cardd{
    position: relative;
    width: 320px;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,0,0.05),
                inset -5px -5px 5px rgba(255,255,255,0.5),
                inset 5px 5px 5px rgba(0,0,0,0.05),
                -5px -5px 5px rgba(255,255,255,0.5);
    border-radius: 15px;
    margin: 30px;            
}
.containerr .cardd .boxx{
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #ebf5fc;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerr .cardd .boxx .content{
    padding: 20px;
    text-align: center;
}
.containerr .cardd .boxx .content h2{
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8em;
    color: rgba(204, 22, 22, 0.05);
    transition: 0.5s;
}
.containerr .cardd .boxx .content h2{
    color: rgba(0,0,0,0.05);
}
.containerr .cardd .boxx .content h3{
    font-size: 1.8em;
    color: #1da85c;
    z-index: 1;
    transition: 0.5s;
}
.containerr .cardd .boxx .content p{
    font-size: 1em;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.5s;
}
.containerr .cardd .boxx .content a{
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: #03a9f4;
    margin-top: 30px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0 10px 20px rgba(0,0,0,2);
}
#coochi2{
    width: 100%;
    height: 100vh;
    background-image: url(images/blue\ bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color:#1da85c62;
    padding: 4px 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: #03a9f4;
}
footer{
    background: #000000;
    height: 30px;
    width: 100vw;
    font-family: "Open Sans";
    padding-top: 40px;
    color: #e8f0fe;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    align-items: center;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #e8f0fe;
}
.socials a i{
    font-size: 1.1rem;
    transition:color .4s ease;
}
.socials a:hover i{
    color: #0bebdf;
}
.footer-bottom{
    background: #000000;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
}
.footer-bottom p span{
    font-style: italic;
    color: #0bebdf;
}
.mainbutton{
    color: #555;
    display: inline-block;
    padding: 9px 24px;
    background-color:none;
    border:none;
    cursor:pointer;
}
.mainbutton :hover{
        background-color: #6699FF;
}

.container .toggle-button{
    color: #ffa601;
    font-size: 1.5rem;
    cursor: pointer;
}
.row{
    width: 80%;
    max-width: 1170px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 30px;

}
.row .left{
    overflow: hidden;
}
.row .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row .right{
    display: flex;
    align-items: center;
}
.row .right .contentw{
    padding-left: 20px;
}
.row .right .contentw p{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
    color: #000000;
}
.row .right .contentw h1{
    color: #000000;
}
.row .right .contentw h2{
    color: #ff226d;
}
@media(max-width:991px){
    .row .right .contentw{
        padding-left: 0;
    }
}
@media(max-width:768px){
    .row{
        width: 90%;
        grid-template-columns: repeat 1fr;
        grid-gap: 50px 30px;
    }
}
.unolist{
    color: #000000;
}
@media(max-width:992px){
    .containert .links,
    .containert .mainbutton{
        display: none;
    }
    .containert .toggle-button{
        display: block;
    }
    .dropdown-menu{
        display: block;
    }
}
@media(max-width:992px){
    .containerr .links,
    .containerr .mainbutton{
        display: none;
    }
    .containerr .toggle-button{
        display: block;
    }
    .dropdown-menu{
        display: block;
    }
}
@media(max-width:992px){
    #coochi .links,
    .coochi .mainbutton{
        display: none;
    }
    .coochi .toggle-button{
        display: block;
    }
    .dropdown-menu{
        display: block;
    }
}
@media(max-width:992px){
    .contact .links,
    .contact .mainbutton{
        display: none;
    }
    .contact .toggle-button{
        display: block;
    }
    .dropdown-menu{
        display: block;
    }
}
@media(max-width:992px){
    #coochi .links,
    .coochi .mainbutton{
        display: none;
    }
    .coochi .toggle-button{
        display: block;
    }
    .dropdown-menu{
        display: block;
    }
}
@media(max-width:992px){
    #coochi1 .links,
    .coochi1 .mainbutton{
        display: none;
    }
    .coochi1 .toggle-button{
        display: block;
    }
    .dropdown-menu{
        display: block;
    }
}