*,html{
    scroll-behavior: smooth;
      
    }
    *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    :root{
    scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
    scrollbar-width: thin !important;
    --white:#fff;
    --black:#131417;
    --primary:#96161f;
    --primarylite:#fd242d;
    --gray:#6d7175;
    --dark:#232331;
    --darklite:#364256;
    --lite:#f8f9fa;
    --primaryfont:'Roboto Condensed', sans-serif;
    --secondaryfont:'Source Sans Pro', sans-serif;
    }
    ::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: var(--dark);
    }
    ::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    }
    ::-webkit-scrollbar-corner {
    background: var(--dark);
    }
    /*DEFAULT*/
    body{
    margin:0;
    overflow-x:hidden !important;
    font-family:var(--primaryfont);
    background-color:var(--lite);
    }
    
    .title, .sub-title{
    font-family:var(--secondaryfont);
    }
    
    a{
    text-decoration:none;
    }
    
    li{
    list-style:none;
    }
    
    a, input, textarea, select, button{
    outline:none !important;
    transition:0.5s;
    }
    
    fieldset{
    border:0;
    }
    
    img{
    max-width:100%;
    min-width:100%;
    }
    
    em{
    font-style:normal;
    color:var(--primary);
    }
    
    .btn1, .btn2{
    padding:20px 40px;
    border-radius:40px;
    text-align:center;
    display:inline-block;
    border:0;
    }
    
    .btn1{
    background-color:var(--primary);
    color:var(--white);
    }
    
    .btn1:hover{
    background-color:var(--primarylite);
    }
    
    .btn2{
    background-color:var(--dark);
    color:var(--white);
    }
    
    .btn2:hover{
    background-color:var(--darklite);
    }
    
    .title_header{
    width:100%;
    margin:2vh auto;
    text-align:center;
    color:var(--dark);
    display:flex;
    align-items:center;
    justify-content:left;
    }
    
    .title_header section{
    width:100%;
    text-align:left;
    }
    
    .title_header section p{
    font-weight:200;
    }
    
    .title_header .title{
    font-size:2em;
    color:var(--dark);
    }
    
    .title_header .sub-title{
    font-size:1.5em;
    color:var(--gray);
    }
    
    .border-shape {
    background: var(--primary) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    }
    
    .border-shape::before {
    background: var(--primary) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100%;
    }
    
    .border-shape::after {
    background: var(--primary) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100%;
    }
    
    .bg_overlay{
    position:absolute;
    top:0;
    z-index:1;
    background-color:rgba(1,1,1,0.7);
    width:100%;
    height:100%;
    }
    
    ::-webkit-input-placeholder {
    opacity: 1 !important;
    }
    
    :-moz-placeholder {
    opacity: 1 !important;
    }
    
    ::-moz-placeholder {
    opacity: 1 !important;
    }
    
    :-ms-input-placeholder {  
    opacity: 1 !important;
    }
    
    select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(port.jpg)
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 4rem;
    padding: 1rem;
    padding-right: 4rem;
    }
    

    
    @media (max-width:1180px){
    .half-column{
    display:block;
    }
    }
    
    @media (max-width:820px){
    .btn1, .btn2{
    padding:10px 15px;
    }
    .title_header{
    width:100%;
    display:block;
    text-align:center;
    }
    .title_header .title{
    font-size:1.3em;
    }
    .title_header section{
    padding:0rem 0!important;
    text-align:center;
    margin:0 auto !important;
    }
    }

/*HEADER*/
header{
width:100%;
}

.header{
width:100%;
position:relative;
display:flex;
align-items:Center;
}

.header section{
width:100%;
overflow:hidden;
}

.header section:nth-child(1){
width:30%;
}

.cross {
background:var(--primary);
display:inline-block;
font-size:2em;
padding:.5em 2em;
text-decoration:none;
position:absolute;
left:-5%;
top:0;
display:flex;
align-items:center;
justify-content:center;
width:39%;
}

.parallelogram{
transform: skew(-20deg);
}

.skew-fix{
display:inline-block;
transform: skew(20deg);
}

.header .logo{
filter: brightness(0) invert(1);
padding:1rem 2rem;
width: 10px; /* Adjust width to make the logo smaller */
height: 10px; /* Adjust height to match the width */
max-width: 100%; /* Ensure it doesn't overflow */
height: auto; /* Maintain aspect ratio */
}

