:root {
  --bg: #082220;
  --grey: rgba(246,249,240,.5);
}
@import url("https://fonts.googleapis.com/css2?family=Diplomata+SC&family=Gloock&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martel:wght@200;300;400;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Diplomata+SC&family=Gloock&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martel:wght@200;300;400;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Diplomata+SC&family=Gloock&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martel:wght@200;300;400;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.spacing{
  margin: 20px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.header-font {
  font-family: "Signika";
}

.italic-font {
  font-family: "Courgette";
}
nav {
  width: 98%;
  height: 75px;
  background-color: var(--bg);
  line-height: 75px;
  padding: 0.5px 4rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
}

nav .logo {
  float: left;
}

nav .logo p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
}

nav ul {
  float: right;
}

nav ul li {
  list-style: none;
  display: inline-block;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 20px;
}

nav ul li a:hover {
  color: white;
}

nav ul .active {
  color: white;
}

.checkbtn {
  color: white;
  font-size: 25px;
  cursor: pointer;
  float: right;
  display: none;
}

#check {
  display: none;
}

@media screen and (max-width: 990px) {
  nav {
    padding: 0px 50px;
  }
  .checkbtn {
    display: block;
  }
  nav .logo p {
    font-size: 30px;
  }
  nav ul {
    width: 100%;
    height: 100vh;
    background-color: var(--bg);
    position: fixed;
    top: 75px;
    left: -100%;
    text-align: center;
    transition: 0.4s ease;
  }
  nav ul li {
    display: block;
    margin: 60px 0px;
    line-height: 20px;
  }
  #check:checked ~ ul {
    left: 0;
    z-index: 100000000;
  }
}

/*START hero section*/
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("images/hero-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-text {
  color: white;
  text-align: center;
}

.hero-text h1 {
  font-size: 9.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 0.6;
}

.hero-text p {
  font-size: 6rem;
  font-weight: 20px;
  margin: 0;
  padding: 0;
}
/*END hero section*/

/*START stat section*/
.stats {
  background: var(--bg);
  color: white;
  z-index: 10000000;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.stats  h1 {
    font-size: .8rem;
    text-transform: uppercase;
    border-right: 1px solid var(--grey);
}

.stats h1  span {
    font-size: .7rem;
    display: block;
    color: var(--grey);
    padding: .4rem 0;
}
.rotate{
    transform: rotate(270deg);
}
.over-text{
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    width: 60%;
    color: white;
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    font-size: 20px;
}
.btn{
  background-color: white;
  /* color: white; */
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 10px 40px 10px 40px;
  color: green;
  border-color: #7a9ea4;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: .3em;
  font-size: 12px;
  font-family: "Engravers Gothic W01 Regular";
  font-weight: 400;
  font-style: normal;
    
}
.card-body{
    position: relative;
}
.btn-primary{
    background: var(--bg);
    color: white;
}

/*---Skewed Text with images start---*/
.skewed-body{
  margin: 0;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

 .skewed{
  width: 80em;
  color: #f1f1f1;
  display: flex;
  background: #f8f8f8;
  margin: 2em 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
 }

 .skewed-text{
  padding: 1.5em;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
 }

 .skewed-image{
  width: 50%;
  height: 17em;
  position: relative;
  overflow: hidden;
 }

 .skewed-image::before{
  content: '';
  position: absolute;
  left: -6.1em;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  background: #f8f8f8;
  width: 40%;
  height: 140%;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
 }

 .skewed-left .skewed-image::before{
  transform: translateY(-50%) rotate(-20deg);
  left: initial;
  right: -6.1em;
 }

 .img-skewed{
  width: 140%;
 }

 @media screen and (max-width: 750px){
  .skewed{
    display: block;
    width: 20em;
  }
  .skewed-image, .skewed-text{
    width: 100%;
  }
  .img-skewed{
    width: 160%;
  }

  .skewed .skewed-image::before{
    width: 120%;
    height: 40%;
    top: -5em;
    left: 50%;
    transform: translateY(-50%) rotate(10deg);
  }

  .skewed-left .skewed-image::before{
    transform: translate(-50%) rotate(-10deg);
    top: initial;
    bottom: -5em;
  }
}
/*---Skewed Text with images End---*/



/* Footer Styles */
.footer-container {
  max-width: 1170px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style: none;
  padding: 0;
}

.footer {
  background-color: var(--bg);
  padding: 50px 0;
  text-align: center;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.social-links a {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 20px;
  }
  .social-links {
    text-align: center;
  }
}

@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
  .footer-col ul li a {
    font-size: 12px;
  }
}



.btn-primary:hover{
    background: var(--bg);
}
/*END stat section*/

/*ABOUT US section*/
.mt80 {
  margin-top: 90vh;
  margin-bottom: 10rem;
}
.about-img {
  height: 400;
  width: 500;
}

.about-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 120%;
  font-weight: 400;
}
.pr-3{
    padding-right: 3rem;
}

