*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}


footer,
header,
aside {
  display: block;
}


body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
  -ms-text-size-adjust: 100%;
  background-color: white;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
}

button::-moz-focus-outer {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ol,
ul {
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

p {
  font-size: 16px;
  margin: 0;
  font-family: "Poppins", sans-serif;
   color: rgb(33, 43, 54);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.promo-main{
  background-image: linear-gradient(rgba(255, 255, 255, 0.897), rgba(240, 240, 240, 0.888)), url('../img/promo-main.jpeg');
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.promo-logo{
  text-align: end;
}
.promo-logo img{
  height: 70px;
  object-fit: cover;
}
.promo-wrapper {
  display: flex;
  gap: 10px;
}
.promo-item {
  width: 50%;
  position: relative;
}
.flag{
  height: 120px;
  width: 250px;
  margin-left: -40px;
}
.promo-title {
  color: #022440;
  line-height: 1.1;
  font-size: 120px;
  font-weight: bold;
}
.promo-main-info{
  padding-left: 50px;
}
.promo-title span{
  color: #FF7425;
}
.promo-desc {
  color: #022440;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
.promo-btn-wrap a {
  background: #FF7425;
  color: #022440;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: 400px;
  font-size: 18px;
  font-weight: 600;
  justify-content: space-around;
  margin-top: 25px;
  letter-spacing: 5px;
}
.promo-btn-wrap-link{
  position: relative;
  overflow: hidden;
}
.promo-btn-wrap-link::before{
  content: "";
    display: block;
    width: 20px;
    height: 300px;
    margin-left: 50px;
    background: rgba(255, 255, 255, 0.358);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.395) 0%, rgba(255, 255, 255, 0.829) 50%, rgba(255, 255, 255, 0.395) 100%);
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    -webkit-animation: move-light 3s ease-in-out 0.05s infinite;
    -moz-animation: move-light 3s ease-in-out 0.05s infinite;
    -o-animation: move-light 3s ease-in-out 0.05s infinite;
    animation: move-light 3s e
}

@keyframes move-light {
  0% {
    left: -30px;
    margin-left: 0px;
}

30% {
    left: 110%;
    margin-left: 80px;
}
100% {
    left: 110%;
    margin-left: 80px;
}
}
.promo-bottom{
  background: #022440;
  padding: 20px;
  border-top: 40px solid #ff7425;
  border-right: 40px solid #ff7425;
  border-radius: 0px 200px 0 0;
  margin-top: 100px;
}
.promo-bottom-link {
  display: flex;
  align-items: center;
  transition: all ease .3s;
}
.promo-bottom-link:hover span{
  color: #FF7425;
}
.promo-bottom-link{
  padding-top: 20px;
}
.promo-bottom-link span{
    color: white;
    padding-left: 18px;
    font-size: 18px;
    font-weight: 500;
}
.promo-item-bg {
  border-bottom: 40px solid #022440;
  border-left: 40px solid #022440;
  border-radius: 0px 0px 0 200px;
  overflow: hidden;
}
.promo-main-info-2{
  margin-left: 100px;
}
.promo-subtitle {
  font-size: 25px;
  font-weight: 600;
  margin-top: -20px;
  background: #ff7425;
  color: white;
  padding: 30px 16px;
  border-radius: 50px 0 0 50px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.promo-item-desc {
  color: #022440;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.promo-item-desc img{
  padding-right: 15px;
}
.promo-item-add {
  margin: 30px 0 0;
  color: #022440;
  margin-left: 30px;
  font-size: 20px;
}
.promo-item-link{
  margin-left: 30px;
}
.promo-item-link a{
  color: #FF7425;
  font-weight: 600;
}


/* ================================================================ mobile  ============================================ */

@media (max-width:500px) {
  .promo-main{
    height: auto;
  }
.promo-wrapper{
  flex-direction: column;
  gap: 0;
}
.promo-item-add {
  margin: 20px 0 0;
  color: #022440;
  margin-left: 20px;
  font-size: 18px;
}
.promo-item br{
  display: none;
}
.promo-item-link{
  margin-left: 0;
}
.promo-item{
  width: 100%;
}
.promo-main-info {
  padding-left: 10px;
}
.flag {
  height: 100px;
  width: 100px;
  margin-left: 0;
}
.promo-title{
  font-size: 50px;
}
.promo-desc{
  font-size: 25px;
}
.promo-desc br{
  display: none;
}
.promo-btn-wrap a{
    padding: 12px;
    width: fit-content;
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 2px;
}
.promo-btn-wrap img{
  height: 40px;
    width: 40px;
    margin-left: 10px;
}
.promo-bottom {
  background: #022440;
  padding: 15px;
  border-top: 20px solid #ff7425;
  border-right: 20px solid #ff7425;
  border-radius: 0px 200px 0 0;
  margin-top: 30px;
}
.promo-bottom-link span {
  color: white;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
}
.promo-item-bg {
  border-bottom: 30px solid #022440;
  border-left: 30px solid #022440;
}
.promo-main-info-2 {
  margin-left: 10px;
}
.promo-subtitle{
  font-size: 16px;
  padding: 20px 10px;
}
.promo-item-desc{
  font-size: 20px;
  margin-top: 15px;;
  margin-left: 15px;
}
.promo-item-link {
  margin-top: 20px;
}
.promo-item-link a{
  position: relative;
}

}

@media (min-width:501px) and (max-width:1000px) {

  .promo-title{
    font-size: 60px;
  }
  .promo-desc{
    font-size: 25px;
  }
  .promo-main-info {
    padding-left: 20px;
}
.promo-btn-wrap a {
  width: fit-content;
  padding: 12px;
  font-size: 16px;
  letter-spacing: 3px;
}
.promo-btn-wrap img{
  height: 50px;
    width: 50px;
    margin-left: 10px;
}
.promo-bottom {
  background: #022440;
  padding: 15px;
  border-top: 30px solid #ff7425;
  border-right: 30px solid #ff7425;
  border-radius: 0px 200px 0 0;
  margin-top: 50px;
}
.promo-bottom-link span {
  color: white;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
}
.promo-item-bg {
  border-bottom: 30px solid #022440;
  border-left: 30px solid #022440;
  border-radius: 0px 0px 0 200px;
  overflow: hidden;
}
.promo-main-info-2 {
  margin-left: 30px;
}
.promo-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin-top: -20px;
  background: #ff7425;
  color: white;
  padding: 20px 15px;
  border-radius: 50px 0 0 50px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.promo-item-desc {
  color: #022440;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.promo-main{
  height: auto;
}


}






















