*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

*::selection {
    background-color: black;
    color: white;
}
  
::-moz-selection {
    background-color: black;
    color: white;
}
  
*:focus,
*:active {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

a{
    color: black;
    text-decoration: none !important;
    border: none !important;
}
  
a:hover{
    color: black;
    text-decoration: none !important;
    border: none !important;
}

.btn{
    border: none !important;
}

.btn:hover{
    border: none !important;
}

body{
    height: 100vh;
    width: 100vw;
    background-color: black;
}


.card{
    width: 359px;
    height: auto;
}

/* .main-logo{
    height: 140px;
    width: 140px;
    border: 3px solid #ccc;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
} */


.main-logo img{
    border-radius: 50%;
    width: 100%;
}

/* .btn .icon.icon-left {
    left: 0;
} */
.btn .text {
    width: calc(100% - 50px);
    align-self: center;
    font-size: 22px;
}

.btn .icon {
    width: 50px;
    bottom: 0;
}

.btn-insta{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.card {
    background: transparent;
}

.fa-instagram{
    color: white;
}
.fa-facebook{
    color: white;
}
.fa-whatsapp{
    color: white;
}
.fa-pinterest{
    color: white;
}

.btn-facebook{
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
    border: 1px solid #2b4170;
    text-shadow: 0 -1px -1px #1f2f52;
}

.btn-whatsapp{
    background-color: #288c7e;
}

.btn-whatsapp:hover {
    background-color: #076e61;
}


.btn-pinterest{
    background-color: #b7081b;
}

.btn-pinterest:hover{
    background-color: #8b0818;
}


.btn-custom .icon i{
    transition: all 0.3s;
}

.btn-custom:hover .icon i{
    transform: scale(1.1,1.1) rotate(-2deg);
}