/*ABOUT US section end*/

/*blog section*/
#blog{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  border-bottom: 1px solid var(--bg);
}

.blog-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.blog-heading span{
  color: var(--bg);
}

.blog-heading h3{
  font-size: 2.4rem;
  color: var(--bg);
  font-weight: 600;
}

.blog-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  flex-wrap: wrap;
}

.blog-box{
  width: 350px;
  background-color: #fff;
  border: 1px solid #ececec;
  margin: 20px;
}

.blog-img{
  width: 100%;
  height: auto;
}

.blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-text{
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.blog-text span{
  color: var(--bg);
  font: 0.9rem;
}

.blog-text .blog-title{
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--bg);
  text-decoration: none;
}

.blog-text .blog-title:hover{
  color: black;
  transition: all ease 0.3s;
}

.blog-text p{
  color: #9b9b9b;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0px;
}

.blog-text a{
  color: black;
  text-decoration: none;
}

.blog-text a:hover{
  color: var(--bg);
  transition: all ease 0.3s;
}

@media (max-width: 1250px) {
  .blog-box{
    width: 300px;
  }
}
@media (max-width: 1100px) {
  .blog-box{
    width: 70%;
  }
}
@media (max-width: 550px) {
  .blog-box{
    margin: 20px 10px;
    width: 100%;
  }
  #blog{
    padding: 20px;
  }
}

/*blog end*/

/*START action section*/
.action-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/hero-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.action-text {
  color: white;
  text-align: center;
}

.action-text h1 {
  font-size: 9.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 0.6;
}

.action-text p {
  font-size: 6rem;
  font-weight: 20px;
  margin: 0;
  padding: 0;
}
/*END action section*/


/*Start subscribe section*/
.subscribe-container{

  padding: 100px 40px;
  text-align: center;
  color: var(--bg);
  margin-bottom: 30px;
}

.subscribe-container p{
  max-width: 600px;
  margin: 40px auto;
  font-size: 15px;
  font-weight: 300;
}

.email-box{
  height: 40px;
  display: flex;
  justify-content: center;
}

.email-box i{
  background: var(--bg);
  width: 40px;
  line-height: 40px;
}

.tbox,.subscribe-btn{
  border: none;
  outline: none;
}

.tbox{
  width: 0px;
  transition: 0.6s;
}

.email-box:hover > .tbox,.tbox:focus{
  width: 260px;
  padding: 0 10px;
}

.subscribe-btn{
  background: var(--bg);
  color: white;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
}

/*End subsribe section*/

/*--New About Section styling--*/
.about_2-left h2{
  transform: rotate(270deg);
  text-align: center;
  margin-top: 89px;
}

.about_2-left,
.about_2-middle,
.about_2-right {
    flex-basis: 30%;
    padding: 1.6rem;
}

