@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "GOTHAM_BOOK";
  src: url("assets/fonts/GOTHAM-BOOK-1361523257_0.TTF");
}

@font-face {
  font-family: "GOTHAM_LIGHT";
  src: url("assets/fonts/GOTHAM-LIGHT_0.TTF");
}

@font-face {
  font-family: "GOTHAM_MEDIUM";
  src: url("assets/fonts/GOTHAM-MEDIUM_0.TTF");
}

@font-face {
  font-family: "GOTHAM_BOLD";
  src: url("assets/fonts/UFONTS.COM_GOTHAM-BOLD.TTF");
}

* {
  /* line-height: 1; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "GOTHAM_BOOK";
}

.newZindex {
  z-index: 100;
}

a {
  outline: none;
}

.headerSuperMainDiv {
  position: fixed;
  width: 100%;
}

.headerMainDiv {
  height: 8vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding-left: 6%;
  padding-right: 6%;
}

.headerMainLogoAnchor {
  display: flex;
  align-items: center;
}

.headerMainLogo {
  width: 175px;
}

.headerText {
  font-size: 18px;
}

.footerMainDiv {
  padding-top: 30px;
  padding-bottom: 10px;
}

.firstFoldImg {
  height: 100vh;
  object-fit: cover;
  transform: scale(1.5, 1.5);
}

.secondFoldMainDiv {
  height: 92vh;
}

/* .secondFoldText {
    font-size: 100px;
    font-family: 'GOTHAM_BOLD';
}

.secondFoldImg {
    width: 80%;
} */

.secondFoldSuperMainDiv {
  height: 80vh;
}

.secondFoldLeftTextDiv {
  width: 49%;
}

.secondFoldLeftTextFirst {
  font-size: 51px;
  font-family: "GOTHAM_BOLD";
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgb(91, 91, 91) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.secondFoldLeftTextSecond {
  color: white;
  font-size: 17px;
  /* line-height: 27px; */
}

.secondFoldRightTextDiv {
  width: 45%;
  text-align: center;
  font-size: 120px;
  font-family: "GOTHAM_BOLD";
}

.thirdFoldMainDiv {
  height: 98vh;
}

.eventTextMainDiv {
  /* margin: auto; */
  display: flex;
  align-items: flex-end;
  gap: 50px;
  width: 60%;
  height: 50%;
  position: absolute;
  top: 16%;
  left: 10%;
}

.eventsTitle {
  font-size: 80px;
  margin-bottom: 15px;
  font-family: "GOTHAM_BOLD";
}

.eventName {
  font-size: 22px;
  /* line-height: 30px; */
}

.eventLocation {
  font-size: 20px;
}

.eventDate {
  font-size: 18px;
  /* line-height: 25px; */
  margin-top: 10px;
}

/* .secondEvent {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fifthEvent {
  margin-top: 40px;
  margin-bottom: 40px;
} */

.eventsImg {
  transform: scale(1, 1.1);
  position: absolute;
  top: 0%;
  right: 9%;
  object-fit: fill;
  height: 100%;
  width: unset;
  /* transform: translateX(20%); */
}

.certificationDiv {
  width: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificationImgDiv {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.certificationImg {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.switchMainDiv {
  height: 130vh;
}

.switchTextDiv {
  width: 26%;
  position: absolute;
  top: 5%;
  left: 20%;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.font-bold {
  /* font-family: 'GOTHAM_BOLD'; */
}

/* explore btn  */
.explore-btn {
  font-family: "GOTHAM_BOLD";
  font-weight: bold;
  padding: 15px 32px 15px 32px;
}

.btn {
  position: relative;
  display: inline-block;
  width: 155px;
  height: 45px;
  line-height: 0px;
  text-align: center;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0.045em;
}

.btn svg {
  position: absolute;
  top: 0;
  left: 0;
}

.btn svg rect {
  stroke-width: 2;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.btn:hover svg rect {
  stroke-width: 2;
  stroke-dasharray: 72, 543;
  stroke-dashoffset: 437;
}

.svgLearnMoreMainClass {
  width: 155px;
  height: 52px;
}

.svgLearnMoreRectClass {
  width: 140px;
  height: 45px;
}

.blogsDivTitle {
  font-family: "GOTHAM_BOLD";
}

.switchFoldTitle {
  font-size: 80px;
}

.switchFoldText {
  font-size: 24px;
}

.switchFoldFlexText {
  font-size: 14px;
}

.goldSwitchImg {
  position: absolute;
  top: 10%;
  right: 0;
  width: 38%;
}

.brownSwitchImg {
  position: absolute;
  bottom: 25%;
  left: 31%;
  width: 38%;
}

.graySwitchImg {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 38%;
}

.eventsTextSecondDiv {
  margin-top: 30px;
}

.blogsFoldMainDiv {
  height: 100vh;
}

.blogsTitle {
  font-family: "GOTHAM_BOLD";
  font-size: 20px;
  line-height: 30px;
}

.blogsDesc {
  font-size: 15px;
  line-height: 30px;
}

.blogsDivHeight {
  height: 620px;
  width: 33%;
}

.exploreBtn {
  font-family: "GOTHAM_BOLD";
  /* font-weight: 500; */
}

li > ul {
  transform: translatex(100%) scale(0);
}

li:hover > ul {
  transform: translatex(101%) scale(1);
}

li > button svg {
  transform: rotate(-90deg);
}

li:hover > button svg {
  transform: rotate(-270deg);
}

.group:hover .group-hover\:scale-100 {
  transform: scale(1);
}

.group:hover .group-hover\:-rotate-180 {
  transform: rotate(180deg);
}

.scale-0 {
  transform: scale(0);
}

.min-w-32 {
  min-width: 8rem;
}

/* iphone SE */
@media screen and (min-width: 50px) and (max-width: 380px) {
  .headerMainLogo {
    width: 95px;
  }

  .firstFoldImg {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.6, 1.3);
  }

  .secondFoldMainDiv {
    height: 100vh;
  }

  .secondFoldSuperMainDiv {
    height: 95vh;
    margin: auto;
  }

  .secondFoldLeftTextDiv {
    width: 100%;
  }

  .secondFoldLeftTextFirst {
    font-size: 22px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 10px;
    /* line-height: 15px; */
  }

  .secondFoldRightTextDiv {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    margin-bottom: 15px;
  }

  .thirdFoldMainDiv {
    height: 140vh;
  }

  .eventTextMainDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 90%;
    height: 50%;
    position: absolute;
    top: 3%;
    left: 5%;
  }

  .eventsTitle {
    font-size: 55px;
    margin-bottom: 15px;
    font-family: "GOTHAM_BOLD";
  }

  .eventName {
    font-size: 20px;
    /* line-height: 25px; */
  }

  .eventLocation {
    font-size: 15px;
  }

  .eventDate {
    font-size: 15px;
    /* line-height: 25px; */
    margin-top: 10px;
  }

  /* .secondEvent {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .fifthEvent {
    margin-top: 25px;
    margin-bottom: 25px;
  } */

  .certificationDiv {
    width: 100%;
    height: 40vh;
  }

  .certificationImgDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .certificationImg {
    width: 70%;
  }

  .switchMainDiv {
    height: 100vh;
  }

  .switchFoldTitle {
    font-size: 50px;
  }

  .switchFoldText {
    font-size: 16px;
    /* line-height: 25px; */
  }

  .switchFoldFlexText {
    font-size: 11px;
  }

  .switchTextDiv {
    width: 90%;
    position: absolute;
    top: 2%;
    left: 2%;
  }

  .goldSwitchImg {
    position: absolute;
    top: 44%;
    right: 0;
    width: 40%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 25%;
    left: 30%;
    width: 40%;
  }

  .graySwitchImg {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 40%;
  }

  .blogsFoldMainDiv {
    height: auto;
  }

  .blogsTitle {
    font-size: 13px;
    line-height: 30px;
  }

  .blogsDesc {
    font-size: 10px;
    line-height: 20px;
  }

  .blogsDivHeight {
    height: 480px;
    width: 100%;
    border: 1px solid rgb(241, 240, 240);
    border-radius: 5px;
  }

  .explore-btn {
    font-family: "GOTHAM_BOLD";
    font-weight: bold;
    padding: 13px 25px 13px 25px;
  }

  .btn {
    width: 170px;
    height: 42px;
  }

  .svgLearnMoreMainClass {
    width: 170px;
    height: 55px;
  }

  .svgLearnMoreRectClass {
    width: 150px;
    height: 42px;
  }
}

/* mobile */
@media screen and (min-width: 380px) and (max-width: 500px) {
  .headerMainLogo {
    width: 95px;
  }

  .firstFoldImg {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.5, 1.3);
  }

  .secondFoldSuperMainDiv {
    height: 85vh;
    margin: auto;
  }

  .secondFoldLeftTextDiv {
    width: 100%;
  }

  .secondFoldMainDiv {
    height: 105vh;
  }

  .secondFoldLeftTextFirst {
    font-size: 24px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 11px;
    /* line-height: 18px; */
  }

  .secondFoldRightTextDiv {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: "GOTHAM_BOLD";
    /* margin-top: 20px; */
  }

  .thirdFoldMainDiv {
    height: 130vh;
  }

  .eventTextMainDiv {
    /* margin: auto; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 3%;
    left: 5%;
  }

  .eventsTitle {
    font-size: 65px;
    margin-bottom: 15px;
    font-family: "GOTHAM_BOLD";
  }

  .eventName {
    font-size: 21px;
    /* line-height: 25px; */
  }

  .eventLocation {
    font-size: 18px;
  }

  .eventDate {
    font-size: 14px;
    /* line-height: 25px; */
    margin-top: 10px;
  }

  /* .secondEvent {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .fifthEvent {
    margin-top: 36px;
    margin-bottom: 36px;
  } */

  .certificationDiv {
    width: 100%;
    height: 30vh;
  }

  .certificationImgDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .certificationImg {
    width: 65%;
  }

  .switchFoldTitle {
    font-size: 50px;
  }

  .switchFoldText {
    font-size: 16px;
    /* line-height: 25px; */
  }

  .switchFoldFlexText {
    font-size: 11px;
  }

  .switchMainDiv {
    height: 75vh;
  }

  .switchTextDiv {
    width: 90%;
    position: absolute;
    top: 5%;
    left: 2%;
  }

  .goldSwitchImg {
    position: absolute;
    top: 44%;
    right: 0;
    width: 40%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 25%;
    left: 30%;
    width: 40%;
  }

  .graySwitchImg {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 40%;
  }

  .blogsFoldMainDiv {
    height: auto;
  }

  .blogsTitle {
    font-size: 13px;
    line-height: 30px;
  }

  .blogsDesc {
    font-size: 10px;
    line-height: 20px;
  }

  .blogsDivHeight {
    height: 500px;
    width: 100%;
    border: 1px solid rgb(241, 240, 240);
    border-radius: 5px;
  }

  .explore-btn {
    font-family: "GOTHAM_BOLD";
    font-weight: bold;
    padding: 13px 25px 13px 25px;
  }

  .btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 75, 543;
    stroke-dashoffset: 437;
  }

  .btn {
    width: 170px;
    height: 42px;
  }

  .svgLearnMoreMainClass {
    width: 170px;
    height: 55px;
  }

  .svgLearnMoreRectClass {
    width: 150px;
    height: 42px;
  }
}

/* ipad */
@media screen and (min-width: 501px) and (max-width: 950px) {
  .firstFoldImg {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.1, 1);
  }

  .secondFoldMainDiv {
    height: 115vh;
  }

  .secondFoldSuperMainDiv {
    height: 100vh;
    margin: auto;
  }

  .secondFoldLeftTextDiv {
    width: 100%;
  }

  .secondFoldLeftTextFirst {
    font-size: 42px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 18px;
    /* line-height: 25px; */
  }

  .secondFoldRightTextDiv {
    width: 100%;
    text-align: center;
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
    /* margin-top: 20px; */
  }

  .thirdFoldMainDiv {
    height: 110vh;
  }

  .eventTextMainDiv {
    /* margin: auto; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 2%;
    left: 12%;
  }

  .eventsTitle {
    font-size: 90px;
    margin-bottom: 5px;
    font-family: "GOTHAM_BOLD";
  }

  .eventName {
    font-size: 25px;
    /* line-height: 25px; */
  }

  /* .eventsImg {
        position: absolute;
        top: 0%;
        right: 0%;
        object-fit: fill;
        width: 90%;
        transform: scale(1, 1.5);
    } */

  .certificationDiv {
    width: 100%;
    height: 40vh;
  }

  .certificationImgDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .certificationImg {
    width: 65%;
  }

  .switchMainDiv {
    height: 80vh;
  }

  .switchTextDiv {
    width: 60%;
    position: absolute;
    top: 5%;
    left: 2%;
  }

  .goldSwitchImg {
    position: absolute;
    top: 35%;
    right: 0;
    width: 40%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 25%;
    left: 30%;
    width: 40%;
  }

  .graySwitchImg {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 40%;
  }

  .blogsFoldMainDiv {
    height: 75vh;
  }

  .blogsTitle {
    font-size: 16px;
    line-height: 30px;
  }

  .blogsDesc {
    font-size: 12px;
    line-height: 20px;
  }

  .blogsDivHeight {
    height: 500px;
  }

  .explore-btn {
    font-family: "GOTHAM_BOLD";
    font-weight: bold;
    padding: 13px 25px 13px 25px;
  }

  .btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 55, 543;
    stroke-dashoffset: 437;
  }

  .btn {
    width: 150px;
    height: 42px;
  }

  .svgLearnMoreMainClass {
    width: 150px;
    height: 55px;
  }

  .svgLearnMoreRectClass {
    width: 130px;
    height: 42px;
  }
}

/* mini laptop */
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .firstFoldImg {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.4, 1.3);
  }

  .headerText {
    font-size: 12px;
  }

  .headerMainLogo {
    width: 120px;
  }

  .secondFoldLeftTextDiv {
    width: 55%;
  }

  .secondFoldText {
    font-size: 70px;
    font-family: "GOTHAM_BOLD";
  }

  .secondFoldImg {
    width: 60%;
  }

  .secondFoldLeftTextFirst {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 10px;
    /* line-height: 16px; */
  }

  .secondFoldRightTextDiv {
    width: 40%;
    text-align: center;
    font-size: 70px;
    font-family: "GOTHAM_BOLD";
  }

  /* .thirdFoldMainDiv {
        height: 110vh;
    } */

  .eventTextMainDiv {
    display: flex;
    align-items: flex-end;
    gap: 0px;
    width: 55%;
    height: 50%;
    position: absolute;
    top: 24%;
    left: 4%;
  }

  .eventsTitle {
    font-size: 50px;
    margin-bottom: 10px;
    font-family: "GOTHAM_BOLD";
  }

  .eventName {
    font-size: 17px;
    /* line-height: 25px; */
  }

  .eventLocation {
    font-size: 15px;
  }

  .eventDate {
    font-size: 12px;
    /* line-height: 25px; */
    margin-top: 10px;
  }

  /* .secondEvent {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .fifthEvent {
    margin-top: 0px;
    margin-bottom: 25px;
  } */

  .eventsImg {
    position: absolute;
    top: 0%;
    right: 5%;
    /* width: 50%; */
  }

  .certificationDiv {
    width: 100%;
    height: 60vh;
  }

  .certificationImgDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .certificationImg {
    width: 65%;
  }

  .switchTextDiv {
    width: 40%;
    position: absolute;
    top: 2%;
    left: 5%;
  }

  .switchFoldTitle {
    font-size: 60px;
  }

  .switchFoldText {
    font-size: 20px;
  }

  .switchFoldFlexText {
    font-size: 11px;
  }

  .goldSwitchImg {
    position: absolute;
    top: 18%;
    right: 0;
    width: 38%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 23%;
    left: 30%;
    width: 40%;
  }

  .graySwitchImg {
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 38%;
  }

  .blogsFoldMainDiv {
    height: 120vh;
  }

  .blogsTitle {
    font-size: 16px;
    line-height: 22px;
  }

  .blogsDesc {
    font-size: 10px;
    line-height: 17px;
  }

  .blogsDivHeight {
    height: 420px;
  }

  .explore-btn {
    font-family: "GOTHAM_BOLD";
    font-weight: bold;
    padding: 13px 25px 13px 25px;
  }

  .btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 65, 543;
    stroke-dashoffset: 437;
  }

  .btn {
    width: 160px;
    height: 38px;
  }

  .svgLearnMoreMainClass {
    width: 160px;
    height: 50px;
  }

  .svgLearnMoreRectClass {
    width: 140px;
    height: 38px;
  }
}