.top-tab{
width:100%;
background-color:var(--dark);
display:flex;
align-items:center;
justify-content:Center;
padding:0.6rem 1rem;
padding-left:10rem;
}

.top-tab span{
width:100%;
text-align:center;
white-space:nowrap;
}

.top-tab span a{
margin:0 10px;
color:var(--white);
white-space:nowrap;
}

.top-tab span:nth-child(1) a .fa{
margin:0 5px;
}

@media (max-width:1120px){
.header section:nth-child(1){
display:none;
}
.cross {
position:static;
}
.header .logo{
width:100%;
}
.top-tab{
padding-left:0rem;
}
.top-tab span:nth-child(1){
display:none;
}
.top-tab span:nth-child(2){
display:flex;
align-items:center;
justify-content:Center;
}
}

    
    
    
    /*NAV*/
    .topnav {
    overflow: hidden;
    background-color: var(--white);
    padding-left:10rem;
    }
    
    .topnav a {
    float: left;
    display: block;
    color: var(--dark);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    margin:10px 20px;
    }
    
    .active {
    color: var(--primary);
    }
    
    .topnav .icon {
    display: none;
    }
    
    .dropdown {
    float: left;
    overflow: hidden;
    }
    
    .dropdown .dropbtn {
    font-size: 18px;    
    border: none;
    outline: none;
    color: var(--dark);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 10px 20px;
    }
    
    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-top:2px solid var(--primary);
    }
    
    .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin:0;
    }
    
    .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
    }
    
    .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
    }
    
    .dropdown:hover .dropdown-content {
    display: block;
    }
    
    #res_logo{
      width: 300px;
    }
    
    @media screen and (max-width: 1120px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
    }
    .topnav a.icon {
    float: right;
    display: block;
    }
  }
    
    @media screen and (max-width: 1120px) {
    .topnav {
    padding-left:0;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    }
    .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    margin:0px;
    }
    .topnav.responsive #res_logo{
    max-width:50px;
    min-width:50px;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
    margin:0px;
    }
    }
    
    
    
    
    
    
    
    
    
    
    
    /* BANNER */
.banner {
  width: 100%;
  height: 130vh;
  background-image: url("port.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 3rem 0;
}

.banner section {
  width: 100%;
  color: var(--white);
  padding: 2rem;
  font-weight: 400;
  line-height: 1.5; /* Adjusted from 0 to 1.5 */
}

.banner section .title {
  font-size: 3.5em;
}

.banner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -50px;
  overflow: visible;
  width: 100%;
  height: 120px;
  z-index: 0;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  background-color: #f8f9fa;
}

.banner section .form {
  padding: 2rem;
  width: 70%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  color: var(--dark);
}

.banner section .form .title {
  font-size: 23px;
}

.banner section form {
  width: 100%;
}

.banner section form input, .banner section form select {
  width: 100%;
  padding: 1rem;
  background-color: var(--lite);
}

.banner section form .half-column span {
  width: 100%;
}

.banner section form button {
  border-radius: 10px;
}

@media (max-width: 920px) {
  .banner {
      height: 100%;
      display: block;
      padding: 8rem 0;
  }
  .banner section {
      padding: 1rem;
  }
  .banner section .title {
      font-size: 2em;
  }
  .banner section .form {
      width: 100%;
  }
}

    /*SECTION1*/
    .section1{
    width:100%;
    margin:auto;
    position:relative;
    background-color:var(--lite);
    color:var(--white);
    overflow:hidden;
    border-radius:20px;
    padding:3rem 0;
    }
    
    .section1 section{
    width:100%;
    position:relative;
    padding:0 5rem;
    display:flex;
    align-items:center;
    justify-content:center;
    }
    
    .section1 section .card{
    width:100%;
    margin:10px;
    padding:2rem;
    border:1px solid var(--dark);
    color:var(--black);
    border-radius:10px;
    display:inline-block;
    transition:0.5s;
    display:flex;
    align-items:center;
    }
    
    .section1 section .card span{
    padding:0 2rem;
    }
    
    .section1 section .card:hover{
    background-color:var(--primary);
    color:var(--white);
    }
    
    .section1 section .active{
    background-color:var(--primary);
    color:var(--white);
    }
    
    .section1 section .card .fa{
    font-size:2.3em;
    }
    
    .section1 section .card .title{
    line-height:0;
    }
    
    .section1 .title_header section{
    justify-content:left;
    }
    
    @media (max-width:920px){
    .section1 section{
    display:block;
    padding:0 1rem;
    }
    .section1 section .card{
    margin:10px 0;
    }
    }
    h1 {
        margin: 50px 0 30px;
        text-align: center;
      }
    