.btn_about {

    background-color: #4CAF50;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    margin: 2rem 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

/* Process Section */


.row_process {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
    margin: auto;
}

.section_process {
    padding: 100px 0;
}







/* Process Section */
.process .row_process {
    justify-content: center;
}

.process-content {
    margin-top: 100px;
}

.progress-bar {
    width: 80%;
    height: 2px;
    background-color: #222;
    margin: auto;
    position: relative;
}

.progress-bar .c1,
.progress-bar .c2,
.progress-bar .c3 {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #222;
    position: absolute;
}

.progress-bar .c1 {
    top: -8px;
    left: 50px;
}

.progress-bar .c2 {
    top: -8px;
    left: 50%;
}

.progress-bar .c3 {
    top: -8px;
    right: 50px;
}


.box1,
.box2,
.box3 {
    padding: 1.8rem;
}

.process .box2 {
    text-align: center;
}

.process .box3 {
    text-align: right;
}

.process-content h2 {
    color: #4CAF50;
}









/* Media Queries */

@media only screen and (max-width:768px) {

    .row{
        flex-direction: column;
    }


    .progress-bar{
        display: none;
    }
    .process-content{
        margin-top: 20px;
    }
    .process .box1,
    .process .box2,
    .process .box3{
        text-align: center;
    }

   
}
/*--New About Section styling END--*/


/*----ENTIRE WEBSITE RESPONSIVENESS----*/
@media (max-width: 550px) {
  nav .logo p{
    font-size: 12px;
  }
  .checkbtn{
    margin-right: 15px;
  }
  .hero-text h1{
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 0.6;
  }
  .hero-text p{
    font-size: 2rem;
  }

  .rotate{
    margin-bottom: 36px;
    margin-top: -182px;
    transform: rotate(359deg);
  }

  .img-fluid{
    margin-bottom: 60px;
  }

  .blog{
    display: inline-block;
    text-align: center;
  }

  .blog-heading h3{
    font-size: 1.4rem;
    color: var(--bg);
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    text-align: center;
    margin-top: 12px;
  }

  nav ul{
    width: 45%;
    height: 52vh;
    top: 58px;
  }

}

/* Add CSS for a more creative design */

.action-image {
  background-image: url("images/nwBackground.png"); /* Add a background image */
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.action-text {
  background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.action-text h1 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}

.action-text p {
  font-size: 1.5rem;
  color: #666;
}

.btn-Action {
  background-color: #ff6f61;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
  margin-top: 20px;
  cursor: pointer;
}

/* Add media query for mobile responsiveness */
@media (max-width: 768px) {
  .action-text {
    background-color: rgba(255, 255, 255, 0.9); /* Lighter background for mobile */
  }

  .action-text h1 {
    font-size: 1.5rem;
  }

  .action-text p {
    font-size: 1.2rem;
  }

  .btn {
    padding: 8px 16px;
    font-size: 1.2rem;
    margin-top: 10px;
  }
}



/*-----Styling for new edits required by Mam---*/
.centered-section {
  max-width: 800px; /* Set the maximum width of the section */
  margin: 0 auto; /* Center the section horizontally */
  text-align: center; /* Center the text horizontally */
}
.centered-section h2 {
  font-size: 36px; /* Set the font size of the heading */
  margin-bottom: 20px; /* Add some space below the heading */
}
.centered-section h1 {
  font-size: 36px; /* Set the font size of the heading */
  margin-bottom: 20px; /* Add some space below the heading */
}
.centered-section p {
  font-size: 18px; /* Set the font size of the text */
}

/*-----Styling for div with image and content side by side-----*/
.second-centered-section {
  max-width: 800px; /* Set the maximum width of the section */
  margin: 0 auto; /* Center the section horizontally */
  display: flex; /* Use flexbox to position the content and image */
  justify-content: center; /* Center the flex items horizontally */
  align-items: center; /* Center the flex items vertically */
}
.second-content {
  flex: 1; /* Set the content div to take up 1/2 of the available space */
  text-align: left; /* Align the text to the left */
  padding-right: 20px; /* Add some space between the text and image */
}
.second-content h2 {
  font-size: 36px; /* Set the font size of the heading */
  margin-bottom: 20px; /* Add some space below the heading */
}
.second-content p {
  font-size: 18px; /* Set the font size of the text */
}
.second-image {
  flex: 1; /* Set the image div to take up 1/2 of the available space */
  text-align: right; /* Align the image to the right */
}
.second-image img {
  max-width: 100%; /* Make sure the image doesn't overflow its container */
}

/*-----Styling for image with scroll effect----*/
.full-width-section {
  width: 100%; /* Set the width of the section to fill the page */
  height: 80px; /* Set the height of the section to fill the viewport */
  /* overflow-x: hidden; Hide the horizontal scrollbar */
}
.image-wrapper {
  width: 200%; /* Set the width of the image wrapper to be twice the width of the section */
  height: 80px; /* Set the height of the image wrapper to be the same as the section */
  position: relative; /* Make the wrapper position:relative to position the image absolutely */
}
.image-wrapper img {
  position: absolute; /* Position the image absolutely within the wrapper */
  width: 1800px; /* Make the image fill the width of the wrapper */
  height: 700px;
}


.fa-heart:before {
  content: "\f004";
  margin-left: -200px;
}
/*--About Slider Section For Image Start--*/

@media (max-width: 768px) {
  .action-image {
    max-width: 100%;
  }
}

/*--Animate Hero Section--*/
@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-text {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInText 1s ease-in-out;
  animation-fill-mode: forwards;
}

/*--Nav bar Drop Down--*/

/* Initially hide the submenu */
/* Adjust the submenu width */
.submenu {
  display: none;
  position: absolute;
  list-style: none;
  background-color: var(--bg);
  padding: 10px;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 200px; /* Adjust this width to your preference */
  white-space: normal; /* This allows text to wrap to the next line if necessary */
}

/* Show the submenu when the parent list item is hovered */
.dropdown:hover .submenu {
  display: block;
}

/* Adjust the submenu width and text size for "OUR OFFERING +" */
li.dropdown:hover .submenu {
  width: 250px; /* Adjust the width as needed */
  white-space: normal; /* Allow text to wrap */
}

.smaller-text {
  font-size: 10px; /* Adjust the font size as needed */
  line-height: 0.2; /* Adjust the line height for tighter spacing */
}



/* Style the main menu and submenu items */
.menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.menu li {
  position: relative;
  cursor: pointer;
}

.menu a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    align-items: center;
  }

  .submenu {
    position: static;
  }

  .dropdown:hover .submenu {
    display: block;
    position: static;
  }

  .checkbtn {
    display: block;
    cursor: pointer;
  }

  .checkbtn i {
    font-size: 30px;
  }

  #check:checked + ul .submenu {
    display: block;
    position: static;
  }
}