/* mini laptop */
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .firstFoldImg {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.3, 1.2);
  }

  .headerText {
    font-size: 15px;
  }

  .secondFoldLeftTextDiv {
    width: 55%;
  }

  .secondFoldLeftTextFirst {
    font-size: 36px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 12px;
    /* line-height: 22px; */
  }

  .secondFoldRightTextDiv {
    width: 40%;
    text-align: center;
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
  }

  .eventTextMainDiv {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    width: 60%;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 4%;
  }

  .eventsTitle {
    font-size: 85px;
    margin-bottom: 15px;
    font-family: "GOTHAM_BOLD";
  }

  .eventName {
    font-size: 22px;
    /* line-height: 25px; */
  }

  .eventLocation {
    font-size: 16px;
  }

  .eventDate {
    font-size: 14px;
    /* line-height: 25px; */
    margin-top: 10px;
  }

  /* .secondEvent {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fifthEvent {
    margin-top: 30px;
    margin-bottom: 30px;
  } */

  .eventsImg {
    position: absolute;
    top: 0%;
    right: 2%;
    /* width: 50%; */
  }

  .certificationDiv {
    width: 100%;
    height: 55vh;
  }

  .certificationImgDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .certificationImg {
    width: 70%;
  }

  .switchMainDiv {
    height: 110vh;
  }

  .switchTextDiv {
    width: 40%;
    position: absolute;
    top: 2%;
    left: 10%;
  }

  .switchFoldTitle {
    font-size: 70px;
  }

  .switchFoldText {
    font-size: 24px;
  }

  .switchFoldFlexText {
    font-size: 14px;
  }

  .goldSwitchImg {
    position: absolute;
    top: 18%;
    right: 0;
    width: 35%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 20%;
    left: 32%;
    width: 38%;
  }

  .graySwitchImg {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 38%;
  }

  .blogsFoldMainDiv {
    height: 110vh;
  }

  .blogsTitle {
    font-size: 18px;
    line-height: 30px;
  }

  .blogsDesc {
    font-size: 10px;
    line-height: 20px;
  }

  .blogsDivHeight {
    height: 470px;
  }

  .explore-btn {
    font-family: "GOTHAM_BOLD";
    font-weight: bold;
    padding: 13px 25px 13px 25px;
  }

  .btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 65, 543;
    stroke-dashoffset: 437;
  }

  .btn {
    width: 160px;
    height: 40px;
  }

  .svgLearnMoreMainClass {
    width: 160px;
    height: 50px;
  }

  .svgLearnMoreRectClass {
    width: 140px;
    height: 40px;
  }
}