.faq{
font-family: Lato, sans-serif;
padding: 0;
margin: 0;
box-sizing: border-box;
}

.faq{
background-color: #F5F5F5;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 50px 0;
}

.wrapper {
width: 60%;
}

h1 {
margin-bottom: 20px;
}

.containeri {
background-color: white;
color: black;
border-radius: 20px;
box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
margin: 20px 0;
}

.question {
font-size: 1.2rem;
font-weight: 600;
padding: 20px 80px 20px 20px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}

.question::after {
content: "\002B";
font-size: 2.2rem;
position: absolute;
right: 20px;
transition: 0.2s;
}

.question.active::after {
transform: rotate(45deg);
}

.answercont {
max-height: 0;
overflow: hidden;
transition: 0.3s;
}

.answer {
padding: 0 20px 20px;
line-height: 1.5rem;
}



@media screen and (max-width: 790px){
html {
    font-size: 14px;
}
.wrapper {
width: 80%;
}
}











.blocks{
  margin:0;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:100vh;
  font-family: 'Roboto', sans-serif;
  
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a, a:active, a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding: 0;
  color: #96161f; */
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
} 
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #rgb(205, 6, 6);
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}
p.service_text {
  color: #ccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.section-head p, p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}
.extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #96161f;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.extra-text span {
  font-weight: 700;
  color: #96161f;
}
.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.item:hover {
  background: #96161f;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #96161f;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}
.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.20);
  color: #96161f;
}
.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #96161f;
}
.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #96161f;
}
.item p {
  font-size: 15px;
  line-height: 26px;
}
.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}
.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #96161f;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.skills {
  padding-top: 0px;
}
.skills .prog-item {
  margin-bottom: 25px;
}
.skills .prog-item:last-child {
  margin-bottom: 0;
}
.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}
.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #96161f;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}










body {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0;
}

.wrapper {
  width: 60%;

}

h1 {
  margin-bottom: 20px;
}

.containeri {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
  
}

.questioni {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 20px;
  
  
}

.questioni::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.questioni.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.questioni.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}
.questioni.active::after {
      color: black; /* Change the color to white when active */
    }

 .questioni::after {
      color: white; /* Set the default color to red */
    }

.questioni {
      background-color: rgb(205, 6, 6); /* Set the default background color to red */
    }

.questioni.active {
      background-color: white; /* Change the background color to white when active */
    }




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

.image {
  flex: 1;
  padding: 10px;
}
.txt {
  flex: 1;
  padding: 10px;
}
.right-center{
  display: flex;
  justify-content: center; /* align horizontally */
  align-items: center; /* align vertically */
  text-align: center; /* center-align text */

}


#slider {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  text-align: center;
  height: 600px;
}

#slider input[type=radio] {
  display: none;
}

#slider label {
  cursor: pointer;
  text-decoration: none;
}

#slides {
  padding: 10px;
  border: 3px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 1;
}

#overflow {
  width: 100%;
  overflow: hidden;
}

#slide1:checked ~ #slides .inner {
  margin-left: 0;
}

#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}

#slide3:checked ~ #slides .inner {
  margin-left: -200%;
}

#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}

#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  width: 400%;
  line-height: 1.5; /* Adjusted from 0 to 1.5 */
  height: 500px;
}

#slides .slide {
  width: 25%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: black;
}

#slides .slide_1,
#slides .slide_2,
#slides .slide_3,
#slides .slide_4 {
  background: #fbfbfb;
}

#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}

#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: .4;
}

#controls label:hover {
  opacity: 1;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float: right;
  margin: 0 -50px 0 0;
  display: block;
}

#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
  float: left;
  margin: 0 0 0 -50px;
  display: block;
}

#bullets {
  margin: 150px 0 0;
  text-align: center;
}

#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
  margin: 0 10px;
}

#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: #444;
}

@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1),
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
    margin: 0;
  }
  #slides {
    max-width: calc(100% - 140px);
    margin: 0 auto;
  }
}




