/* Example Media Queries */

/* Small devices (phones, 600px and below) */
@media only screen and (max-width: 600px) {
    /* CSS rules specific to small devices */
    body {
        font-size: 14px; /* Example: Decrease font size for smaller screens */
    }
}

/* Medium devices (tablets, 600px to 992px) */
@media only screen and (min-width: 601px) and (max-width: 992px) {
    /* CSS rules specific to medium devices */
    .container {
        width: 90%; /* Example: Adjust container width for medium screens */
    }
}

/* Large devices (desktops, 992px and above) */
@media only screen and (min-width: 993px) {
    /* CSS rules specific to large devices */
    .container {
        width: 80%; /* Example: Adjust container width for large screens */
    }
}



/* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    position: relative;
    display:block;
    overflow: hidden;
}
.logo{
    margin-top: 10px;
}
span{
    color: red;
}
ul li{
    display: inline;
    padding: 20px;
}
ul{
    margin-top: -30px;
    text-align: end;
    /* background-color: aqua; */
    /* font-size: 20px;
    width: 100%;
    height: 30px;
    
}
a{
    margin-top: 20px;
    color: #000;
    text-decoration: none;
}
.main-home img{
    width: 100%;
    height: 720px;

} */ 



/* .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;

} */


*{
    padding: 0;
    margin: 0;
    font-family: 'josef sans-serif';
    box-sizing: border-box;
}
.hero{
    /* background-image: url(./pexels-moose-photos-1586973.jpg); */
    background-image: url(./nine-Photoroom.png-Photoroom.png);
  
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-left: 8%;
    padding-right: 8%;
}
.logo{
    color: white;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}
span{
    color: #f9004d;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    font-size: larger;
}
nav ul li a:hover{
    color: #f9004d;
    transition: .4s;
}
.content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
h1{
    color: white;
    margin: 10px 0px 10px;
    font-size: 55px;
}
h3{
    color: white;
    font-size: 25px;
    margin-bottom: 40px;
}
h4{
    color: white;
    letter-spacing: 2px;
    font-size: 20px;
}
.newslatter form{
    width: 380px;
    max-width: 100%;
    position: relative;
}
.newslatter form input:first-child{
    display: inline-block;
    width: 100%;
    padding: 14px 130px 14px 15px;
    border: 2px solid #f9004d;
    border-radius: 30px;    
}
.newslatter form input:last-child{
    position: absolute;
    display: inline-block;
    outline: none;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #f9004d;
    color: white;
    box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
    top: 8px;
    right: 6px;
}   

.About{
    width: 100%;
    padding: 100px 0px;
    background-color: black;
}
.About img{
    height: auto;
    width: 430px;
}
.About-text{
    width: 550px;
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.About-text h2{
    color: white;
    font-size: 75px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.About-text h5{
    color: white;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.About-text p{
    color: #fcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}
button{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}
button:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
} 

.Service{
    background-color: #101010;
    width: 100%;
    padding: 100px 0px;
}
.title h2{
    color: white;
    font-size: 75px;
    width: 1130px;
    margin: 30px auto;
    text-align: center;
}
.box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.card{
    height: 365px;
    width: 335px;
    padding: 20px 35px;
    background: #191919;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.card i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: #f9004d;
}

h5{
    color: white;
    font-size: 23px;
    margin-bottom: 15px;
}
.pra{
    color: #fcfc;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}
.card .button{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .4s;
}
.card .button:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
}
.contentus{
    width: 100%;
    height: 290px;
    background: #191919;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contentus p{
    color: white;
    font-size:30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.contentus .button-two{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}
.contentus .button-two:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;   
}

footer{
    position: relative;
    width: 100%;
    height: 400px;
    background: #101010;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer p:nth-child(1){
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;

}
footer p:nth-child(2){
    color: white;
    font-size:17px;
    width: 500px;
    text-align: center;
    line-height: 26px;
}
.social{
    display: flex;

}
.social a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9004d;
    border-radius: 50%;
    margin: 22px 10px;
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.social a:hover{
    transform: scale(1.3);
    transition: .3s;
}
.end{
    position: absolute;
    color: #f9004d;
    bottom: 35PX;
    font-size: 14px;

}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}