/* laptop */
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .firstFoldImg {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.5, 1.4);
  }

  .headerText {
    font-size: 15px;
  }

  .secondFoldLeftTextDiv {
    width: 50%;
  }

  .secondFoldLeftTextFirst {
    font-size: 38px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 13px;
    /* line-height: 24px; */
  }

  .secondFoldRightTextDiv {
    width: 40%;
    text-align: center;
    font-size: 100px;
    font-family: "GOTHAM_BOLD";
  }

  .eventTextMainDiv {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    width: 60%;
    height: 50%;
    position: absolute;
    top: 24%;
    left: 4%;
  }

  .eventsTitle {
    font-size: 75px;
    margin-bottom: 0px;
    font-family: "GOTHAM_BOLD";
  }

  .eventName {
    font-size: 22px;
    /* line-height: 25px; */
  }

  .eventLocation {
    font-size: 16px;
  }

  .eventDate {
    font-size: 15px;
    /* line-height: 25px; */
    margin-top: 10px;
  }

  /* .fifthEvent {
    margin-top: -440px;
    margin-bottom: 40px;
  } */

  .eventsImg {
    position: absolute;
    top: 0%;
    right: 4%;
    /* width: 45%; */
    height: 100%;
    width: unset;
  }

  .certificationImgDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .switchMainDiv {
    height: 140vh;
  }

  .switchTextDiv {
    width: 40%;
    position: absolute;
    top: 0%;
    left: 10%;
  }

  .goldSwitchImg {
    position: absolute;
    top: 18%;
    right: 0;
    width: 40%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 28%;
    left: 28%;
    width: 38%;
  }

  .graySwitchImg {
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 35%;
  }

  .certificationDiv {
    width: 100%;
    height: 60vh;
  }

  .certificationImg {
    width: 70%;
  }

  .blogsFoldMainDiv {
    height: 110vh;
  }

  .blogsTitle {
    font-size: 20px;
    line-height: 30px;
  }

  .blogsDesc {
    font-size: 10px;
    line-height: 20px;
  }

  .blogsDivHeight {
    height: 520px;
  }

  .explore-btn {
    font-family: "GOTHAM_BOLD";
    font-weight: bold;
    padding: 13px 25px 13px 25px;
  }

  .btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 65, 543;
    stroke-dashoffset: 437;
  }

  .btn {
    width: 160px;
    height: 40px;
  }

  .svgLearnMoreMainClass {
    width: 160px;
    height: 50px;
  }

  .svgLearnMoreRectClass {
    width: 140px;
    height: 40px;
  }
}

