*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sedan-regular {
    font-family: "Sedan", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .sedan-regular-italic {
    font-family: "Sedan", serif;
    font-weight: 400;
    font-style: italic;
  }

  .cormorant-garamond-light {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .cormorant-garamond-regular {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .cormorant-garamond-medium {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .cormorant-garamond-semibold {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .cormorant-garamond-bold {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .cormorant-garamond-light-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .cormorant-garamond-regular-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .cormorant-garamond-medium-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .cormorant-garamond-semibold-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .cormorant-garamond-bold-italic {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: italic;
  }

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

nav{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(0 0 0 / 9%) 0px 5px 15px;
}

.insideNav{
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navContent{
    width: 50%;
    margin: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navContent img{
    height: 4rem;
}

.navContent a{
    padding: 0.5rem;
    margin: 0.5rem;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #000000a9;
    font-weight: 500;
}

.navContent a:hover{
    color: #F29644;
}

.copyrightText {
  text-transform: uppercase;
  color: #00000096;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  word-spacing: 2px;
}

.ham{
  height: 1.5rem;
  cursor: pointer;
}

.firstSection{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ijij{
  display: flex;
  justify-content: center;
}

  img.iiiiii {
    height: 6rem;
    z-index: 1;
    position: absolute;
    margin: -6rem;
}

.insideFirstSection{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
}

img.mySlides{
  height: 100vh;
  width: 100%;
}

.mySlides1::before{
  content: "";
  position: absolute;
  top: 5.2rem;
  height: 100%;
  width: 100%;
  background-image: url('/assets/images/homeBG/2151397387.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  filter: brightness(0.6);
}
.mySlides2::before{
  content: "";
  position: absolute;
  top: 5.2rem;
  height: 100%;
  width: 100%;
  background-image: url('/assets/images/homeBG/6411.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  filter: brightness(0.6);
}
.mySlides3::before{
  content: "";
  position: absolute;
  top: 5.2rem;
  height: 100%;
  width: 100%;
  background-image: url('/assets/images/homeBG/918.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  filter: brightness(0.6);
}

.mySlides h2{
  text-align: center;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-transform: capitalize;
}

.c3.cc {
  height: 20%;
}

.mySlides p{
  text-align: center;
  margin-top: 2rem;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}

button a{
  text-decoration: none;
  color: #fff;
}

.insideFirstSection h2{
    text-transform: uppercase;
    font-size: 60px;
    align-self: flex-end;
    /* font-weight: 600; */
    text-shadow: 1px 1px #000;
}

.insideFirstSection p{
    text-transform: capitalize;
    font: 22px;
    align-self: flex-start;
}

.homeP{
    margin-top: 2rem;
    align-self: end;
    text-align: end;
}

button{
  padding: 0.8rem 1rem;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
    letter-spacing: 1px;
    word-spacing: 1px;
    background-color: #F29644;
    color: #000000a9;
    align-self: self-start;
    margin-top: 2rem;
}

.secondSection{
  padding: 6rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideSecondSection{
  background-color: #fff;
  width: 90%;
  display: flex;
  justify-content: space-around;
}

.secondContent{
  /* background-color: aqua; */
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insideSecondSection img{
  height: 24rem;
  width: 22rem;
  border-radius: 1rem;
  position: relative;
  top: 3rem;
  left: 4rem;
}

.ss{
  background-color: #F29644;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24rem;
  border-radius: 1rem;
}

.sss{
  padding-left: 6rem;
  align-items: flex-start;
}

.sss h2{
  text-transform: uppercase;
    font-size: 35px;
    color: #000000c2;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 2rem;
}

.sss p{
  font-size: 16px;
  word-spacing: 1px;
  color: #000000ad;
}

.thirdSection{
  padding: 6rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideThirdSection{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideThirdContent{
  height: 30rem;
  width: 20rem;
}

.itc1{
  background-image: url('/assets/images/allimages/tbg\ \(2\).jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c1{
  background-color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  border-radius:1rem;
  margin: 1rem;
}

.c1 h3,.itc3 h3,  .itc2 h3{
  text-transform: uppercase;
  color: #000000c2;
  font-size: 22px;
  margin-bottom: 0.5rem;
}

.c1 p, .itc3 p, .itc2 p{
  font-size: 12px;
  color: #000000a6;
}

.c2{
  height: 60%;
  width: 100%;
  overflow: hidden;
}

.c2 img{
  height: 80%;
  width: inherit;
}

.itc2 h3, .itc3 h3, .itc3 p, .itc2 p{
  padding: 0 2rem;
  text-align: center;
}

.itc2{
  background-color: #fff;
}

.itc3{
  background-color: #fff;
}

.c3 img{
  height: 100%;
  width: inherit;
}

.c3{
  height: 50%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insideNav {
  justify-content: space-between;
}

.ham{
  display: none;
}

.navRes {
  display: flex;
}


.fourthSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideFourthSection{
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideFourthSection img {
  height: 25rem;
  border-radius: 1rem;
}

.fourthContent{
  margin: 1rem 2rem;
}

.fourthContent h2{
  font-size: 40px;
  margin-bottom: 2rem;
  color: #000000c2;
}

.fourthContent p{
  color: #000000ad;
}

.aboutContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #0e1120;
}

.insideAboutContent {
  margin: 1rem;
  width: fit-content;
  padding: 1rem;
  color: #0e1120;
}

.insideAboutContent h3 {
  font-size: 32px;
  font-weight: 600;
}

.sixthSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sixthSection h2{
  font-size: 40px;
  color: #000000c2;
  margin-bottom: 2rem;
}

.insideSixthSection{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.insideSixthSection img{
  height: 20rem;
    width: 20rem;
}

footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.insideFooter{
  padding: 0rem 2rem;
  width: 90%;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF8F00;
  flex-wrap: wrap;
}

.footerWidget{
  padding: 2rem;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  width: 30%;
}

.footerWidget h3{
  font-size: 28px;
  color: #000000c2;
  margin-bottom: 1rem;
}

.footerWidget p{
  font-size: 15px;
  color: #000000ad;
  margin-bottom:0.4rem  ;
  font-weight: 500;

}

.footerWidget a{
  font-size: 15px;
  text-decoration: none;
  color: #000000ad;
  margin-bottom:0.4rem;
  font-weight: 500;

}

@media only screen and (max-width:1100px){

  .footerWidget {
    width: 40%;
}

.insideFourthSection img {
    height: 15rem;
}

.mySlides p {
  font-size: 18px;
  margin-top: 1rem;
}

.insideFirstSection h2 {
  font-size: 50px;
}

.secondSection {
  margin-top: 6rem;
}

.sss h2 {
  font-size: 30px;
}

.sss p {
  font-size: 14px;
}

button {
  font-size: 14px;
}

}

@media only screen and  (max-width:1050px){
.ijij {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
}

@media only screen and (max-width:900px){
  img.iiiiii {
    height: 5rem;
  }
  .ijij {
    margin-top: 12rem;
}
}

@media only screen and (max-width: 1030px){
  .insideSixthSection {
    width: 100%;
  }
  nav{
    position: absolute;
    top: 0rem;
    z-index: 2;
  }
  .navRes{
    display: none;
    flex-direction: column;
    /* position: relative; */
    /* top: 12rem; */
    background: #fff;
    z-index: 2;
  }
  .ham{
    display: block;
  }
  .insideNav {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 800px){
  .insideFirstSection h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width:760px){

  .footerWidget {
    width: 100%;
    padding: 0rem;
}


  .sixthSection {
    padding-top: 0;
  }

  .insideSixthSection h2{
    font-size: 30px;
  }

  .insideFourthSection {
    flex-direction: column;
}
.fourthSection {
  padding-top: 0;
}
.fourthContent h2 {
  font-size: 30px;
}
.fourthContent p {
  color: #000000ad;
  font-size: 14px;
}
.insideFourthSection img {
  margin: 2rem;
}
  .insideFirstSection button{
    top: 4rem;
  }
  .mySlides p {
    top: 2rem;
  }
  .insideFirstSection h2 {
  font-size: 35px;
  top: 2rem;
  }
  .insideSecondSection {
    flex-direction: column;
  }
  .ss {
  width: 22rem;
  }
  .insideSecondSection img {
    top: 5rem;
    left: 8rem;
}

.secondContent {
  width: 100%;
}
.sss {
  padding-left: 0;
  margin-top: 10rem;
}
.thirdSection {
  padding-top: 0;
}
.c1 h3, .itc3 h3, .itc2 h3 {
  font-size: 16px;
}
.c1 p, .itc3 p, .itc2 p {
  font-size: 8px;
}
}

@media only screen and (max-width:520px){
  .mySlides p {
    font-size: 16px;
  }
  .ss {
    width: 15rem;
    height: 20rem;
}

.insideSecondSection img {
  top: 2rem;
  left: 2rem;
}

.insideSecondSection img {
  height: 20rem;
  width: 16rem;
}

.insideSecondSection {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sss {
  padding-left: 0;
  margin-top: 6rem;
}

}

@media only screen and (max-width:430px){
  .insideThirdSection {
    flex-direction: column;
}
.insideFourthSection img {
  height: 10rem;
}

.footerWidget h3 {
  font-size: 22px;
}

.footerWidget a {
  font-size: 14px;
}

.footerWidget p{
  font-size: 14px;
}

.insideFooter{
  padding: 3rem 1rem;
}

}

@media only screen and (max-width:360px){
  .insideFirstSection h2 {
    font-size: 30px;
}
.insideThirdContent {
  height: 20rem;
  width: 20rem;
}
.thirdSection {
  padding-top: 0;
  padding-bottom: 0;
}
}