* {
    margin: 0;
    padding: 0; 
    font-family: 'Poppins', sans-serif;

}

body {
    font-family: 'Poppins', sans-serif;
    background-color: black;
    color: white;
}

.head {
    position: relative;
    font-weight: bold;
    font-size: 21px;
    background-image: radial-gradient(circle, rgb(0, 0, 139), rgb(198, 152, 198));
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rotated-text {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
    font-size: 12px;
    font-weight: 600;
}

small {
    font-size: 13px;
    font-weight: 500;
    padding: 17px;
}

.header-close {
    position: absolute;
    right: 10px;
    font-size: small;
    opacity: 0.8;
    cursor: pointer;
}

.drop-down {
    font-size: 7px;
    opacity: 0.4;
}


.head-btn {
    color: white;
    background-color: transparent;
    padding: 6px 10px;
    border: 1px solid white;
    border-radius: 30px;
    font-weight: 600;
    font-size: small;
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background-color: black;
}

.navbar:hover {
    background-color: white;
    transition: background-color 0.5s ease 0.5s;
}

.navbar:hover .links a  {
    color: black;
    transition: color 0.5s ease 0.5s;
}

.navbar:hover .logo {
    color: black;
    transition: color 0.5s ease 0.5s;
}

.navbar:hover .buttons .btn-contact {
    color: black;
    transition: color 0.5s ease 0.5s;
}

.navbar:hover .buttons .btn-log {
    color: black;
    transition: color 0.5s ease 0.5s;
}

.navbar .logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

/* .navbar .mylistdrop div{
    margin-top: 18px;
    padding: 20px;
    position: relative;
    width: 100vw;
    height: 420px;
    background-color: white;
    color: #000;
} */

.navbar .links a {
    margin: 0 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: transparent;
}

.navbar .links a:hover .drop-down{
    opacity: 1;
}

.navbar .links a:hover .mylistdrop{
    display: flex;
    transition: all 0.7s ease 0.7s !important;
}

.navbar .mylistdrop {
    display: none;
    left: 0;
    top: 92px;
    z-index: 1;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.dropdown-grid {
  display: flex;
  gap: 30px;
  justify-content: space-evenly;
  padding: 30px;
  background-color: white;
  margin-top: 14px;
  color: black;
  flex-wrap: wrap;
  width: 100vw;
  box-sizing: border-box;
}

.dropdown-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: black;
}

.dropdown-column ul {
  list-style: none;
  padding: 0;
}

.dropdown-column li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}

.dropdown-column span {
  font-size: 12px;
  color: gray;
}


.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-log {
    color: white;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
}

.btn-sign {
    background-color: blue;
    color: white;
    padding: 9px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
}



