body {
    font-family: Poppins, Roboto, Arial;
}

.navbar {
    background-color: white;
    padding: 15px;
}

.navbar .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .container img {
    height: 50px;
}


.main-container {
    background-color: #F2F3F5;
}

.main-container .container {
    padding: 30px 0;
    text-align: center;
}

.main-container .container a.btn {
    /*border-radius: 30px;*/
    /*padding: 10px 25px;*/
    /*background-color: #e5b713;*/
    /*color: black;*/
    /*border-color: transparent;*/
    /*transition: box-shadow 0.3s ease-in-out;*/

    box-shadow: 1px 3px 31px -10px rgb(0 0 0 / 72%);
    -webkit-box-shadow: 1px 3px 31px -10px rgb(0 0 0 / 72%);
    -moz-box-shadow: 1px 3px 31px -10px rgba(0,0,0,0.72);
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #e5b713;
    color: black;
    border-color: transparent;
    transition: box-shadow 0.3s ease-in-out;
    /* border: 1px solid #333; */
    box-shadow: 1px 3px 31px -9px rgb(0 0 0 / 72%);
    -webkit-box-shadow: 1px 3px 31px -9px rgb(0 0 0 / 72%);
    -moz-box-shadow: 1px 3px 31px -9px rgba(0,0,0,0.72);
}

.main-container .container a.btn:hover {
    box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.28);
    -webkit-box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.28);
    -moz-box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.28);
}

.main-text {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0;
}


.brands-card {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.brands-card .custom-card{
    margin-top: 50px;
    transition: box-shadow 0.3s ease-in-out;
}

.brands-card .custom-card:hover {
    box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.28);
    -webkit-box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.28);
    -moz-box-shadow: -1px 2px 15px -4px rgba(0,0,0,0.28);
}

.brands-card .custom-card .logo {
    width: 100%;
    height: 75px;
    background-color: white;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-card .custom-card .logo img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.brands-card .custom-card img.banner{
    width: 100%;
    height: 370px;
    object-fit: cover;
}




/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    display: flex;
    flex-direction: column;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    text-align: left;
}

.tab button .title {
    font-size: 14px;
}

.tab button .sub-title {
    font-size: 12px;
    line-height: 1.3;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}

.tabcontent iframe {
    width: 100%;
    height: 100%;
    min-height: 560px;
}

.tabs-ctn {
    display: flex;
    margin: 50px 0;
}

.tabs-ctn .tab-container {
    width: 100%;
}


.menu-col {
    text-align: left;
    text-transform: uppercase;
}

.menu-col .links {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.menu-col .links a {
    text-decoration: none;
    color: black;
    font-size: 13px;
    line-height: 1.7;
}

.copyright {
    font-size: 14px;
}
