* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* //////////////////////////////////////////   SEC 1   ///////////////////////////////////////// */
.header {
  width: 100%;
  height: 40px;
  background-color: black;
  position: fixed;
  z-index: 2;
  opacity: 0.7;
}
.header img {
  height: 40px;
  width: 200px;
  margin-left: 150px;
  float: left;
}
.nav {
  list-style: none;
  float: right;
  margin-right: 130px;
}
.home {
  font-size: 20px;
}
.nav a li {
  display: inline-block;
  padding-top: 10px;
  margin-left: 15px;
  color: #ff0000;
}
.nav a li:active {
  color: blue;
}
/* //////////////////////////////////////////   SEC 2   ///////////////////////////////////////// */
.sec2 {
  width: 100%;
  height: 100vh;
  background-image: url(../imgs/sec2\ image.jpg);
  position: relative;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.content {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.title1 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
}
.p1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 70px;
}
.btn {
  padding: 12px;
  background-color: antiquewhite;
  border: 0;
  border-radius: 5px;
  margin-right: 12px;
  margin-top: 30px;
  text-transform: capitalize;
  font-size: 15px;
}
.btn2 {
  background-color: blue;
}
.btn:hover {
  opacity: 0.5;
}
.btn2:hover {
  color: #fff;
}
/* //////////////////////////////////////////   SEC 3   ///////////////////////////////////////// */
.parent {
  width: fit-content;
  margin: auto;
}
.sec3-title {
  text-align: center;
  padding-top: 150px;
  text-transform: capitalize;
  font-size: 50px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.line {
  width: 150px;
  height: 3px;
  background-color: brown;
  margin-left: auto;
  margin-bottom: 80px;
  margin-right: 30px;
}
.welcome {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.divwel {
  margin-left: 3%;
  text-align: center;
  float: left;
  border: 2px solid rgb(223, 178, 178);
  width: 30%;
  height: 300px;
  position: relative;
  padding-right: 10px;
  background-color: #fff4f4;
  z-index: 1;
}
.icn {
  text-align: center;
  font-size: 60px;
  color: #6195ff;
  padding: 30px;
}
.head1 {
  text-align: center;
  color: brown;
  line-height: 50px;
  text-transform: capitalize;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.wel {
  padding: 10px;
  line-height: 30px;
}
.link {
  text-decoration: none;
  color: brown;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
}
.p2 {
  font-size: 12px;
}
.divwel::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 1;
  transition: 0.2s;
  z-index: -1;
}
.divwel:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.divwel:hover .head1 {
  color: #fff;
}
.divwel:hover .wel {
  color: rgb(179, 176, 176);
}
.divwel:hover .link {
  color: #6195ff;
}
/* //////////////////////////////////////////   SEC 4   ///////////////////////////////////////// */
.sec4 {
  margin-top: 50px;
  background-color: #dee4f0;
}
.sec4-header {
  text-align: center;
  padding-top: 60px;
  text-transform: capitalize;
  font-size: 50px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.sec4-line {
  width: 50px;
  height: 3px;
  background-color: brown;
  margin: auto;
  margin-bottom: 50px;
}
.items {
  width: 80%;
  overflow: auto;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.sec4-item {
  position: relative;
  margin-left: 2.5%;
  float: left;
  width: 30%;
  background-color: #fff4f4;
  border-radius: 20px;
}
.sec4-item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.sec4-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  border-radius: 20px;
}
.sec4-item-title {
  text-align: center;
  color: #fff;
  padding-top: 37%;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.sec4-item-p {
  text-align: center;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.sec4-overlay i {
  text-align: center;
  font-size: 30px;
  margin: 15px;
  color: #6195ff;
}
.sec4-item:hover .sec4-overlay {
  visibility: visible;
  transition: 2s;
  opacity: 1;
}
/* //////////////////////////////////////////   SEC 5   ///////////////////////////////////////// */
.sec5 {
  display: inline-block;
  /* margin-bottom: 40px; */
  margin: auto;
}
.sec5-parent-item {
  width: 80%;
  height: fit-content;
  margin: auto;
}
.sec5-title {
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 120px;
}
.sec5-line {
  width: 50px;
  height: 3px;
  background-color: brown;
  margin: auto;
  margin-bottom: 60px;
}
.sec5-item {
  width: 30%;
  height: 190px;
  margin-left: 2.5%;
  border: 2px solid rgb(223, 178, 178);
  padding: 15px;
  padding-top: 30px;
  float: left;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.sec5-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 1;
  transition: 0.3s;
  z-index: -1;
}
.sec5-item:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sec5-item i {
  float: left;
  font-size: 40px;
  color: #4d87fc;
  margin-left: 15px;
  margin-top: -5px;
}
.sec5-item-titel {
  text-align: center;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: brown;
  text-transform: capitalize;
}
.sec5-item-p {
  font-size: 18px;
  padding-top: 20px;
  color: #333;
}
.sec5-item:hover .sec5-item-titel {
  color: #fff;
  transition: 0.3s;
}
.sec5-item:hover .sec5-item-p {
  color: rgb(163, 161, 161);
}
/* //////////////////////////////////////////   SEC 6   ///////////////////////////////////////// */
.sec6 {
  display: inline-block;
  margin: auto;
}
.sec6-header {
  width: fit-content;
}
.sec6-title {
  font-size: 50px;
  color: #333;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-left: 40px;
  margin-top: 80px;
}
.sec6-line {
  width: 53px;
  height: 4px;
  background-color: brown;
  margin-left: auto;
  margin-bottom: 20px;
}
.sec6-parent {
  margin-bottom: 80px;
}
.sec6-parent img {
  direction: right;
  width: 560px;
  height: 470px;
  margin-left: 70px;
  border-radius: 20px;
  margin-top: -100px;
}
.sec6-content {
  width: 50%;
  height: fit-content;
  font-size: 20px;
  float: left;
}
.sec6-p1 {
  padding: 15px;
  font-size: 22px;
}
.sec6-content-2 {
  width: 98%;
  height: fit-content;
}
.sec6-icn {
  float: left;
  margin-left: 50px;
  color: green;
  margin-top: 15px;
}
.sec6-p2 {
  width: fit-content;
  margin-left: 95px;
  margin-bottom: 15px;
}
.sec6-btn {
  margin-right: 250px;
  padding-top: 15px;
}
.radio-btn {
  float: right;
  margin-right: 15px;
  text-align: center;
  color: #fff4f4;
  margin-bottom: 15px;
}
.sec6-btn:hover {
  color: #000000;
}
/* //////////////////////////////////////////   SEC 7   ///////////////////////////////////////// */
.sec7 {
  background-image: url(../imgs/sec7/sec.jpeg);
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 200px;
}
.sec7-overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.sec7-content {
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec7-overlay-content {
  width: 20%;
  margin-left: 4%;
  float: left;
}
.sec7-overlay-content i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #3884bc;
  text-transform: capitalize;
}
.sec7-overlay-title {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 40px;
  color: #dad8d8;
  text-transform: capitalize;
}
.sec7-overlay-p {
  text-align: center;
  color: #d3d3d3;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  text-transform: capitalize;
}
/* //////////////////////////////////////////   SEC 8   ///////////////////////////////////////// */
.sec8 {
  margin-bottom: 100px;
}
.sec8-parent {
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}
.sec8-title1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
}
.sec8-line {
  width: 70px;
  height: 3px;
  background-color: brown;
  margin: auto;
  margin-top: -20px;
}
.sec8-div-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #da7b74;
  opacity: 0;
  z-index: -1;
}
.sec8-div-content:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.5s;
}
.sec8-div-content {
  width: 30%;
  height: fit-content;
  position: relative;
  background-color: white;
  border: 2px solid #da7b74;
  margin-left: 2.5%;
  margin-top: 50px;
  float: left;
  z-index: 0;
}
.sec8-title2 {
  text-align: center;
  color: #524542;
  margin: 40px;
  font-size: 40px;
}
.sec8-divin {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #da7b74;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}
.sec8-price1 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 45px;
  margin-top: 10px;
  color: brown;
}
.sec8-price2 {
  font-weight: bold;
}
.sec8-P1 {
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #524542;
  text-align: center;
  line-height: 25px;
}
.sec8-btn {
  color: #524542;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec8-div-content a {
  text-decoration: none;
  font-size: 18px;
  font-style: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #3884bc;
}
/* //////////////////////////////////////////   SEC 9   ///////////////////////////////////////// */
.sec9 {
  width: 100%;
  height: 350px;
  background-image: url(../imgs/sec9/b\ g.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin-top: 700px;
  margin-bottom: 100px;
}
.sec9-overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.sec9-parent {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec9-parent-item1 {
  width: 40%;
  margin-left: 9%;
  float: left;
}
.sec9-parent-item1 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
}
.sec9-title {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 25px;
  padding-top: 20px;
  margin-left: 130px;
}
.sec9-p1 {
  color: #6abbf5;
  text-align: left;
  text-transform: capitalize;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  padding-top: 10px;
  margin-left: 130px;
  margin-bottom: 20px;
}
.sec9-p2 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  padding-top: 10px;
}
/* //////////////////////////////////////////   SEC 10   ///////////////////////////////////////// */
.sec10 {
  margin: auto;
}
.sec10-header {
  margin-bottom: 80px;
}
.sec10-title1 {
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
}
.sec10-line {
  width: 50px;
  height: 3px;
  background-color: brown;
  margin: auto;
}
.sec10-container {
  width: 80%;
  margin-left: 10%;
  display: inline-block;
}
.sec10-item {
  float: left;
  background-color: #c2c4c2;
  width: 30%;
  padding: 14px 18px;
  text-align: center;
  margin-bottom: 200px;
  border-radius: 10px;
  margin-left: 3%;
}
.sec10-img {
  width: 90%;
  margin: auto;
  position: relative;
}
.sec10-img img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.sec10-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
}
.sec10-overlay::after {
  position: absolute;
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 0;

  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0;
  z-index: -1;
}
.sec10-overlay:hover::after {
  width: 100%;
  height: 99%;
  opacity: 0.5;
  transition: 0.5s;
}
.sec10-overlay a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #3884bc;
  margin-left: auto;
  font-size: 25px;
  color: #fff;
}
.sec10-overlay a i {
  border-radius: 10px;
  line-height: 40px;
}
.sec10-img:hover .sec10-overlay {
  visibility: visible;
  transition: 0.5s;
}
.sec10-info-title {
  text-transform: capitalize;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}