/* .pref {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.split {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}




@media (max-width: 767px) {
  .pref{
    flex-direction: column;  
  }
  .split {
    width: 100%;  
    margin-bottom: 20px;  
  }

  .right {
    margin-top: 20px;  
  }
  }

strong {
  font-weight: 700;
} */



.pref {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.split {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

form input, form textarea {
  width: 100%; /* Default full width */
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

form input[type="submit"] {
  background-color: #96161f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%; /* Default full width */
}

@media (max-width: 767px) {
  .pref {
    flex-direction: column;  /* Change flex direction to vertical for smaller screens */
  }
  .split {
    width: 100%;  /* Take full width on smaller screens */
    margin-bottom: 20px;  /* Add margin to create space between sections */
  }

  .right {
    margin-top: 20px;  /* Add margin to create space between sections */
  }

  form input, form textarea {
    width: calc(100% - 130px); /* Adjust width to account for 65px margin on each side */
    margin-left: 65px; /* Add 65px margin on the left */
    margin-right: 65px; /* Add 65px margin on the right */
  }

  form input[type="submit"] {
    width: calc(100% - 130px); /* Adjust width to account for 65px margin on each side */
    margin-left: 65px; /* Add 65px margin on the left */
    margin-right: 65px; /* Add 65px margin on the right */
  }
}

/* Default Styles */
body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: var(--primaryfont);
  background-color: var(--lite);
}

.title, .sub-title {
  font-family: var(--secondaryfont);
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

a, input, textarea, select, button {
  outline: none !important;
  transition: 0.5s;
}

fieldset {
  border: 0;
}

img {
  max-width: 100%;
  min-width: 100%;
}

em {
  font-style: normal;
  color: var(--primary);
}

.btn1, .btn2 {
  padding: 20px 40px;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  border: 0;
}

.btn1 {
  background-color: var(--primary);
  color: var(--white);
}

.btn1:hover {
  background-color: var(--primarylite);
}

.btn2 {
  background-color: var(--dark);
  color: var(--white);
}

.btn2:hover {
  background-color: var(--darklite);
}

.title_header {
  width: 100%;
  margin: 2vh auto;
  text-align: center;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: left;
}

.title_header section {
  width: 100%;
  text-align: left;
}

.title_header section p {
  font-weight: 200;
}

.title_header .title {
  font-size: 2em;
  color: var(--dark);
}

.title_header .sub-title {
  font-size: 1.5em;
  color: var(--gray);
}

.border-shape {
  background: var(--primary) none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 3px;
  left: 0;
  margin: 20px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
}

.border-shape::before {
  background: var(--primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 100%;
}

.border-shape::after {
  background: var(--primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 80px;
  text-align: center;
  top: 1px;
  width: 100%;
}

.bg_overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(1, 1, 1, 0.7);
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
}

:-moz-placeholder {
  opacity: 1 !important;
}

::-moz-placeholder {
  opacity: 1 !important;
}

:-ms-input-placeholder {
  opacity: 1 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(port.jpg);
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 4rem;
  padding: 1rem;
  padding-right: 4rem;
}

@media (max-width: 1180px) {
  .half-column {
    display: block;
  }
}

@media (max-width: 820px) {
  .btn1, .btn2 {
    padding: 10px 15px;
  }
  .title_header {
    width: 100%;
    display: block;
    text-align: center;
  }
  .title_header .title {
    font-size: 1.3em;
  }
  .title_header section {
    padding: 0rem 0 !important;
    text-align: center;
    margin: 0 auto !important;
  }
}








/* ==== SIMPLE FOOTER ==== */

footer {
  background: url('https://orange.codeberryschool.com/content/images/project-assets/simple-footer.png') repeat center;
  display: table;
  width: 100vw;
  height: 8rem;
  text-align: center;
  padding: 1rem;
  font-family: 'Arial', sans-serif;
  font-size: .875rem;
}

.wrapper {
  display: table-cell;
  vertical-align: middle;
}

footer small {
  color: #ccc;
  letter-spacing: .025rem;
  margin-bottom: 1.5rem;
  display: block;
}

.footer-nav a {
  color: #96161f;
  text-decoration: none;
  margin: 0 .5rem;
  display: inline-block;
}

.footer-nav a:hover {
  color: #96161f;
  transition: color .15s ease-in-out;
}


.mycustomh2 {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.mycustomh2::before {
  content: "✔";
  color: red;
  margin-right: 10px;
  font-size: 18px;
}
