@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300px;
    font-style: italic;
  }

  .courgette-regular {
    font-family: "Courgette", serif;
    font-weight: 400;
    font-style: normal;
  }

  :root {
    --color-1: #9F2B00;
    --textBlack: black;
    --textWhite: white;
    --color-2: #C05E23;
    --color-3: #FF7E20;
    --gradient: linear-gradient(to bottom, )
  }

  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  html {
    font-size: 12px;
    
  }

  body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

 

  /* nav styling */

  nav {
    height: 100px; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
  }

  .navLogo {
    margin-right: auto;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5%

  }

  .navLogo img {
    width: 100px;
  }
  .navLogo .logoHeader {
    font-size: 12px;
  }

  .menuContainer {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 5%;
  }

  .linksContainer {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  nav .linksContainer a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--textBlack);
    font-size: 1.25rem;
  }

  nav .linksContainer a:hover {
    text-decoration: underline;
  }

  

 

  #sidebar-active {
    display: none;
  }

  .openBtn, .closeBtn {
    display: none;
  }


/* main styling */
main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

/* styling welcome section */
.headTitle  {
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  color: var(--color-3);
  margin-top: 30px;
}

.aboutHeader  {
    width: 100%;
    height: 500px;
  }

.aboutHeader .headerImg {
  width: 100%;
  height: 100%;
  background-image: url('../images/About\ Us.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



/* styling mission section */
.missionContent {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.missionContent .missionTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.50rem;
  color: var(--color-3);
}

.missionContent .missionP {
  width: 80%;
  height: 150px;
  text-align: center;
  font-size: 1.75rem;
}

.missionContent .missionP p {
  width: 100%;
}

/* styling vision section */
.visionContent {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--color-3);
  color: var(--textWhite);
}

.visionContent .visionTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.50rem;
}

.visionContent .visionP {
  width: 80%;
  height: 150px;
  text-align: center;
  font-size: 1.75rem;
}

.visionContent .visionP p {
  width: 100%;
}

/* styling passionate marketing expert, our analytical, and industry wide success section */
.aboutContent1 {
    width: 100%;
    height: 500px;
    display: flex;
}

.aboutContent1 .passionateExperts {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.aboutContent1 .passionateExperts .passionateExpertTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.50rem;
  color: var(--color-3);
}

.aboutContent1 .passionateExperts .passionateExpertP {
  width: 80%;
  height: 200px;
  text-align: center;
  font-size: 1.75rem;
    
}

.aboutContent1 .passionExpertImgContainer {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutContent1 .passionExpertImgContainer .passionExpertImg {
  width: 600px;
  height: 433px;
}

.aboutContent1 .passionExpertImgContainer .passionExpertImg img {
  border-radius: 0px 70px 0px 70px;
  width: 100%;
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.25);
}

.aboutContent2 {
  width: 100%;
  height: 500px;
  display: flex;
  background-color: var(--color-3);
}

.aboutContent2 .analyticalApproach {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.aboutContent2 .analyticalApproach .analyticalApproachTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.50rem;
  color: var(--textWhite);
}

.aboutContent2 .analyticalApproach .analyticalApproachP {
  width: 80%;
  height: 200px;
  text-align: center;
  font-size: 1.75rem;
  color: var(--textWhite);
}

.aboutContent2 .analyticalApproachImgContainer {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutContent2 .analyticalApproachImgContainer .analyticalApproachImg {
  width: 600px;
  height: 433px;
}

.aboutContent2 .analyticalApproachImgContainer .analyticalApproachImg img {
  border-radius: 70px 0 70px 0;
  width: 100%;
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.25);
}


.aboutContent3 {
  width: 100%;
  height: 500px;
  display: flex;
}

.aboutContent3 .industrySuccess {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.aboutContent3 .industrySuccess .industrySuccessTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.50rem;
  color: var(--color-3);
}

.aboutContent3 .industrySuccess .industrySuccessP {
  width: 80%;
  height: 200px;
  text-align: center;
  font-size: 1.75rem;
}

.aboutContent3 .industrySuccessImgContainer {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutContent3 .industrySuccessContainer .industrySuccessImg {
  width: 600px;
  height: 433px;
}

.aboutContent3 .industrySuccessImgContainer .industrySuccessImg img {
  border-radius: 0px 70px 0px 70px;
  width: 100%;
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.25);
}

.bookConsultationContainer {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--color-3);
  color: var(--textWhite);
}

.bookConsultationContainer .bookConsultationTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.50rem;
}

.bookConsultationContainer .bookConsultationP {
  width: 80%;
  height: 100px;
  text-align: center;
  font-size: 1.75rem;
}

.bookConsultationContainer .bookConsultationBtn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}

.bookConsultationContainer .bookConsultationBtn .bookBtn {
  width: 350px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 1000px;
  background-color: white;
  font-size: 1.75rem;
}

.bookConsultationContainer .bookConsultationBtn a .bookBtn {
  color: var(--textBlack);
  text-decoration: none;
}

