
@font-face {
  font-family: BebasNeueFontLight;
  src: url("../fonts/BebasNeue_Light.otf");
}
@font-face {
  font-family: BebasNeueFontMedium;
  src: url("../fonts/BebasNeue_Regular.otf");
}
@font-face {
  font-family: BebasNeueFontBold;
  src: url("../fonts/BebasNeue_Bold.otf");
}
@font-face {
  font-family: MontserratFont;
  src: url("../fonts/Montserrat-Regular_0.ttf");
}
@font-face {
  font-family: ltbukraregular;
  src: url("../fonts/29ltbukraregular.otf");
}
:root {
  scroll-behavior: smooth;
}
/* //////////////////////////////// */


html {
  scroll-behavior: smooth;
}

*{
  font-family: MontserratFont;
  /* font-family: "Bebas Neue", sans-serif;
  font-style: normal; */
}

.BebasNeue-light{
  font-family: BebasNeueFontLight;
}
.BebasNeue-medium{
  font-family: BebasNeueFontMedium ;
}
.BebasNeue-bold{
  font-family: BebasNeueFontBold;
}

body{
  position: relative;
  min-height: 100dvh;
}

.navbar *{
  font-family: BebasNeueFontMedium;
}

.ltbukraregular{
  font-family: ltbukraregular;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .\!container {
    max-width: 90% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 90%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 900px) {
  .\!container {
    max-width: 95% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 95%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 450px) {
  .\!container {
    max-width: 100% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.action{
  transition: all .3s ease;
}

.action:active{
  scale: 0.9;
}

.headerHome{
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1;
}

.bgHeader{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(40,105,150,1) 10%, rgba(0,0,0,0.4430147058823529) 100%);
  pointer-events: none;
}

.backVideo {
  position: absolute;
  background-color: #12022e;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  /* border: 1px solid red; */
}
.bluerHomeContant{
  max-width: 700px;
  min-width: 600px;
  width: 100%;
}
.bgbluerHomeContant{
  position: relative;
  z-index: 5;
  -webkit-backdrop-filter:  blur(20px);
  backdrop-filter: blur(20px);
  background-color: #9e9e9e27;
}

.textV{
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.circleArrowLang{
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  transition: all .3s ease;
  transition-delay: .4s;
}


.navMenuList{
  height: 43px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid #ffffff94;
  border-right: 1px solid #ffffff94;

}

.navList{
  font-size: 18px;
  padding: 0 10px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: 
    linear-gradient(to bottom, #1caee4 50%, transparent 50%),
    linear-gradient(to bottom, #1caee4 50%, transparent 50%);
  
  -webkit-background-clip: text,padding-box;
  background-clip: text,padding-box;
  background-size: 110% 210%;
  background-position: bottom;
  transition: background-position 0.3s ease-in-out;
}
.navList.active{
  height: 43px;
  background-color: #1caee4;
}
.navList:hover{
  height: 43px;
  background-position: top; 
}

.headerSideFollow{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.btnArrow{
  background-color: #1caee4;
}
.textbtn{
  transform: translateX(10px);
  transition: all .3s ease; 
  color: #fff;
}
.arrowbtn{
  opacity: 0;
  transform: translateX(-10px);
  transition: all .3s ease; 
  width: 18px;
  height: 18px;
}
.btnArrow:hover .arrowbtn{
  opacity: 1;
  transform: translateX(5px) rotate(360deg);
}
.btnArrow:hover .textbtn{
  transform: translateX(-5px);
}

.iconS{
  width: 35px;
  height: 35px;
  transition: 0.3s;
}

.iconS img{
  width: 15px;
  height: 15px;
  transition: 0.3s;
}

.iconS:hover{
  background-color: #1caee4;
  border-color: #1caee4;
}
.iconS:hover img{
  scale: 1.3;
}

.footer{
  position: absolute;
  left: -80px;
  right: 0;
  bottom: 10px;
  z-index: -1;
  pointer-events: none;

}

.footer h1{
  color: #8b8b8b;
  font-size: 110px;
  font-weight: bold ;
  line-height: 80%;
  opacity: 15%;
  -webkit-backdrop-filter:  blur(20px);
  backdrop-filter: blur(20px);
}
.footer span{
  color: #fff;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.footer .footePage{
  color: #444444;
}

/* ///////////////////////////////////////////// */

.sectionPage{
  padding-bottom: 120px;
}

.navbar{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px 0;
  transition: all .3s ease;
}
.navbar.active{
  padding: 10px 0;
  position: fixed;
  backdrop-filter: blur(10px);
  background-color: #062b45a9;
}
.headerPage{
  position: relative;
  min-height: 280px;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.textHeaderPage{
  text-align: center;
  margin-top: 100px;
  max-width: 700px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bgImgHeaderPage{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bgImgHeaderPage img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iconpage1{
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  top: 80px;
  right: 130px;
  opacity: 50%;

}
.iconpage2{
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  bottom: -30px;
  left: 0;
  opacity: 50%;
}

.cardPage{
  padding: 20px 35px;
  background-color: #fafbfc;
  border: 1px solid #d1d1d1;

  background-image: 
  linear-gradient(to bottom, #1caee4 50%, transparent 50%),
  linear-gradient(to bottom, #1caee4 50%, transparent 50%);

  -webkit-background-clip: text,padding-box;
  background-clip: text,padding-box;
  background-size: 110% 210%;
  background-position: bottom;
  transition: background-position 0.4s ease-in-out;
}

.cardPage h3{ 
  font-size: 23px;
  font-weight: bold;
  color: #1caee4;
  margin-bottom: 6px;
  transition:color 0.4s ease-in-out;
}
.cardPage p{ 
  font-size: 16px;
  color: #575757;
  transition:color 0.4s ease-in-out;
}

.cardPage:hover{
  background-position: top; 
}
.cardPage:hover h3{
  color: #fff;
} 
.cardPage:hover p{
  color: #fff;
} 

/* ///////////////////////////////// */

.formPage{
  font-size: 18px;
  color: #0D355F;
}
.formPage hr{
  margin: 20px 0;
}
.titlesec{
  font-size: 26px;
  font-weight: bold;
  color: #1caee4;
  margin-bottom: 5px;
  font-family: BebasNeueFontMedium;
}
.inputRow{
  display: flex;
  gap: 20px;
}
.formInput{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.formInput label{
  font-size: 16px;
  text-transform: none; 
  margin-bottom: 3px;
}
.formInput input{
  font-size: 15px;
  padding: 5px 10px;
  background-color: #fafbfc;
  border: 1px solid #d3d3d3;
  outline: none;
  width: 300px;
  text-transform: none; 
}
.formInput textarea{
  font-size: 15px;
  padding: 5px 10px;
  background-color: #fafbfc;
  border: 1px solid #d3d3d3;
  outline: none;
  width: 620px;
  text-transform: none;
}
.formInput input:focus{
  border: 1px solid #a7a7a7 ;
}

.inputCheck{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

.inputCheck input{
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  /* accent-color: #0D355F; */
}
.inputCheck label{
  margin-bottom: -3px;
  font-size: 16px;
}

.inputsAccordion{
  max-width: 730px;
}

.inputAccordion{
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.inputAccordion input{
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  transform: translateY(5px);
  background-color: #0D355F;
}

.accordion{
  width: 100%;
  max-width: 700px;
  padding: 3px 10px;
  background-color: #fafbfc;
  border: 1px solid #d3d3d3;
}
.btnAccordion{
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0px;
  width: 100%;
  margin-bottom: 4px;
}

.toggleAllAccordionsBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrowAccordion{
  max-height: 12px;
  min-height: 12px;
  min-width: 10px;
  display: flex;
  justify-content: center;
}

.arrowAccordion img{
  transition: all .3s ease;
}
.arrowAccordion.active img{
  transform: rotate(180deg);
}
#toggleImage{
  transition: all .3s ease;
}
#toggleImage.active{
  transform: rotate(180deg);
}

.closeNav{
  display: none;
}
.menuIcon{
  display: none;
}

.logo{
  z-index: 99;
}

.btnLang{
  position: relative;
  cursor: pointer;
}

.langContant{
  top: 30px;
  left: 0;
  position: absolute;
  background-color: #1caee4;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  transition: all .2s ease;
  transition-delay: 0.4s ;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  z-index: 99;
  align-items: center;
}
.btnLang:hover .langContant{
  transition-delay: 0s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.btnLang:hover .circleArrowLang{
  transform: rotate(270deg);
  transition-delay: 0s;
}
.langContant ul{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

@media (max-width: 1300px) {
  .footer{
    left: 0px;
  }
  .footer h1{
    font-size: 80px;
  }

}


@media (max-width: 1200px) {
  .bluerHomeContant{
    max-width: 550px;
    min-width: auto;
  }
  .footer{
    left: -40px;
  }
  .footer h1{
    font-size: 80px;
  }

}

@media (max-width: 991px) {
  .headerPage{
    /* height: 250px; */
    min-height: 250px;
  }
  .textHeaderPage{
    margin-top: 80px;
  }
  .navMenu{
    gap: 10px;
  }
  .navbar.active{
    background-color: #0d355f;
  }
  .navMenu{
    position: absolute;
    flex-direction: column;
    align-items: start;
    padding: 60px 10px 10px 30px;
    top: 0;
    right: 0;
    border: none;
    background-color: #0d355f;
    -webkit-backdrop-filter:  blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    height: max-content;
    transition: all .3s ease;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .navMenuList{
    padding: 0;
    flex-direction: column;
    align-items: start;
    border: none;
    width: 100%;
    height: max-content;
    transition: all .3s ease;
  }
  .navMenu.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .navMenuList ul{
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .navList{
    font-size: 16px;
    padding: 0 10px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  .navList.active{
    height: 25px;
  }
  .navList:hover{
    height: 25px;
  }
  
.menuIcon{
  display: block;
  z-index: 99;
}
.menuIcon.active .openNav{
  display: none;
}
.menuIcon.active .closeNav{
  display: block;
}
.menuIcon img{
  width: 20px;
  height: 20px;
}
.btnLang{
  display: flex;
  flex-direction: column;
}
.langContant{
  transition-delay: 0s;
  position: absolute;
  top: -10px;
  transition: top 0.3s;
}
.btnLang:hover .langContant{
  position: relative;
  top: 0;
  transition-delay: 0s;
}
.circleArrowLang{
  transition-delay: 0s;
}
  .footer h1{
    font-size: 60px;
  }
  .cardPage h3{ 
    font-size: 20px;
  }
  .cardPage p{ 
    font-size: 16px;
  }
  .bluerHomeContant{
    max-width: 500px;
    margin-top: -30px;
  }
  .iconpage1{
    width: 50px;
    height: 50px;
    top: 90px;
    right: 130px;
    opacity: 50%;
  }
  .iconpage2{
    width: 50px;
    height: 50px;
    bottom: 0px;
    left: 10px;
  }
}

@media (max-width: 700px) {
  .textHeaderPage{
    margin-top: 70px;
  }
  .bluerHomeContant{
    max-width: 500px;
    padding: 25px 12px;
  }
  .headerSideFollow{
    top: unset;
    transform: translateY(0);
    bottom: 30px;
  }
  .formInput input{
    width: 200px;
  }
  .formInput textarea{
    width: 420px;
  }
  .toggleAllAccordionsBtn{
    flex-direction: column;
    align-items: end;
    gap: 5px;
  }
  .iconpage1{
    width: 35px;
    height: 35px;
    top: 80px;
    right: 60px;
  }
  .iconpage2{
    width: 35px;
    height: 35px;
    bottom: -20px;
    left: 15px;
  }
}


@media (max-width: 500px) {
  .headerPage{
    height: auto;
    min-height: 230px;
  }
  .textHeaderPage{
    margin-top: 70px;
  }
  .inputRow{
    flex-direction: column;
    gap: 0px;
  }
  .formInput input{
    width: 100%;
  }
  .formInput textarea{
    width: 100%;
  }
  .iconpage1{
    top: 70px;
    right: 60px;
  }
  .iconpage2{
    bottom: 0px;
    left: 15px;
  }
  .cardPage{
    padding: 20px 20px;
  }
}
@media (max-width: 450px) {
  .headerSideFollow{
    right: 15px;
    bottom: 20px;
  }
  .footerContant span{
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .footer h1 {
    font-size: 30px;
  }
}



/* ////////////////////////////////////////////////////////////////////////////////////////// */
