@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@font-face {
  font-family: mad;
  src: url("../fonts/mad.ttf");
}

::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-track {
    background-color: #31414C;
    border-radius: 2px;
  }
  ::-webkit-scrollbar-thumb {
    background: #FFC119;
  }
  
  ::-moz-scrollbar {
    width: 12px;
  }
  ::-moz-scrollbar-track {
    background-color: #31414C;
    border-radius: 2px;
  }
  ::-moz-scrollbar-thumb {
    background: #FFC119;
  }
  
  html {
    scroll-behavior: smooth;
  }

  html body {
    margin: 0px;
    padding: 0px;
    background-color: #393F3E;
  }

.navprat{
background-color: #393F3E;
height: 65px;
position: fixed;
z-index: 999;
width: 100%;
}

.navlink{
text-decoration: none;
color: white;
list-style-type: none;
border-bottom: 3px solid #D94452;
transition: border-bottom 0.5s;
float: right;
margin-right: 30px;
margin-top: 20px;
margin-bottom: 20px;
letter-spacing: 1px;
}

.navlink:hover{
color: white;
border-bottom: 3px solid white;
}

.navlink-right{
  background-color: #D4D4D4;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  position: relative;
  top: 15px;
  text-decoration: none;
  margin-right: 50px;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: background-color 0.5s;
}

.navlink-right:hover{
background-color: #D94452;
color: white;
}

.navprat li{
  display: inline;
}

.main{
  height: 100vh;
  background: url('../images/4.png');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

footer{
  padding: 15px;
  border-radius: 20px 0px 0px;
  background-color: #BCBCBC;
  height: 80px;
  color: white;
}

.fa {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  padding-right: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin-right:20px;
  border-radius: 50%;
}

footer .fa{
  float: left;
}

.fa:hover {
    opacity: 0.7;
}


.fa-instagram:hover {
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  color: white;
}

.fa-instagram {
  background: #393F3E;
  color: white;
  transition: background-color 0.5s;
}

.fa-linkedin {
  background: #393F3E;
  color: white;
  transition: background-color 0.5s;
}

.fa-facebook {
  background: #393F3E;
  color: white;
  transition: background-color 0.5s; 
}

.fa-facebook:hover {
  background: #3B5998;
  color: white;
}

.fa-linkedin:hover {
  background: #007bb5;
  color: white;
}

.footer-in{
  float: right;
  top: 13px;
  margin-right: 50px;
  position: relative;
}

footer{
  text-align: center;
}

.footer-out{
  position: relative;
  top: 13px;
}

.footer-in-out{
  position: relative;
  top: 5px;
}

.imj{
  position: relative;
  top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.p1{
  font-family: 'Playfair Display', serif;
  letter-spacing: 4px;
  font-size: 60px;
  font-weight: bold;
}

.p2{
  font-family: mad;
  font-size: 25px;
  letter-spacing: 2px;
}

.main-in{
  padding-top: 13%;
  text-align: right;
  margin-right: 100px;
}

.heading{
  background-color: white;
  padding: 10px;
}

.heading-in{
  position: relative;
  font-weight: bold;
  top: -60px;
  width: 300px;
  background-color: white;
  color: #393F3E;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
}


/*--About US--*/

.main-2{
  background-color:#BCBCBC;
  padding: 50px;
}

.main-2 h1{
  text-align: center;
  font-family: 'butler';
  color:#393f3e;
  font-size: 50px;
  letter-spacing: 3px;
}

.col-sm{
  background-color:#fe4557;
  margin-left: 3%;
  margin-right: 3%;
}

#two{
   background-color:#393f3e;
}

.img-wrap{
   margin: 20px;
   margin-top: 30px;
}

.main-2 p{
  padding: 10px;
  letter-spacing: 1px;
  font-family: mad;
  color: white;
}

.prajit{
   width: 100%;
}

.button13{
   background-color: #393f3e;
   margin-left: 10px;
   color:white;
   padding-right: 20px;
   padding-left: 20px;
   letter-spacing: 2px;
   padding-top: 7px;
   padding-bottom: 7px;
   border: none;
   transition: background-color 0.5s;
   box-shadow: 0 3px 6px 2px rgba(0,0,0,0.5);
}

.main-2 h3{
  font-family: 'butler';
   font-size: 45px;
   padding: 10px;
   letter-spacing: 1px;
}

.container{
  font-family: 'butler';
}

.button2{
   background-color:#fe4557;
   margin-left: 10px;
   color:white;
   padding-right: 20px;
   padding-left: 20px;
   letter-spacing: 2px;
   padding-top: 7px;
   padding-bottom: 7px;
   border: none;
   transition: background-color 0.5s;
   box-shadow: 0 3px 6px 2px rgba(0,0,0,0.5);
}

.button2:hover{
  background-color: white;
  color: #393f3e;
}

.button13:hover{
  background-color: white;
  color: #fe4557;
}

.left-arrow{
position: relative;
top: 340px;
color: #FFC119;
}

.right-arrow{
  position: relative;
  top: -440px;
  float: right;
  color: #FFC119;
}

.imjk{
  border-radius: 100%;
  height: 510px;
  width: 510px;
  top: -40px;
}

.main-3{
  background-size: cover;
  background-repeat: no-repeat;
  background: url('../images/backback.jpg');
  background-attachment: fixed;
  position: relative;
  padding-bottom: 100px;
  padding-right: 30px;
  padding-left: 30px;
}

.box{
  background-color: #fe4557;
  padding: 50px;
  margin-left: 180px;
  text-align: right;
}

.box p, .box h3{
  margin-right: 30px;
}

.box h3{
  font-family: 'Playfair Display', serif;
  letter-spacing: 4px;
  font-size: 60px;
  color: #393f3e;
  font-weight: bold;
}

.box p{
  font-family: mad;
  font-size: 20px;
  letter-spacing: 2px;
}

.btnprat{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 30px;
  margin-top: 20px;
  border: none;
  font-family: 'Playfair Display', serif;
  color: white;
  background-color: #393F3E;
  letter-spacing: 2px;
  transition: background-color 0.5s;
}

.btnprat:hover{
  background-color: white;
  color: #fe4557;
}