.bookConsultationContainer .bookConsultationBtn .bookBtn:hover {
  cursor: pointer;
  box-shadow: 40px 0 100px #E95D08, -40px 0 100px black;
  background-image: linear-gradient(to right, #9f2b00, #b74003, #d05606, #e76c0b, #ff8210);
  color: var(--textWhite);
}

/* styling footer section */
footer {
  width: 100%;
  height: 270px;
}

.footerContainer {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerContainer .footerLogo {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerContainer .footerLogo .imgContainer {
  width: 100px;
  height: 100px;
}

.footerContainer .footerLogo .imgContainer img {
  width: 100%;
}

.footerContainer .footerLogo h4 {
  font: 1.25rem;
}

.footerContainer .footerLogo h4 a {
  color: var(--textBlack);
  text-decoration: none;
}

.footerContainer .footerLogo h4 a:hover {
  text-decoration: underline;
} 

.footerContainer .footerNav {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 1.25rem;
}

.footerContainer .footerNav a {
  color: black;
  text-decoration: none;
}

.footerContainer .footerNav a:hover {
  text-decoration: underline;
}

.footerContainer .footerCopyRights {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}

.footerContainer .footerCopyRights a {
  color: var(--textBlack);
  text-decoration: none;
}

.footerContainer .footerCopyRights a:hover {
  text-decoration: underline;
}




@media(max-width: 1200px) {
  .missionContent .missionTitle {
    font-size: 1.40rem;
  } 

  .missionContent .missionP {
    font-size: 1.50rem;
  }

  .visionContent .visionTitle {
    font-size: 1.40rem;
  } 

  .visionContent .visionP {
    font-size: 1.50rem;
  }

  .aboutContent1 .passionateExperts .passionateExpertTitle {
    font-size: 1.40rem;
  }

  .aboutContent1 .passionateExperts .passionateExpertP {
    font-size: 1.50rem;
    width: 100%;
  }

  .aboutContent1 .passionExpertImgContainer .passionExpertImg {
    width: 500px;
  }

  .aboutContent1 .passionExpertImgContainer .passionExpertImg img {
    position: relative;
    top: 50px;
  }

  .aboutContent2 .analyticalApproach .analyticalApproachTitle {
    font-size: 1.40rem;
  }

  .aboutContent2 .analyticalApproach .analyticalApproachP  {
    font-size: 1.50rem;
    width: 100%;
  }

  .aboutContent2 .analyticalApproachImgContainer .analyticalApproachImg {
    width: 500px;
  }

  .aboutContent2 .analyticalApproachImgContainer .analyticalApproachImg img {
    position: relative;
    top: 50px;
  }

  .aboutContent3 .industrySuccess .industrySuccessTitle {
    font-size: 1.40rem;
  }

  .aboutContent3 .industrySuccess .industrySuccessP {
    font-size: 1.50rem;
    width: 100%;
  }

  .aboutContent3 .industrySuccessImgContainer .industrySuccessImg {
    width: 500px;
  }

  .aboutContent3 .industrySuccessImgContainer .industrySuccessImg img {
    position: relative;
    
  }

  .bookConsultationContainer .bookConsultationTitle {
    font-size: 1.40rem;
  }

  .bookConsultationContainer .bookConsultationP {
    font-size: 1.50rem;
  }

}

@media(max-width: 1024px) {
  .aboutContent1 {
    justify-content: center;
    height: 300px;
  }

  .aboutContent1 .passionateExperts {
    width: 100%;
  }

  .aboutContent1 .passionateExperts .passionateExpertP {
    width: 90%;
    height: 150px;
  }

  .aboutContent1 .passionExpertImgContainer {
    display: none;
  }

  .aboutContent2 {
    justify-content: center;
    height: 300px;
  }

  .aboutContent2 .analyticalApproach {
    width: 100%;
  }

  .aboutContent2 .analyticalApproach .analyticalApproachP {
    width: 90%;
    height: 150px;
  }

  .aboutContent2 .analyticalApproachImgContainer {
    display: none;
  }

  .aboutContent3 {
    justify-content: center;
    height: 300px;
  }

  .aboutContent3 .industrySuccess {
    width: 100%;
  }

  .aboutContent3 .industrySuccess .industrySuccessP {
    width: 90%;
    height: 150px;
  }

  .aboutContent3 .industrySuccessImgContainer {
    display: none;
  }


}




@media(max-width: 850px) {
  nav .linksContainer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 300px;
    background-color: var(--color-3);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.25s ease-in-out;
    overflow: hidden;
    
  }

  .navLogo  {
    left: 0%;
  }

  nav .linksContainer a {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 20px 30px;
    justify-content: flex-start;
    color: var(--textWhite);
  }

  .openBtn, .closeBtn {
    display: block;
    padding: 20px;
  }

  #sidebar-active:checked ~ .linksContainer {
    right: 0;
  }

  #sidebar-active:checked ~ #overlay {
    background-color:  rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: o;
    z-index: 9;
  }

  .headTitle {
    font-size: 1.30rem;
  }

  .aboutHeader {
    height: 200px;
  }

  .aboutHeader .headerImg {
    background-image: url("../images/About\ Us\ small.png");
  }

  .missionContent .missionP {
    width: 100%;
  }

  .visionContent .visionP {
    width: 100%;
  }

  .bookConsultationContainer .bookConsultationP {
    height: 150px;
  }

}

@media(max-width: 700px) {
  .missionContent {
    height: 400px;
  }

  .missionContent .missionP {
    height: 250px;
  }

  .visionContent {
    height: 400px;
  }

  .visionContent .visionP {
    height: 250px;
  }
}

@media(max-width: 600px) {
  .navLogo .logoHeader {
    font-size: .85rem;
  }

  .missionContent .missionP {
    height: 300px;
  }

  .visionContent .visionP {
    height: 300px;
  }

  .aboutContent1 {
    height: 500px;
  }

  .aboutContent1 .passionateExperts .passionateExpertP {
    height: 250px;
    width: 100%;
  }

  .aboutContent2 {
    height: 500px;
  }

  .aboutContent2 .analyticalApproach .analyticalApproachP {
    height: 250px;
    width: 100%;
  }

  .aboutContent3 {
    height: 500px;
  }

  .aboutContent3 .industrySuccess .industrySuccessP {
    height: 250px;
    width: 100%;
  }

  .bookConsultationContainer {
    height: 500px;
  }

  .bookConsultationContainer .bookConsultationP {
    height: 220px;
  }

}
