/* scrollbarr show option start */

::-webkit-scrollbar {
  display: none;
}

/* scrollbarr show option end */

/* default value section start */

* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding: 2rem;
  font-family: "Josefin Sans", sans-serif;
  box-sizing: border-box;
}

/* default value section end */

/*  heroSection start */

.hero {
  height: 100vh;
  width: 100%;
  background-image: url(../img/homepage-image.jpg);
  background-size: cover;
  background-position: center;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 45px;
  padding-left: 8%;
  padding-right: 8%;
}

.Iogo {
  color: white;
  font-size: 40px;
  letter-spacing: 1px;
  cursor: pointer;
}

.Iogo a {
  text-decoration: none;
  color: white;
}

span {
  color: #f9004d;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 30px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 25px;
}

nav ul li a:hover {
  color: #f9004d;
  transition: 0.4s;
}
nav ul li .home {
  color: #f9004d;
}

.btn {
  background-color: #f9004d;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 30px;
  transition: transform 0.4s;
}

.btn:hover {
  transform: scale(1.2);
}

.content {
  position: absolute;
  top: 60%;
  left: 8%;
  transform: translateY(-50%);
}

.content h1 {
  color: white;
  margin: 20px 0px 20px;
  font-size: 65px;
}

h3 {
  color: white;
  font-size: 30px;
  margin-bottom: 50px;
}
.content h3 span {
  color: #fff724;
}

h4 {
  color: #fcfc;
  letter-spacing: 2px;
  font-size: 20px;
}

.newslatter form {
  width: 380px;
  position: relative;
}

/* .newslatter form input:first-child {
  display: inline-block;
  width: 100%;
  padding: 14px 130px 14px 15px;
  
  
  
} */

.newslatter form #mail{

  width: 100%;
  font-size: 14px;
  border: 2px solid #f9004d;
  outline: none;
  border-radius: 30px;
  padding: 14px;
}


.newslatter form .button {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50% 50%;
  background-color: #f9004d;
  box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
  top: 5px;
  right: 7px;
  transition: transform 0.6s;
  cursor: pointer;
}

.newslatter form .button img{

  width: 27px;
  height:27px;
  opacity: 65%;

}


.newslatter form .button:hover{

   background-color: #f9004d;
}





/*  heroSection end */

/* About section start  */

.about {
  width: 100%;
  padding: 100px 0px;
  background-color: #191919;
}
.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;
}

.about-text button a {
  text-decoration: none;
  color: white;
}

button {
  background-color: #f9004d;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 13px 30px;
  border-radius: 30px;
  transition: 0.4s;
}

.more-btn{

  background-color: #f9004d;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 11px 25px;
  border-radius: 30px;
  transition: 0.4s;
  text-decoration: none;
  color: white;

}

.more-btn:hover{

  background-color: transparent;
  border: 2px solid #f9004d;
  cursor: pointer;

}


button:hover {
  background-color: transparent;
  border: 2px solid #f9004d;
  cursor: pointer;
}

/* About section end  */

/* service section start */

.service {
  background: #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;
  min-height: 400px;
}

.card {
  height: 475px;
  width: 335px;
  padding: 20px 35px;
  background: #191919;
  border-radius: 20px;
  margin: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.card lord-icon {
  
  text-align: center;
  margin: 20px 0px;
  
}

h5 {
  color: white;
  font-size: 23px;
  margin-bottom: 15px;
}

.pra p {
  color: #fcfc;
  font-size: 14.5px;
  line-height: 27px;
  margin-bottom: 25px;
}

.card .button {
  background-color: #f9004d;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 9px 22px;
  border-radius: 30px;
  transition: 0.4s;
}

.card .button:hover {
  background-color: transparent;
  border: 2px solid #f9004d;
  cursor: pointer;
}

/* service section end */

/* Contact Me start  */

.contact-me {
  width: 100%;
  height: 290px;
  background: #191919;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contact-me p {
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.contact-me .button-two {
  background-color: #f9004d;
  color: white;
  text-decoration: none;
  border: 2px solid transparent;
  font-weight: bold;
  padding: 9px 22px;
  border-radius: 30px;
  transition: 0.4s;
}

.contact-me .button-two:hover {
  background-color: transparent;
  border: 2px solid #f9004d;
  cursor: pointer;
}

/* Contact Me end  */

/* footer start */

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) {
  width: 500px;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: white;
}

.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;
  transition: 0.3s;
}

.social a:hover {
  transform: scale(1.3);
  transition: 0.3s;
}

.end {
  position: relative;
  top: 35px;
  color: #777;
  bottom: 35px;
  font-size: 18px;
  text-transform: capitalize;
}

/* footer end*/














  