.mysection {
    background-image: url(https://quickbooks.intuit.com/oidam/intuit/sbseg/en_row/quickbooks/web/image/other/sbseg-en_row-apac-reimagine-hero--desktop.jpg);
    background-position: center;
    width: auto;
    height: 480px;
    position: relative;
    background-color: transparent;
    text-align: center;
    display: flex;
}

.sectionclass {
    backdrop-filter: blur(0.3px);
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 30px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.sectionclass h1{
    margin-top: 60px;
    font-size: 50px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
    
}


span {
    color: rgb(205, 60, 205);
}

.sectionclass .type-writing {
    color:  rgb(205, 60, 205);
}

.sectionclass .type-writing {
    position: relative;
}

@keyframes cursor{
    to{
        border-left: 3px solid rgb(205, 60, 205);
    }
}

@keyframes words{
    0%, 20%{
        content: "Individuals";
    }
    21%, 40%{
        content: "Personnels";
    }
    41%, 60%{
        content: "Entity";
    }
    61%, 80%{
        content: "Commerce";
    }
    81%, 100%{
        content: "Negotiations";
    }
}

.sectionclass .type-writing::before {
    content: "Business";
    color: rgb(205, 60, 205);
    animation: words 20s infinite;
}

.sectionclass .type-writing::after {
    content: "";
    background-color: transparent;
    position: absolute;
    width: calc(100% + 8px);
    height: 100%;
    top: 5px;
    border-left: 3px solid black;
    right: -8;
    animation: cursor 0.6s infinite;
}

.sectionclass p{
    font-size: 14px;
    color: white;
    background-color: transparent;
}

.buttons-2 {
    margin-top: 40px;
    text-decoration: none;
    color: white;
    background-color: transparent;
}

.btn-started {
    background-color: transparent;
    border: 1px solid rgb(205, 60, 205);
    color: rgb(205, 60, 205);
    padding: 15px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

.assured {
    display: flex;
    width: 350px;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.assured div::before {
    content: "✔️ ";
}

.review {
    color: white;
    width: auto;
    height: auto;
    position: flex;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0;
    margin-top: 75px;
}

.capterra {
    color: white;
    display: flex;
    gap: 10px;
    padding: 30px 50px;
    box-shadow: -5px -5px 130px  rgba(255, 255, 255, 0.3);
}

.rate {
    font-size: 35px;
    font-weight: 700;
}

.rev {
    margin-top: 10px;
    font-size: 12px;
}

.comp {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.customers {
    font-size: 20px;
    color: white;
    width: 400px;
    text-align: center;

}

.customers .p1 {
    color: rgb(205, 60, 205);
    font-size: 45px;
    font-weight: bold;
}

.customers .p2 {
    font-size: 25px;
    font-weight: 600;
}

.apple {
    color: white;
    padding: 30px 50px;
    display: flex;
    gap: 10px;
    box-shadow: -5px -5px 130px  rgba(255, 255, 255, 0.3);
}

.trusted-comp {
    height: 400px;
    justify-items: center;
    align-items: center;
    margin: 100px 0;
}

.trusted-comp p {
    margin-bottom: 70px;
}

.trusted-comp .logo {
    display: flex;
    justify-content: center;
    gap: 100px;
    height: 70px;
    margin-bottom: 50px;
}

.trusted-comp .logo-2 {
    display: flex;
    justify-content: center;
    gap: 100px;
    height: 70px;
    margin-bottom: 80px;
}

.btn-customer {
    color: blue;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 200px;
}

.menu {
    width: auto;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4)),
    url(https://cdn.pixabay.com/photo/2016/06/13/09/57/meeting-1453895_1280.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 360px;
    margin: 130px 60px;
    box-shadow: -5px -5px 90px  rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}

.menu h1 {
    padding: 53px 0 0 75px;
    line-height: 1.3;
}

.menu p {
    color: darkgrey;
    padding-left: 70px;
    font-size: 17px;
    margin: 35px 0 50px 0;
}

.menu .download{
    background-color: transparent;
    color: white;
    padding: 15px 30px;
    margin-left: 70px;
    border: 1.5px solid white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

.fa-arrow-right {
    font-size: 11px;
    opacity: 1;
}

.maps {
    background-image: url(maps.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 600px;
    height: 440px;
    margin-right: 10px;
    margin-top: 200px;
    margin-bottom: 120px;
    border-radius: 20px;
    justify-content: space-evenly;
}

.maps h1 {
    padding: 80px 0 0 40px;
    font-weight: 600;
    width: 400px;
}

.maps p {
    color: darkgrey;
    width: 500px;
    line-height: 1.5;
    padding: 20px 40px;
    font-size: 20px;
    margin-bottom: 30px;
}

.maps .maps-download {
    background-color: transparent;
    color: white;
    padding: 15px 20px;
    margin-left: 40px;
    border: 1px solid white;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.navigation{
    background-image: url(https://cdn.prod.website-files.com/6050a76fa6a633d5d54ae714/65bbb3b4e081d228a80d1146_img-navigation.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 600px;
    height: 440px;
    margin-left: 40px;
    margin-bottom: 120px;
    border-radius: 20px;
    justify-content: space-evenly;
}

.navigation h1 {
    margin-left: 700px;
    padding: 80px 0 0 40px;
    font-weight: 600;
    width: 400px;
}

.navigation p {
    margin-left: 700px;
    color: darkgrey;
    width: 500px;
    line-height: 1.5;
    padding: 20px 40px;
    font-size: 20px;
    margin-bottom: 30px;
}

.navigation-download {
    margin-left: 700px;
    background-color: transparent;
    color: white;
    padding: 15px 20px;
    margin-left: 740px;
    border: 1px solid white;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.search {
    background-image: url(search.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 600px;
    height: 550px;
    margin-bottom: 120px;
    border-radius: 20px;
    justify-content: space-evenly;
}

.search h1 {
    padding: 80px 0 0 40px;
    font-weight: 600;
    width: 400px;
}

.search p {
    color: darkgrey;
    width: 500px;
    line-height: 1.5;
    padding: 20px 40px;
    font-size: 20px;
    margin-bottom: 30px;
}

.search .search-download {
    background-color: transparent;
    color: white;
    padding: 15px 20px;
    margin-left: 40px;
    border: 1px solid white;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.data{
    background-image: url(data.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 600px;
    height: 440px;
    margin-left: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    justify-content: space-evenly;
}

.data h1 {
    margin-left: 700px;
    padding: 80px 0 0 40px;
    font-weight: 600;
    width: 400px;
}

.data p {
    margin-left: 700px;
    color: darkgrey;
    width: 500px;
    line-height: 1.5;
    padding: 20px 40px;
    font-size: 20px;
    margin-bottom: 30px;
}

.data .data-download {
    margin-left: 700px;
    background-color: transparent;
    color: white;
    padding: 15px 20px;
    margin-left: 740px;
    border: 1px solid white;
    border-radius: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.customer-stories {
    width: auto;
    height: 900px;
    border-radius: 10px;
    justify-items: center;
    align-content: center;
}

.customer-stories h1 {
    display: flex;
    font-size: 40px;
    margin-bottom: 20px;
}

.customer-stories p {
    font-size: 20px;
    color: darkgrey;
    margin-bottom: 10px;
}

.stories-buttons {
    display: flex;
    gap: 50px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 100px;
}

.stories-buttons .btn-stories {
    color: white;
    padding: 15px 20px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
}

.stories-buttons .automotive {
    color: white;
    background-color: blue;
    padding: 15px 20px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
}

.automotive-desc {
    background-image: url(customer\ stories.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 700px;
    height: 440px;
    margin-left: 100px;
    border-radius: 20px;
    justify-content: space-evenly;
}

.automotive-desc h1{
    margin-left: 780px;
    font-size: 30px;
    font-weight: 700;
    width: 400px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.automotive-desc p {
    margin-left: 780px;
    color: darkgrey;
    width: 400px;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.automotive-download {
    color: blue;
    margin-left: 780px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.bmw {
    margin-left: 775px;
    height: 70px;
}

.right-arrow {
    margin-left: 10px;
}

.get-started {
    width: auto;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4)),;
    height: 360px;
    margin: 90px 60px;
    box-shadow: -5px -5px 90px  rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    justify-items: center;
    align-content: center;
}

.get-started h1 {
    display: flex;
    font-size: 48px;
    margin-bottom: 30px;
}

.get-started p {
    font-size: 20px;
    color: darkgrey;
    margin-bottom: 30px;
}

.get-started .btn-free{
    background-color: blue;
    color: white;
    padding: 15px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.get-started .btn-contact{
    background-color: transparent;
    color: white;
    padding: 15px 20px;
    border: 1px solid darkgrey;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.footer-container {
    display: flex;
    justify-content: space-evenly;
}

.footer-container .column h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
    padding-bottom: 5px;
}

.footer-container .column li {
    color: white;
}

.footer-container .column h3 {
    font-size: 15px;
}

.footer-container .column ul {
    list-style: none;
    padding: 0;
}

.footer-container .column li {
    margin: 6px;
    margin-left: 0px;
    font-size: 16px;
    color: darkgrey;
    cursor: pointer;
}

.footer-container .column li:hover {
    color: rgb(205, 60, 205);
}


.hiring {
    font-weight: 700;
    background-color: rgb(205, 60, 205);
    color: white;
    padding: 2px 4px;
    margin-left: 3px;
    font-size: 10px;
    border-radius: 3px;
}