/* laptop */
@media screen and (min-width: 1501px) and (max-width: 1900px) {
  .firstFoldImg {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.5, 1.4);
  }

  .secondFoldLeftTextDiv {
    width: 50%;
  }

  .secondFoldLeftTextFirst {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 14px;
    /* line-height: 25px; */
  }

  .switchTextDiv {
    width: 40%;
    position: absolute;
    top: 2%;
    left: 8%;
  }

  .eventTextMainDiv {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    width: 60%;
    height: 50%;
    position: absolute;
    top: 24%;
    left: 5%;
  }

  .eventsTitle {
    font-size: 85px;
    margin-bottom: 15px;
    font-family: "GOTHAM_BOLD";
  }

  .eventsImg {
    position: absolute;
    top: 0%;
    right: 5%;
    /* width: 40%; */
    height: 100%;
    width: unset;
  }

  .certificationImg {
    width: 75%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 21%;
    left: 31%;
    width: 38%;
  }

  .blogsFoldMainDiv {
    height: 115vh;
  }

  .blogsDivHeight {
    height: 550px;
  }

  .blogsTitle {
    font-size: 20px;
    line-height: 30px;
  }

  .blogsDesc {
    font-size: 10px;
    line-height: 20px;
  }

  .explore-btn {
    font-family: "GOTHAM_BOLD";
    font-weight: bold;
    padding: 13px 25px 13px 25px;
  }

  .btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 65, 543;
    stroke-dashoffset: 437;
  }

  .btn {
    width: 160px;
    height: 40px;
  }

  .svgLearnMoreMainClass {
    width: 160px;
    height: 50px;
  }

  .svgLearnMoreRectClass {
    width: 140px;
    height: 40px;
  }
}

