* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Neue-M;
    src: url(fonts/NeueHaasDisplayMediu.ttf);
}

@font-face {
    font-family: Wix-B;
    src: url(fonts/WixMadeforText-Bold.ttf);
}

nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 32em;
    margin-top: 32px;
    font-family: Neue-M, Arial;
}

nav ul {
    display: flex;
    gap: 2em;
    list-style: none;
    align-items: center;
}

nav a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

nav button {
    padding: 1em 2em;
    background-color: #333;
    background-color: #ff5900;
    color: #fff;
    border: 1px solid #00000000;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

nav button:hover {
    border: 1px solid black;
    background-color: #fff;
    color: #ff5900;
}

aside {
    text-align: center;
    width: 100%;
    padding: 2em;
    font-family: Arial;
    position: relative;
    top: 80px;
    /* background-color: blue; */
}

aside h2 {
    font-size: 48px;
    letter-spacing: -1.7px;
    font-family: Wix-B;
    color: #000000;
}

aside p {
    margin-top: 1.8em;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1.8em
}

aside button {
    margin: 0 12px;
}

aside #btn1 {
    width: 160px;
    height: 64px;
    padding: 1em 2em;
    background-color: #ff5900;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

aside #btn1:hover {
    border: 1px solid black;
    background-color: #fff;
    color: #ff5900;
}

aside #btn2 {
    width: 160px;
    height: 64px;
    padding: 1em 2em;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

aside #btn2:hover {
    background-color: #333;
    color: #fff;
}

section {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section .cbox {
    /* display: flex; */
    justify-content: space-around;
    gap: 2em;
    margin: 32px;
    /* height: 400px; */
    max-width: 400px;
    border: 2px solid #333;
    font-family: Neue-M, Arial;
    text-align: left;
}

section .cbox img {
    height: 100px;
}

section .cbox h3 {
    font-size: 36px;
    margin: 1em 1em 0.4em 0.54em;
}

section .cbox p {
    font-family: arial;
    color: #333;
    margin: 0em 1em 0em 1em;
    font-size: 20px;
}

section .cbox h5 {
    font-family: arial;
    color: #ff5900;
    margin: 2em 1em 4em 0.8em;
    font-size: 22px;
    font-weight: 700;
}

section #cbox1,
#cbox4 {
    position: relative;
    top: 60px;
}

section #cbox2,
#cbox5 {
    position: relative;
    top: 90px;
}

section #cbox3,
#cbox6 {
    position: relative;
    top: 120px;
}

.section2 {
    position: relative;
    top: 320px;
    /* height: 300px; */
    background: #c9c9c9;
    background: #c9c9c9;
    text-align: left;
    background: #f0f0f0;
}

.section2 h2 {
    margin-left: 60px;
    font-size: 48px;
    letter-spacing: -1.7px;
    line-height: 0.98;
    font-family: Wix-B;
    color: #000000;
    padding: 2.4em 1em 0em 1em;
}

.section2 p {
    margin-left: 92px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    color: #333;
    padding: 1em 1em 1em 1em;
    font-family: arial;
}

.section2 button {
    margin: 1em 0 10em 2.4em;
}

.section2 #btn1 {
    margin-left: 108px;
    padding: 1.2em 2.4em;
    background-color: #ff5900;
    color: #f0f0f0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    border: 1px solid #ff5900;
}

.section2 #btn1:hover {
    border: 1px solid black;
    background-color: #f0f0f0;
    color: #ff5900;
}

.section2 #btn2 {
    padding: 1.2em 2.4em;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.section2 #btn2:hover {
    background-color: #333;
    color: #f0f0f0;
}

footer {
    background-color: #333333;
    position: relative;
    top: 320px;
    color: #fff;
    display: flex;

    background: radial-gradient(circle at -8.9% 51.2%, #ffa34d 0%, #ffa34d 15.9%, #ff5900 15.9%, #ff5900 24.4%, #131e25 24.5%, #131e25 66%);
    /* ffa34d, ff7c00 */
}
footer .basic-info {
    margin-left: 60px;
    /* background-color: red; */
    width: 600px;
}
footer h3 {
    font-size: 32px;
    font-family: Neue-M;
    padding: 2.4em 1em 0em 1em;
}
footer p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
    padding: 1em 1em 1em 1em;
    font-family: arial;
    color: #c9c9c9;
    color: #f0f0f0;
    margin-left: 16.4px;
}
footer .image {
    display: flex;
    margin-left: 28px;
    gap: 1em;
}
footer img {
    height: 40px;
    margin: 0.5em 0em 2em 0em    ;
}
footer .main-info {
    text-align: left;
}
footer .main-info h3 {
    font-size: 32px;
    margin-left: 0px
    
}
footer .main-info p {
    margin-left: 16.4px;
    line-height: 2em;
}
footer .main-info2 p {
    margin-left: 0  px;
    line-height: 2em;
}
footer .main-info2 {
    margin: 114px 0 0 0px;
}
.contact-info {
    /* display: flex; */
    border: 3px solid #ff5900;
    border-radius: 4px;
    height: 220px;
    margin-top: 66.8px;
    background-color: #ff5900;
    color: white;
}
.contact-info h3 {
    margin: 0;
    padding: 10px 0 0 24px;
}
.imgbox {
    margin: 0 0 0 30px;
    display: flex;
    height: 42px;
    width: 160px;
    /* background-color: yellow; */
}
.contact-info p {
    color: #fff;
    padding-top: 0;
}   
.contact-info img {
    height: 30px;
}
.contact-info h3:nth-child(2) {
    /* font-family: arial; */
    font-size: 22px;
    padding: 0; 
    margin: 8.4px 0 0px 8px;
}
/* Loader */
.loader {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99;
    display: none;
    overflow: hidden;
  }
  
  .dot-spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    --uib-size: 2.8rem;
    --uib-speed: 0.9s;
    --uib-color: ff5900;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  
  .dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  
  .dot-spinner__dot::before {
    content: "";
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
  }
  
  .dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
  }
  
  .dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
  }
  
  .dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
  }
  
  .dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
  }
  
  .dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
  }
  
  .dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
  }
  
  .dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
  }
  
  .dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
  }
  
  .dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
  }
  
  .dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
  }
  
  .dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
  }
  
  .dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
  }
  
  .dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
  }
  
  .dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
  }
  
  @keyframes pulse0112 {
    0%,
    100% {
      transform: scale(0);
      opacity: 0.5;
    }
  
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }
  