.sec10-info-p {
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 40px;
}
/* //////////////////////////////////////////   SEC 11   ///////////////////////////////////////// */
.sec11 {
  margin-top: -80px;
}
.sec11-head {
  text-align: center;
  font-size: 40px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.sec11-line{
  width: 90px;
  height: 3px;
  background-color: brown;
  margin-left: 51%;
  margin-bottom: 80px;
}
.sec11-content{
width: 80%;
margin: auto;
}
.sec11-item{
width: 30%;
margin-left: 3%;
float: left;
position: relative;
margin-bottom: 100px;

}
.sec11-img{
  display: inline-block;


}
.sec11-item::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 0;

  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0.3;
  z-index: -1;
}
.sec11-item:hover::after{
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.5s;
}
.sec11-img img{
  width: 80%;
  height: 200px;
  margin-bottom: 20px;  
margin: 10%;
}
.sec11-img i{
  float: left;
  color: #3884bc;
  margin-right: 10px;
  margin-left: 10px;
}
.sec11-p{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;

}
.sec11-title{
  color: #333;
  font-size: 20px;
  line-height: 40px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 10px;
  text-transform: capitalize;

}
.sec11-item-p{
  color: #333;
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 10px;
  text-transform: capitalize;


}
.sec11-item a{
  text-decoration: none;
  color: #0954ec;
  text-transform: capitalize;
  font-size: 20px;
text-align: center;
margin: 0 10px;

}
/* //////////////////////////////////////////   SEC 12   ///////////////////////////////////////// */
.footer{
  margin-top: 600px;
  width: 100%;
  height: 300px;
  background-color: #333;
}
.footer img{
  width: 35%;
  height: 100px;
  margin-left: 33%;
  margin-top: 40px;
  margin-bottom: 10px;
}
.footer-icn{
  
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6195ff;
  padding-top: 11px;
  position: relative;
  z-index: 1;

}
.footer-icn a{
  text-decoration: none;
  color: #fff;
}
.icon::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background-color: #0954ec;
  opacity: 1;
  z-index: -1;
  border-radius: 50%;

}
.icon:hover::after{
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.2s;
}
.footer-p{
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 40px;
  text-transform: capitalize;
}
.footer-p a{
  color: #0954ec;
  font-size: 17px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
}