@media screen and (min-width: 2201px) {
  .headerMainLogo {
    width: 220px;
  }

  .headerText {
    font-size: 30px;
  }

  .secondFoldSuperMainDiv {
    height: 85vh;
  }

  .secondFoldLeftTextDiv {
    width: 55%;
  }

  .secondFoldLeftTextFirst {
    font-size: 75px;
    font-family: "GOTHAM_BOLD";
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 0%,
      rgb(91, 91, 91) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
  }

  .secondFoldLeftTextSecond {
    color: white;
    font-size: 28px;
    /* line-height: 45px; */
  }

  .secondFoldRightTextDiv {
    width: 45%;
    text-align: center;
    font-size: 160px;
    font-family: "GOTHAM_BOLD";
  }

  .eventTextMainDiv {
    /* margin: auto; */
    display: flex;
    align-items: flex-end;
    gap: 50px;
    width: 60%;
    height: 50%;
    position: absolute;
    top: 10%;
    left: 6%;
  }

  .eventsTitle {
    font-size: 130px;
    margin-bottom: 20px;
    font-family: "GOTHAM_BOLD";
  }

  .eventName {
    font-size: 40px;
    /* line-height: 40px; */
  }

  .eventLocation {
    font-size: 35px;
  }

  .eventDate {
    font-size: 28px;
    /* line-height: 35px; */
    margin-top: 10px;
  }

  .eventsImg {
    position: absolute;
    top: 0%;
    right: 9%;
    object-fit: fill;
    /* width: 45%; */
    height: 100%;
    width: unset;
  }

  /* .secondEvent {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .fifthEvent {
    margin-top: 60px;
    margin-bottom: 60px;
  } */

  .certificationDiv {
    width: 100%;
    height: 50vh;
  }

  .certificationTextImg {
    width: 100%;
    /* object-fit: fill; */
  }

  .certificationImgDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .certificationImg {
    width: 100%;
  }

  .switchMainDiv {
    height: 130vh;
  }

  .switchTextDiv {
    width: 38%;
    position: absolute;
    top: 3%;
    left: 15%;
  }

  .switchFoldTitle {
    font-size: 150px;
  }

  .switchFoldText {
    font-size: 45px;
  }

  .switchFoldFlexText {
    font-size: 25px;
  }

  .goldSwitchImg {
    position: absolute;
    top: 10%;
    right: 0;
    width: 40%;
  }

  .brownSwitchImg {
    position: absolute;
    bottom: 27%;
    left: 27%;
    width: 40%;
  }

  .graySwitchImg {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 35%;
  }

  .eventsTextSecondDiv {
    margin-top: 30px;
  }

  .blogsTitle {
    font-size: 35px;
    line-height: 60px;
  }

  .blogsDesc {
    font-size: 30px;
    line-height: 40px;
  }

  .btn {
    width: 200px;
    height: 50px;
  }

  .svgLearnMoreMainClass {
    width: 200px;
    height: 60px;
  }

  .svgLearnMoreRectClass {
    width: 190px;
    height: 50px;
  }

  .btn:hover svg rect {
    stroke-width: 2;
    stroke-dasharray: 120, 543;
    stroke-dashoffset: 437;
  }

  .blogsFoldMainDiv {
    height: 90vh;
  }

  .blogsDivHeight {
    height: 800px;
  }

  li > ul {
    transform: translatex(100%) scale(0);
  }

  li:hover > ul {
    transform: translatex(101%) scale(1);
  }

  li > button svg {
    transform: rotate(-90deg);
  }

  li:hover > button svg {
    transform: rotate(-270deg);
  }

  .group:hover .group-hover\:scale-100 {
    transform: scale(1);
  }

  .group:hover .group-hover\:-rotate-180 {
    transform: rotate(180deg);
  }

  .scale-0 {
    transform: scale(0);
  }

  .min-w-32 {
    min-width: 8rem;
  }
}

/* learn more btn  */

.cta {
  padding: 19px 22px;
  transition: all 0.2s ease;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  color: rgb(0, 0, 0);
  background: rgba(247, 37, 0, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
  z-index: 10;
}

.cta p {
  color: rgb(0, 0, 0);
  z-index: 20;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  z-index: 20;
}

.cta:hover:before {
  width: 100%;
  color: rgb(0, 0, 0);
  background: #f98a76;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.96);
}
