  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif; /* fallback if Atlas doesn't load */
  }
  
  .header1 {
    background-color: #DEEBFF;
    padding: 30px;
    max-height: 67.9px;
    text-align: center;
    position: fixed;
    top: 0; /* Added */
    width: 100%;
  }
  
  .header1 a {
    color: #0044af;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    text-wrap: pretty;
    text-underline-position: under;
    overflow-wrap: break-word;
    transition: gap 0.3s ease, border-bottom 0.3s ease;
  }
  
  .header1 a:hover {
    text-decoration: none;
    gap: 8px;
    cursor: pointer;
  }
  
  /* Text only */
  .text {
    display: inline;
  }
  
  /* Arrow styling */
  .arrow {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }
  
  /* Move arrow when hover */
  .header1 a:hover .arrow {
    transform: translateX(4px);
  }
  
  /* SVG inside arrow should not stretch weirdly */
  .arrow svg {
    display: block;
  }
  

.section1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000CC;
  padding: 8px 24px;
  position: fixed;
  top: 67px; /* Added */
  width: 100%;
}
.section1-left{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section1-left a{
  padding: 0 10px;
  text-decoration: none;
  color:rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 900;
}
.main-logo{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-logo h2{
  color: #F7F5F2;
  font-size: 24px;
  padding-left: 10px;
}
.header2-right{
  display: flex;
  align-items: center;
}
.header2-right a{
  text-decoration: none;
  color: #F7F5F2;
  padding: 0 12px;
  font-size: 14px;
}
.header2-right p{
  text-decoration: none;
  color: #F7F5F2;
  padding: 0 12px;
  font-size: 14px;
}
.design{
  background-color: #F7F5F2;
  color: #1E1919;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 16px;
  margin-right: 0;
}
.burger{
  display: none;
  padding-left: 12px;
}
.hover:hover{
  cursor: pointer;
  color: blue;
}
.left-hover:hover{
  cursor: pointer;
  color: blue;
}
.img-hover{
  cursor:pointer;
  padding-right: 12px;
}


.section2{
  background-color: #F7F5F2;
  padding: 100px 60px;
}
.section2-left{
  padding-right: 30px;
  max-width: 40%
}
.section2-left h2{
  padding-top: 8px;
  color: #1E1919;
  font-size: 40px;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-align: unset;
  line-height: 120%;
  font-weight: 500;
}
.section2-left p{
  /* overflow-wrap: break-word; */
  line-height: 30px;
  font-size: 20px;
  color: #524A3ED1;
  padding-top: 10px;
  text-wrap: balance;
  text-align: unset;
  line-height: 150%;
  overflow-wrap: anywhere;
}
.section2-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2-video {
  max-width: 50%;
  height: auto;
  object-fit: cover;
  /* border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
} 
.btn1{
  background-color: #0061FE;
  border-radius: 30px;
  padding: 4px 12px;
  margin-right: 10px;
  font-size: 11px;
  color: #F7F5F2;
}
.p {
  color: #0061FE;
  overflow-wrap: anywhere;
  font-size: 20px;
  font-weight: 800;
}
.arrow-text{
  padding-top: 50px;
}
.arrow-text1{
  padding-top: 20px;
  margin-right: 40px;
}
.arrow-text a{
  color: #1E1919;
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-wrap: pretty;
  text-underline-position: under;
  overflow-wrap: break-word;
  transition: gap 0.3s ease, border-bottom 0.3s ease;
}
.arrow-text1 a{
  background-color: #0061FE;
  padding: 16px 24px;
  border-radius: 15px;
  color: #F7F5F2;
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 25px;
  text-wrap: pretty;
  overflow-wrap: break-word;
  transition: gap 0.3s ease, border-bottom 0.3s ease;
}
.arrow-text a:hover {
  text-decoration: none;
  gap: 8px;
  cursor: pointer;
}
.arrow-text1 a:hover {
  text-decoration: none;
  cursor: pointer;
}
.arrow-text a:hover .arrow {
  transform: translateX(6px);
}
.arrow-text1 a:hover .arrow {
  transform: translateX(4px);
}
.btn-flex{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}


.section3{
  background-color: rgb(10, 10, 10);
  text-decoration: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 27px;
  border-radius: 10px;
}
.section3-flex{
  display: flex;
  align-items: flex-start;
}
.section3-flex h1{
  padding-left: 25px;
  padding-top: 13px;
  color: #F7F5F2;
  font-size: 33px;
}
.decoration a{
  text-decoration: none;
}
.decoration{
  background-color: #F7F5F2;
  padding: 100px 60px;
  padding-top: 0;
}
.arrow-text2{
  margin-top: 20px;
  display: flex;
  background-color: #0061FE;
  padding: 16px 24px;
  border-radius: 15px;
  color: rgb(10, 10, 10);
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 25px;
  text-wrap: pretty;
  overflow-wrap: break-word;
  transition: gap 0.3s ease, border-bottom 0.3s ease;
}
.section3:hover .arrow {
  transform: translateX(6px);
}
.check-out{
  display: flex;
}
.new{
  display: flex;
  align-items: flex-start;
  padding-top: 60px;
}

.section4{
  padding: 100px 40px;
  background-color: #000000;
}
.mini-card{
  display: flex;
  justify-content: space-between;
  color: #F7F5F2;
  flex-wrap: wrap;  
  gap: 20px;
  padding: 40px;
}

/* .mini-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 40px;
  color: #F7F5F2;
} */

.mini-card h2{
  color: #F7F5F2;
  font-size: 14px;
  padding-bottom: 30px;
}
.mini-card a{
  display: flex;
  text-decoration: none;
  color: #F7F5F2;
  font-size: 14px;
  padding-top: 12px;
}

.btns {
  flex: 1 1 200px; /* grow/shrink with a base width */
  min-width: 150px;
}

.flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* .flex{
  padding-right: 60px;
} */
/* .btns{
  padding-bottom: 40px;
  width: 200px;
} */









@media (max-width: 1115px){
  .left-hover{
    display: none;
  }
  .burger{
    display: block;
  }
  .header2-right a{
    padding: 0 15px;
  }
  .img-hover{
    padding-right: 15px;
  }
  .burger{
    padding-left: 15px;
  }
  .btn-flex{
    display: block;
  }
  .arrow-text{
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .section2-left{
    margin-right: 0;
  }
  .section1{
    top: 66.0px;
  }
  .section2-left{
    max-width: 60%;
  }
  /* .section4{
  }
  .mini-card{
    display: flex;
    align-items: flex-start;
    height: 150px;
    flex-wrap: wrap;  
  } */
}
@media (max-width: 768px){
  .get{
    display: none;
  }
  .section1{
    padding: 0 ;
  }
  .section1-left a{
    padding: 0;
  }
  .burger{
    padding-right: 15px;
  }
  .header1 {
    padding: 20px 24px;
  }
  .section2-flex{
    display: block;
  }
  .section2-right{
    width: 100%;
  }
  .section2{
    padding: 20px;
    padding-top: 30px;
  }
  .check-out img{
    width: 60%;
    height: 60%;
    min-height: 90px;
    min-width: 136px;
  }
  .decoration{
    padding: 20px;
    padding-top: 0;
  }
  .mini-card {
    flex-direction: column;
    padding: 20px;
  }

  .btns h2 {
    font-size: 18px;
  }

  .footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
  }

  .footer img {
    width: 24px;
    height: 24px;
  }

  .section4 > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px){
  .img-hover{
    display: none;
  }
  .main-logo h2{
    display: none;
  }
}
@media (max-width: 1034px){
  .section3-flex h1{
    padding-top: 13px;
    font-size: 31px;
  }
}
@media (max-width: 1024px){
  .check-out{
    display: block;
  }
  .section3-flex h1{
    padding: 13px 0;
  }
  .section3{
    display: block;
  }
  .arrow-text2{
    margin: 0;
  }
  .section2-flex{
    display: block;
  }
  .arrow-text{
    padding-bottom: 20px;
  }
  .section2-left{
    max-width: 100%;
  }
  .section2-video {
    max-width: 100%;
  }
  
}
@media (max-width: 770px){
  .header1{
    padding-bottom: 40px;
  }
  .new{
    padding-top: 100px;
  }
}
@media (max-width: 415px){
  .header1{
    padding-bottom: 70px;
  }
  .section1{
    top: 88px;
  }
}