.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #c4b29b;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

#section-1{
    height: 60vh;
    background-size: cover;
    background-position-y: 61.5%;
}

.main-desc{
    position: relative;
    top: 100px;
    width: 100%;
}

#section-1 h1 {
    color: white;
    position: relative;
}

#section-1 p {
    color: white;
    font-size: 1rem;
}

.nav-link{
  color: #736357
}

.nav-link.active{
  background-color: black !important;
}

.nav-link:hover{
  color: black
}

.btn-nic_tm{
  background-color: #736357;
  color: white;
}

.btn-nic_tm:hover{
    background-color: black;
    color: white;
}

.btn-secondary-nic_tm{
    background-color: #736357;
    color: white;
}
  
.btn-secondary-nic_tm:hover{
    background-color: black;
    color: white;
}

#section-2{

}

.feature-card{
    background-color: white;
    border:1px solid #736357;
    height: 220px;

}

.feature-card .card-text{
    font-size: 14px;
}

#section-3{
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.registrar-image{
    filter: grayscale(0.75);
    width: 50%;
}

.registrar-image-height{
    filter: grayscale(0.75);
}

.domains-tm-logo{
    width: 35%;
    margin-bottom: 25px;
}

#section-3{
  height: 665px; 
}
/* .footer-div{
    position: absolute;
    width: 100%;
    bottom: 0px;
} */



@media (max-width: 768px) { 
    .nav.nav-pills{
        display: flex;
        justify-content: center;
    }

    #section-1{
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
        height: 100%;
        padding-top: 245px;
        padding-bottom: 100px;
    }

    .main-desc{
        position: relative;
        top: 40px;
    }    

	#section-1 h1 {
    color: white;
    position: relative;
     }
            

	#section-1 p{
	font-size:16px;
	}

    #section-2 .col-lg-6{
        margin-bottom: 20px;
    }

    #section-2 .feature-card{
        height: 100%;
    }

    #section-3 .border-start{
        display: none;
    }

    #section-3 .contact-form{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
